| Name | Type | Description | Notes |
|---|---|---|---|
| Action | Pointer to AddonsAction | [optional] | |
| Caption | Pointer to string | [optional] | |
| Icon | Pointer to DivarIconsIconName | [optional] | |
| IconName | Pointer to string | [optional] |
func NewChatapiChatButton() *ChatapiChatButton
NewChatapiChatButton instantiates a new ChatapiChatButton 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 NewChatapiChatButtonWithDefaults() *ChatapiChatButton
NewChatapiChatButtonWithDefaults instantiates a new ChatapiChatButton 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 *ChatapiChatButton) GetAction() AddonsAction
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *ChatapiChatButton) GetActionOk() (*AddonsAction, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatapiChatButton) SetAction(v AddonsAction)
SetAction sets Action field to given value.
func (o *ChatapiChatButton) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *ChatapiChatButton) GetCaption() string
GetCaption returns the Caption field if non-nil, zero value otherwise.
func (o *ChatapiChatButton) GetCaptionOk() (*string, bool)
GetCaptionOk returns a tuple with the Caption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatapiChatButton) SetCaption(v string)
SetCaption sets Caption field to given value.
func (o *ChatapiChatButton) HasCaption() bool
HasCaption returns a boolean if a field has been set.
func (o *ChatapiChatButton) GetIcon() DivarIconsIconName
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *ChatapiChatButton) GetIconOk() (*DivarIconsIconName, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatapiChatButton) SetIcon(v DivarIconsIconName)
SetIcon sets Icon field to given value.
func (o *ChatapiChatButton) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *ChatapiChatButton) GetIconName() string
GetIconName returns the IconName field if non-nil, zero value otherwise.
func (o *ChatapiChatButton) GetIconNameOk() (*string, bool)
GetIconNameOk returns a tuple with the IconName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatapiChatButton) SetIconName(v string)
SetIconName sets IconName field to given value.
func (o *ChatapiChatButton) HasIconName() bool
HasIconName returns a boolean if a field has been set.