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] |
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
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
func (o *GetBrandingRes) GetBundleArtifact() string
GetBundleArtifact returns the BundleArtifact field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetBundleArtifact(v string)
SetBundleArtifact sets BundleArtifact field to given value.
func (o *GetBrandingRes) HasBundleArtifact() bool
HasBundleArtifact returns a boolean if a field has been set.
func (o *GetBrandingRes) GetBundleGroup() string
GetBundleGroup returns the BundleGroup field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetBundleGroup(v string)
SetBundleGroup sets BundleGroup field to given value.
func (o *GetBrandingRes) HasBundleGroup() bool
HasBundleGroup returns a boolean if a field has been set.
func (o *GetBrandingRes) GetBundleVersion() string
GetBundleVersion returns the BundleVersion field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetBundleVersion(v string)
SetBundleVersion sets BundleVersion field to given value.
func (o *GetBrandingRes) HasBundleVersion() bool
HasBundleVersion returns a boolean if a field has been set.
func (o *GetBrandingRes) GetCustomOpenIdAppClazz() string
GetCustomOpenIdAppClazz returns the CustomOpenIdAppClazz field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetCustomOpenIdAppClazz(v string)
SetCustomOpenIdAppClazz sets CustomOpenIdAppClazz field to given value.
func (o *GetBrandingRes) HasCustomOpenIdAppClazz() bool
HasCustomOpenIdAppClazz returns a boolean if a field has been set.
func (o *GetBrandingRes) GetCustomSsoAppClazz() string
GetCustomSsoAppClazz returns the CustomSsoAppClazz field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetCustomSsoAppClazz(v string)
SetCustomSsoAppClazz sets CustomSsoAppClazz field to given value.
func (o *GetBrandingRes) HasCustomSsoAppClazz() bool
HasCustomSsoAppClazz returns a boolean if a field has been set.
func (o *GetBrandingRes) GetCustomSsoIdPAppClazz() string
GetCustomSsoIdPAppClazz returns the CustomSsoIdPAppClazz field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetCustomSsoIdPAppClazz(v string)
SetCustomSsoIdPAppClazz sets CustomSsoIdPAppClazz field to given value.
func (o *GetBrandingRes) HasCustomSsoIdPAppClazz() bool
HasCustomSsoIdPAppClazz returns a boolean if a field has been set.
func (o *GetBrandingRes) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetBrandingRes) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetBrandingRes) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetError(v string)
SetError sets Error field to given value.
func (o *GetBrandingRes) HasError() bool
HasError returns a boolean if a field has been set.
func (o *GetBrandingRes) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetName(v string)
SetName sets Name field to given value.
func (o *GetBrandingRes) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetBrandingRes) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetResource(v string)
SetResource sets Resource field to given value.
func (o *GetBrandingRes) HasResource() bool
HasResource returns a boolean if a field has been set.
func (o *GetBrandingRes) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *GetBrandingRes) SetType(v string)
SetType sets Type field to given value.
func (o *GetBrandingRes) HasType() bool
HasType returns a boolean if a field has been set.