| Name | Type | Description | Notes |
|---|---|---|---|
| BaseValue | int32 | ||
| GpuModel | string | ||
| ResourceType | string | ||
| VariationMax | int32 | ||
| VariationMin | int32 | ||
| VariationUnit | int32 |
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
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
func (o *CompliancePayload) GetBaseValue() int32
GetBaseValue returns the BaseValue field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetBaseValue(v int32)
SetBaseValue sets BaseValue field to given value.
func (o *CompliancePayload) GetGpuModel() string
GetGpuModel returns the GpuModel field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetGpuModel(v string)
SetGpuModel sets GpuModel field to given value.
func (o *CompliancePayload) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *CompliancePayload) GetVariationMax() int32
GetVariationMax returns the VariationMax field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetVariationMax(v int32)
SetVariationMax sets VariationMax field to given value.
func (o *CompliancePayload) GetVariationMin() int32
GetVariationMin returns the VariationMin field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetVariationMin(v int32)
SetVariationMin sets VariationMin field to given value.
func (o *CompliancePayload) GetVariationUnit() int32
GetVariationUnit returns the VariationUnit field if non-nil, zero value otherwise.
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.
func (o *CompliancePayload) SetVariationUnit(v int32)
SetVariationUnit sets VariationUnit field to given value.