Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.63 KB

MacOsBrandingConfiguration.md

File metadata and controls

186 lines (101 loc) · 5.63 KB

MacOsBrandingConfiguration

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
ApplicationName Pointer to string [optional]
BrandingName Pointer to string [optional]
BrandingNameSecondary Pointer to string [optional]
IconId Pointer to int64 [optional]
BrandingHeaderImageId Pointer to int64 [optional]

Methods

NewMacOsBrandingConfiguration

func NewMacOsBrandingConfiguration() *MacOsBrandingConfiguration

NewMacOsBrandingConfiguration instantiates a new MacOsBrandingConfiguration 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

NewMacOsBrandingConfigurationWithDefaults

func NewMacOsBrandingConfigurationWithDefaults() *MacOsBrandingConfiguration

NewMacOsBrandingConfigurationWithDefaults instantiates a new MacOsBrandingConfiguration 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

GetId

func (o *MacOsBrandingConfiguration) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *MacOsBrandingConfiguration) GetIdOk() (*string, bool)

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

SetId

func (o *MacOsBrandingConfiguration) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MacOsBrandingConfiguration) HasId() bool

HasId returns a boolean if a field has been set.

GetApplicationName

func (o *MacOsBrandingConfiguration) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

func (o *MacOsBrandingConfiguration) GetApplicationNameOk() (*string, bool)

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

SetApplicationName

func (o *MacOsBrandingConfiguration) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *MacOsBrandingConfiguration) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

GetBrandingName

func (o *MacOsBrandingConfiguration) GetBrandingName() string

GetBrandingName returns the BrandingName field if non-nil, zero value otherwise.

GetBrandingNameOk

func (o *MacOsBrandingConfiguration) GetBrandingNameOk() (*string, bool)

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

SetBrandingName

func (o *MacOsBrandingConfiguration) SetBrandingName(v string)

SetBrandingName sets BrandingName field to given value.

HasBrandingName

func (o *MacOsBrandingConfiguration) HasBrandingName() bool

HasBrandingName returns a boolean if a field has been set.

GetBrandingNameSecondary

func (o *MacOsBrandingConfiguration) GetBrandingNameSecondary() string

GetBrandingNameSecondary returns the BrandingNameSecondary field if non-nil, zero value otherwise.

GetBrandingNameSecondaryOk

func (o *MacOsBrandingConfiguration) GetBrandingNameSecondaryOk() (*string, bool)

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

SetBrandingNameSecondary

func (o *MacOsBrandingConfiguration) SetBrandingNameSecondary(v string)

SetBrandingNameSecondary sets BrandingNameSecondary field to given value.

HasBrandingNameSecondary

func (o *MacOsBrandingConfiguration) HasBrandingNameSecondary() bool

HasBrandingNameSecondary returns a boolean if a field has been set.

GetIconId

func (o *MacOsBrandingConfiguration) GetIconId() int64

GetIconId returns the IconId field if non-nil, zero value otherwise.

GetIconIdOk

func (o *MacOsBrandingConfiguration) GetIconIdOk() (*int64, bool)

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

SetIconId

func (o *MacOsBrandingConfiguration) SetIconId(v int64)

SetIconId sets IconId field to given value.

HasIconId

func (o *MacOsBrandingConfiguration) HasIconId() bool

HasIconId returns a boolean if a field has been set.

GetBrandingHeaderImageId

func (o *MacOsBrandingConfiguration) GetBrandingHeaderImageId() int64

GetBrandingHeaderImageId returns the BrandingHeaderImageId field if non-nil, zero value otherwise.

GetBrandingHeaderImageIdOk

func (o *MacOsBrandingConfiguration) GetBrandingHeaderImageIdOk() (*int64, bool)

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

SetBrandingHeaderImageId

func (o *MacOsBrandingConfiguration) SetBrandingHeaderImageId(v int64)

SetBrandingHeaderImageId sets BrandingHeaderImageId field to given value.

HasBrandingHeaderImageId

func (o *MacOsBrandingConfiguration) HasBrandingHeaderImageId() bool

HasBrandingHeaderImageId returns a boolean if a field has been set.

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