Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.29 KB

UserSchemaAttributeEnum.md

File metadata and controls

82 lines (45 loc) · 2.29 KB

UserSchemaAttributeEnum

Properties

Name Type Description Notes
Const Pointer to string [optional]
Title Pointer to string [optional]

Methods

NewUserSchemaAttributeEnum

func NewUserSchemaAttributeEnum() *UserSchemaAttributeEnum

NewUserSchemaAttributeEnum instantiates a new UserSchemaAttributeEnum 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

NewUserSchemaAttributeEnumWithDefaults

func NewUserSchemaAttributeEnumWithDefaults() *UserSchemaAttributeEnum

NewUserSchemaAttributeEnumWithDefaults instantiates a new UserSchemaAttributeEnum 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

GetConst

func (o *UserSchemaAttributeEnum) GetConst() string

GetConst returns the Const field if non-nil, zero value otherwise.

GetConstOk

func (o *UserSchemaAttributeEnum) GetConstOk() (*string, bool)

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

SetConst

func (o *UserSchemaAttributeEnum) SetConst(v string)

SetConst sets Const field to given value.

HasConst

func (o *UserSchemaAttributeEnum) HasConst() bool

HasConst returns a boolean if a field has been set.

GetTitle

func (o *UserSchemaAttributeEnum) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *UserSchemaAttributeEnum) GetTitleOk() (*string, bool)

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

SetTitle

func (o *UserSchemaAttributeEnum) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *UserSchemaAttributeEnum) HasTitle() bool

HasTitle returns a boolean if a field has been set.

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