Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

InlineResponse2003.md

File metadata and controls

56 lines (31 loc) · 1.78 KB

InlineResponse2003

Properties

Name Type Description Notes
InAppMessages Pointer to []map[string]interface{} [optional]

Methods

NewInlineResponse2003

func NewInlineResponse2003() *InlineResponse2003

NewInlineResponse2003 instantiates a new InlineResponse2003 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

NewInlineResponse2003WithDefaults

func NewInlineResponse2003WithDefaults() *InlineResponse2003

NewInlineResponse2003WithDefaults instantiates a new InlineResponse2003 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

GetInAppMessages

func (o *InlineResponse2003) GetInAppMessages() []map[string]interface{}

GetInAppMessages returns the InAppMessages field if non-nil, zero value otherwise.

GetInAppMessagesOk

func (o *InlineResponse2003) GetInAppMessagesOk() (*[]map[string]interface{}, bool)

GetInAppMessagesOk returns a tuple with the InAppMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInAppMessages

func (o *InlineResponse2003) SetInAppMessages(v []map[string]interface{})

SetInAppMessages sets InAppMessages field to given value.

HasInAppMessages

func (o *InlineResponse2003) HasInAppMessages() bool

HasInAppMessages returns a boolean if a field has been set.

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