Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Style | Pointer to string | [optional] | |
OnPress | ContentKitAction | ||
Icon | Pointer to ContentKitIcon | [optional] | |
TrailingIcon | Pointer to ContentKitIcon | [optional] | |
Label | Pointer to string | [optional] | |
Tooltip | Pointer to string | [optional] | |
Confirm | Pointer to ContentKitConfirm | [optional] | |
Disabled | Pointer to bool | [optional] |
func NewContentKitButton(type_ string, onPress ContentKitAction, ) *ContentKitButton
NewContentKitButton instantiates a new ContentKitButton 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 NewContentKitButtonWithDefaults() *ContentKitButton
NewContentKitButtonWithDefaults instantiates a new ContentKitButton 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 *ContentKitButton) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetTypeOk() (*string, 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 *ContentKitButton) SetType(v string)
SetType sets Type field to given value.
func (o *ContentKitButton) GetStyle() string
GetStyle returns the Style field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetStyleOk() (*string, bool)
GetStyleOk returns a tuple with the Style field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetStyle(v string)
SetStyle sets Style field to given value.
func (o *ContentKitButton) HasStyle() bool
HasStyle returns a boolean if a field has been set.
func (o *ContentKitButton) GetOnPress() ContentKitAction
GetOnPress returns the OnPress field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetOnPressOk() (*ContentKitAction, bool)
GetOnPressOk returns a tuple with the OnPress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetOnPress(v ContentKitAction)
SetOnPress sets OnPress field to given value.
func (o *ContentKitButton) GetIcon() ContentKitIcon
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetIconOk() (*ContentKitIcon, 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 *ContentKitButton) SetIcon(v ContentKitIcon)
SetIcon sets Icon field to given value.
func (o *ContentKitButton) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *ContentKitButton) GetTrailingIcon() ContentKitIcon
GetTrailingIcon returns the TrailingIcon field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetTrailingIconOk() (*ContentKitIcon, bool)
GetTrailingIconOk returns a tuple with the TrailingIcon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetTrailingIcon(v ContentKitIcon)
SetTrailingIcon sets TrailingIcon field to given value.
func (o *ContentKitButton) HasTrailingIcon() bool
HasTrailingIcon returns a boolean if a field has been set.
func (o *ContentKitButton) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ContentKitButton) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ContentKitButton) GetTooltip() string
GetTooltip returns the Tooltip field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetTooltipOk() (*string, bool)
GetTooltipOk returns a tuple with the Tooltip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetTooltip(v string)
SetTooltip sets Tooltip field to given value.
func (o *ContentKitButton) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (o *ContentKitButton) GetConfirm() ContentKitConfirm
GetConfirm returns the Confirm field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetConfirmOk() (*ContentKitConfirm, bool)
GetConfirmOk returns a tuple with the Confirm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetConfirm(v ContentKitConfirm)
SetConfirm sets Confirm field to given value.
func (o *ContentKitButton) HasConfirm() bool
HasConfirm returns a boolean if a field has been set.
func (o *ContentKitButton) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *ContentKitButton) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitButton) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *ContentKitButton) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.