Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.46 KB

ListsPublicStatsModelV1Genres.md

File metadata and controls

82 lines (45 loc) 路 2.46 KB

ListsPublicStatsModelV1Genres

Properties

Name Type Description Notes
GenreName Pointer to string [optional]
Count Pointer to int64 [optional]

Methods

NewListsPublicStatsModelV1Genres

func NewListsPublicStatsModelV1Genres() *ListsPublicStatsModelV1Genres

NewListsPublicStatsModelV1Genres instantiates a new ListsPublicStatsModelV1Genres 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

NewListsPublicStatsModelV1GenresWithDefaults

func NewListsPublicStatsModelV1GenresWithDefaults() *ListsPublicStatsModelV1Genres

NewListsPublicStatsModelV1GenresWithDefaults instantiates a new ListsPublicStatsModelV1Genres 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

GetGenreName

func (o *ListsPublicStatsModelV1Genres) GetGenreName() string

GetGenreName returns the GenreName field if non-nil, zero value otherwise.

GetGenreNameOk

func (o *ListsPublicStatsModelV1Genres) GetGenreNameOk() (*string, bool)

GetGenreNameOk returns a tuple with the GenreName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGenreName

func (o *ListsPublicStatsModelV1Genres) SetGenreName(v string)

SetGenreName sets GenreName field to given value.

HasGenreName

func (o *ListsPublicStatsModelV1Genres) HasGenreName() bool

HasGenreName returns a boolean if a field has been set.

GetCount

func (o *ListsPublicStatsModelV1Genres) GetCount() int64

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ListsPublicStatsModelV1Genres) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *ListsPublicStatsModelV1Genres) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *ListsPublicStatsModelV1Genres) HasCount() bool

HasCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]