Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.69 KB

SeriesModelSearchV1Genres.md

File metadata and controls

56 lines (31 loc) 路 1.69 KB

SeriesModelSearchV1Genres

Properties

Name Type Description Notes
Genre Pointer to string [optional]

Methods

NewSeriesModelSearchV1Genres

func NewSeriesModelSearchV1Genres() *SeriesModelSearchV1Genres

NewSeriesModelSearchV1Genres instantiates a new SeriesModelSearchV1Genres 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

NewSeriesModelSearchV1GenresWithDefaults

func NewSeriesModelSearchV1GenresWithDefaults() *SeriesModelSearchV1Genres

NewSeriesModelSearchV1GenresWithDefaults instantiates a new SeriesModelSearchV1Genres 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

GetGenre

func (o *SeriesModelSearchV1Genres) GetGenre() string

GetGenre returns the Genre field if non-nil, zero value otherwise.

GetGenreOk

func (o *SeriesModelSearchV1Genres) GetGenreOk() (*string, bool)

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

SetGenre

func (o *SeriesModelSearchV1Genres) SetGenre(v string)

SetGenre sets Genre field to given value.

HasGenre

func (o *SeriesModelSearchV1Genres) HasGenre() bool

HasGenre returns a boolean if a field has been set.

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