Name | Type | Description | Notes |
---|---|---|---|
Label | string | Label to profile.<br/>The label must be unique. | |
Default | Pointer to NullableBool | Whether the profile will be used by default for all web forms. Default value is <code>false</code>.<br/>We urge you to set one profile as default. This way, if you do not pass the profile in the API call, we will use the default profile from you for the web forms.<br/><br/>There can only be one default profile at one time. | [optional] [default to false] |
Brand | Pointer to NullableBrand | [optional] | |
Functionality | Pointer to NullableFunctionality | [optional] | |
Aspect | Pointer to NullableAspect | [optional] |
func NewCreateProfileDetails(label string, ) *CreateProfileDetails
NewCreateProfileDetails instantiates a new CreateProfileDetails 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 NewCreateProfileDetailsWithDefaults() *CreateProfileDetails
NewCreateProfileDetailsWithDefaults instantiates a new CreateProfileDetails 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 *CreateProfileDetails) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *CreateProfileDetails) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateProfileDetails) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *CreateProfileDetails) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *CreateProfileDetails) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateProfileDetails) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *CreateProfileDetails) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *CreateProfileDetails) SetDefaultNil(b bool)
SetDefaultNil sets the value for Default to be an explicit nil
func (o *CreateProfileDetails) UnsetDefault()
UnsetDefault ensures that no value is present for Default, not even an explicit nil
func (o *CreateProfileDetails) GetBrand() Brand
GetBrand returns the Brand field if non-nil, zero value otherwise.
func (o *CreateProfileDetails) GetBrandOk() (*Brand, bool)
GetBrandOk returns a tuple with the Brand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateProfileDetails) SetBrand(v Brand)
SetBrand sets Brand field to given value.
func (o *CreateProfileDetails) HasBrand() bool
HasBrand returns a boolean if a field has been set.
func (o *CreateProfileDetails) SetBrandNil(b bool)
SetBrandNil sets the value for Brand to be an explicit nil
func (o *CreateProfileDetails) UnsetBrand()
UnsetBrand ensures that no value is present for Brand, not even an explicit nil
func (o *CreateProfileDetails) GetFunctionality() Functionality
GetFunctionality returns the Functionality field if non-nil, zero value otherwise.
func (o *CreateProfileDetails) GetFunctionalityOk() (*Functionality, bool)
GetFunctionalityOk returns a tuple with the Functionality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateProfileDetails) SetFunctionality(v Functionality)
SetFunctionality sets Functionality field to given value.
func (o *CreateProfileDetails) HasFunctionality() bool
HasFunctionality returns a boolean if a field has been set.
func (o *CreateProfileDetails) SetFunctionalityNil(b bool)
SetFunctionalityNil sets the value for Functionality to be an explicit nil
func (o *CreateProfileDetails) UnsetFunctionality()
UnsetFunctionality ensures that no value is present for Functionality, not even an explicit nil
func (o *CreateProfileDetails) GetAspect() Aspect
GetAspect returns the Aspect field if non-nil, zero value otherwise.
func (o *CreateProfileDetails) GetAspectOk() (*Aspect, bool)
GetAspectOk returns a tuple with the Aspect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateProfileDetails) SetAspect(v Aspect)
SetAspect sets Aspect field to given value.
func (o *CreateProfileDetails) HasAspect() bool
HasAspect returns a boolean if a field has been set.
func (o *CreateProfileDetails) SetAspectNil(b bool)
SetAspectNil sets the value for Aspect to be an explicit nil
func (o *CreateProfileDetails) UnsetAspect()
UnsetAspect ensures that no value is present for Aspect, not even an explicit nil