Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.01 KB

UserSchemaAttributeItems.md

File metadata and controls

108 lines (59 loc) · 3.01 KB

UserSchemaAttributeItems

Properties

Name Type Description Notes
Enum Pointer to []string [optional]
OneOf Pointer to []UserSchemaAttributeEnum [optional]
Type Pointer to string [optional]

Methods

NewUserSchemaAttributeItems

func NewUserSchemaAttributeItems() *UserSchemaAttributeItems

NewUserSchemaAttributeItems instantiates a new UserSchemaAttributeItems 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

NewUserSchemaAttributeItemsWithDefaults

func NewUserSchemaAttributeItemsWithDefaults() *UserSchemaAttributeItems

NewUserSchemaAttributeItemsWithDefaults instantiates a new UserSchemaAttributeItems 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

GetEnum

func (o *UserSchemaAttributeItems) GetEnum() []string

GetEnum returns the Enum field if non-nil, zero value otherwise.

GetEnumOk

func (o *UserSchemaAttributeItems) GetEnumOk() (*[]string, bool)

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

SetEnum

func (o *UserSchemaAttributeItems) SetEnum(v []string)

SetEnum sets Enum field to given value.

HasEnum

func (o *UserSchemaAttributeItems) HasEnum() bool

HasEnum returns a boolean if a field has been set.

GetOneOf

func (o *UserSchemaAttributeItems) GetOneOf() []UserSchemaAttributeEnum

GetOneOf returns the OneOf field if non-nil, zero value otherwise.

GetOneOfOk

func (o *UserSchemaAttributeItems) GetOneOfOk() (*[]UserSchemaAttributeEnum, bool)

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

SetOneOf

func (o *UserSchemaAttributeItems) SetOneOf(v []UserSchemaAttributeEnum)

SetOneOf sets OneOf field to given value.

HasOneOf

func (o *UserSchemaAttributeItems) HasOneOf() bool

HasOneOf returns a boolean if a field has been set.

GetType

func (o *UserSchemaAttributeItems) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *UserSchemaAttributeItems) GetTypeOk() (*string, bool)

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

SetType

func (o *UserSchemaAttributeItems) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *UserSchemaAttributeItems) HasType() bool

HasType returns a boolean if a field has been set.

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