Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Format | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
Score | Pointer to int32 | [optional] |
func NewProfileFormatItemResource() *ProfileFormatItemResource
NewProfileFormatItemResource instantiates a new ProfileFormatItemResource 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 NewProfileFormatItemResourceWithDefaults() *ProfileFormatItemResource
NewProfileFormatItemResourceWithDefaults instantiates a new ProfileFormatItemResource 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 *ProfileFormatItemResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProfileFormatItemResource) 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 *ProfileFormatItemResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ProfileFormatItemResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProfileFormatItemResource) GetFormat() int32
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *ProfileFormatItemResource) GetFormatOk() (*int32, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfileFormatItemResource) SetFormat(v int32)
SetFormat sets Format field to given value.
func (o *ProfileFormatItemResource) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ProfileFormatItemResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProfileFormatItemResource) 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 *ProfileFormatItemResource) SetName(v string)
SetName sets Name field to given value.
func (o *ProfileFormatItemResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProfileFormatItemResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ProfileFormatItemResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ProfileFormatItemResource) GetScore() int32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *ProfileFormatItemResource) GetScoreOk() (*int32, bool)
GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfileFormatItemResource) SetScore(v int32)
SetScore sets Score field to given value.
func (o *ProfileFormatItemResource) HasScore() bool
HasScore returns a boolean if a field has been set.