Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.04 KB

EntityRawSchemaTitle.md

File metadata and controls

72 lines (39 loc) · 2.04 KB

EntityRawSchemaTitle

Properties

Name Type Description Notes
Singular string
Plural string

Methods

NewEntityRawSchemaTitle

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

NewEntityRawSchemaTitleWithDefaults

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

GetSingular

func (o *EntityRawSchemaTitle) GetSingular() string

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

GetSingularOk

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.

SetSingular

func (o *EntityRawSchemaTitle) SetSingular(v string)

SetSingular sets Singular field to given value.

GetPlural

func (o *EntityRawSchemaTitle) GetPlural() string

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

GetPluralOk

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.

SetPlural

func (o *EntityRawSchemaTitle) SetPlural(v string)

SetPlural sets Plural field to given value.

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