Skip to content

Latest commit

History

History
108 lines (59 loc) 路 3.15 KB

SeriesModelUpdateV1Publishers.md

File metadata and controls

108 lines (59 loc) 路 3.15 KB

SeriesModelUpdateV1Publishers

Properties

Name Type Description Notes
PublisherName Pointer to string [optional]
Type Pointer to string [optional]
Notes Pointer to string [optional]

Methods

NewSeriesModelUpdateV1Publishers

func NewSeriesModelUpdateV1Publishers() *SeriesModelUpdateV1Publishers

NewSeriesModelUpdateV1Publishers instantiates a new SeriesModelUpdateV1Publishers 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

NewSeriesModelUpdateV1PublishersWithDefaults

func NewSeriesModelUpdateV1PublishersWithDefaults() *SeriesModelUpdateV1Publishers

NewSeriesModelUpdateV1PublishersWithDefaults instantiates a new SeriesModelUpdateV1Publishers 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

GetPublisherName

func (o *SeriesModelUpdateV1Publishers) GetPublisherName() string

GetPublisherName returns the PublisherName field if non-nil, zero value otherwise.

GetPublisherNameOk

func (o *SeriesModelUpdateV1Publishers) GetPublisherNameOk() (*string, bool)

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

SetPublisherName

func (o *SeriesModelUpdateV1Publishers) SetPublisherName(v string)

SetPublisherName sets PublisherName field to given value.

HasPublisherName

func (o *SeriesModelUpdateV1Publishers) HasPublisherName() bool

HasPublisherName returns a boolean if a field has been set.

GetType

func (o *SeriesModelUpdateV1Publishers) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SeriesModelUpdateV1Publishers) GetTypeOk() (*string, bool)

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

SetType

func (o *SeriesModelUpdateV1Publishers) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SeriesModelUpdateV1Publishers) HasType() bool

HasType returns a boolean if a field has been set.

GetNotes

func (o *SeriesModelUpdateV1Publishers) GetNotes() string

GetNotes returns the Notes field if non-nil, zero value otherwise.

GetNotesOk

func (o *SeriesModelUpdateV1Publishers) GetNotesOk() (*string, bool)

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

SetNotes

func (o *SeriesModelUpdateV1Publishers) SetNotes(v string)

SetNotes sets Notes field to given value.

HasNotes

func (o *SeriesModelUpdateV1Publishers) HasNotes() bool

HasNotes returns a boolean if a field has been set.

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