更新文档内容
This commit is contained in:
@@ -6,7 +6,7 @@ API version: 1.0.0
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
package openapi
|
||||
package answer_sdk
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@@ -17,23 +17,14 @@ var _ MappedNullable = &SchemaUserBasicInfo{}
|
||||
|
||||
// SchemaUserBasicInfo struct for SchemaUserBasicInfo
|
||||
type SchemaUserBasicInfo struct {
|
||||
// avatar
|
||||
Avatar *string `json:"avatar,omitempty"`
|
||||
// display_name
|
||||
DisplayName *string `json:"display_name,omitempty"`
|
||||
// user_id
|
||||
Id *string `json:"id,omitempty"`
|
||||
// ip info
|
||||
IpInfo *string `json:"ip_info,omitempty"`
|
||||
// location
|
||||
Location *string `json:"location,omitempty"`
|
||||
// rank
|
||||
Rank *int32 `json:"rank,omitempty"`
|
||||
// status
|
||||
Status *string `json:"status,omitempty"`
|
||||
// name
|
||||
Username *string `json:"username,omitempty"`
|
||||
// website
|
||||
Website *string `json:"website,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user