Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] | |
Identifier | Pointer to string | [optional] |
func NewConfigurationProfile() *ConfigurationProfile
NewConfigurationProfile instantiates a new ConfigurationProfile 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 NewConfigurationProfileWithDefaults() *ConfigurationProfile
NewConfigurationProfileWithDefaults instantiates a new ConfigurationProfile 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 *ConfigurationProfile) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ConfigurationProfile) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationProfile) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ConfigurationProfile) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ConfigurationProfile) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ConfigurationProfile) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationProfile) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ConfigurationProfile) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ConfigurationProfile) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *ConfigurationProfile) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationProfile) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *ConfigurationProfile) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *ConfigurationProfile) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *ConfigurationProfile) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationProfile) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *ConfigurationProfile) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.