Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.34 KB

File metadata and controls

156 lines (83 loc) · 4.34 KB

CompliancePayload

Properties

Name Type Description Notes
BaseValue int32
GpuModel string
ResourceType string
VariationMax int32
VariationMin int32
VariationUnit int32

Methods

NewCompliancePayload

func NewCompliancePayload(baseValue int32, gpuModel string, resourceType string, variationMax int32, variationMin int32, variationUnit int32, ) *CompliancePayload

NewCompliancePayload instantiates a new CompliancePayload 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

NewCompliancePayloadWithDefaults

func NewCompliancePayloadWithDefaults() *CompliancePayload

NewCompliancePayloadWithDefaults instantiates a new CompliancePayload 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 *CompliancePayload) GetBaseValue() int32

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

GetBaseValueOk

func (o *CompliancePayload) 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 *CompliancePayload) SetBaseValue(v int32)

SetBaseValue sets BaseValue field to given value.

GetGpuModel

func (o *CompliancePayload) GetGpuModel() string

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

GetGpuModelOk

func (o *CompliancePayload) 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 *CompliancePayload) SetGpuModel(v string)

SetGpuModel sets GpuModel field to given value.

GetResourceType

func (o *CompliancePayload) GetResourceType() string

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

GetResourceTypeOk

func (o *CompliancePayload) 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 *CompliancePayload) SetResourceType(v string)

SetResourceType sets ResourceType field to given value.

GetVariationMax

func (o *CompliancePayload) GetVariationMax() int32

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

GetVariationMaxOk

func (o *CompliancePayload) 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 *CompliancePayload) SetVariationMax(v int32)

SetVariationMax sets VariationMax field to given value.

GetVariationMin

func (o *CompliancePayload) GetVariationMin() int32

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

GetVariationMinOk

func (o *CompliancePayload) 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 *CompliancePayload) SetVariationMin(v int32)

SetVariationMin sets VariationMin field to given value.

GetVariationUnit

func (o *CompliancePayload) GetVariationUnit() int32

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

GetVariationUnitOk

func (o *CompliancePayload) 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 *CompliancePayload) SetVariationUnit(v int32)

SetVariationUnit sets VariationUnit field to given value.

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