Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
UpgradeAllowed | Pointer to bool | [optional] | |
Cutoff | Pointer to int32 | [optional] | |
Items | Pointer to []QualityProfileQualityItemResource | [optional] | |
MinFormatScore | Pointer to int32 | [optional] | |
CutoffFormatScore | Pointer to int32 | [optional] | |
MinUpgradeFormatScore | Pointer to int32 | [optional] | |
FormatItems | Pointer to []ProfileFormatItemResource | [optional] |
func NewQualityProfileResource() *QualityProfileResource
NewQualityProfileResource instantiates a new QualityProfileResource 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 NewQualityProfileResourceWithDefaults() *QualityProfileResource
NewQualityProfileResourceWithDefaults instantiates a new QualityProfileResource 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 *QualityProfileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *QualityProfileResource) 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 *QualityProfileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *QualityProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *QualityProfileResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetName(v string)
SetName sets Name field to given value.
func (o *QualityProfileResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *QualityProfileResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *QualityProfileResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *QualityProfileResource) GetUpgradeAllowed() bool
GetUpgradeAllowed returns the UpgradeAllowed field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetUpgradeAllowedOk() (*bool, bool)
GetUpgradeAllowedOk returns a tuple with the UpgradeAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetUpgradeAllowed(v bool)
SetUpgradeAllowed sets UpgradeAllowed field to given value.
func (o *QualityProfileResource) HasUpgradeAllowed() bool
HasUpgradeAllowed returns a boolean if a field has been set.
func (o *QualityProfileResource) GetCutoff() int32
GetCutoff returns the Cutoff field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetCutoffOk() (*int32, bool)
GetCutoffOk returns a tuple with the Cutoff field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetCutoff(v int32)
SetCutoff sets Cutoff field to given value.
func (o *QualityProfileResource) HasCutoff() bool
HasCutoff returns a boolean if a field has been set.
func (o *QualityProfileResource) GetItems() []QualityProfileQualityItemResource
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetItemsOk() (*[]QualityProfileQualityItemResource, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetItems(v []QualityProfileQualityItemResource)
SetItems sets Items field to given value.
func (o *QualityProfileResource) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *QualityProfileResource) SetItemsNil(b bool)
SetItemsNil sets the value for Items to be an explicit nil
func (o *QualityProfileResource) UnsetItems()
UnsetItems ensures that no value is present for Items, not even an explicit nil
func (o *QualityProfileResource) GetMinFormatScore() int32
GetMinFormatScore returns the MinFormatScore field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetMinFormatScoreOk() (*int32, bool)
GetMinFormatScoreOk returns a tuple with the MinFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetMinFormatScore(v int32)
SetMinFormatScore sets MinFormatScore field to given value.
func (o *QualityProfileResource) HasMinFormatScore() bool
HasMinFormatScore returns a boolean if a field has been set.
func (o *QualityProfileResource) GetCutoffFormatScore() int32
GetCutoffFormatScore returns the CutoffFormatScore field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetCutoffFormatScoreOk() (*int32, bool)
GetCutoffFormatScoreOk returns a tuple with the CutoffFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetCutoffFormatScore(v int32)
SetCutoffFormatScore sets CutoffFormatScore field to given value.
func (o *QualityProfileResource) HasCutoffFormatScore() bool
HasCutoffFormatScore returns a boolean if a field has been set.
func (o *QualityProfileResource) GetMinUpgradeFormatScore() int32
GetMinUpgradeFormatScore returns the MinUpgradeFormatScore field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetMinUpgradeFormatScoreOk() (*int32, bool)
GetMinUpgradeFormatScoreOk returns a tuple with the MinUpgradeFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetMinUpgradeFormatScore(v int32)
SetMinUpgradeFormatScore sets MinUpgradeFormatScore field to given value.
func (o *QualityProfileResource) HasMinUpgradeFormatScore() bool
HasMinUpgradeFormatScore returns a boolean if a field has been set.
func (o *QualityProfileResource) GetFormatItems() []ProfileFormatItemResource
GetFormatItems returns the FormatItems field if non-nil, zero value otherwise.
func (o *QualityProfileResource) GetFormatItemsOk() (*[]ProfileFormatItemResource, bool)
GetFormatItemsOk returns a tuple with the FormatItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityProfileResource) SetFormatItems(v []ProfileFormatItemResource)
SetFormatItems sets FormatItems field to given value.
func (o *QualityProfileResource) HasFormatItems() bool
HasFormatItems returns a boolean if a field has been set.
func (o *QualityProfileResource) SetFormatItemsNil(b bool)
SetFormatItemsNil sets the value for FormatItems to be an explicit nil
func (o *QualityProfileResource) UnsetFormatItems()
UnsetFormatItems ensures that no value is present for FormatItems, not even an explicit nil