Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.79 KB

AddContextRequest.md

File metadata and controls

98 lines (53 loc) · 2.79 KB

AddContextRequest

Properties

Name Type Description Notes
Source string
Context map[string]interface{}
SkipCompare Pointer to []interface{} [optional] [default to []]

Methods

NewAddContextRequest

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

NewAddContextRequestWithDefaults

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

GetSource

func (o *AddContextRequest) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *AddContextRequest) SetSource(v string)

SetSource sets Source field to given value.

GetContext

func (o *AddContextRequest) GetContext() map[string]interface{}

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

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.

SetContext

func (o *AddContextRequest) SetContext(v map[string]interface{})

SetContext sets Context field to given value.

GetSkipCompare

func (o *AddContextRequest) GetSkipCompare() []interface{}

GetSkipCompare returns the SkipCompare field if non-nil, zero value otherwise.

GetSkipCompareOk

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.

SetSkipCompare

func (o *AddContextRequest) SetSkipCompare(v []interface{})

SetSkipCompare sets SkipCompare field to given value.

HasSkipCompare

func (o *AddContextRequest) HasSkipCompare() bool

HasSkipCompare returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]