Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Title | Pointer to string | [optional] | |
Description | Pointer to NullableString | [optional] | |
CostPerMonthInCents | Pointer to NullableInt32 | [optional] | |
CostPerMonth | Pointer to NullableFloat32 | [optional] | |
CurrencyCode | Pointer to NullableString | [optional] | |
IsCloudProviderPayingFeature | Pointer to bool | [optional] | |
CloudProviderFeatureDocumentation | Pointer to NullableString | [optional] | |
IsQoveryPayingFeature | Pointer to bool | [optional] | |
QoveryFeatureDocumentation | Pointer to NullableString | [optional] | |
ValueType | Pointer to string | [optional] | |
ValueObject | Pointer to NullableClusterFeatureResponseValueObject | [optional] | |
IsValueUpdatable | Pointer to bool | [optional] [default to false] | |
AcceptedValues | Pointer to []ClusterFeatureResponseAcceptedValuesInner | [optional] |
func NewClusterFeatureResponse() *ClusterFeatureResponse
NewClusterFeatureResponse instantiates a new ClusterFeatureResponse 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 NewClusterFeatureResponseWithDefaults() *ClusterFeatureResponse
NewClusterFeatureResponseWithDefaults instantiates a new ClusterFeatureResponse 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 *ClusterFeatureResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterFeatureResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ClusterFeatureResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) 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 *ClusterFeatureResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ClusterFeatureResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ClusterFeatureResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ClusterFeatureResponse) GetCostPerMonthInCents() int32
GetCostPerMonthInCents returns the CostPerMonthInCents field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetCostPerMonthInCentsOk() (*int32, bool)
GetCostPerMonthInCentsOk returns a tuple with the CostPerMonthInCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetCostPerMonthInCents(v int32)
SetCostPerMonthInCents sets CostPerMonthInCents field to given value.
func (o *ClusterFeatureResponse) HasCostPerMonthInCents() bool
HasCostPerMonthInCents returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetCostPerMonthInCentsNil(b bool)
SetCostPerMonthInCentsNil sets the value for CostPerMonthInCents to be an explicit nil
func (o *ClusterFeatureResponse) UnsetCostPerMonthInCents()
UnsetCostPerMonthInCents ensures that no value is present for CostPerMonthInCents, not even an explicit nil
func (o *ClusterFeatureResponse) GetCostPerMonth() float32
GetCostPerMonth returns the CostPerMonth field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetCostPerMonthOk() (*float32, bool)
GetCostPerMonthOk returns a tuple with the CostPerMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetCostPerMonth(v float32)
SetCostPerMonth sets CostPerMonth field to given value.
func (o *ClusterFeatureResponse) HasCostPerMonth() bool
HasCostPerMonth returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetCostPerMonthNil(b bool)
SetCostPerMonthNil sets the value for CostPerMonth to be an explicit nil
func (o *ClusterFeatureResponse) UnsetCostPerMonth()
UnsetCostPerMonth ensures that no value is present for CostPerMonth, not even an explicit nil
func (o *ClusterFeatureResponse) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetCurrencyCode(v string)
SetCurrencyCode sets CurrencyCode field to given value.
func (o *ClusterFeatureResponse) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetCurrencyCodeNil(b bool)
SetCurrencyCodeNil sets the value for CurrencyCode to be an explicit nil
func (o *ClusterFeatureResponse) UnsetCurrencyCode()
UnsetCurrencyCode ensures that no value is present for CurrencyCode, not even an explicit nil
func (o *ClusterFeatureResponse) GetIsCloudProviderPayingFeature() bool
GetIsCloudProviderPayingFeature returns the IsCloudProviderPayingFeature field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetIsCloudProviderPayingFeatureOk() (*bool, bool)
GetIsCloudProviderPayingFeatureOk returns a tuple with the IsCloudProviderPayingFeature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetIsCloudProviderPayingFeature(v bool)
SetIsCloudProviderPayingFeature sets IsCloudProviderPayingFeature field to given value.
func (o *ClusterFeatureResponse) HasIsCloudProviderPayingFeature() bool
HasIsCloudProviderPayingFeature returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetCloudProviderFeatureDocumentation() string
GetCloudProviderFeatureDocumentation returns the CloudProviderFeatureDocumentation field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetCloudProviderFeatureDocumentationOk() (*string, bool)
GetCloudProviderFeatureDocumentationOk returns a tuple with the CloudProviderFeatureDocumentation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetCloudProviderFeatureDocumentation(v string)
SetCloudProviderFeatureDocumentation sets CloudProviderFeatureDocumentation field to given value.
func (o *ClusterFeatureResponse) HasCloudProviderFeatureDocumentation() bool
HasCloudProviderFeatureDocumentation returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetCloudProviderFeatureDocumentationNil(b bool)
SetCloudProviderFeatureDocumentationNil sets the value for CloudProviderFeatureDocumentation to be an explicit nil
func (o *ClusterFeatureResponse) UnsetCloudProviderFeatureDocumentation()
UnsetCloudProviderFeatureDocumentation ensures that no value is present for CloudProviderFeatureDocumentation, not even an explicit nil
func (o *ClusterFeatureResponse) GetIsQoveryPayingFeature() bool
GetIsQoveryPayingFeature returns the IsQoveryPayingFeature field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetIsQoveryPayingFeatureOk() (*bool, bool)
GetIsQoveryPayingFeatureOk returns a tuple with the IsQoveryPayingFeature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetIsQoveryPayingFeature(v bool)
SetIsQoveryPayingFeature sets IsQoveryPayingFeature field to given value.
func (o *ClusterFeatureResponse) HasIsQoveryPayingFeature() bool
HasIsQoveryPayingFeature returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetQoveryFeatureDocumentation() string
GetQoveryFeatureDocumentation returns the QoveryFeatureDocumentation field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetQoveryFeatureDocumentationOk() (*string, bool)
GetQoveryFeatureDocumentationOk returns a tuple with the QoveryFeatureDocumentation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetQoveryFeatureDocumentation(v string)
SetQoveryFeatureDocumentation sets QoveryFeatureDocumentation field to given value.
func (o *ClusterFeatureResponse) HasQoveryFeatureDocumentation() bool
HasQoveryFeatureDocumentation returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetQoveryFeatureDocumentationNil(b bool)
SetQoveryFeatureDocumentationNil sets the value for QoveryFeatureDocumentation to be an explicit nil
func (o *ClusterFeatureResponse) UnsetQoveryFeatureDocumentation()
UnsetQoveryFeatureDocumentation ensures that no value is present for QoveryFeatureDocumentation, not even an explicit nil
func (o *ClusterFeatureResponse) GetValueType() string
GetValueType returns the ValueType field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetValueTypeOk() (*string, bool)
GetValueTypeOk returns a tuple with the ValueType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetValueType(v string)
SetValueType sets ValueType field to given value.
func (o *ClusterFeatureResponse) HasValueType() bool
HasValueType returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetValueObject() ClusterFeatureResponseValueObject
GetValueObject returns the ValueObject field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetValueObjectOk() (*ClusterFeatureResponseValueObject, bool)
GetValueObjectOk returns a tuple with the ValueObject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetValueObject(v ClusterFeatureResponseValueObject)
SetValueObject sets ValueObject field to given value.
func (o *ClusterFeatureResponse) HasValueObject() bool
HasValueObject returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) SetValueObjectNil(b bool)
SetValueObjectNil sets the value for ValueObject to be an explicit nil
func (o *ClusterFeatureResponse) UnsetValueObject()
UnsetValueObject ensures that no value is present for ValueObject, not even an explicit nil
func (o *ClusterFeatureResponse) GetIsValueUpdatable() bool
GetIsValueUpdatable returns the IsValueUpdatable field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetIsValueUpdatableOk() (*bool, bool)
GetIsValueUpdatableOk returns a tuple with the IsValueUpdatable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetIsValueUpdatable(v bool)
SetIsValueUpdatable sets IsValueUpdatable field to given value.
func (o *ClusterFeatureResponse) HasIsValueUpdatable() bool
HasIsValueUpdatable returns a boolean if a field has been set.
func (o *ClusterFeatureResponse) GetAcceptedValues() []ClusterFeatureResponseAcceptedValuesInner
GetAcceptedValues returns the AcceptedValues field if non-nil, zero value otherwise.
func (o *ClusterFeatureResponse) GetAcceptedValuesOk() (*[]ClusterFeatureResponseAcceptedValuesInner, bool)
GetAcceptedValuesOk returns a tuple with the AcceptedValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFeatureResponse) SetAcceptedValues(v []ClusterFeatureResponseAcceptedValuesInner)
SetAcceptedValues sets AcceptedValues field to given value.
func (o *ClusterFeatureResponse) HasAcceptedValues() bool
HasAcceptedValues returns a boolean if a field has been set.