Skip to content

Latest commit

History

History
108 lines (59 loc) 路 3.15 KB

ForumTopicModelUpdateV1.md

File metadata and controls

108 lines (59 loc) 路 3.15 KB

ForumTopicModelUpdateV1

Properties

Name Type Description Notes
Topic Pointer to string [optional]
Forum Pointer to ForumTopicModelUpdateV1Forum [optional]
Admin Pointer to ForumTopicModelUpdateV1Admin [optional]

Methods

NewForumTopicModelUpdateV1

func NewForumTopicModelUpdateV1() *ForumTopicModelUpdateV1

NewForumTopicModelUpdateV1 instantiates a new ForumTopicModelUpdateV1 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

NewForumTopicModelUpdateV1WithDefaults

func NewForumTopicModelUpdateV1WithDefaults() *ForumTopicModelUpdateV1

NewForumTopicModelUpdateV1WithDefaults instantiates a new ForumTopicModelUpdateV1 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

GetTopic

func (o *ForumTopicModelUpdateV1) GetTopic() string

GetTopic returns the Topic field if non-nil, zero value otherwise.

GetTopicOk

func (o *ForumTopicModelUpdateV1) GetTopicOk() (*string, bool)

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

SetTopic

func (o *ForumTopicModelUpdateV1) SetTopic(v string)

SetTopic sets Topic field to given value.

HasTopic

func (o *ForumTopicModelUpdateV1) HasTopic() bool

HasTopic returns a boolean if a field has been set.

GetForum

func (o *ForumTopicModelUpdateV1) GetForum() ForumTopicModelUpdateV1Forum

GetForum returns the Forum field if non-nil, zero value otherwise.

GetForumOk

func (o *ForumTopicModelUpdateV1) GetForumOk() (*ForumTopicModelUpdateV1Forum, bool)

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

SetForum

func (o *ForumTopicModelUpdateV1) SetForum(v ForumTopicModelUpdateV1Forum)

SetForum sets Forum field to given value.

HasForum

func (o *ForumTopicModelUpdateV1) HasForum() bool

HasForum returns a boolean if a field has been set.

GetAdmin

func (o *ForumTopicModelUpdateV1) GetAdmin() ForumTopicModelUpdateV1Admin

GetAdmin returns the Admin field if non-nil, zero value otherwise.

GetAdminOk

func (o *ForumTopicModelUpdateV1) GetAdminOk() (*ForumTopicModelUpdateV1Admin, bool)

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

SetAdmin

func (o *ForumTopicModelUpdateV1) SetAdmin(v ForumTopicModelUpdateV1Admin)

SetAdmin sets Admin field to given value.

HasAdmin

func (o *ForumTopicModelUpdateV1) HasAdmin() bool

HasAdmin returns a boolean if a field has been set.

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