Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.14 KB

File metadata and controls

134 lines (73 loc) · 4.14 KB

PostGetBusinessCustomizedButtonResponse

Properties

Name Type Description Notes
AppName Pointer to string [optional]
AppSlug Pointer to string [optional]
IsActive Pointer to bool [optional]
Type Pointer to PostCustomizedButtonType [optional]

Methods

NewPostGetBusinessCustomizedButtonResponse

func NewPostGetBusinessCustomizedButtonResponse() *PostGetBusinessCustomizedButtonResponse

NewPostGetBusinessCustomizedButtonResponse instantiates a new PostGetBusinessCustomizedButtonResponse 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

NewPostGetBusinessCustomizedButtonResponseWithDefaults

func NewPostGetBusinessCustomizedButtonResponseWithDefaults() *PostGetBusinessCustomizedButtonResponse

NewPostGetBusinessCustomizedButtonResponseWithDefaults instantiates a new PostGetBusinessCustomizedButtonResponse 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

GetAppName

func (o *PostGetBusinessCustomizedButtonResponse) GetAppName() string

GetAppName returns the AppName field if non-nil, zero value otherwise.

GetAppNameOk

func (o *PostGetBusinessCustomizedButtonResponse) GetAppNameOk() (*string, bool)

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

SetAppName

func (o *PostGetBusinessCustomizedButtonResponse) SetAppName(v string)

SetAppName sets AppName field to given value.

HasAppName

func (o *PostGetBusinessCustomizedButtonResponse) HasAppName() bool

HasAppName returns a boolean if a field has been set.

GetAppSlug

func (o *PostGetBusinessCustomizedButtonResponse) GetAppSlug() string

GetAppSlug returns the AppSlug field if non-nil, zero value otherwise.

GetAppSlugOk

func (o *PostGetBusinessCustomizedButtonResponse) GetAppSlugOk() (*string, bool)

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

SetAppSlug

func (o *PostGetBusinessCustomizedButtonResponse) SetAppSlug(v string)

SetAppSlug sets AppSlug field to given value.

HasAppSlug

func (o *PostGetBusinessCustomizedButtonResponse) HasAppSlug() bool

HasAppSlug returns a boolean if a field has been set.

GetIsActive

func (o *PostGetBusinessCustomizedButtonResponse) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

func (o *PostGetBusinessCustomizedButtonResponse) GetIsActiveOk() (*bool, bool)

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

SetIsActive

func (o *PostGetBusinessCustomizedButtonResponse) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *PostGetBusinessCustomizedButtonResponse) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

GetType

func (o *PostGetBusinessCustomizedButtonResponse) GetType() PostCustomizedButtonType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *PostGetBusinessCustomizedButtonResponse) GetTypeOk() (*PostCustomizedButtonType, bool)

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

SetType

func (o *PostGetBusinessCustomizedButtonResponse) SetType(v PostCustomizedButtonType)

SetType sets Type field to given value.

HasType

func (o *PostGetBusinessCustomizedButtonResponse) HasType() bool

HasType returns a boolean if a field has been set.

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