| Name | Type | Description | Notes |
|---|---|---|---|
| Singular | string | ||
| Plural | string |
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
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
func (o *PresentationName) GetSingular() string
GetSingular returns the Singular field if non-nil, zero value otherwise.
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.
func (o *PresentationName) SetSingular(v string)
SetSingular sets Singular field to given value.
func (o *PresentationName) GetPlural() string
GetPlural returns the Plural field if non-nil, zero value otherwise.
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.
func (o *PresentationName) SetPlural(v string)
SetPlural sets Plural field to given value.