Files
openapi-go-answer/docs/SchemaSearchObjectUser.md
2023-09-26 16:20:01 +08:00

4.2 KiB

SchemaSearchObjectUser

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Id Pointer to string [optional]
Rank Pointer to int32 [optional]
Status Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewSchemaSearchObjectUser

func NewSchemaSearchObjectUser() *SchemaSearchObjectUser

NewSchemaSearchObjectUser instantiates a new SchemaSearchObjectUser 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

NewSchemaSearchObjectUserWithDefaults

func NewSchemaSearchObjectUserWithDefaults() *SchemaSearchObjectUser

NewSchemaSearchObjectUserWithDefaults instantiates a new SchemaSearchObjectUser 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

GetDisplayName

func (o *SchemaSearchObjectUser) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SchemaSearchObjectUser) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *SchemaSearchObjectUser) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SchemaSearchObjectUser) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetId

func (o *SchemaSearchObjectUser) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SchemaSearchObjectUser) GetIdOk() (*string, bool)

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

SetId

func (o *SchemaSearchObjectUser) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SchemaSearchObjectUser) HasId() bool

HasId returns a boolean if a field has been set.

GetRank

func (o *SchemaSearchObjectUser) GetRank() int32

GetRank returns the Rank field if non-nil, zero value otherwise.

GetRankOk

func (o *SchemaSearchObjectUser) GetRankOk() (*int32, bool)

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

SetRank

func (o *SchemaSearchObjectUser) SetRank(v int32)

SetRank sets Rank field to given value.

HasRank

func (o *SchemaSearchObjectUser) HasRank() bool

HasRank returns a boolean if a field has been set.

GetStatus

func (o *SchemaSearchObjectUser) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *SchemaSearchObjectUser) GetStatusOk() (*string, bool)

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

SetStatus

func (o *SchemaSearchObjectUser) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *SchemaSearchObjectUser) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetUsername

func (o *SchemaSearchObjectUser) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *SchemaSearchObjectUser) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *SchemaSearchObjectUser) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *SchemaSearchObjectUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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