Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 8.55 KB

GetBrandingRes.md

File metadata and controls

316 lines (171 loc) · 8.55 KB

GetBrandingRes

Properties

Name Type Description Notes
BundleArtifact Pointer to string [optional]
BundleGroup Pointer to string [optional]
BundleVersion Pointer to string [optional]
CustomOpenIdAppClazz Pointer to string [optional]
CustomSsoAppClazz Pointer to string [optional]
CustomSsoIdPAppClazz Pointer to string [optional]
Description Pointer to string [optional]
Error Pointer to string [optional]
Name Pointer to string [optional]
Resource Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewGetBrandingRes

func NewGetBrandingRes() *GetBrandingRes

NewGetBrandingRes instantiates a new GetBrandingRes 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

NewGetBrandingResWithDefaults

func NewGetBrandingResWithDefaults() *GetBrandingRes

NewGetBrandingResWithDefaults instantiates a new GetBrandingRes 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

GetBundleArtifact

func (o *GetBrandingRes) GetBundleArtifact() string

GetBundleArtifact returns the BundleArtifact field if non-nil, zero value otherwise.

GetBundleArtifactOk

func (o *GetBrandingRes) GetBundleArtifactOk() (*string, bool)

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

SetBundleArtifact

func (o *GetBrandingRes) SetBundleArtifact(v string)

SetBundleArtifact sets BundleArtifact field to given value.

HasBundleArtifact

func (o *GetBrandingRes) HasBundleArtifact() bool

HasBundleArtifact returns a boolean if a field has been set.

GetBundleGroup

func (o *GetBrandingRes) GetBundleGroup() string

GetBundleGroup returns the BundleGroup field if non-nil, zero value otherwise.

GetBundleGroupOk

func (o *GetBrandingRes) GetBundleGroupOk() (*string, bool)

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

SetBundleGroup

func (o *GetBrandingRes) SetBundleGroup(v string)

SetBundleGroup sets BundleGroup field to given value.

HasBundleGroup

func (o *GetBrandingRes) HasBundleGroup() bool

HasBundleGroup returns a boolean if a field has been set.

GetBundleVersion

func (o *GetBrandingRes) GetBundleVersion() string

GetBundleVersion returns the BundleVersion field if non-nil, zero value otherwise.

GetBundleVersionOk

func (o *GetBrandingRes) GetBundleVersionOk() (*string, bool)

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

SetBundleVersion

func (o *GetBrandingRes) SetBundleVersion(v string)

SetBundleVersion sets BundleVersion field to given value.

HasBundleVersion

func (o *GetBrandingRes) HasBundleVersion() bool

HasBundleVersion returns a boolean if a field has been set.

GetCustomOpenIdAppClazz

func (o *GetBrandingRes) GetCustomOpenIdAppClazz() string

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

GetCustomOpenIdAppClazzOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetCustomOpenIdAppClazz(v string)

SetCustomOpenIdAppClazz sets CustomOpenIdAppClazz field to given value.

HasCustomOpenIdAppClazz

func (o *GetBrandingRes) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

GetCustomSsoAppClazz

func (o *GetBrandingRes) GetCustomSsoAppClazz() string

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

GetCustomSsoAppClazzOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetCustomSsoAppClazz(v string)

SetCustomSsoAppClazz sets CustomSsoAppClazz field to given value.

HasCustomSsoAppClazz

func (o *GetBrandingRes) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

GetCustomSsoIdPAppClazz

func (o *GetBrandingRes) GetCustomSsoIdPAppClazz() string

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

GetCustomSsoIdPAppClazzOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetCustomSsoIdPAppClazz(v string)

SetCustomSsoIdPAppClazz sets CustomSsoIdPAppClazz field to given value.

HasCustomSsoIdPAppClazz

func (o *GetBrandingRes) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

GetDescription

func (o *GetBrandingRes) GetDescription() string

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

GetDescriptionOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GetBrandingRes) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetError

func (o *GetBrandingRes) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *GetBrandingRes) GetErrorOk() (*string, bool)

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

SetError

func (o *GetBrandingRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *GetBrandingRes) HasError() bool

HasError returns a boolean if a field has been set.

GetName

func (o *GetBrandingRes) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *GetBrandingRes) HasName() bool

HasName returns a boolean if a field has been set.

GetResource

func (o *GetBrandingRes) GetResource() string

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

GetResourceOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetResource(v string)

SetResource sets Resource field to given value.

HasResource

func (o *GetBrandingRes) HasResource() bool

HasResource returns a boolean if a field has been set.

GetType

func (o *GetBrandingRes) GetType() string

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

GetTypeOk

func (o *GetBrandingRes) 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 *GetBrandingRes) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetBrandingRes) HasType() bool

HasType returns a boolean if a field has been set.

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