Name | Type | Description | Notes |
---|---|---|---|
ContextType | string | Type of context of the request object. |
func NewSignalContext(contextType string, ) *SignalContext
NewSignalContext instantiates a new SignalContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignalContextWithDefaults() *SignalContext
NewSignalContextWithDefaults instantiates a new SignalContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SignalContext) GetContextType() string
GetContextType returns the ContextType field if non-nil, zero value otherwise.
func (o *SignalContext) GetContextTypeOk() (*string, bool)
GetContextTypeOk returns a tuple with the ContextType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignalContext) SetContextType(v string)
SetContextType sets ContextType field to given value.