| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultValue | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Key | string | The key of the field in the config. | |
| MaxLength | Pointer to int32 | [optional] | |
| MinLength | Pointer to int32 | [optional] | |
| Name | string | The name of the field. | |
| Type | Pointer to string | [optional] [default to "string"] | |
| Value | string | ||
| MaxValue | Pointer to float32 | [optional] | |
| MinValue | Pointer to float32 | [optional] | |
| Options | []string | The options for the enum. |
func NewNonPciIntegrationConfigurationInner(key string, name string, value string, options []string, ) *NonPciIntegrationConfigurationInner
NewNonPciIntegrationConfigurationInner instantiates a new NonPciIntegrationConfigurationInner 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 NewNonPciIntegrationConfigurationInnerWithDefaults() *NonPciIntegrationConfigurationInner
NewNonPciIntegrationConfigurationInnerWithDefaults instantiates a new NonPciIntegrationConfigurationInner 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 *NonPciIntegrationConfigurationInner) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *NonPciIntegrationConfigurationInner) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) 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 *NonPciIntegrationConfigurationInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NonPciIntegrationConfigurationInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetKey(v string)
SetKey sets Key field to given value.
func (o *NonPciIntegrationConfigurationInner) GetMaxLength() int32
GetMaxLength returns the MaxLength field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetMaxLengthOk() (*int32, bool)
GetMaxLengthOk returns a tuple with the MaxLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetMaxLength(v int32)
SetMaxLength sets MaxLength field to given value.
func (o *NonPciIntegrationConfigurationInner) HasMaxLength() bool
HasMaxLength returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetMinLength() int32
GetMinLength returns the MinLength field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetMinLength(v int32)
SetMinLength sets MinLength field to given value.
func (o *NonPciIntegrationConfigurationInner) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) 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 *NonPciIntegrationConfigurationInner) SetName(v string)
SetName sets Name field to given value.
func (o *NonPciIntegrationConfigurationInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) 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 *NonPciIntegrationConfigurationInner) SetType(v string)
SetType sets Type field to given value.
func (o *NonPciIntegrationConfigurationInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) 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 *NonPciIntegrationConfigurationInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *NonPciIntegrationConfigurationInner) GetMaxValue() float32
GetMaxValue returns the MaxValue field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetMaxValueOk() (*float32, bool)
GetMaxValueOk returns a tuple with the MaxValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetMaxValue(v float32)
SetMaxValue sets MaxValue field to given value.
func (o *NonPciIntegrationConfigurationInner) HasMaxValue() bool
HasMaxValue returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetMinValue() float32
GetMinValue returns the MinValue field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetMinValueOk() (*float32, bool)
GetMinValueOk returns a tuple with the MinValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetMinValue(v float32)
SetMinValue sets MinValue field to given value.
func (o *NonPciIntegrationConfigurationInner) HasMinValue() bool
HasMinValue returns a boolean if a field has been set.
func (o *NonPciIntegrationConfigurationInner) GetOptions() []string
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *NonPciIntegrationConfigurationInner) GetOptionsOk() (*[]string, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonPciIntegrationConfigurationInner) SetOptions(v []string)
SetOptions sets Options field to given value.