Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Value | string | ||
Type | string | ||
Label | string | ||
Description | string |
func NewConfigurationProperty(name string, value string, type_ string, label string, description string, ) *ConfigurationProperty
NewConfigurationProperty instantiates a new ConfigurationProperty 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 NewConfigurationPropertyWithDefaults() *ConfigurationProperty
NewConfigurationPropertyWithDefaults instantiates a new ConfigurationProperty 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 *ConfigurationProperty) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConfigurationProperty) 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 *ConfigurationProperty) SetName(v string)
SetName sets Name field to given value.
func (o *ConfigurationProperty) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ConfigurationProperty) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationProperty) SetValue(v string)
SetValue sets Value field to given value.
func (o *ConfigurationProperty) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ConfigurationProperty) 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 *ConfigurationProperty) SetType(v string)
SetType sets Type field to given value.
func (o *ConfigurationProperty) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ConfigurationProperty) 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 *ConfigurationProperty) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ConfigurationProperty) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConfigurationProperty) 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 *ConfigurationProperty) SetDescription(v string)
SetDescription sets Description field to given value.