265 lines
7.1 KiB
Markdown
265 lines
7.1 KiB
Markdown
# SchemaSearchObjectUserInfo
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Avatar** | Pointer to **string** | avatar | [optional]
|
|
**DisplayName** | Pointer to **string** | display_name | [optional]
|
|
**Id** | Pointer to **string** | user_id | [optional]
|
|
**IpInfo** | Pointer to **string** | ip info | [optional]
|
|
**Location** | Pointer to **string** | location | [optional]
|
|
**Rank** | Pointer to **int32** | rank | [optional]
|
|
**Status** | Pointer to **string** | status | [optional]
|
|
**Username** | Pointer to **string** | name | [optional]
|
|
**Website** | Pointer to **string** | website | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaSearchObjectUserInfo
|
|
|
|
`func NewSchemaSearchObjectUserInfo() *SchemaSearchObjectUserInfo`
|
|
|
|
NewSchemaSearchObjectUserInfo instantiates a new SchemaSearchObjectUserInfo 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
|
|
|
|
### NewSchemaSearchObjectUserInfoWithDefaults
|
|
|
|
`func NewSchemaSearchObjectUserInfoWithDefaults() *SchemaSearchObjectUserInfo`
|
|
|
|
NewSchemaSearchObjectUserInfoWithDefaults instantiates a new SchemaSearchObjectUserInfo 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
|
|
|
|
### GetAvatar
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetAvatar() string`
|
|
|
|
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
|
|
|
### GetAvatarOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetAvatarOk() (*string, bool)`
|
|
|
|
GetAvatarOk returns a tuple with the Avatar field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAvatar
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) SetAvatar(v string)`
|
|
|
|
SetAvatar sets Avatar field to given value.
|
|
|
|
### HasAvatar
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasAvatar() bool`
|
|
|
|
HasAvatar returns a boolean if a field has been set.
|
|
|
|
### GetDisplayName
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetDisplayName() string`
|
|
|
|
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
|
|
|
### GetDisplayNameOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetDisplayName(v string)`
|
|
|
|
SetDisplayName sets DisplayName field to given value.
|
|
|
|
### HasDisplayName
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasDisplayName() bool`
|
|
|
|
HasDisplayName returns a boolean if a field has been set.
|
|
|
|
### GetId
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetId() string`
|
|
|
|
GetId returns the Id field if non-nil, zero value otherwise.
|
|
|
|
### GetIdOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetId(v string)`
|
|
|
|
SetId sets Id field to given value.
|
|
|
|
### HasId
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasId() bool`
|
|
|
|
HasId returns a boolean if a field has been set.
|
|
|
|
### GetIpInfo
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetIpInfo() string`
|
|
|
|
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
|
|
|
### GetIpInfoOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetIpInfoOk() (*string, bool)`
|
|
|
|
GetIpInfoOk returns a tuple with the IpInfo field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetIpInfo
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) SetIpInfo(v string)`
|
|
|
|
SetIpInfo sets IpInfo field to given value.
|
|
|
|
### HasIpInfo
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasIpInfo() bool`
|
|
|
|
HasIpInfo returns a boolean if a field has been set.
|
|
|
|
### GetLocation
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetLocation() string`
|
|
|
|
GetLocation returns the Location field if non-nil, zero value otherwise.
|
|
|
|
### GetLocationOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetLocationOk() (*string, bool)`
|
|
|
|
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetLocation
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) SetLocation(v string)`
|
|
|
|
SetLocation sets Location field to given value.
|
|
|
|
### HasLocation
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasLocation() bool`
|
|
|
|
HasLocation returns a boolean if a field has been set.
|
|
|
|
### GetRank
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetRank() int32`
|
|
|
|
GetRank returns the Rank field if non-nil, zero value otherwise.
|
|
|
|
### GetRankOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetRank(v int32)`
|
|
|
|
SetRank sets Rank field to given value.
|
|
|
|
### HasRank
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasRank() bool`
|
|
|
|
HasRank returns a boolean if a field has been set.
|
|
|
|
### GetStatus
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetStatus() string`
|
|
|
|
GetStatus returns the Status field if non-nil, zero value otherwise.
|
|
|
|
### GetStatusOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetStatus(v string)`
|
|
|
|
SetStatus sets Status field to given value.
|
|
|
|
### HasStatus
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasStatus() bool`
|
|
|
|
HasStatus returns a boolean if a field has been set.
|
|
|
|
### GetUsername
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetUsername() string`
|
|
|
|
GetUsername returns the Username field if non-nil, zero value otherwise.
|
|
|
|
### GetUsernameOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetUsername(v string)`
|
|
|
|
SetUsername sets Username field to given value.
|
|
|
|
### HasUsername
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasUsername() bool`
|
|
|
|
HasUsername returns a boolean if a field has been set.
|
|
|
|
### GetWebsite
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetWebsite() string`
|
|
|
|
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
|
|
|
### GetWebsiteOk
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) GetWebsiteOk() (*string, bool)`
|
|
|
|
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetWebsite
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) SetWebsite(v string)`
|
|
|
|
SetWebsite sets Website field to given value.
|
|
|
|
### HasWebsite
|
|
|
|
`func (o *SchemaSearchObjectUserInfo) HasWebsite() bool`
|
|
|
|
HasWebsite returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|