Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.87 KB

SeriesCommentSearchResponseV1Results.md

File metadata and controls

82 lines (45 loc) 路 2.87 KB

SeriesCommentSearchResponseV1Results

Properties

Name Type Description Notes
Record Pointer to SeriesCommentModelV1 [optional]
Metadata Pointer to SeriesCommentSearchResponseV1ResultsMetadata [optional]

Methods

NewSeriesCommentSearchResponseV1Results

func NewSeriesCommentSearchResponseV1Results() *SeriesCommentSearchResponseV1Results

NewSeriesCommentSearchResponseV1Results instantiates a new SeriesCommentSearchResponseV1Results 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

NewSeriesCommentSearchResponseV1ResultsWithDefaults

func NewSeriesCommentSearchResponseV1ResultsWithDefaults() *SeriesCommentSearchResponseV1Results

NewSeriesCommentSearchResponseV1ResultsWithDefaults instantiates a new SeriesCommentSearchResponseV1Results 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 *SeriesCommentSearchResponseV1Results) GetRecord() SeriesCommentModelV1

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

GetRecordOk

func (o *SeriesCommentSearchResponseV1Results) GetRecordOk() (*SeriesCommentModelV1, 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 *SeriesCommentSearchResponseV1Results) SetRecord(v SeriesCommentModelV1)

SetRecord sets Record field to given value.

HasRecord

func (o *SeriesCommentSearchResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

GetMetadata

func (o *SeriesCommentSearchResponseV1Results) GetMetadata() SeriesCommentSearchResponseV1ResultsMetadata

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

GetMetadataOk

func (o *SeriesCommentSearchResponseV1Results) GetMetadataOk() (*SeriesCommentSearchResponseV1ResultsMetadata, 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 *SeriesCommentSearchResponseV1Results) SetMetadata(v SeriesCommentSearchResponseV1ResultsMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *SeriesCommentSearchResponseV1Results) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

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