| Name | Type | Description | Notes |
|---|---|---|---|
| ApiSlug | Pointer to string | A unique, human-readable slug to access the object through URLs and API calls. Should be formatted in snake case. | [optional] |
| SingularNoun | Pointer to string | The singular form of the object's name. | [optional] |
| PluralNoun | Pointer to string | The plural form of the object's name. | [optional] |
func NewV2ObjectsObjectPatchRequestData() *V2ObjectsObjectPatchRequestData
NewV2ObjectsObjectPatchRequestData instantiates a new V2ObjectsObjectPatchRequestData 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 NewV2ObjectsObjectPatchRequestDataWithDefaults() *V2ObjectsObjectPatchRequestData
NewV2ObjectsObjectPatchRequestDataWithDefaults instantiates a new V2ObjectsObjectPatchRequestData 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 *V2ObjectsObjectPatchRequestData) GetApiSlug() string
GetApiSlug returns the ApiSlug field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectPatchRequestData) GetApiSlugOk() (*string, bool)
GetApiSlugOk returns a tuple with the ApiSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectPatchRequestData) SetApiSlug(v string)
SetApiSlug sets ApiSlug field to given value.
func (o *V2ObjectsObjectPatchRequestData) HasApiSlug() bool
HasApiSlug returns a boolean if a field has been set.
func (o *V2ObjectsObjectPatchRequestData) GetSingularNoun() string
GetSingularNoun returns the SingularNoun field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectPatchRequestData) GetSingularNounOk() (*string, bool)
GetSingularNounOk returns a tuple with the SingularNoun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectPatchRequestData) SetSingularNoun(v string)
SetSingularNoun sets SingularNoun field to given value.
func (o *V2ObjectsObjectPatchRequestData) HasSingularNoun() bool
HasSingularNoun returns a boolean if a field has been set.
func (o *V2ObjectsObjectPatchRequestData) GetPluralNoun() string
GetPluralNoun returns the PluralNoun field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectPatchRequestData) GetPluralNounOk() (*string, bool)
GetPluralNounOk returns a tuple with the PluralNoun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectPatchRequestData) SetPluralNoun(v string)
SetPluralNoun sets PluralNoun field to given value.
func (o *V2ObjectsObjectPatchRequestData) HasPluralNoun() bool
HasPluralNoun returns a boolean if a field has been set.