Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.86 KB

ForumSearchResponseV1PostResultsMetadataForumInfo.md

File metadata and controls

82 lines (45 loc) 路 2.86 KB

ForumSearchResponseV1PostResultsMetadataForumInfo

Properties

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

Methods

NewForumSearchResponseV1PostResultsMetadataForumInfo

func NewForumSearchResponseV1PostResultsMetadataForumInfo() *ForumSearchResponseV1PostResultsMetadataForumInfo

NewForumSearchResponseV1PostResultsMetadataForumInfo instantiates a new ForumSearchResponseV1PostResultsMetadataForumInfo 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

NewForumSearchResponseV1PostResultsMetadataForumInfoWithDefaults

func NewForumSearchResponseV1PostResultsMetadataForumInfoWithDefaults() *ForumSearchResponseV1PostResultsMetadataForumInfo

NewForumSearchResponseV1PostResultsMetadataForumInfoWithDefaults instantiates a new ForumSearchResponseV1PostResultsMetadataForumInfo 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 *ForumSearchResponseV1PostResultsMetadataForumInfo) GetForumId() int64

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

GetForumIdOk

func (o *ForumSearchResponseV1PostResultsMetadataForumInfo) 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 *ForumSearchResponseV1PostResultsMetadataForumInfo) SetForumId(v int64)

SetForumId sets ForumId field to given value.

HasForumId

func (o *ForumSearchResponseV1PostResultsMetadataForumInfo) HasForumId() bool

HasForumId returns a boolean if a field has been set.

GetForumName

func (o *ForumSearchResponseV1PostResultsMetadataForumInfo) GetForumName() string

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

GetForumNameOk

func (o *ForumSearchResponseV1PostResultsMetadataForumInfo) 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 *ForumSearchResponseV1PostResultsMetadataForumInfo) SetForumName(v string)

SetForumName sets ForumName field to given value.

HasForumName

func (o *ForumSearchResponseV1PostResultsMetadataForumInfo) HasForumName() bool

HasForumName returns a boolean if a field has been set.

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