Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Title | Pointer to NullableString | [optional] | |
ParsedAlbumInfo | Pointer to ParsedAlbumInfo | [optional] | |
Artist | Pointer to ArtistResource | [optional] | |
Albums | Pointer to []AlbumResource | [optional] | |
CustomFormats | Pointer to []CustomFormatResource | [optional] | |
CustomFormatScore | Pointer to int32 | [optional] |
func NewParseResource() *ParseResource
NewParseResource instantiates a new ParseResource 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 NewParseResourceWithDefaults() *ParseResource
NewParseResourceWithDefaults instantiates a new ParseResource 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 *ParseResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ParseResource) 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 *ParseResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ParseResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ParseResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ParseResource) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ParseResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ParseResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ParseResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *ParseResource) GetParsedAlbumInfo() ParsedAlbumInfo
GetParsedAlbumInfo returns the ParsedAlbumInfo field if non-nil, zero value otherwise.
func (o *ParseResource) GetParsedAlbumInfoOk() (*ParsedAlbumInfo, bool)
GetParsedAlbumInfoOk returns a tuple with the ParsedAlbumInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetParsedAlbumInfo(v ParsedAlbumInfo)
SetParsedAlbumInfo sets ParsedAlbumInfo field to given value.
func (o *ParseResource) HasParsedAlbumInfo() bool
HasParsedAlbumInfo returns a boolean if a field has been set.
func (o *ParseResource) GetArtist() ArtistResource
GetArtist returns the Artist field if non-nil, zero value otherwise.
func (o *ParseResource) GetArtistOk() (*ArtistResource, bool)
GetArtistOk returns a tuple with the Artist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetArtist(v ArtistResource)
SetArtist sets Artist field to given value.
func (o *ParseResource) HasArtist() bool
HasArtist returns a boolean if a field has been set.
func (o *ParseResource) GetAlbums() []AlbumResource
GetAlbums returns the Albums field if non-nil, zero value otherwise.
func (o *ParseResource) GetAlbumsOk() (*[]AlbumResource, bool)
GetAlbumsOk returns a tuple with the Albums field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetAlbums(v []AlbumResource)
SetAlbums sets Albums field to given value.
func (o *ParseResource) HasAlbums() bool
HasAlbums returns a boolean if a field has been set.
func (o *ParseResource) SetAlbumsNil(b bool)
SetAlbumsNil sets the value for Albums to be an explicit nil
func (o *ParseResource) UnsetAlbums()
UnsetAlbums ensures that no value is present for Albums, not even an explicit nil
func (o *ParseResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *ParseResource) GetCustomFormatsOk() (*[]CustomFormatResource, bool)
GetCustomFormatsOk returns a tuple with the CustomFormats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *ParseResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *ParseResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *ParseResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *ParseResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *ParseResource) GetCustomFormatScoreOk() (*int32, bool)
GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParseResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *ParseResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.