| Name | Type | Description | Notes |
|---|---|---|---|
| BaseValue | Pointer to int32 | [optional] | |
| GpuModel | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| ResourceType | Pointer to string | [optional] | |
| VariationMax | Pointer to int32 | [optional] | |
| VariationMin | Pointer to int32 | [optional] | |
| VariationUnit | Pointer to int32 | [optional] |
func NewComplianceModelFields() *ComplianceModelFields
NewComplianceModelFields instantiates a new ComplianceModelFields 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 NewComplianceModelFieldsWithDefaults() *ComplianceModelFields
NewComplianceModelFieldsWithDefaults instantiates a new ComplianceModelFields 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 *ComplianceModelFields) GetBaseValue() int32
GetBaseValue returns the BaseValue field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetBaseValueOk() (*int32, bool)
GetBaseValueOk returns a tuple with the BaseValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetBaseValue(v int32)
SetBaseValue sets BaseValue field to given value.
func (o *ComplianceModelFields) HasBaseValue() bool
HasBaseValue returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetGpuModel() string
GetGpuModel returns the GpuModel field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetGpuModelOk() (*string, bool)
GetGpuModelOk returns a tuple with the GpuModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetGpuModel(v string)
SetGpuModel sets GpuModel field to given value.
func (o *ComplianceModelFields) HasGpuModel() bool
HasGpuModel returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetIdOk() (*int32, 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 *ComplianceModelFields) SetId(v int32)
SetId sets Id field to given value.
func (o *ComplianceModelFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *ComplianceModelFields) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetVariationMax() int32
GetVariationMax returns the VariationMax field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetVariationMaxOk() (*int32, bool)
GetVariationMaxOk returns a tuple with the VariationMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetVariationMax(v int32)
SetVariationMax sets VariationMax field to given value.
func (o *ComplianceModelFields) HasVariationMax() bool
HasVariationMax returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetVariationMin() int32
GetVariationMin returns the VariationMin field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetVariationMinOk() (*int32, bool)
GetVariationMinOk returns a tuple with the VariationMin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetVariationMin(v int32)
SetVariationMin sets VariationMin field to given value.
func (o *ComplianceModelFields) HasVariationMin() bool
HasVariationMin returns a boolean if a field has been set.
func (o *ComplianceModelFields) GetVariationUnit() int32
GetVariationUnit returns the VariationUnit field if non-nil, zero value otherwise.
func (o *ComplianceModelFields) GetVariationUnitOk() (*int32, bool)
GetVariationUnitOk returns a tuple with the VariationUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceModelFields) SetVariationUnit(v int32)
SetVariationUnit sets VariationUnit field to given value.
func (o *ComplianceModelFields) HasVariationUnit() bool
HasVariationUnit returns a boolean if a field has been set.