更新文档内容
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalWithPageResp**](SchemaGetRankPersonalWithPageResp.md) | | [optional]
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalPageResp**](SchemaGetRankPersonalPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -27,20 +27,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetList() []SchemaGetRankPersonalWithPageResp`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetList() []SchemaGetRankPersonalPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetRankPersonalWithPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetRankPersonalPageResp, bool)`
|
||||
|
||||
GetListOk returns a tuple with the List field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) SetList(v []SchemaGetRankPersonalWithPageResp)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) SetList(v []SchemaGetRankPersonalPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user