| Name | Type | Description | Notes |
|---|---|---|---|
| HasDivider | Pointer to bool | [optional] | |
| Text | Pointer to string | [optional] |
func NewAddonsTitleRow() *AddonsTitleRow
NewAddonsTitleRow instantiates a new AddonsTitleRow 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 NewAddonsTitleRowWithDefaults() *AddonsTitleRow
NewAddonsTitleRowWithDefaults instantiates a new AddonsTitleRow 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 *AddonsTitleRow) GetHasDivider() bool
GetHasDivider returns the HasDivider field if non-nil, zero value otherwise.
func (o *AddonsTitleRow) GetHasDividerOk() (*bool, bool)
GetHasDividerOk returns a tuple with the HasDivider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsTitleRow) SetHasDivider(v bool)
SetHasDivider sets HasDivider field to given value.
func (o *AddonsTitleRow) HasHasDivider() bool
HasHasDivider returns a boolean if a field has been set.
func (o *AddonsTitleRow) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *AddonsTitleRow) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsTitleRow) SetText(v string)
SetText sets Text field to given value.
func (o *AddonsTitleRow) HasText() bool
HasText returns a boolean if a field has been set.