Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.57 KB

File metadata and controls

134 lines (73 loc) · 3.57 KB

ChatapiChatButton

Properties

Name Type Description Notes
Action Pointer to AddonsAction [optional]
Caption Pointer to string [optional]
Icon Pointer to DivarIconsIconName [optional]
IconName Pointer to string [optional]

Methods

NewChatapiChatButton

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

NewChatapiChatButtonWithDefaults

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

GetAction

func (o *ChatapiChatButton) GetAction() AddonsAction

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

SetAction

func (o *ChatapiChatButton) SetAction(v AddonsAction)

SetAction sets Action field to given value.

HasAction

func (o *ChatapiChatButton) HasAction() bool

HasAction returns a boolean if a field has been set.

GetCaption

func (o *ChatapiChatButton) GetCaption() string

GetCaption returns the Caption field if non-nil, zero value otherwise.

GetCaptionOk

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.

SetCaption

func (o *ChatapiChatButton) SetCaption(v string)

SetCaption sets Caption field to given value.

HasCaption

func (o *ChatapiChatButton) HasCaption() bool

HasCaption returns a boolean if a field has been set.

GetIcon

func (o *ChatapiChatButton) GetIcon() DivarIconsIconName

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

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.

SetIcon

func (o *ChatapiChatButton) SetIcon(v DivarIconsIconName)

SetIcon sets Icon field to given value.

HasIcon

func (o *ChatapiChatButton) HasIcon() bool

HasIcon returns a boolean if a field has been set.

GetIconName

func (o *ChatapiChatButton) GetIconName() string

GetIconName returns the IconName field if non-nil, zero value otherwise.

GetIconNameOk

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.

SetIconName

func (o *ChatapiChatButton) SetIconName(v string)

SetIconName sets IconName field to given value.

HasIconName

func (o *ChatapiChatButton) HasIconName() bool

HasIconName returns a boolean if a field has been set.

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