Skip to content

Latest commit

History

History
108 lines (59 loc) 路 2.98 KB

GenreModelUpdateV1.md

File metadata and controls

108 lines (59 loc) 路 2.98 KB

GenreModelUpdateV1

Properties

Name Type Description Notes
Genre Pointer to string [optional]
Description Pointer to string [optional]
Demographic Pointer to bool [optional]

Methods

NewGenreModelUpdateV1

func NewGenreModelUpdateV1() *GenreModelUpdateV1

NewGenreModelUpdateV1 instantiates a new GenreModelUpdateV1 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

NewGenreModelUpdateV1WithDefaults

func NewGenreModelUpdateV1WithDefaults() *GenreModelUpdateV1

NewGenreModelUpdateV1WithDefaults instantiates a new GenreModelUpdateV1 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 *GenreModelUpdateV1) GetGenre() string

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

GetGenreOk

func (o *GenreModelUpdateV1) 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 *GenreModelUpdateV1) SetGenre(v string)

SetGenre sets Genre field to given value.

HasGenre

func (o *GenreModelUpdateV1) HasGenre() bool

HasGenre returns a boolean if a field has been set.

GetDescription

func (o *GenreModelUpdateV1) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *GenreModelUpdateV1) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *GenreModelUpdateV1) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GenreModelUpdateV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDemographic

func (o *GenreModelUpdateV1) GetDemographic() bool

GetDemographic returns the Demographic field if non-nil, zero value otherwise.

GetDemographicOk

func (o *GenreModelUpdateV1) GetDemographicOk() (*bool, bool)

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

SetDemographic

func (o *GenreModelUpdateV1) SetDemographic(v bool)

SetDemographic sets Demographic field to given value.

HasDemographic

func (o *GenreModelUpdateV1) HasDemographic() bool

HasDemographic returns a boolean if a field has been set.

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