Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.71 KB

ForumPostListResponseV1Results.md

File metadata and controls

82 lines (45 loc) 路 2.71 KB

ForumPostListResponseV1Results

Properties

Name Type Description Notes
Record Pointer to ForumPostModelV1 [optional]
Metadata Pointer to ForumPostListResponseV1ResultsMetadata [optional]

Methods

NewForumPostListResponseV1Results

func NewForumPostListResponseV1Results() *ForumPostListResponseV1Results

NewForumPostListResponseV1Results instantiates a new ForumPostListResponseV1Results 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

NewForumPostListResponseV1ResultsWithDefaults

func NewForumPostListResponseV1ResultsWithDefaults() *ForumPostListResponseV1Results

NewForumPostListResponseV1ResultsWithDefaults instantiates a new ForumPostListResponseV1Results 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

GetRecord

func (o *ForumPostListResponseV1Results) GetRecord() ForumPostModelV1

GetRecord returns the Record field if non-nil, zero value otherwise.

GetRecordOk

func (o *ForumPostListResponseV1Results) GetRecordOk() (*ForumPostModelV1, bool)

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

SetRecord

func (o *ForumPostListResponseV1Results) SetRecord(v ForumPostModelV1)

SetRecord sets Record field to given value.

HasRecord

func (o *ForumPostListResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

GetMetadata

func (o *ForumPostListResponseV1Results) GetMetadata() ForumPostListResponseV1ResultsMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *ForumPostListResponseV1Results) GetMetadataOk() (*ForumPostListResponseV1ResultsMetadata, bool)

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

SetMetadata

func (o *ForumPostListResponseV1Results) SetMetadata(v ForumPostListResponseV1ResultsMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *ForumPostListResponseV1Results) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

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