更新文档内容
This commit is contained in:
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
|
||||
**Status** | Pointer to **string** | Status | [optional]
|
||||
**Tags** | Pointer to [**[]SchemaTagResp**](SchemaTagResp.md) | tags | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaUserBasicInfo**](SchemaUserBasicInfo.md) | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaSearchObjectUserInfo**](SchemaSearchObjectUserInfo.md) | | [optional]
|
||||
**VoteCount** | Pointer to **int32** | | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -262,20 +262,20 @@ HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUserInfo
|
||||
|
||||
`func (o *SchemaSearchObject) GetUserInfo() SchemaUserBasicInfo`
|
||||
`func (o *SchemaSearchObject) GetUserInfo() SchemaSearchObjectUserInfo`
|
||||
|
||||
GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUserInfoOk
|
||||
|
||||
`func (o *SchemaSearchObject) GetUserInfoOk() (*SchemaUserBasicInfo, bool)`
|
||||
`func (o *SchemaSearchObject) GetUserInfoOk() (*SchemaSearchObjectUserInfo, bool)`
|
||||
|
||||
GetUserInfoOk returns a tuple with the UserInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUserInfo
|
||||
|
||||
`func (o *SchemaSearchObject) SetUserInfo(v SchemaUserBasicInfo)`
|
||||
`func (o *SchemaSearchObject) SetUserInfo(v SchemaSearchObjectUserInfo)`
|
||||
|
||||
SetUserInfo sets UserInfo field to given value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user