Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.48 KB

StoreBrandingReq.md

File metadata and controls

264 lines (143 loc) · 7.48 KB

StoreBrandingReq

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]
Name Pointer to string [optional]
Resource Pointer to string [optional]

Methods

NewStoreBrandingReq

func NewStoreBrandingReq() *StoreBrandingReq

NewStoreBrandingReq instantiates a new StoreBrandingReq 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

NewStoreBrandingReqWithDefaults

func NewStoreBrandingReqWithDefaults() *StoreBrandingReq

NewStoreBrandingReqWithDefaults instantiates a new StoreBrandingReq 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 *StoreBrandingReq) GetBundleArtifact() string

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

GetBundleArtifactOk

func (o *StoreBrandingReq) 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 *StoreBrandingReq) SetBundleArtifact(v string)

SetBundleArtifact sets BundleArtifact field to given value.

HasBundleArtifact

func (o *StoreBrandingReq) HasBundleArtifact() bool

HasBundleArtifact returns a boolean if a field has been set.

GetBundleGroup

func (o *StoreBrandingReq) GetBundleGroup() string

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

GetBundleGroupOk

func (o *StoreBrandingReq) 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 *StoreBrandingReq) SetBundleGroup(v string)

SetBundleGroup sets BundleGroup field to given value.

HasBundleGroup

func (o *StoreBrandingReq) HasBundleGroup() bool

HasBundleGroup returns a boolean if a field has been set.

GetBundleVersion

func (o *StoreBrandingReq) GetBundleVersion() string

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

GetBundleVersionOk

func (o *StoreBrandingReq) 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 *StoreBrandingReq) SetBundleVersion(v string)

SetBundleVersion sets BundleVersion field to given value.

HasBundleVersion

func (o *StoreBrandingReq) HasBundleVersion() bool

HasBundleVersion returns a boolean if a field has been set.

GetCustomOpenIdAppClazz

func (o *StoreBrandingReq) GetCustomOpenIdAppClazz() string

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

GetCustomOpenIdAppClazzOk

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

SetCustomOpenIdAppClazz sets CustomOpenIdAppClazz field to given value.

HasCustomOpenIdAppClazz

func (o *StoreBrandingReq) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

GetCustomSsoAppClazz

func (o *StoreBrandingReq) GetCustomSsoAppClazz() string

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

GetCustomSsoAppClazzOk

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

SetCustomSsoAppClazz sets CustomSsoAppClazz field to given value.

HasCustomSsoAppClazz

func (o *StoreBrandingReq) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

GetCustomSsoIdPAppClazz

func (o *StoreBrandingReq) GetCustomSsoIdPAppClazz() string

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

GetCustomSsoIdPAppClazzOk

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

SetCustomSsoIdPAppClazz sets CustomSsoIdPAppClazz field to given value.

HasCustomSsoIdPAppClazz

func (o *StoreBrandingReq) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

GetDescription

func (o *StoreBrandingReq) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *StoreBrandingReq) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetName

func (o *StoreBrandingReq) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *StoreBrandingReq) HasName() bool

HasName returns a boolean if a field has been set.

GetResource

func (o *StoreBrandingReq) GetResource() string

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

GetResourceOk

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

SetResource sets Resource field to given value.

HasResource

func (o *StoreBrandingReq) HasResource() bool

HasResource returns a boolean if a field has been set.

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