Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.17 KB

File metadata and controls

82 lines (45 loc) · 2.17 KB

AddonsTitleRow

Properties

Name Type Description Notes
HasDivider Pointer to bool [optional]
Text Pointer to string [optional]

Methods

NewAddonsTitleRow

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

NewAddonsTitleRowWithDefaults

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

GetHasDivider

func (o *AddonsTitleRow) GetHasDivider() bool

GetHasDivider returns the HasDivider field if non-nil, zero value otherwise.

GetHasDividerOk

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.

SetHasDivider

func (o *AddonsTitleRow) SetHasDivider(v bool)

SetHasDivider sets HasDivider field to given value.

HasHasDivider

func (o *AddonsTitleRow) HasHasDivider() bool

HasHasDivider returns a boolean if a field has been set.

GetText

func (o *AddonsTitleRow) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

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.

SetText

func (o *AddonsTitleRow) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *AddonsTitleRow) HasText() bool

HasText returns a boolean if a field has been set.

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