57 lines
1.8 KiB
Markdown
57 lines
1.8 KiB
Markdown
# SchemaGetOtherUserInfoResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Info** | Pointer to [**SchemaGetOtherUserInfoByUsernameResp**](SchemaGetOtherUserInfoByUsernameResp.md) | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaGetOtherUserInfoResp
|
|
|
|
`func NewSchemaGetOtherUserInfoResp() *SchemaGetOtherUserInfoResp`
|
|
|
|
NewSchemaGetOtherUserInfoResp instantiates a new SchemaGetOtherUserInfoResp 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
|
|
|
|
### NewSchemaGetOtherUserInfoRespWithDefaults
|
|
|
|
`func NewSchemaGetOtherUserInfoRespWithDefaults() *SchemaGetOtherUserInfoResp`
|
|
|
|
NewSchemaGetOtherUserInfoRespWithDefaults instantiates a new SchemaGetOtherUserInfoResp 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
|
|
|
|
### GetInfo
|
|
|
|
`func (o *SchemaGetOtherUserInfoResp) GetInfo() SchemaGetOtherUserInfoByUsernameResp`
|
|
|
|
GetInfo returns the Info field if non-nil, zero value otherwise.
|
|
|
|
### GetInfoOk
|
|
|
|
`func (o *SchemaGetOtherUserInfoResp) GetInfoOk() (*SchemaGetOtherUserInfoByUsernameResp, bool)`
|
|
|
|
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetInfo
|
|
|
|
`func (o *SchemaGetOtherUserInfoResp) SetInfo(v SchemaGetOtherUserInfoByUsernameResp)`
|
|
|
|
SetInfo sets Info field to given value.
|
|
|
|
### HasInfo
|
|
|
|
`func (o *SchemaGetOtherUserInfoResp) HasInfo() bool`
|
|
|
|
HasInfo 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)
|
|
|
|
|