Skip to content

Latest commit

 

History

History
187 lines (100 loc) · 5.73 KB

IosBrandingConfiguration.md

File metadata and controls

187 lines (100 loc) · 5.73 KB

IosBrandingConfiguration

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
BrandingName string
IconId Pointer to int64 [optional]
HeaderBackgroundColorCode string
MenuIconColorCode string
BrandingNameColorCode string
StatusBarTextColor string

Methods

NewIosBrandingConfiguration

func NewIosBrandingConfiguration(brandingName string, headerBackgroundColorCode string, menuIconColorCode string, brandingNameColorCode string, statusBarTextColor string, ) *IosBrandingConfiguration

NewIosBrandingConfiguration instantiates a new IosBrandingConfiguration 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

NewIosBrandingConfigurationWithDefaults

func NewIosBrandingConfigurationWithDefaults() *IosBrandingConfiguration

NewIosBrandingConfigurationWithDefaults instantiates a new IosBrandingConfiguration 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 *IosBrandingConfiguration) GetId() string

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

GetIdOk

func (o *IosBrandingConfiguration) 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 *IosBrandingConfiguration) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IosBrandingConfiguration) HasId() bool

HasId returns a boolean if a field has been set.

GetBrandingName

func (o *IosBrandingConfiguration) GetBrandingName() string

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

GetBrandingNameOk

func (o *IosBrandingConfiguration) 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 *IosBrandingConfiguration) SetBrandingName(v string)

SetBrandingName sets BrandingName field to given value.

GetIconId

func (o *IosBrandingConfiguration) GetIconId() int64

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

GetIconIdOk

func (o *IosBrandingConfiguration) 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 *IosBrandingConfiguration) SetIconId(v int64)

SetIconId sets IconId field to given value.

HasIconId

func (o *IosBrandingConfiguration) HasIconId() bool

HasIconId returns a boolean if a field has been set.

GetHeaderBackgroundColorCode

func (o *IosBrandingConfiguration) GetHeaderBackgroundColorCode() string

GetHeaderBackgroundColorCode returns the HeaderBackgroundColorCode field if non-nil, zero value otherwise.

GetHeaderBackgroundColorCodeOk

func (o *IosBrandingConfiguration) GetHeaderBackgroundColorCodeOk() (*string, bool)

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

SetHeaderBackgroundColorCode

func (o *IosBrandingConfiguration) SetHeaderBackgroundColorCode(v string)

SetHeaderBackgroundColorCode sets HeaderBackgroundColorCode field to given value.

GetMenuIconColorCode

func (o *IosBrandingConfiguration) GetMenuIconColorCode() string

GetMenuIconColorCode returns the MenuIconColorCode field if non-nil, zero value otherwise.

GetMenuIconColorCodeOk

func (o *IosBrandingConfiguration) GetMenuIconColorCodeOk() (*string, bool)

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

SetMenuIconColorCode

func (o *IosBrandingConfiguration) SetMenuIconColorCode(v string)

SetMenuIconColorCode sets MenuIconColorCode field to given value.

GetBrandingNameColorCode

func (o *IosBrandingConfiguration) GetBrandingNameColorCode() string

GetBrandingNameColorCode returns the BrandingNameColorCode field if non-nil, zero value otherwise.

GetBrandingNameColorCodeOk

func (o *IosBrandingConfiguration) GetBrandingNameColorCodeOk() (*string, bool)

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

SetBrandingNameColorCode

func (o *IosBrandingConfiguration) SetBrandingNameColorCode(v string)

SetBrandingNameColorCode sets BrandingNameColorCode field to given value.

GetStatusBarTextColor

func (o *IosBrandingConfiguration) GetStatusBarTextColor() string

GetStatusBarTextColor returns the StatusBarTextColor field if non-nil, zero value otherwise.

GetStatusBarTextColorOk

func (o *IosBrandingConfiguration) GetStatusBarTextColorOk() (*string, bool)

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

SetStatusBarTextColor

func (o *IosBrandingConfiguration) SetStatusBarTextColor(v string)

SetStatusBarTextColor sets StatusBarTextColor field to given value.

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