Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

File metadata and controls

56 lines (31 loc) · 1.7 KB

ChatapiChatButtonGrid

Properties

Name Type Description Notes
Rows Pointer to []ChatapiChatButtonRow [optional]

Methods

NewChatapiChatButtonGrid

func NewChatapiChatButtonGrid() *ChatapiChatButtonGrid

NewChatapiChatButtonGrid instantiates a new ChatapiChatButtonGrid 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

NewChatapiChatButtonGridWithDefaults

func NewChatapiChatButtonGridWithDefaults() *ChatapiChatButtonGrid

NewChatapiChatButtonGridWithDefaults instantiates a new ChatapiChatButtonGrid 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

GetRows

func (o *ChatapiChatButtonGrid) GetRows() []ChatapiChatButtonRow

GetRows returns the Rows field if non-nil, zero value otherwise.

GetRowsOk

func (o *ChatapiChatButtonGrid) GetRowsOk() (*[]ChatapiChatButtonRow, bool)

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

SetRows

func (o *ChatapiChatButtonGrid) SetRows(v []ChatapiChatButtonRow)

SetRows sets Rows field to given value.

HasRows

func (o *ChatapiChatButtonGrid) HasRows() bool

HasRows returns a boolean if a field has been set.

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