| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| PrimaryAlbumTypes | Pointer to []ProfilePrimaryAlbumTypeItemResource | [optional] | |
| SecondaryAlbumTypes | Pointer to []ProfileSecondaryAlbumTypeItemResource | [optional] | |
| ReleaseStatuses | Pointer to []ProfileReleaseStatusItemResource | [optional] |
func NewMetadataProfileResource() *MetadataProfileResource
NewMetadataProfileResource instantiates a new MetadataProfileResource 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 NewMetadataProfileResourceWithDefaults() *MetadataProfileResource
NewMetadataProfileResourceWithDefaults instantiates a new MetadataProfileResource 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 *MetadataProfileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) 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 *MetadataProfileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *MetadataProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) 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 *MetadataProfileResource) SetName(v string)
SetName sets Name field to given value.
func (o *MetadataProfileResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *MetadataProfileResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *MetadataProfileResource) GetPrimaryAlbumTypes() []ProfilePrimaryAlbumTypeItemResource
GetPrimaryAlbumTypes returns the PrimaryAlbumTypes field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetPrimaryAlbumTypesOk() (*[]ProfilePrimaryAlbumTypeItemResource, bool)
GetPrimaryAlbumTypesOk returns a tuple with the PrimaryAlbumTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetPrimaryAlbumTypes(v []ProfilePrimaryAlbumTypeItemResource)
SetPrimaryAlbumTypes sets PrimaryAlbumTypes field to given value.
func (o *MetadataProfileResource) HasPrimaryAlbumTypes() bool
HasPrimaryAlbumTypes returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetPrimaryAlbumTypesNil(b bool)
SetPrimaryAlbumTypesNil sets the value for PrimaryAlbumTypes to be an explicit nil
func (o *MetadataProfileResource) UnsetPrimaryAlbumTypes()
UnsetPrimaryAlbumTypes ensures that no value is present for PrimaryAlbumTypes, not even an explicit nil
func (o *MetadataProfileResource) GetSecondaryAlbumTypes() []ProfileSecondaryAlbumTypeItemResource
GetSecondaryAlbumTypes returns the SecondaryAlbumTypes field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetSecondaryAlbumTypesOk() (*[]ProfileSecondaryAlbumTypeItemResource, bool)
GetSecondaryAlbumTypesOk returns a tuple with the SecondaryAlbumTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetSecondaryAlbumTypes(v []ProfileSecondaryAlbumTypeItemResource)
SetSecondaryAlbumTypes sets SecondaryAlbumTypes field to given value.
func (o *MetadataProfileResource) HasSecondaryAlbumTypes() bool
HasSecondaryAlbumTypes returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetSecondaryAlbumTypesNil(b bool)
SetSecondaryAlbumTypesNil sets the value for SecondaryAlbumTypes to be an explicit nil
func (o *MetadataProfileResource) UnsetSecondaryAlbumTypes()
UnsetSecondaryAlbumTypes ensures that no value is present for SecondaryAlbumTypes, not even an explicit nil
func (o *MetadataProfileResource) GetReleaseStatuses() []ProfileReleaseStatusItemResource
GetReleaseStatuses returns the ReleaseStatuses field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetReleaseStatusesOk() (*[]ProfileReleaseStatusItemResource, bool)
GetReleaseStatusesOk returns a tuple with the ReleaseStatuses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetReleaseStatuses(v []ProfileReleaseStatusItemResource)
SetReleaseStatuses sets ReleaseStatuses field to given value.
func (o *MetadataProfileResource) HasReleaseStatuses() bool
HasReleaseStatuses returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetReleaseStatusesNil(b bool)
SetReleaseStatusesNil sets the value for ReleaseStatuses to be an explicit nil
func (o *MetadataProfileResource) UnsetReleaseStatuses()
UnsetReleaseStatuses ensures that no value is present for ReleaseStatuses, not even an explicit nil