Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.98 KB

File metadata and controls

72 lines (39 loc) · 1.98 KB

PresentationName

Properties

Name Type Description Notes
Singular string
Plural string

Methods

NewPresentationName

func NewPresentationName(singular string, plural string, ) *PresentationName

NewPresentationName instantiates a new PresentationName 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

NewPresentationNameWithDefaults

func NewPresentationNameWithDefaults() *PresentationName

NewPresentationNameWithDefaults instantiates a new PresentationName 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

GetSingular

func (o *PresentationName) GetSingular() string

GetSingular returns the Singular field if non-nil, zero value otherwise.

GetSingularOk

func (o *PresentationName) GetSingularOk() (*string, bool)

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

SetSingular

func (o *PresentationName) SetSingular(v string)

SetSingular sets Singular field to given value.

GetPlural

func (o *PresentationName) GetPlural() string

GetPlural returns the Plural field if non-nil, zero value otherwise.

GetPluralOk

func (o *PresentationName) GetPluralOk() (*string, bool)

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

SetPlural

func (o *PresentationName) SetPlural(v string)

SetPlural sets Plural field to given value.

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