Skip to content

Latest commit

History

History
82 lines (45 loc) 路 3.05 KB

SeriesCommentModerationResponseV1ResultsMetadata.md

File metadata and controls

82 lines (45 loc) 路 3.05 KB

SeriesCommentModerationResponseV1ResultsMetadata

Properties

Name Type Description Notes
Series Pointer to SeriesModelSearchV1 [optional]
AuthorSeriesRating Pointer to float32 [optional]

Methods

NewSeriesCommentModerationResponseV1ResultsMetadata

func NewSeriesCommentModerationResponseV1ResultsMetadata() *SeriesCommentModerationResponseV1ResultsMetadata

NewSeriesCommentModerationResponseV1ResultsMetadata instantiates a new SeriesCommentModerationResponseV1ResultsMetadata 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

NewSeriesCommentModerationResponseV1ResultsMetadataWithDefaults

func NewSeriesCommentModerationResponseV1ResultsMetadataWithDefaults() *SeriesCommentModerationResponseV1ResultsMetadata

NewSeriesCommentModerationResponseV1ResultsMetadataWithDefaults instantiates a new SeriesCommentModerationResponseV1ResultsMetadata 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

GetSeries

func (o *SeriesCommentModerationResponseV1ResultsMetadata) GetSeries() SeriesModelSearchV1

GetSeries returns the Series field if non-nil, zero value otherwise.

GetSeriesOk

func (o *SeriesCommentModerationResponseV1ResultsMetadata) GetSeriesOk() (*SeriesModelSearchV1, bool)

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

SetSeries

func (o *SeriesCommentModerationResponseV1ResultsMetadata) SetSeries(v SeriesModelSearchV1)

SetSeries sets Series field to given value.

HasSeries

func (o *SeriesCommentModerationResponseV1ResultsMetadata) HasSeries() bool

HasSeries returns a boolean if a field has been set.

GetAuthorSeriesRating

func (o *SeriesCommentModerationResponseV1ResultsMetadata) GetAuthorSeriesRating() float32

GetAuthorSeriesRating returns the AuthorSeriesRating field if non-nil, zero value otherwise.

GetAuthorSeriesRatingOk

func (o *SeriesCommentModerationResponseV1ResultsMetadata) GetAuthorSeriesRatingOk() (*float32, bool)

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

SetAuthorSeriesRating

func (o *SeriesCommentModerationResponseV1ResultsMetadata) SetAuthorSeriesRating(v float32)

SetAuthorSeriesRating sets AuthorSeriesRating field to given value.

HasAuthorSeriesRating

func (o *SeriesCommentModerationResponseV1ResultsMetadata) HasAuthorSeriesRating() bool

HasAuthorSeriesRating returns a boolean if a field has been set.

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