Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.83 KB

File metadata and controls

212 lines (115 loc) · 5.83 KB

ComplianceModelFields

Properties

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]

Methods

NewComplianceModelFields

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

NewComplianceModelFieldsWithDefaults

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

GetBaseValue

func (o *ComplianceModelFields) GetBaseValue() int32

GetBaseValue returns the BaseValue field if non-nil, zero value otherwise.

GetBaseValueOk

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.

SetBaseValue

func (o *ComplianceModelFields) SetBaseValue(v int32)

SetBaseValue sets BaseValue field to given value.

HasBaseValue

func (o *ComplianceModelFields) HasBaseValue() bool

HasBaseValue returns a boolean if a field has been set.

GetGpuModel

func (o *ComplianceModelFields) GetGpuModel() string

GetGpuModel returns the GpuModel field if non-nil, zero value otherwise.

GetGpuModelOk

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.

SetGpuModel

func (o *ComplianceModelFields) SetGpuModel(v string)

SetGpuModel sets GpuModel field to given value.

HasGpuModel

func (o *ComplianceModelFields) HasGpuModel() bool

HasGpuModel returns a boolean if a field has been set.

GetId

func (o *ComplianceModelFields) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ComplianceModelFields) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ComplianceModelFields) HasId() bool

HasId returns a boolean if a field has been set.

GetResourceType

func (o *ComplianceModelFields) GetResourceType() string

GetResourceType returns the ResourceType field if non-nil, zero value otherwise.

GetResourceTypeOk

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.

SetResourceType

func (o *ComplianceModelFields) SetResourceType(v string)

SetResourceType sets ResourceType field to given value.

HasResourceType

func (o *ComplianceModelFields) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

GetVariationMax

func (o *ComplianceModelFields) GetVariationMax() int32

GetVariationMax returns the VariationMax field if non-nil, zero value otherwise.

GetVariationMaxOk

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.

SetVariationMax

func (o *ComplianceModelFields) SetVariationMax(v int32)

SetVariationMax sets VariationMax field to given value.

HasVariationMax

func (o *ComplianceModelFields) HasVariationMax() bool

HasVariationMax returns a boolean if a field has been set.

GetVariationMin

func (o *ComplianceModelFields) GetVariationMin() int32

GetVariationMin returns the VariationMin field if non-nil, zero value otherwise.

GetVariationMinOk

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.

SetVariationMin

func (o *ComplianceModelFields) SetVariationMin(v int32)

SetVariationMin sets VariationMin field to given value.

HasVariationMin

func (o *ComplianceModelFields) HasVariationMin() bool

HasVariationMin returns a boolean if a field has been set.

GetVariationUnit

func (o *ComplianceModelFields) GetVariationUnit() int32

GetVariationUnit returns the VariationUnit field if non-nil, zero value otherwise.

GetVariationUnitOk

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.

SetVariationUnit

func (o *ComplianceModelFields) SetVariationUnit(v int32)

SetVariationUnit sets VariationUnit field to given value.

HasVariationUnit

func (o *ComplianceModelFields) HasVariationUnit() bool

HasVariationUnit returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]