Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.71 KB

CategoriesModelUpdateV1.md

File metadata and controls

56 lines (31 loc) 路 1.71 KB

CategoriesModelUpdateV1

Properties

Name Type Description Notes
Category Pointer to string [optional]

Methods

NewCategoriesModelUpdateV1

func NewCategoriesModelUpdateV1() *CategoriesModelUpdateV1

NewCategoriesModelUpdateV1 instantiates a new CategoriesModelUpdateV1 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

NewCategoriesModelUpdateV1WithDefaults

func NewCategoriesModelUpdateV1WithDefaults() *CategoriesModelUpdateV1

NewCategoriesModelUpdateV1WithDefaults instantiates a new CategoriesModelUpdateV1 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

GetCategory

func (o *CategoriesModelUpdateV1) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *CategoriesModelUpdateV1) GetCategoryOk() (*string, bool)

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

SetCategory

func (o *CategoriesModelUpdateV1) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *CategoriesModelUpdateV1) HasCategory() bool

HasCategory returns a boolean if a field has been set.

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