Name | Type | Description | Notes |
---|---|---|---|
Source | string | ||
Context | map[string]interface{} | ||
SkipCompare | Pointer to []interface{} | [optional] [default to []] |
func NewAddContextRequest(source string, context map[string]interface{}, ) *AddContextRequest
NewAddContextRequest instantiates a new AddContextRequest 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 NewAddContextRequestWithDefaults() *AddContextRequest
NewAddContextRequestWithDefaults instantiates a new AddContextRequest 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 *AddContextRequest) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *AddContextRequest) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddContextRequest) SetSource(v string)
SetSource sets Source field to given value.
func (o *AddContextRequest) GetContext() map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *AddContextRequest) GetContextOk() (*map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddContextRequest) SetContext(v map[string]interface{})
SetContext sets Context field to given value.
func (o *AddContextRequest) GetSkipCompare() []interface{}
GetSkipCompare returns the SkipCompare field if non-nil, zero value otherwise.
func (o *AddContextRequest) GetSkipCompareOk() (*[]interface{}, bool)
GetSkipCompareOk returns a tuple with the SkipCompare field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddContextRequest) SetSkipCompare(v []interface{})
SetSkipCompare sets SkipCompare field to given value.
func (o *AddContextRequest) HasSkipCompare() bool
HasSkipCompare returns a boolean if a field has been set.