Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.37 KB

ForumCategoryModelUpdateV1.md

File metadata and controls

82 lines (45 loc) 路 2.37 KB

ForumCategoryModelUpdateV1

Properties

Name Type Description Notes
Name Pointer to string [optional]
Position Pointer to int64 [optional]

Methods

NewForumCategoryModelUpdateV1

func NewForumCategoryModelUpdateV1() *ForumCategoryModelUpdateV1

NewForumCategoryModelUpdateV1 instantiates a new ForumCategoryModelUpdateV1 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

NewForumCategoryModelUpdateV1WithDefaults

func NewForumCategoryModelUpdateV1WithDefaults() *ForumCategoryModelUpdateV1

NewForumCategoryModelUpdateV1WithDefaults instantiates a new ForumCategoryModelUpdateV1 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

GetName

func (o *ForumCategoryModelUpdateV1) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ForumCategoryModelUpdateV1) GetNameOk() (*string, bool)

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

SetName

func (o *ForumCategoryModelUpdateV1) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ForumCategoryModelUpdateV1) HasName() bool

HasName returns a boolean if a field has been set.

GetPosition

func (o *ForumCategoryModelUpdateV1) GetPosition() int64

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *ForumCategoryModelUpdateV1) GetPositionOk() (*int64, bool)

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

SetPosition

func (o *ForumCategoryModelUpdateV1) SetPosition(v int64)

SetPosition sets Position field to given value.

HasPosition

func (o *ForumCategoryModelUpdateV1) HasPosition() bool

HasPosition returns a boolean if a field has been set.

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