Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.36 KB

ForumTopicModelV1Forum.md

File metadata and controls

82 lines (45 loc) 路 2.36 KB

ForumTopicModelV1Forum

Properties

Name Type Description Notes
ForumId Pointer to int64 [optional]
ForumName Pointer to string [optional]

Methods

NewForumTopicModelV1Forum

func NewForumTopicModelV1Forum() *ForumTopicModelV1Forum

NewForumTopicModelV1Forum instantiates a new ForumTopicModelV1Forum 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

NewForumTopicModelV1ForumWithDefaults

func NewForumTopicModelV1ForumWithDefaults() *ForumTopicModelV1Forum

NewForumTopicModelV1ForumWithDefaults instantiates a new ForumTopicModelV1Forum 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

GetForumId

func (o *ForumTopicModelV1Forum) GetForumId() int64

GetForumId returns the ForumId field if non-nil, zero value otherwise.

GetForumIdOk

func (o *ForumTopicModelV1Forum) GetForumIdOk() (*int64, bool)

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

SetForumId

func (o *ForumTopicModelV1Forum) SetForumId(v int64)

SetForumId sets ForumId field to given value.

HasForumId

func (o *ForumTopicModelV1Forum) HasForumId() bool

HasForumId returns a boolean if a field has been set.

GetForumName

func (o *ForumTopicModelV1Forum) GetForumName() string

GetForumName returns the ForumName field if non-nil, zero value otherwise.

GetForumNameOk

func (o *ForumTopicModelV1Forum) GetForumNameOk() (*string, bool)

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

SetForumName

func (o *ForumTopicModelV1Forum) SetForumName(v string)

SetForumName sets ForumName field to given value.

HasForumName

func (o *ForumTopicModelV1Forum) HasForumName() bool

HasForumName returns a boolean if a field has been set.

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