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