Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The type of deployment option definition. | [optional] |
Code | Pointer to int32 | The ID of the vendor profile option definition. | [optional] |
DisplayName | Pointer to string | The display name for the vendor profile option definition. | [optional] |
Description | Pointer to string | The description of the information passed by the option definition. | [optional] |
ValueFormat | Pointer to map[string]interface{} | [optional] |
func NewDHCPVendorOptionDefinition() *DHCPVendorOptionDefinition
NewDHCPVendorOptionDefinition instantiates a new DHCPVendorOptionDefinition 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 NewDHCPVendorOptionDefinitionWithDefaults() *DHCPVendorOptionDefinition
NewDHCPVendorOptionDefinitionWithDefaults instantiates a new DHCPVendorOptionDefinition 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 *DHCPVendorOptionDefinition) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DHCPVendorOptionDefinition) 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 *DHCPVendorOptionDefinition) SetType(v string)
SetType sets Type field to given value.
func (o *DHCPVendorOptionDefinition) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DHCPVendorOptionDefinition) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *DHCPVendorOptionDefinition) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPVendorOptionDefinition) SetCode(v int32)
SetCode sets Code field to given value.
func (o *DHCPVendorOptionDefinition) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *DHCPVendorOptionDefinition) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *DHCPVendorOptionDefinition) 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 *DHCPVendorOptionDefinition) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *DHCPVendorOptionDefinition) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *DHCPVendorOptionDefinition) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DHCPVendorOptionDefinition) 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 *DHCPVendorOptionDefinition) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DHCPVendorOptionDefinition) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DHCPVendorOptionDefinition) GetValueFormat() map[string]interface{}
GetValueFormat returns the ValueFormat field if non-nil, zero value otherwise.
func (o *DHCPVendorOptionDefinition) GetValueFormatOk() (*map[string]interface{}, bool)
GetValueFormatOk returns a tuple with the ValueFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPVendorOptionDefinition) SetValueFormat(v map[string]interface{})
SetValueFormat sets ValueFormat field to given value.
func (o *DHCPVendorOptionDefinition) HasValueFormat() bool
HasValueFormat returns a boolean if a field has been set.