Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] [readonly] |
Min | Pointer to int32 | The start value for the numeric range. | [optional] |
Max | Pointer to int32 | The end value for the numeric range. A value of 0 indicates that the range is unbounded. | [optional] |
func NewNamingPolicyIntegerValue() *NamingPolicyIntegerValue
NewNamingPolicyIntegerValue instantiates a new NamingPolicyIntegerValue 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 NewNamingPolicyIntegerValueWithDefaults() *NamingPolicyIntegerValue
NewNamingPolicyIntegerValueWithDefaults instantiates a new NamingPolicyIntegerValue 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 *NamingPolicyIntegerValue) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NamingPolicyIntegerValue) 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 *NamingPolicyIntegerValue) SetType(v string)
SetType sets Type field to given value.
func (o *NamingPolicyIntegerValue) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NamingPolicyIntegerValue) GetMin() int32
GetMin returns the Min field if non-nil, zero value otherwise.
func (o *NamingPolicyIntegerValue) GetMinOk() (*int32, bool)
GetMinOk returns a tuple with the Min field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingPolicyIntegerValue) SetMin(v int32)
SetMin sets Min field to given value.
func (o *NamingPolicyIntegerValue) HasMin() bool
HasMin returns a boolean if a field has been set.
func (o *NamingPolicyIntegerValue) GetMax() int32
GetMax returns the Max field if non-nil, zero value otherwise.
func (o *NamingPolicyIntegerValue) GetMaxOk() (*int32, bool)
GetMaxOk returns a tuple with the Max field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingPolicyIntegerValue) SetMax(v int32)
SetMax sets Max field to given value.
func (o *NamingPolicyIntegerValue) HasMax() bool
HasMax returns a boolean if a field has been set.