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] |
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
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
func (o *MacOsBrandingConfiguration) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetId(v string)
SetId sets Id field to given value.
func (o *MacOsBrandingConfiguration) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MacOsBrandingConfiguration) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *MacOsBrandingConfiguration) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *MacOsBrandingConfiguration) GetBrandingName() string
GetBrandingName returns the BrandingName field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetBrandingName(v string)
SetBrandingName sets BrandingName field to given value.
func (o *MacOsBrandingConfiguration) HasBrandingName() bool
HasBrandingName returns a boolean if a field has been set.
func (o *MacOsBrandingConfiguration) GetBrandingNameSecondary() string
GetBrandingNameSecondary returns the BrandingNameSecondary field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetBrandingNameSecondary(v string)
SetBrandingNameSecondary sets BrandingNameSecondary field to given value.
func (o *MacOsBrandingConfiguration) HasBrandingNameSecondary() bool
HasBrandingNameSecondary returns a boolean if a field has been set.
func (o *MacOsBrandingConfiguration) GetIconId() int64
GetIconId returns the IconId field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetIconId(v int64)
SetIconId sets IconId field to given value.
func (o *MacOsBrandingConfiguration) HasIconId() bool
HasIconId returns a boolean if a field has been set.
func (o *MacOsBrandingConfiguration) GetBrandingHeaderImageId() int64
GetBrandingHeaderImageId returns the BrandingHeaderImageId field if non-nil, zero value otherwise.
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.
func (o *MacOsBrandingConfiguration) SetBrandingHeaderImageId(v int64)
SetBrandingHeaderImageId sets BrandingHeaderImageId field to given value.
func (o *MacOsBrandingConfiguration) HasBrandingHeaderImageId() bool
HasBrandingHeaderImageId returns a boolean if a field has been set.