| Name | Type | Description | Notes |
|---|---|---|---|
| AppName | Pointer to string | [optional] | |
| AppSlug | Pointer to string | [optional] | |
| IsActive | Pointer to bool | [optional] | |
| Type | Pointer to PostCustomizedButtonType | [optional] |
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
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
func (o *PostGetBusinessCustomizedButtonResponse) GetAppName() string
GetAppName returns the AppName field if non-nil, zero value otherwise.
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.
func (o *PostGetBusinessCustomizedButtonResponse) SetAppName(v string)
SetAppName sets AppName field to given value.
func (o *PostGetBusinessCustomizedButtonResponse) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (o *PostGetBusinessCustomizedButtonResponse) GetAppSlug() string
GetAppSlug returns the AppSlug field if non-nil, zero value otherwise.
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.
func (o *PostGetBusinessCustomizedButtonResponse) SetAppSlug(v string)
SetAppSlug sets AppSlug field to given value.
func (o *PostGetBusinessCustomizedButtonResponse) HasAppSlug() bool
HasAppSlug returns a boolean if a field has been set.
func (o *PostGetBusinessCustomizedButtonResponse) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
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.
func (o *PostGetBusinessCustomizedButtonResponse) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *PostGetBusinessCustomizedButtonResponse) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *PostGetBusinessCustomizedButtonResponse) GetType() PostCustomizedButtonType
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *PostGetBusinessCustomizedButtonResponse) SetType(v PostCustomizedButtonType)
SetType sets Type field to given value.
func (o *PostGetBusinessCustomizedButtonResponse) HasType() bool
HasType returns a boolean if a field has been set.