Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.64 KB

ConfigurationProfile.md

File metadata and controls

134 lines (73 loc) · 3.64 KB

ConfigurationProfile

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Version Pointer to string [optional]
Uuid Pointer to string [optional]
Identifier Pointer to string [optional]

Methods

NewConfigurationProfile

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

NewConfigurationProfileWithDefaults

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

GetDisplayName

func (o *ConfigurationProfile) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ConfigurationProfile) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ConfigurationProfile) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetVersion

func (o *ConfigurationProfile) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ConfigurationProfile) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ConfigurationProfile) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetUuid

func (o *ConfigurationProfile) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

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.

SetUuid

func (o *ConfigurationProfile) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *ConfigurationProfile) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetIdentifier

func (o *ConfigurationProfile) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

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.

SetIdentifier

func (o *ConfigurationProfile) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *ConfigurationProfile) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

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