Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 10 KB

CustomBrandingDefinitionDTO.md

File metadata and controls

342 lines (185 loc) · 10 KB

CustomBrandingDefinitionDTO

Properties

Name Type Description Notes
BundleSymbolicName Pointer to string [optional]
BundleUri Pointer to string [optional]
CustomOpenIdAppClazz Pointer to string [optional]
CustomSsoAppClazz Pointer to string [optional]
CustomSsoIdPAppClazz Pointer to string [optional]
DefaultLocale Pointer to string [optional]
Description Pointer to string [optional]
Id Pointer to int64 [optional]
Name Pointer to string [optional]
Resource Pointer to string [optional]
Type Pointer to string [optional]
WebBrandingId Pointer to string [optional]

Methods

NewCustomBrandingDefinitionDTO

func NewCustomBrandingDefinitionDTO() *CustomBrandingDefinitionDTO

NewCustomBrandingDefinitionDTO instantiates a new CustomBrandingDefinitionDTO 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

NewCustomBrandingDefinitionDTOWithDefaults

func NewCustomBrandingDefinitionDTOWithDefaults() *CustomBrandingDefinitionDTO

NewCustomBrandingDefinitionDTOWithDefaults instantiates a new CustomBrandingDefinitionDTO 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

GetBundleSymbolicName

func (o *CustomBrandingDefinitionDTO) GetBundleSymbolicName() string

GetBundleSymbolicName returns the BundleSymbolicName field if non-nil, zero value otherwise.

GetBundleSymbolicNameOk

func (o *CustomBrandingDefinitionDTO) GetBundleSymbolicNameOk() (*string, bool)

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

SetBundleSymbolicName

func (o *CustomBrandingDefinitionDTO) SetBundleSymbolicName(v string)

SetBundleSymbolicName sets BundleSymbolicName field to given value.

HasBundleSymbolicName

func (o *CustomBrandingDefinitionDTO) HasBundleSymbolicName() bool

HasBundleSymbolicName returns a boolean if a field has been set.

GetBundleUri

func (o *CustomBrandingDefinitionDTO) GetBundleUri() string

GetBundleUri returns the BundleUri field if non-nil, zero value otherwise.

GetBundleUriOk

func (o *CustomBrandingDefinitionDTO) GetBundleUriOk() (*string, bool)

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

SetBundleUri

func (o *CustomBrandingDefinitionDTO) SetBundleUri(v string)

SetBundleUri sets BundleUri field to given value.

HasBundleUri

func (o *CustomBrandingDefinitionDTO) HasBundleUri() bool

HasBundleUri returns a boolean if a field has been set.

GetCustomOpenIdAppClazz

func (o *CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazz() string

GetCustomOpenIdAppClazz returns the CustomOpenIdAppClazz field if non-nil, zero value otherwise.

GetCustomOpenIdAppClazzOk

func (o *CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazzOk() (*string, bool)

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

SetCustomOpenIdAppClazz

func (o *CustomBrandingDefinitionDTO) SetCustomOpenIdAppClazz(v string)

SetCustomOpenIdAppClazz sets CustomOpenIdAppClazz field to given value.

HasCustomOpenIdAppClazz

func (o *CustomBrandingDefinitionDTO) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

GetCustomSsoAppClazz

func (o *CustomBrandingDefinitionDTO) GetCustomSsoAppClazz() string

GetCustomSsoAppClazz returns the CustomSsoAppClazz field if non-nil, zero value otherwise.

GetCustomSsoAppClazzOk

func (o *CustomBrandingDefinitionDTO) GetCustomSsoAppClazzOk() (*string, bool)

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

SetCustomSsoAppClazz

func (o *CustomBrandingDefinitionDTO) SetCustomSsoAppClazz(v string)

SetCustomSsoAppClazz sets CustomSsoAppClazz field to given value.

HasCustomSsoAppClazz

func (o *CustomBrandingDefinitionDTO) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

GetCustomSsoIdPAppClazz

func (o *CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazz() string

GetCustomSsoIdPAppClazz returns the CustomSsoIdPAppClazz field if non-nil, zero value otherwise.

GetCustomSsoIdPAppClazzOk

func (o *CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazzOk() (*string, bool)

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

SetCustomSsoIdPAppClazz

func (o *CustomBrandingDefinitionDTO) SetCustomSsoIdPAppClazz(v string)

SetCustomSsoIdPAppClazz sets CustomSsoIdPAppClazz field to given value.

HasCustomSsoIdPAppClazz

func (o *CustomBrandingDefinitionDTO) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

GetDefaultLocale

func (o *CustomBrandingDefinitionDTO) GetDefaultLocale() string

GetDefaultLocale returns the DefaultLocale field if non-nil, zero value otherwise.

GetDefaultLocaleOk

func (o *CustomBrandingDefinitionDTO) GetDefaultLocaleOk() (*string, bool)

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

SetDefaultLocale

func (o *CustomBrandingDefinitionDTO) SetDefaultLocale(v string)

SetDefaultLocale sets DefaultLocale field to given value.

HasDefaultLocale

func (o *CustomBrandingDefinitionDTO) HasDefaultLocale() bool

HasDefaultLocale returns a boolean if a field has been set.

GetDescription

func (o *CustomBrandingDefinitionDTO) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *CustomBrandingDefinitionDTO) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *CustomBrandingDefinitionDTO) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CustomBrandingDefinitionDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *CustomBrandingDefinitionDTO) GetId() int64

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

GetIdOk

func (o *CustomBrandingDefinitionDTO) GetIdOk() (*int64, 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 *CustomBrandingDefinitionDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *CustomBrandingDefinitionDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *CustomBrandingDefinitionDTO) GetName() string

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

GetNameOk

func (o *CustomBrandingDefinitionDTO) 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 *CustomBrandingDefinitionDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CustomBrandingDefinitionDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetResource

func (o *CustomBrandingDefinitionDTO) GetResource() string

GetResource returns the Resource field if non-nil, zero value otherwise.

GetResourceOk

func (o *CustomBrandingDefinitionDTO) GetResourceOk() (*string, bool)

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

SetResource

func (o *CustomBrandingDefinitionDTO) SetResource(v string)

SetResource sets Resource field to given value.

HasResource

func (o *CustomBrandingDefinitionDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

GetType

func (o *CustomBrandingDefinitionDTO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *CustomBrandingDefinitionDTO) GetTypeOk() (*string, bool)

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

SetType

func (o *CustomBrandingDefinitionDTO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CustomBrandingDefinitionDTO) HasType() bool

HasType returns a boolean if a field has been set.

GetWebBrandingId

func (o *CustomBrandingDefinitionDTO) GetWebBrandingId() string

GetWebBrandingId returns the WebBrandingId field if non-nil, zero value otherwise.

GetWebBrandingIdOk

func (o *CustomBrandingDefinitionDTO) GetWebBrandingIdOk() (*string, bool)

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

SetWebBrandingId

func (o *CustomBrandingDefinitionDTO) SetWebBrandingId(v string)

SetWebBrandingId sets WebBrandingId field to given value.

HasWebBrandingId

func (o *CustomBrandingDefinitionDTO) HasWebBrandingId() bool

HasWebBrandingId returns a boolean if a field has been set.

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