Name | Type | Description | Notes |
---|---|---|---|
InAppMessages | Pointer to []map[string]interface{} | [optional] |
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
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
func (o *InlineResponse2003) GetInAppMessages() []map[string]interface{}
GetInAppMessages returns the InAppMessages field if non-nil, zero value otherwise.
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.
func (o *InlineResponse2003) SetInAppMessages(v []map[string]interface{})
SetInAppMessages sets InAppMessages field to given value.
func (o *InlineResponse2003) HasInAppMessages() bool
HasInAppMessages returns a boolean if a field has been set.