Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.78 KB

UserGenreHighlightModelUpdateV1.md

File metadata and controls

56 lines (31 loc) 路 1.78 KB

UserGenreHighlightModelUpdateV1

Properties

Name Type Description Notes
Color Pointer to string [optional]

Methods

NewUserGenreHighlightModelUpdateV1

func NewUserGenreHighlightModelUpdateV1() *UserGenreHighlightModelUpdateV1

NewUserGenreHighlightModelUpdateV1 instantiates a new UserGenreHighlightModelUpdateV1 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

NewUserGenreHighlightModelUpdateV1WithDefaults

func NewUserGenreHighlightModelUpdateV1WithDefaults() *UserGenreHighlightModelUpdateV1

NewUserGenreHighlightModelUpdateV1WithDefaults instantiates a new UserGenreHighlightModelUpdateV1 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

GetColor

func (o *UserGenreHighlightModelUpdateV1) GetColor() string

GetColor returns the Color field if non-nil, zero value otherwise.

GetColorOk

func (o *UserGenreHighlightModelUpdateV1) GetColorOk() (*string, bool)

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

SetColor

func (o *UserGenreHighlightModelUpdateV1) SetColor(v string)

SetColor sets Color field to given value.

HasColor

func (o *UserGenreHighlightModelUpdateV1) HasColor() bool

HasColor returns a boolean if a field has been set.

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