Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.57 KB

CoverTheme.md

File metadata and controls

108 lines (59 loc) · 2.57 KB

CoverTheme

Properties

Name Type Description Notes
Name Pointer to string [optional]
Label Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewCoverTheme

func NewCoverTheme() *CoverTheme

NewCoverTheme instantiates a new CoverTheme 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

NewCoverThemeWithDefaults

func NewCoverThemeWithDefaults() *CoverTheme

NewCoverThemeWithDefaults instantiates a new CoverTheme 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

GetName

func (o *CoverTheme) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CoverTheme) GetNameOk() (*string, bool)

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

SetName

func (o *CoverTheme) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CoverTheme) HasName() bool

HasName returns a boolean if a field has been set.

GetLabel

func (o *CoverTheme) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *CoverTheme) 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.

SetLabel

func (o *CoverTheme) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *CoverTheme) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetUrl

func (o *CoverTheme) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *CoverTheme) GetUrlOk() (*string, bool)

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

SetUrl

func (o *CoverTheme) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CoverTheme) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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