更新文档内容
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# \ActivityApi
|
||||
# \ActivityAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1FollowPost**](ActivityApi.md#AnswerApiV1FollowPost) | **Post** /answer/api/v1/follow | follow object or cancel follow operation
|
||||
[**AnswerApiV1FollowTagsPut**](ActivityApi.md#AnswerApiV1FollowTagsPut) | **Put** /answer/api/v1/follow/tags | update user follow tags
|
||||
[**AnswerApiV1PersonalVotePageGet**](ActivityApi.md#AnswerApiV1PersonalVotePageGet) | **Get** /answer/api/v1/personal/vote/page | get user personal votes
|
||||
[**AnswerApiV1VoteDownPost**](ActivityApi.md#AnswerApiV1VoteDownPost) | **Post** /answer/api/v1/vote/down | vote down
|
||||
[**AnswerApiV1VoteUpPost**](ActivityApi.md#AnswerApiV1VoteUpPost) | **Post** /answer/api/v1/vote/up | vote up
|
||||
[**AnswerApiV1FollowPost**](ActivityAPI.md#AnswerApiV1FollowPost) | **Post** /answer/api/v1/follow | follow object or cancel follow operation
|
||||
[**AnswerApiV1FollowTagsPut**](ActivityAPI.md#AnswerApiV1FollowTagsPut) | **Put** /answer/api/v1/follow/tags | update user follow tags
|
||||
[**AnswerApiV1PersonalVotePageGet**](ActivityAPI.md#AnswerApiV1PersonalVotePageGet) | **Get** /answer/api/v1/personal/vote/page | get user personal votes
|
||||
[**AnswerApiV1VoteDownPost**](ActivityAPI.md#AnswerApiV1VoteDownPost) | **Post** /answer/api/v1/vote/down | vote down
|
||||
[**AnswerApiV1VoteUpPost**](ActivityAPI.md#AnswerApiV1VoteUpPost) | **Post** /answer/api/v1/vote/up | vote up
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -37,13 +37,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ActivityApi.AnswerApiV1FollowPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ActivityAPI.AnswerApiV1FollowPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityApi.AnswerApiV1FollowPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityAPI.AnswerApiV1FollowPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1FollowPost`: AnswerApiV1FollowPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityApi.AnswerApiV1FollowPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityAPI.AnswerApiV1FollowPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -95,7 +95,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -103,13 +103,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ActivityApi.AnswerApiV1FollowTagsPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ActivityAPI.AnswerApiV1FollowTagsPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityApi.AnswerApiV1FollowTagsPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityAPI.AnswerApiV1FollowTagsPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1FollowTagsPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityApi.AnswerApiV1FollowTagsPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityAPI.AnswerApiV1FollowTagsPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -161,7 +161,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -170,13 +170,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ActivityApi.AnswerApiV1PersonalVotePageGet(context.Background()).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.ActivityAPI.AnswerApiV1PersonalVotePageGet(context.Background()).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityApi.AnswerApiV1PersonalVotePageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityAPI.AnswerApiV1PersonalVotePageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalVotePageGet`: AnswerApiV1PersonalVotePageGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityApi.AnswerApiV1PersonalVotePageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityAPI.AnswerApiV1PersonalVotePageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -229,7 +229,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -237,13 +237,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ActivityApi.AnswerApiV1VoteDownPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ActivityAPI.AnswerApiV1VoteDownPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityApi.AnswerApiV1VoteDownPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityAPI.AnswerApiV1VoteDownPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1VoteDownPost`: AnswerApiV1VoteDownPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityApi.AnswerApiV1VoteDownPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityAPI.AnswerApiV1VoteDownPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -295,7 +295,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -303,13 +303,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ActivityApi.AnswerApiV1VoteUpPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ActivityAPI.AnswerApiV1VoteUpPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityApi.AnswerApiV1VoteUpPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ActivityAPI.AnswerApiV1VoteUpPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1VoteUpPost`: AnswerApiV1VoteDownPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityApi.AnswerApiV1VoteUpPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ActivityAPI.AnswerApiV1VoteUpPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,13 @@
|
||||
# \AdminPluginApi
|
||||
# \AdminPluginAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerAdminApiPluginConfigGet**](AdminPluginApi.md#AnswerAdminApiPluginConfigGet) | **Get** /answer/admin/api/plugin/config | get plugin config
|
||||
[**AnswerAdminApiPluginConfigPut**](AdminPluginApi.md#AnswerAdminApiPluginConfigPut) | **Put** /answer/admin/api/plugin/config | update plugin config
|
||||
[**AnswerAdminApiPluginStatusPut**](AdminPluginApi.md#AnswerAdminApiPluginStatusPut) | **Put** /answer/admin/api/plugin/status | update plugin status
|
||||
[**AnswerAdminApiPluginsGet**](AdminPluginApi.md#AnswerAdminApiPluginsGet) | **Get** /answer/admin/api/plugins | get plugin list
|
||||
[**AnswerAdminApiPluginConfigGet**](AdminPluginAPI.md#AnswerAdminApiPluginConfigGet) | **Get** /answer/admin/api/plugin/config | get plugin config
|
||||
[**AnswerAdminApiPluginConfigPut**](AdminPluginAPI.md#AnswerAdminApiPluginConfigPut) | **Put** /answer/admin/api/plugin/config | update plugin config
|
||||
[**AnswerAdminApiPluginStatusPut**](AdminPluginAPI.md#AnswerAdminApiPluginStatusPut) | **Put** /answer/admin/api/plugin/status | update plugin status
|
||||
[**AnswerAdminApiPluginsGet**](AdminPluginAPI.md#AnswerAdminApiPluginsGet) | **Get** /answer/admin/api/plugins | get plugin list
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -36,13 +36,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminPluginApi.AnswerAdminApiPluginConfigGet(context.Background()).PluginSlugName(pluginSlugName).Execute()
|
||||
resp, r, err := apiClient.AdminPluginAPI.AnswerAdminApiPluginConfigGet(context.Background()).PluginSlugName(pluginSlugName).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginApi.AnswerAdminApiPluginConfigGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginAPI.AnswerAdminApiPluginConfigGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginConfigGet`: AnswerAdminApiPluginConfigGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginConfigGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginAPI.AnswerAdminApiPluginConfigGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -94,7 +94,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -102,13 +102,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminPluginApi.AnswerAdminApiPluginConfigPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.AdminPluginAPI.AnswerAdminApiPluginConfigPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginApi.AnswerAdminApiPluginConfigPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginAPI.AnswerAdminApiPluginConfigPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginConfigPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginConfigPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginAPI.AnswerAdminApiPluginConfigPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -160,7 +160,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -168,13 +168,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminPluginApi.AnswerAdminApiPluginStatusPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.AdminPluginAPI.AnswerAdminApiPluginStatusPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginApi.AnswerAdminApiPluginStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginAPI.AnswerAdminApiPluginStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginStatusPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginStatusPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginAPI.AnswerAdminApiPluginStatusPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -226,7 +226,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -235,13 +235,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminPluginApi.AnswerAdminApiPluginsGet(context.Background()).Status(status).HaveConfig(haveConfig).Execute()
|
||||
resp, r, err := apiClient.AdminPluginAPI.AnswerAdminApiPluginsGet(context.Background()).Status(status).HaveConfig(haveConfig).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginApi.AnswerAdminApiPluginsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminPluginAPI.AnswerAdminApiPluginsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginsGet`: AnswerAdminApiPluginsGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginAPI.AnswerAdminApiPluginsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetPluginConfigResp**](SchemaGetPluginConfigResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiPluginConfigGet200ResponseWithDefaults instantiates a new Answe
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetData() SchemaGetPluginConfigResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaGetPluginListResp**](SchemaGetPluginListResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiPluginsGet200ResponseWithDefaults instantiates a new AnswerAdmi
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetData() []SchemaGetPluginListResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaGetRoleResp**](SchemaGetRoleResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiRolesGet200ResponseWithDefaults instantiates a new AnswerAdminA
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetData() []SchemaGetRoleResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiRolesGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiRolesGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiRolesGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetPrivilegesConfigResp**](SchemaGetPrivilegesConfigResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults instantiates a new
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetData() SchemaGetPrivilegesConfigResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetSMTPConfigResp**](SchemaGetSMTPConfigResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSettingSmtpGet200ResponseWithDefaults instantiates a new Answer
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetData() SchemaGetSMTPConfigResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSettingSmtpGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteBrandingResp**](SchemaSiteBrandingResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoBrandingGet200ResponseWithDefaults instantiates a new A
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetData() SchemaSiteBrandingResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoBrandingGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteCustomCssHTMLResp**](SchemaSiteCustomCssHTMLResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoCustomCssHtmlGet200ResponseWithDefaults instantiates a
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetData() SchemaSiteCustomCssHTMLResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoCustomCssHtmlGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteGeneralResp**](SchemaSiteGeneralResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoGeneralGet200ResponseWithDefaults instantiates a new An
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetData() SchemaSiteGeneralResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoGeneralGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteInterfaceResp**](SchemaSiteInterfaceResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoInterfaceGet200ResponseWithDefaults instantiates a new
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetData() SchemaSiteInterfaceResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoInterfaceGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteLegalResp**](SchemaSiteLegalResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoLegalGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetData() SchemaSiteLegalResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteLoginResp**](SchemaSiteLoginResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoLoginGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetData() SchemaSiteLoginResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoLoginGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteSeoResp**](SchemaSiteSeoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoSeoGet200ResponseWithDefaults instantiates a new Answer
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetData() SchemaSiteSeoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoSeoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteThemeResp**](SchemaSiteThemeResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoThemeGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetData() SchemaSiteThemeResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteUsersResp**](SchemaSiteUsersResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoUsersGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetData() SchemaSiteUsersResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteWriteResp**](SchemaSiteWriteResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiSiteinfoWriteGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetData() SchemaSiteWriteResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoWriteGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetUserActivationResp**](SchemaGetUserActivationResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerAdminApiUserActivationGet200ResponseWithDefaults instantiates a new Ans
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetData() SchemaGetUserActivationResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerAdminApiUsersPageGet200ResponseData**](AnswerAdminApiUsersPageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerAdminApiUsersPageGet200ResponseAllOfData**](AnswerAdminApiUsersPageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerAdminApiUsersPageGet200ResponseWithDefaults instantiates a new AnswerAd
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetData() AnswerAdminApiUsersPageGet200ResponseData`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetData() AnswerAdminApiUsersPageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetDataOk() (*AnswerAdminApiUsersPageGet200ResponseData, bool)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetDataOk() (*AnswerAdminApiUsersPageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetData(v AnswerAdminApiUsersPageGet200ResponseData)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetData(v AnswerAdminApiUsersPageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerAdminApiUsersPageGet200ResponseData
|
||||
# AnswerAdminApiUsersPageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -10,95 +10,95 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseData
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseData() *AnswerAdminApiUsersPageGet200ResponseData`
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseAllOfData() *AnswerAdminApiUsersPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseData instantiates a new AnswerAdminApiUsersPageGet200ResponseData object
|
||||
NewAnswerAdminApiUsersPageGet200ResponseAllOfData instantiates a new AnswerAdminApiUsersPageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseDataWithDefaults
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseDataWithDefaults() *AnswerAdminApiUsersPageGet200ResponseData`
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseAllOfDataWithDefaults() *AnswerAdminApiUsersPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseDataWithDefaults instantiates a new AnswerAdminApiUsersPageGet200ResponseData object
|
||||
NewAnswerAdminApiUsersPageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerAdminApiUsersPageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetList() map[string]interface{}`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetList() map[string]interface{}`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetListOk() (*map[string]interface{}, bool)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetListOk() (*map[string]interface{}, 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 *AnswerAdminApiUsersPageGet200ResponseData) SetList(v map[string]interface{})`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) SetList(v map[string]interface{})`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
### GetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetRecords() []SchemaGetUserPageResp`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetRecords() []SchemaGetUserPageResp`
|
||||
|
||||
GetRecords returns the Records field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecordsOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) GetRecordsOk() (*[]SchemaGetUserPageResp, bool)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) GetRecordsOk() (*[]SchemaGetUserPageResp, bool)`
|
||||
|
||||
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) SetRecords(v []SchemaGetUserPageResp)`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) SetRecords(v []SchemaGetUserPageResp)`
|
||||
|
||||
SetRecords sets Records field to given value.
|
||||
|
||||
### HasRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseData) HasRecords() bool`
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseAllOfData) HasRecords() bool`
|
||||
|
||||
HasRecords returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerAdminApiUsersPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Records** | Pointer to [**[]SchemaGetUserPageResp**](SchemaGetUserPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseDataAllOf() *AnswerAdminApiUsersPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseDataAllOf instantiates a new AnswerAdminApiUsersPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults() *AnswerAdminApiUsersPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerAdminApiUsersPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) GetRecords() []SchemaGetUserPageResp`
|
||||
|
||||
GetRecords returns the Records field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecordsOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) GetRecordsOk() (*[]SchemaGetUserPageResp, bool)`
|
||||
|
||||
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) SetRecords(v []SchemaGetUserPageResp)`
|
||||
|
||||
SetRecords sets Records field to given value.
|
||||
|
||||
### HasRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) HasRecords() bool`
|
||||
|
||||
HasRecords 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetObjectTimelineResp**](SchemaGetObjectTimelineResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1ActivityTimelineGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetData() SchemaGetObjectTimelineResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1ActivityTimelineGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaCollectionSwitchResp**](SchemaCollectionSwitchResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1CollectionSwitchPost200ResponseWithDefaults instantiates a new Ans
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetData() SchemaCollectionSwitchResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1CollectionSwitchPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1CommentGet200ResponseData**](AnswerApiV1CommentGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1CommentGet200ResponseAllOfData**](AnswerApiV1CommentGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1CommentGet200ResponseWithDefaults instantiates a new AnswerApiV1Co
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetData() AnswerApiV1CommentGet200ResponseData`
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetData() AnswerApiV1CommentGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetDataOk() (*AnswerApiV1CommentGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetDataOk() (*AnswerApiV1CommentGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetData(v AnswerApiV1CommentGet200ResponseData)`
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetData(v AnswerApiV1CommentGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1CommentGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1CommentGet200ResponseData
|
||||
# AnswerApiV1CommentGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1CommentGet200ResponseData
|
||||
### NewAnswerApiV1CommentGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1CommentGet200ResponseData() *AnswerApiV1CommentGet200ResponseData`
|
||||
`func NewAnswerApiV1CommentGet200ResponseAllOfData() *AnswerApiV1CommentGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1CommentGet200ResponseData instantiates a new AnswerApiV1CommentGet200ResponseData object
|
||||
NewAnswerApiV1CommentGet200ResponseAllOfData instantiates a new AnswerApiV1CommentGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1CommentGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1CommentGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1CommentGet200ResponseDataWithDefaults() *AnswerApiV1CommentGet200ResponseData`
|
||||
`func NewAnswerApiV1CommentGet200ResponseAllOfDataWithDefaults() *AnswerApiV1CommentGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1CommentGet200ResponseDataWithDefaults instantiates a new AnswerApiV1CommentGet200ResponseData object
|
||||
NewAnswerApiV1CommentGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1CommentGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) GetList() []SchemaGetCommentResp`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) GetList() []SchemaGetCommentResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) GetListOk() (*[]SchemaGetCommentResp, bool)`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) GetListOk() (*[]SchemaGetCommentResp, 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 *AnswerApiV1CommentGet200ResponseData) SetList(v []SchemaGetCommentResp)`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) SetList(v []SchemaGetCommentResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1CommentGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1CommentGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetCommentResp**](SchemaGetCommentResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1CommentGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1CommentGet200ResponseDataAllOf() *AnswerApiV1CommentGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1CommentGet200ResponseDataAllOf instantiates a new AnswerApiV1CommentGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1CommentGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1CommentGet200ResponseDataAllOfWithDefaults() *AnswerApiV1CommentGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1CommentGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1CommentGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseDataAllOf) GetList() []SchemaGetCommentResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetCommentResp, 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 *AnswerApiV1CommentGet200ResponseDataAllOf) SetList(v []SchemaGetCommentResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1CommentGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetCommentResp**](SchemaGetCommentResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1CommentPost200ResponseWithDefaults instantiates a new AnswerApiV1C
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetData() SchemaGetCommentResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1CommentPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1CommentPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1CommentPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaExternalLoginBindingUserSendEmailResp**](SchemaExternalLoginBindingUserSendEmailResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1ConnectorBindingEmailPost200ResponseWithDefaults instantiates a ne
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetData() SchemaExternalLoginBindingUserSendEmailResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaConnectorInfoResp**](SchemaConnectorInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1ConnectorInfoGet200ResponseWithDefaults instantiates a new AnswerA
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetData() []SchemaConnectorInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaConnectorUserInfoResp**](SchemaConnectorUserInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1ConnectorUserInfoGet200ResponseWithDefaults instantiates a new Ans
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetData() []SchemaConnectorUserInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to **string** | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1FilePost200ResponseWithDefaults instantiates a new AnswerApiV1File
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetData() string`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1FilePost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1FilePost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1FilePost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1FilePost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1FilePost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaFollowResp**](SchemaFollowResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1FollowPost200ResponseWithDefaults instantiates a new AnswerApiV1Fo
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetData() SchemaFollowResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1FollowPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1FollowPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1FollowPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to **map[string]bool** | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1PermissionGet200ResponseWithDefaults instantiates a new AnswerApiV
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetData() map[string]bool`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1PermissionGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1PermissionGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalCommentPageGet200ResponseData**](AnswerApiV1PersonalCommentPageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalCommentPageGet200ResponseAllOfData**](AnswerApiV1PersonalCommentPageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1PersonalCommentPageGet200ResponseWithDefaults instantiates a new A
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetData() AnswerApiV1PersonalCommentPageGet200ResponseData`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetData() AnswerApiV1PersonalCommentPageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetDataOk() (*AnswerApiV1PersonalCommentPageGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetDataOk() (*AnswerApiV1PersonalCommentPageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetData(v AnswerApiV1PersonalCommentPageGet200ResponseData)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetData(v AnswerApiV1PersonalCommentPageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1PersonalCommentPageGet200ResponseData
|
||||
# AnswerApiV1PersonalCommentPageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseData
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseData() *AnswerApiV1PersonalCommentPageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfData() *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseData instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfData instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseDataWithDefaults() *AnswerApiV1PersonalCommentPageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfDataWithDefaults() *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseDataWithDefaults instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) GetList() []SchemaGetCommentPersonalWithPageResp`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) GetList() []SchemaGetCommentPersonalWithPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) GetListOk() (*[]SchemaGetCommentPersonalWithPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) GetListOk() (*[]SchemaGetCommentPersonalWithPageResp, 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 *AnswerApiV1PersonalCommentPageGet200ResponseData) SetList(v []SchemaGetCommentPersonalWithPageResp)`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) SetList(v []SchemaGetCommentPersonalWithPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetCommentPersonalWithPageResp**](SchemaGetCommentPersonalWithPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOf() *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOf instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOfWithDefaults() *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalCommentPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf) GetList() []SchemaGetCommentPersonalWithPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetCommentPersonalWithPageResp, 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 *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf) SetList(v []SchemaGetCommentPersonalWithPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalCommentPageGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalRankPageGet200ResponseData**](AnswerApiV1PersonalRankPageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalRankPageGet200ResponseAllOfData**](AnswerApiV1PersonalRankPageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1PersonalRankPageGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetData() AnswerApiV1PersonalRankPageGet200ResponseData`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetData() AnswerApiV1PersonalRankPageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetDataOk() (*AnswerApiV1PersonalRankPageGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetDataOk() (*AnswerApiV1PersonalRankPageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetData(v AnswerApiV1PersonalRankPageGet200ResponseData)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetData(v AnswerApiV1PersonalRankPageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1PersonalRankPageGet200ResponseData
|
||||
# AnswerApiV1PersonalRankPageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseData
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseData() *AnswerApiV1PersonalRankPageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseAllOfData() *AnswerApiV1PersonalRankPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseData instantiates a new AnswerApiV1PersonalRankPageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseAllOfData instantiates a new AnswerApiV1PersonalRankPageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseDataWithDefaults() *AnswerApiV1PersonalRankPageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseAllOfDataWithDefaults() *AnswerApiV1PersonalRankPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseDataWithDefaults instantiates a new AnswerApiV1PersonalRankPageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1PersonalRankPageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetList() []SchemaGetRankPersonalPageResp`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) GetList() []SchemaGetRankPersonalPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetListOk() (*[]SchemaGetRankPersonalPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) 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 *AnswerApiV1PersonalRankPageGet200ResponseData) SetList(v []SchemaGetRankPersonalPageResp)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) SetList(v []SchemaGetRankPersonalPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1PersonalRankPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalPageResp**](SchemaGetRankPersonalPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOf() *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOf instantiates a new AnswerApiV1PersonalRankPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOfWithDefaults() *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalRankPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1PersonalRankPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetList() []SchemaGetRankPersonalPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`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 []SchemaGetRankPersonalPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetOtherUserInfoResp**](SchemaGetOtherUserInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1PersonalUserInfoGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetData() SchemaGetOtherUserInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalUserInfoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalVotePageGet200ResponseData**](AnswerApiV1PersonalVotePageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1PersonalVotePageGet200ResponseAllOfData**](AnswerApiV1PersonalVotePageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1PersonalVotePageGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetData() AnswerApiV1PersonalVotePageGet200ResponseData`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetData() AnswerApiV1PersonalVotePageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetDataOk() (*AnswerApiV1PersonalVotePageGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetDataOk() (*AnswerApiV1PersonalVotePageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetData(v AnswerApiV1PersonalVotePageGet200ResponseData)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetData(v AnswerApiV1PersonalVotePageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1PersonalVotePageGet200ResponseData
|
||||
# AnswerApiV1PersonalVotePageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseData
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseData() *AnswerApiV1PersonalVotePageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseAllOfData() *AnswerApiV1PersonalVotePageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseData instantiates a new AnswerApiV1PersonalVotePageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseAllOfData instantiates a new AnswerApiV1PersonalVotePageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseDataWithDefaults() *AnswerApiV1PersonalVotePageGet200ResponseData`
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseAllOfDataWithDefaults() *AnswerApiV1PersonalVotePageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseDataWithDefaults instantiates a new AnswerApiV1PersonalVotePageGet200ResponseData object
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1PersonalVotePageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) GetList() []SchemaGetVoteWithPageResp`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) GetList() []SchemaGetVoteWithPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) GetListOk() (*[]SchemaGetVoteWithPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) GetListOk() (*[]SchemaGetVoteWithPageResp, 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 *AnswerApiV1PersonalVotePageGet200ResponseData) SetList(v []SchemaGetVoteWithPageResp)`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) SetList(v []SchemaGetVoteWithPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1PersonalVotePageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetVoteWithPageResp**](SchemaGetVoteWithPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOf() *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOf instantiates a new AnswerApiV1PersonalVotePageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOfWithDefaults() *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1PersonalVotePageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1PersonalVotePageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf) GetList() []SchemaGetVoteWithPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetVoteWithPageResp, 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 *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf) SetList(v []SchemaGetVoteWithPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1PersonalVotePageGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1QuestionPageGet200ResponseData**](AnswerApiV1QuestionPageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1QuestionPageGet200ResponseAllOfData**](AnswerApiV1QuestionPageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1QuestionPageGet200ResponseWithDefaults instantiates a new AnswerAp
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetData() AnswerApiV1QuestionPageGet200ResponseData`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetData() AnswerApiV1QuestionPageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetDataOk() (*AnswerApiV1QuestionPageGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetDataOk() (*AnswerApiV1QuestionPageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetData(v AnswerApiV1QuestionPageGet200ResponseData)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetData(v AnswerApiV1QuestionPageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1QuestionPageGet200ResponseData
|
||||
# AnswerApiV1QuestionPageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseData
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseData() *AnswerApiV1QuestionPageGet200ResponseData`
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseAllOfData() *AnswerApiV1QuestionPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1QuestionPageGet200ResponseData instantiates a new AnswerApiV1QuestionPageGet200ResponseData object
|
||||
NewAnswerApiV1QuestionPageGet200ResponseAllOfData instantiates a new AnswerApiV1QuestionPageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseDataWithDefaults() *AnswerApiV1QuestionPageGet200ResponseData`
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseAllOfDataWithDefaults() *AnswerApiV1QuestionPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1QuestionPageGet200ResponseDataWithDefaults instantiates a new AnswerApiV1QuestionPageGet200ResponseData object
|
||||
NewAnswerApiV1QuestionPageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1QuestionPageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) GetList() []SchemaQuestionPageResp`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) GetList() []SchemaQuestionPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) GetListOk() (*[]SchemaQuestionPageResp, bool)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) GetListOk() (*[]SchemaQuestionPageResp, 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 *AnswerApiV1QuestionPageGet200ResponseData) SetList(v []SchemaQuestionPageResp)`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) SetList(v []SchemaQuestionPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1QuestionPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaQuestionPageResp**](SchemaQuestionPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseDataAllOf() *AnswerApiV1QuestionPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1QuestionPageGet200ResponseDataAllOf instantiates a new AnswerApiV1QuestionPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1QuestionPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1QuestionPageGet200ResponseDataAllOfWithDefaults() *AnswerApiV1QuestionPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1QuestionPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1QuestionPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseDataAllOf) GetList() []SchemaQuestionPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaQuestionPageResp, 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 *AnswerApiV1QuestionPageGet200ResponseDataAllOf) SetList(v []SchemaQuestionPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1QuestionPageGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaGetTagResp**](SchemaGetTagResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1QuestionTagsGet200ResponseWithDefaults instantiates a new AnswerAp
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetData() []SchemaGetTagResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1QuestionTagsGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
# AnswerApiV1ReportTypeListGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**[]SchemaGetReportTypeResp**](SchemaGetReportTypeResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1ReportTypeListGet200Response
|
||||
|
||||
`func NewAnswerApiV1ReportTypeListGet200Response() *AnswerApiV1ReportTypeListGet200Response`
|
||||
|
||||
NewAnswerApiV1ReportTypeListGet200Response instantiates a new AnswerApiV1ReportTypeListGet200Response 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
|
||||
|
||||
### NewAnswerApiV1ReportTypeListGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1ReportTypeListGet200ResponseWithDefaults() *AnswerApiV1ReportTypeListGet200Response`
|
||||
|
||||
NewAnswerApiV1ReportTypeListGet200ResponseWithDefaults instantiates a new AnswerApiV1ReportTypeListGet200Response 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
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) GetData() []SchemaGetReportTypeResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) GetDataOk() (*[]SchemaGetReportTypeResp, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) SetData(v []SchemaGetReportTypeResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ReportTypeListGet200Response) HasHandlerRespBody() bool`
|
||||
|
||||
HasHandlerRespBody 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaGetRevisionResp**](SchemaGetRevisionResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1RevisionsGet200ResponseWithDefaults instantiates a new AnswerApiV1
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetData() []SchemaGetRevisionResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1RevisionsUnreviewedGet200ResponseData**](AnswerApiV1RevisionsUnreviewedGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData**](AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1RevisionsUnreviewedGet200ResponseWithDefaults instantiates a new A
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetData() AnswerApiV1RevisionsUnreviewedGet200ResponseData`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetData() AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetDataOk() (*AnswerApiV1RevisionsUnreviewedGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetDataOk() (*AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetData(v AnswerApiV1RevisionsUnreviewedGet200ResponseData)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetData(v AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1RevisionsUnreviewedGet200ResponseData
|
||||
# AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseData
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseData() *AnswerApiV1RevisionsUnreviewedGet200ResponseData`
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData() *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseData instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseData object
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataWithDefaults() *AnswerApiV1RevisionsUnreviewedGet200ResponseData`
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfDataWithDefaults() *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataWithDefaults instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseData object
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) GetList() []SchemaGetUnreviewedRevisionResp`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) GetList() []SchemaGetUnreviewedRevisionResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) GetListOk() (*[]SchemaGetUnreviewedRevisionResp, bool)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) GetListOk() (*[]SchemaGetUnreviewedRevisionResp, 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 *AnswerApiV1RevisionsUnreviewedGet200ResponseData) SetList(v []SchemaGetUnreviewedRevisionResp)`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) SetList(v []SchemaGetUnreviewedRevisionResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetUnreviewedRevisionResp**](SchemaGetUnreviewedRevisionResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf() *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOfWithDefaults() *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf) GetList() []SchemaGetUnreviewedRevisionResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetUnreviewedRevisionResp, 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 *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf) SetList(v []SchemaGetUnreviewedRevisionResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1RevisionsUnreviewedGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaSearchListResp**](SchemaSearchListResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSearchResp**](SchemaSearchResp.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1SearchGet200ResponseWithDefaults instantiates a new AnswerApiV1Sea
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetData() SchemaSearchListResp`
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetData() SchemaSearchResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetDataOk() (*SchemaSearchListResp, bool)`
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetDataOk() (*SchemaSearchResp, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetData(v SchemaSearchListResp)`
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetData(v SchemaSearchResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1SearchGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1SearchGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaSiteInfoResp**](SchemaSiteInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1SiteinfoGet200ResponseWithDefaults instantiates a new AnswerApiV1S
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetData() SchemaSiteInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetSiteLegalInfoResp**](SchemaGetSiteLegalInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1SiteinfoLegalGet200ResponseWithDefaults instantiates a new AnswerA
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetData() SchemaGetSiteLegalInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1SiteinfoLegalGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetTagResp**](SchemaGetTagResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1TagGet200ResponseWithDefaults instantiates a new AnswerApiV1TagGet
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetData() SchemaGetTagResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1TagGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1TagGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1TagGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1TagGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1TagGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetTagSynonymsResp**](SchemaGetTagSynonymsResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1TagSynonymsGet200ResponseWithDefaults instantiates a new AnswerApi
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetData() SchemaGetTagSynonymsResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1TagSynonymsGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]SchemaGetFollowingTagsResp**](SchemaGetFollowingTagsResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1TagsFollowingGet200ResponseWithDefaults instantiates a new AnswerA
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetData() []SchemaGetFollowingTagsResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1TagsFollowingGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**AnswerApiV1TagsPageGet200ResponseData**](AnswerApiV1TagsPageGet200ResponseData.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**AnswerApiV1TagsPageGet200ResponseAllOfData**](AnswerApiV1TagsPageGet200ResponseAllOfData.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,22 +28,47 @@ NewAnswerApiV1TagsPageGet200ResponseWithDefaults instantiates a new AnswerApiV1T
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetData() AnswerApiV1TagsPageGet200ResponseData`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetData() AnswerApiV1TagsPageGet200ResponseAllOfData`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetDataOk() (*AnswerApiV1TagsPageGet200ResponseData, bool)`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetDataOk() (*AnswerApiV1TagsPageGet200ResponseAllOfData, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetData(v AnswerApiV1TagsPageGet200ResponseData)`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetData(v AnswerApiV1TagsPageGet200ResponseAllOfData)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AnswerApiV1TagsPageGet200ResponseData
|
||||
# AnswerApiV1TagsPageGet200ResponseAllOfData
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -9,70 +9,70 @@ Name | Type | Description | Notes
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1TagsPageGet200ResponseData
|
||||
### NewAnswerApiV1TagsPageGet200ResponseAllOfData
|
||||
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseData() *AnswerApiV1TagsPageGet200ResponseData`
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseAllOfData() *AnswerApiV1TagsPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1TagsPageGet200ResponseData instantiates a new AnswerApiV1TagsPageGet200ResponseData object
|
||||
NewAnswerApiV1TagsPageGet200ResponseAllOfData instantiates a new AnswerApiV1TagsPageGet200ResponseAllOfData 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
|
||||
|
||||
### NewAnswerApiV1TagsPageGet200ResponseDataWithDefaults
|
||||
### NewAnswerApiV1TagsPageGet200ResponseAllOfDataWithDefaults
|
||||
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseDataWithDefaults() *AnswerApiV1TagsPageGet200ResponseData`
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseAllOfDataWithDefaults() *AnswerApiV1TagsPageGet200ResponseAllOfData`
|
||||
|
||||
NewAnswerApiV1TagsPageGet200ResponseDataWithDefaults instantiates a new AnswerApiV1TagsPageGet200ResponseData object
|
||||
NewAnswerApiV1TagsPageGet200ResponseAllOfDataWithDefaults instantiates a new AnswerApiV1TagsPageGet200ResponseAllOfData 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
|
||||
|
||||
### GetCount
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) GetCount() int32`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) GetCount() int32`
|
||||
|
||||
GetCount returns the Count field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCountOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) GetCountOk() (*int32, bool)`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) GetCountOk() (*int32, bool)`
|
||||
|
||||
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCount
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) SetCount(v int32)`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) SetCount(v int32)`
|
||||
|
||||
SetCount sets Count field to given value.
|
||||
|
||||
### HasCount
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) HasCount() bool`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) HasCount() bool`
|
||||
|
||||
HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) GetList() []SchemaGetTagPageResp`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) GetList() []SchemaGetTagPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) GetListOk() (*[]SchemaGetTagPageResp, bool)`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) GetListOk() (*[]SchemaGetTagPageResp, 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 *AnswerApiV1TagsPageGet200ResponseData) SetList(v []SchemaGetTagPageResp)`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) SetList(v []SchemaGetTagPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseData) HasList() bool`
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseAllOfData) HasList() bool`
|
||||
|
||||
HasList returns a boolean if a field has been set.
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# AnswerApiV1TagsPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetTagPageResp**](SchemaGetTagPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1TagsPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseDataAllOf() *AnswerApiV1TagsPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1TagsPageGet200ResponseDataAllOf instantiates a new AnswerApiV1TagsPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerApiV1TagsPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerApiV1TagsPageGet200ResponseDataAllOfWithDefaults() *AnswerApiV1TagsPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerApiV1TagsPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerApiV1TagsPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseDataAllOf) GetList() []SchemaGetTagPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetTagPageResp, 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 *AnswerApiV1TagsPageGet200ResponseDataAllOf) SetList(v []SchemaGetTagPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
### HasList
|
||||
|
||||
`func (o *AnswerApiV1TagsPageGet200ResponseDataAllOf) HasList() bool`
|
||||
|
||||
HasList 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaActionRecordResp**](SchemaActionRecordResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1UserActionRecordGet200ResponseWithDefaults instantiates a new Answ
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetData() SchemaActionRecordResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1UserActionRecordGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaUserLoginResp**](SchemaUserLoginResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1UserEmailVerificationPost200ResponseWithDefaults instantiates a ne
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetData() SchemaUserLoginResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetCurrentLoginUserInfoResp**](SchemaGetCurrentLoginUserInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1UserInfoGet200ResponseWithDefaults instantiates a new AnswerApiV1U
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetData() SchemaGetCurrentLoginUserInfoResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
# AnswerApiV1UserNoticeSetPost200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaUserNoticeSetResp**](SchemaUserNoticeSetResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1UserNoticeSetPost200Response
|
||||
|
||||
`func NewAnswerApiV1UserNoticeSetPost200Response() *AnswerApiV1UserNoticeSetPost200Response`
|
||||
|
||||
NewAnswerApiV1UserNoticeSetPost200Response instantiates a new AnswerApiV1UserNoticeSetPost200Response 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
|
||||
|
||||
### NewAnswerApiV1UserNoticeSetPost200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1UserNoticeSetPost200ResponseWithDefaults() *AnswerApiV1UserNoticeSetPost200Response`
|
||||
|
||||
NewAnswerApiV1UserNoticeSetPost200ResponseWithDefaults instantiates a new AnswerApiV1UserNoticeSetPost200Response 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
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) GetData() SchemaUserNoticeSetResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) GetDataOk() (*SchemaUserNoticeSetResp, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) SetData(v SchemaUserNoticeSetResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1UserNoticeSetPost200Response) HasHandlerRespBody() bool`
|
||||
|
||||
HasHandlerRespBody 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)
|
||||
|
||||
|
||||
134
docs/AnswerApiV1UserNotificationConfigPost200Response.md
Normal file
134
docs/AnswerApiV1UserNotificationConfigPost200Response.md
Normal file
@@ -0,0 +1,134 @@
|
||||
# AnswerApiV1UserNotificationConfigPost200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaGetUserNotificationConfigResp**](SchemaGetUserNotificationConfigResp.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1UserNotificationConfigPost200Response
|
||||
|
||||
`func NewAnswerApiV1UserNotificationConfigPost200Response() *AnswerApiV1UserNotificationConfigPost200Response`
|
||||
|
||||
NewAnswerApiV1UserNotificationConfigPost200Response instantiates a new AnswerApiV1UserNotificationConfigPost200Response 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
|
||||
|
||||
### NewAnswerApiV1UserNotificationConfigPost200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1UserNotificationConfigPost200ResponseWithDefaults() *AnswerApiV1UserNotificationConfigPost200Response`
|
||||
|
||||
NewAnswerApiV1UserNotificationConfigPost200ResponseWithDefaults instantiates a new AnswerApiV1UserNotificationConfigPost200Response 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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetData() SchemaGetUserNotificationConfigResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetDataOk() (*SchemaGetUserNotificationConfigResp, bool)`
|
||||
|
||||
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetData
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) SetData(v SchemaGetUserNotificationConfigResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetMsg() string`
|
||||
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) SetMsg(v string)`
|
||||
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) HasMsg() bool`
|
||||
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1UserNotificationConfigPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaUserRankingResp**](SchemaUserRankingResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1UserRankingGet200ResponseWithDefaults instantiates a new AnswerApi
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetData() SchemaUserRankingResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1UserRankingGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**SchemaVoteResp**](SchemaVoteResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewAnswerApiV1VoteDownPost200ResponseWithDefaults instantiates a new AnswerApiV1
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetData() SchemaVoteResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *AnswerApiV1VoteDownPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# \ApiAnswerApi
|
||||
# \ApiAnswerAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1AnswerAcceptancePost**](ApiAnswerApi.md#AnswerApiV1AnswerAcceptancePost) | **Post** /answer/api/v1/answer/acceptance | Accepted
|
||||
[**AnswerApiV1AnswerDelete**](ApiAnswerApi.md#AnswerApiV1AnswerDelete) | **Delete** /answer/api/v1/answer | delete answer
|
||||
[**AnswerApiV1AnswerInfoGet**](ApiAnswerApi.md#AnswerApiV1AnswerInfoGet) | **Get** /answer/api/v1/answer/info | Get Answer
|
||||
[**AnswerApiV1AnswerPageGet**](ApiAnswerApi.md#AnswerApiV1AnswerPageGet) | **Get** /answer/api/v1/answer/page | AnswerList
|
||||
[**AnswerApiV1AnswerPost**](ApiAnswerApi.md#AnswerApiV1AnswerPost) | **Post** /answer/api/v1/answer | Insert Answer
|
||||
[**AnswerApiV1AnswerPut**](ApiAnswerApi.md#AnswerApiV1AnswerPut) | **Put** /answer/api/v1/answer | Update Answer
|
||||
[**AnswerApiV1AnswerAcceptancePost**](ApiAnswerAPI.md#AnswerApiV1AnswerAcceptancePost) | **Post** /answer/api/v1/answer/acceptance | Accepted
|
||||
[**AnswerApiV1AnswerDelete**](ApiAnswerAPI.md#AnswerApiV1AnswerDelete) | **Delete** /answer/api/v1/answer | delete answer
|
||||
[**AnswerApiV1AnswerInfoGet**](ApiAnswerAPI.md#AnswerApiV1AnswerInfoGet) | **Get** /answer/api/v1/answer/info | Get Answer
|
||||
[**AnswerApiV1AnswerPageGet**](ApiAnswerAPI.md#AnswerApiV1AnswerPageGet) | **Get** /answer/api/v1/answer/page | AnswerList
|
||||
[**AnswerApiV1AnswerPost**](ApiAnswerAPI.md#AnswerApiV1AnswerPost) | **Post** /answer/api/v1/answer | Insert Answer
|
||||
[**AnswerApiV1AnswerPut**](ApiAnswerAPI.md#AnswerApiV1AnswerPut) | **Put** /answer/api/v1/answer | Update Answer
|
||||
|
||||
|
||||
|
||||
@@ -30,21 +30,21 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaAnswerAcceptedReq() // SchemaAnswerAcceptedReq | AnswerAcceptedReq
|
||||
data := *openapiclient.NewSchemaAcceptAnswerReq("QuestionId_example") // SchemaAcceptAnswerReq | AcceptAnswerReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerAcceptancePost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerAcceptancePost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerAcceptancePost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerAcceptancePost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerAcceptancePost`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerAcceptancePost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerAcceptancePost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -59,7 +59,7 @@ Other parameters are passed through a pointer to a apiAnswerApiV1AnswerAcceptanc
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaAnswerAcceptedReq**](SchemaAnswerAcceptedReq.md) | AnswerAcceptedReq |
|
||||
**data** | [**SchemaAcceptAnswerReq**](SchemaAcceptAnswerReq.md) | AcceptAnswerReq |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -96,7 +96,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -104,13 +104,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerDelete(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerDelete(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerDelete`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerDelete`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerDelete`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -162,7 +162,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -170,13 +170,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerInfoGet(context.Background()).Id(id).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerInfoGet(context.Background()).Id(id).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerInfoGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerInfoGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -228,7 +228,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -239,13 +239,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerPageGet(context.Background()).QuestionId(questionId).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerPageGet(context.Background()).QuestionId(questionId).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerPageGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -300,7 +300,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -308,13 +308,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerPost`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -366,7 +366,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -374,13 +374,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1AnswerPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ApiAnswerAPI.AnswerApiV1AnswerPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1AnswerPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerAPI.AnswerApiV1AnswerPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1AnswerPut`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1AnswerPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerAPI.AnswerApiV1AnswerPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# \CollectionApi
|
||||
# \CollectionAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1CollectionSwitchPost**](CollectionApi.md#AnswerApiV1CollectionSwitchPost) | **Post** /answer/api/v1/collection/switch | add collection
|
||||
[**AnswerApiV1PersonalCollectionPageGet**](CollectionApi.md#AnswerApiV1PersonalCollectionPageGet) | **Get** /answer/api/v1/personal/collection/page | list personal collections
|
||||
[**AnswerApiV1CollectionSwitchPost**](CollectionAPI.md#AnswerApiV1CollectionSwitchPost) | **Post** /answer/api/v1/collection/switch | add collection
|
||||
[**AnswerApiV1PersonalCollectionPageGet**](CollectionAPI.md#AnswerApiV1PersonalCollectionPageGet) | **Get** /answer/api/v1/personal/collection/page | list personal collections
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -34,13 +34,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CollectionApi.AnswerApiV1CollectionSwitchPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.CollectionAPI.AnswerApiV1CollectionSwitchPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CollectionApi.AnswerApiV1CollectionSwitchPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CollectionAPI.AnswerApiV1CollectionSwitchPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CollectionSwitchPost`: AnswerApiV1CollectionSwitchPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CollectionApi.AnswerApiV1CollectionSwitchPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CollectionAPI.AnswerApiV1CollectionSwitchPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -92,7 +92,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -101,13 +101,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CollectionApi.AnswerApiV1PersonalCollectionPageGet(context.Background()).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.CollectionAPI.AnswerApiV1PersonalCollectionPageGet(context.Background()).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CollectionApi.AnswerApiV1PersonalCollectionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CollectionAPI.AnswerApiV1PersonalCollectionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalCollectionPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `CollectionApi.AnswerApiV1PersonalCollectionPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CollectionAPI.AnswerApiV1PersonalCollectionPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# \CommentApi
|
||||
# \CommentAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1ActivityTimelineDetailGet**](CommentApi.md#AnswerApiV1ActivityTimelineDetailGet) | **Get** /answer/api/v1/activity/timeline/detail | get object timeline detail
|
||||
[**AnswerApiV1ActivityTimelineGet**](CommentApi.md#AnswerApiV1ActivityTimelineGet) | **Get** /answer/api/v1/activity/timeline | get object timeline
|
||||
[**AnswerApiV1CommentDelete**](CommentApi.md#AnswerApiV1CommentDelete) | **Delete** /answer/api/v1/comment | remove comment
|
||||
[**AnswerApiV1CommentGet**](CommentApi.md#AnswerApiV1CommentGet) | **Get** /answer/api/v1/comment | get comment by id
|
||||
[**AnswerApiV1CommentPageGet**](CommentApi.md#AnswerApiV1CommentPageGet) | **Get** /answer/api/v1/comment/page | get comment page
|
||||
[**AnswerApiV1CommentPost**](CommentApi.md#AnswerApiV1CommentPost) | **Post** /answer/api/v1/comment | add comment
|
||||
[**AnswerApiV1CommentPut**](CommentApi.md#AnswerApiV1CommentPut) | **Put** /answer/api/v1/comment | update comment
|
||||
[**AnswerApiV1PersonalCommentPageGet**](CommentApi.md#AnswerApiV1PersonalCommentPageGet) | **Get** /answer/api/v1/personal/comment/page | user personal comment list
|
||||
[**AnswerApiV1ActivityTimelineDetailGet**](CommentAPI.md#AnswerApiV1ActivityTimelineDetailGet) | **Get** /answer/api/v1/activity/timeline/detail | get object timeline detail
|
||||
[**AnswerApiV1ActivityTimelineGet**](CommentAPI.md#AnswerApiV1ActivityTimelineGet) | **Get** /answer/api/v1/activity/timeline | get object timeline
|
||||
[**AnswerApiV1CommentDelete**](CommentAPI.md#AnswerApiV1CommentDelete) | **Delete** /answer/api/v1/comment | remove comment
|
||||
[**AnswerApiV1CommentGet**](CommentAPI.md#AnswerApiV1CommentGet) | **Get** /answer/api/v1/comment | get comment by id
|
||||
[**AnswerApiV1CommentPageGet**](CommentAPI.md#AnswerApiV1CommentPageGet) | **Get** /answer/api/v1/comment/page | get comment page
|
||||
[**AnswerApiV1CommentPost**](CommentAPI.md#AnswerApiV1CommentPost) | **Post** /answer/api/v1/comment | add comment
|
||||
[**AnswerApiV1CommentPut**](CommentAPI.md#AnswerApiV1CommentPut) | **Put** /answer/api/v1/comment | update comment
|
||||
[**AnswerApiV1PersonalCommentPageGet**](CommentAPI.md#AnswerApiV1PersonalCommentPageGet) | **Get** /answer/api/v1/personal/comment/page | user personal comment list
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -40,13 +40,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1ActivityTimelineDetailGet(context.Background()).RevisionId(revisionId).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1ActivityTimelineDetailGet(context.Background()).RevisionId(revisionId).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1ActivityTimelineDetailGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1ActivityTimelineDetailGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ActivityTimelineDetailGet`: AnswerApiV1ActivityTimelineGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1ActivityTimelineDetailGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1ActivityTimelineDetailGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -98,7 +98,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -109,13 +109,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1ActivityTimelineGet(context.Background()).ObjectId(objectId).TagSlugName(tagSlugName).ObjectType(objectType).ShowVote(showVote).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1ActivityTimelineGet(context.Background()).ObjectId(objectId).TagSlugName(tagSlugName).ObjectType(objectType).ShowVote(showVote).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1ActivityTimelineGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1ActivityTimelineGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ActivityTimelineGet`: AnswerApiV1ActivityTimelineGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1ActivityTimelineGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1ActivityTimelineGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -170,7 +170,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -178,13 +178,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1CommentDelete(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1CommentDelete(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1CommentDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1CommentDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CommentDelete`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1CommentDelete`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1CommentDelete`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -236,7 +236,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -244,13 +244,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1CommentGet(context.Background()).Id(id).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1CommentGet(context.Background()).Id(id).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1CommentGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1CommentGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CommentGet`: AnswerApiV1CommentGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1CommentGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1CommentGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -302,7 +302,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -313,13 +313,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1CommentPageGet(context.Background()).ObjectId(objectId).Page(page).PageSize(pageSize).QueryCond(queryCond).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1CommentPageGet(context.Background()).ObjectId(objectId).Page(page).PageSize(pageSize).QueryCond(queryCond).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1CommentPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1CommentPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CommentPageGet`: AnswerApiV1CommentGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1CommentPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1CommentPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -374,7 +374,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -382,13 +382,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1CommentPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1CommentPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1CommentPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1CommentPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CommentPost`: AnswerApiV1CommentPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1CommentPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1CommentPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -440,7 +440,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -448,13 +448,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1CommentPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1CommentPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1CommentPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1CommentPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1CommentPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1CommentPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1CommentPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -506,7 +506,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -516,13 +516,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.CommentApi.AnswerApiV1PersonalCommentPageGet(context.Background()).Page(page).PageSize(pageSize).Username(username).Execute()
|
||||
resp, r, err := apiClient.CommentAPI.AnswerApiV1PersonalCommentPageGet(context.Background()).Page(page).PageSize(pageSize).Username(username).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentApi.AnswerApiV1PersonalCommentPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `CommentAPI.AnswerApiV1PersonalCommentPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalCommentPageGet`: AnswerApiV1PersonalCommentPageGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentApi.AnswerApiV1PersonalCommentPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `CommentAPI.AnswerApiV1PersonalCommentPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
11
docs/ConstantNotificationChannelKey.md
Normal file
11
docs/ConstantNotificationChannelKey.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ConstantNotificationChannelKey
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `EmailChannel` (value: `"email"`)
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
||||
**ContactEmail** | **string** | |
|
||||
**Email** | **string** | |
|
||||
**Lang** | **string** | |
|
||||
**LoginRequired** | Pointer to **bool** | | [optional]
|
||||
**Name** | **string** | |
|
||||
**Password** | **string** | |
|
||||
**SiteName** | **string** | |
|
||||
@@ -91,6 +92,31 @@ and a boolean to check if the value has been set.
|
||||
SetLang sets Lang field to given value.
|
||||
|
||||
|
||||
### GetLoginRequired
|
||||
|
||||
`func (o *InstallInitBaseInfoReq) GetLoginRequired() bool`
|
||||
|
||||
GetLoginRequired returns the LoginRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLoginRequiredOk
|
||||
|
||||
`func (o *InstallInitBaseInfoReq) GetLoginRequiredOk() (*bool, bool)`
|
||||
|
||||
GetLoginRequiredOk returns a tuple with the LoginRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLoginRequired
|
||||
|
||||
`func (o *InstallInitBaseInfoReq) SetLoginRequired(v bool)`
|
||||
|
||||
SetLoginRequired sets LoginRequired field to given value.
|
||||
|
||||
### HasLoginRequired
|
||||
|
||||
`func (o *InstallInitBaseInfoReq) HasLoginRequired() bool`
|
||||
|
||||
HasLoginRequired returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *InstallInitBaseInfoReq) GetName() string`
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# \InstallationApi
|
||||
# \InstallationAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**InstallationBaseInfoPost**](InstallationApi.md#InstallationBaseInfoPost) | **Post** /installation/base-info | init base info
|
||||
[**InstallationConfigFileCheckPost**](InstallationApi.md#InstallationConfigFileCheckPost) | **Post** /installation/config-file/check | check config file if exist when installation
|
||||
[**InstallationDbCheckPost**](InstallationApi.md#InstallationDbCheckPost) | **Post** /installation/db/check | check database if exist when installation
|
||||
[**InstallationInitPost**](InstallationApi.md#InstallationInitPost) | **Post** /installation/init | init environment
|
||||
[**RootGet**](InstallationApi.md#RootGet) | **Get** / | if config file not exist try to redirect to install page
|
||||
[**InstallationBaseInfoPost**](InstallationAPI.md#InstallationBaseInfoPost) | **Post** /installation/base-info | init base info
|
||||
[**InstallationConfigFileCheckPost**](InstallationAPI.md#InstallationConfigFileCheckPost) | **Post** /installation/config-file/check | check config file if exist when installation
|
||||
[**InstallationDbCheckPost**](InstallationAPI.md#InstallationDbCheckPost) | **Post** /installation/db/check | check database if exist when installation
|
||||
[**InstallationInitPost**](InstallationAPI.md#InstallationInitPost) | **Post** /installation/init | init environment
|
||||
[**RootGet**](InstallationAPI.md#RootGet) | **Get** / | if config file not exist try to redirect to install page
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -37,13 +37,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.InstallationApi.InstallationBaseInfoPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.InstallationAPI.InstallationBaseInfoPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationApi.InstallationBaseInfoPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationAPI.InstallationBaseInfoPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `InstallationBaseInfoPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationApi.InstallationBaseInfoPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationAPI.InstallationBaseInfoPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -95,20 +95,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.InstallationApi.InstallationConfigFileCheckPost(context.Background()).Execute()
|
||||
resp, r, err := apiClient.InstallationAPI.InstallationConfigFileCheckPost(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationApi.InstallationConfigFileCheckPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationAPI.InstallationConfigFileCheckPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `InstallationConfigFileCheckPost`: InstallationConfigFileCheckPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationApi.InstallationConfigFileCheckPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationAPI.InstallationConfigFileCheckPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -156,7 +156,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -164,13 +164,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.InstallationApi.InstallationDbCheckPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.InstallationAPI.InstallationDbCheckPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationApi.InstallationDbCheckPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationAPI.InstallationDbCheckPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `InstallationDbCheckPost`: InstallationConfigFileCheckPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationApi.InstallationDbCheckPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationAPI.InstallationDbCheckPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -222,7 +222,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -230,13 +230,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.InstallationApi.InstallationInitPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.InstallationAPI.InstallationInitPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationApi.InstallationInitPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationAPI.InstallationInitPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `InstallationInitPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationApi.InstallationInitPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `InstallationAPI.InstallationInitPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -288,16 +288,16 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
r, err := apiClient.InstallationApi.RootGet(context.Background()).Execute()
|
||||
r, err := apiClient.InstallationAPI.RootGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationApi.RootGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `InstallationAPI.RootGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
}
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**InstallCheckConfigFileResp**](InstallCheckConfigFileResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewInstallationConfigFileCheckPost200ResponseWithDefaults instantiates a new Ins
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetData() InstallCheckConfigFileResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**[]TranslatorLangOption**](TranslatorLangOption.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewInstallationLanguageOptionsGet200ResponseWithDefaults instantiates a new Inst
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetData() []TranslatorLangOption`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *InstallationLanguageOptionsGet200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) HasHandlerRespBody() bool`
|
||||
`func (o *InstallationLanguageOptionsGet200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *InstallationLanguageOptionsGet200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# \LangApi
|
||||
# \LangAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerAdminApiLanguageOptionsGet**](LangApi.md#AnswerAdminApiLanguageOptionsGet) | **Get** /answer/admin/api/language/options | Get language options
|
||||
[**AnswerApiV1LanguageConfigGet**](LangApi.md#AnswerApiV1LanguageConfigGet) | **Get** /answer/api/v1/language/config | get language config mapping
|
||||
[**AnswerApiV1LanguageOptionsGet**](LangApi.md#AnswerApiV1LanguageOptionsGet) | **Get** /answer/api/v1/language/options | Get language options
|
||||
[**InstallationLanguageOptionsGet**](LangApi.md#InstallationLanguageOptionsGet) | **Get** /installation/language/options | get installation language options
|
||||
[**AnswerAdminApiLanguageOptionsGet**](LangAPI.md#AnswerAdminApiLanguageOptionsGet) | **Get** /answer/admin/api/language/options | Get language options
|
||||
[**AnswerApiV1LanguageConfigGet**](LangAPI.md#AnswerApiV1LanguageConfigGet) | **Get** /answer/api/v1/language/config | get language config mapping
|
||||
[**AnswerApiV1LanguageOptionsGet**](LangAPI.md#AnswerApiV1LanguageOptionsGet) | **Get** /answer/api/v1/language/options | Get language options
|
||||
[**InstallationLanguageOptionsGet**](LangAPI.md#InstallationLanguageOptionsGet) | **Get** /installation/language/options | get installation language options
|
||||
|
||||
|
||||
|
||||
@@ -28,20 +28,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.LangApi.AnswerAdminApiLanguageOptionsGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.LangAPI.AnswerAdminApiLanguageOptionsGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangApi.AnswerAdminApiLanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangAPI.AnswerAdminApiLanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiLanguageOptionsGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangApi.AnswerAdminApiLanguageOptionsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangAPI.AnswerAdminApiLanguageOptionsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -89,7 +89,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -97,13 +97,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.LangApi.AnswerApiV1LanguageConfigGet(context.Background()).AcceptLanguage(acceptLanguage).Execute()
|
||||
resp, r, err := apiClient.LangAPI.AnswerApiV1LanguageConfigGet(context.Background()).AcceptLanguage(acceptLanguage).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangApi.AnswerApiV1LanguageConfigGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangAPI.AnswerApiV1LanguageConfigGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1LanguageConfigGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangApi.AnswerApiV1LanguageConfigGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangAPI.AnswerApiV1LanguageConfigGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -155,20 +155,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.LangApi.AnswerApiV1LanguageOptionsGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.LangAPI.AnswerApiV1LanguageOptionsGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangApi.AnswerApiV1LanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangAPI.AnswerApiV1LanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1LanguageOptionsGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangApi.AnswerApiV1LanguageOptionsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangAPI.AnswerApiV1LanguageOptionsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -216,20 +216,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.LangApi.InstallationLanguageOptionsGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.LangAPI.InstallationLanguageOptionsGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangApi.InstallationLanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `LangAPI.InstallationLanguageOptionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `InstallationLanguageOptionsGet`: InstallationLanguageOptionsGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangApi.InstallationLanguageOptionsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `LangAPI.InstallationLanguageOptionsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# \NotificationApi
|
||||
# \NotificationAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1NotificationPageGet**](NotificationApi.md#AnswerApiV1NotificationPageGet) | **Get** /answer/api/v1/notification/page | get notification list
|
||||
[**AnswerApiV1NotificationReadStateAllPut**](NotificationApi.md#AnswerApiV1NotificationReadStateAllPut) | **Put** /answer/api/v1/notification/read/state/all | ClearUnRead
|
||||
[**AnswerApiV1NotificationReadStatePut**](NotificationApi.md#AnswerApiV1NotificationReadStatePut) | **Put** /answer/api/v1/notification/read/state | ClearUnRead
|
||||
[**AnswerApiV1NotificationStatusGet**](NotificationApi.md#AnswerApiV1NotificationStatusGet) | **Get** /answer/api/v1/notification/status | GetRedDot
|
||||
[**AnswerApiV1NotificationStatusPut**](NotificationApi.md#AnswerApiV1NotificationStatusPut) | **Put** /answer/api/v1/notification/status | DelRedDot
|
||||
[**AnswerApiV1NotificationPageGet**](NotificationAPI.md#AnswerApiV1NotificationPageGet) | **Get** /answer/api/v1/notification/page | get notification list
|
||||
[**AnswerApiV1NotificationReadStateAllPut**](NotificationAPI.md#AnswerApiV1NotificationReadStateAllPut) | **Put** /answer/api/v1/notification/read/state/all | ClearUnRead
|
||||
[**AnswerApiV1NotificationReadStatePut**](NotificationAPI.md#AnswerApiV1NotificationReadStatePut) | **Put** /answer/api/v1/notification/read/state | ClearUnRead
|
||||
[**AnswerApiV1NotificationStatusGet**](NotificationAPI.md#AnswerApiV1NotificationStatusGet) | **Get** /answer/api/v1/notification/status | GetRedDot
|
||||
[**AnswerApiV1NotificationStatusPut**](NotificationAPI.md#AnswerApiV1NotificationStatusPut) | **Put** /answer/api/v1/notification/status | DelRedDot
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -40,13 +40,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationPageGet(context.Background()).Type_(type_).InboxType(inboxType).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.NotificationAPI.AnswerApiV1NotificationPageGet(context.Background()).Type_(type_).InboxType(inboxType).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationApi.AnswerApiV1NotificationPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationAPI.AnswerApiV1NotificationPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1NotificationPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationApi.AnswerApiV1NotificationPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationAPI.AnswerApiV1NotificationPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -101,7 +101,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -109,13 +109,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationReadStateAllPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.NotificationAPI.AnswerApiV1NotificationReadStateAllPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationApi.AnswerApiV1NotificationReadStateAllPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationAPI.AnswerApiV1NotificationReadStateAllPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1NotificationReadStateAllPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationApi.AnswerApiV1NotificationReadStateAllPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationAPI.AnswerApiV1NotificationReadStateAllPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -167,7 +167,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -175,13 +175,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationReadStatePut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.NotificationAPI.AnswerApiV1NotificationReadStatePut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationApi.AnswerApiV1NotificationReadStatePut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationAPI.AnswerApiV1NotificationReadStatePut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1NotificationReadStatePut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationApi.AnswerApiV1NotificationReadStatePut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationAPI.AnswerApiV1NotificationReadStatePut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -233,20 +233,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationStatusGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.NotificationAPI.AnswerApiV1NotificationStatusGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationApi.AnswerApiV1NotificationStatusGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationAPI.AnswerApiV1NotificationStatusGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1NotificationStatusGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationApi.AnswerApiV1NotificationStatusGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationAPI.AnswerApiV1NotificationStatusGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -294,7 +294,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -302,13 +302,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationStatusPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.NotificationAPI.AnswerApiV1NotificationStatusPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationApi.AnswerApiV1NotificationStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `NotificationAPI.AnswerApiV1NotificationStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1NotificationStatusPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationApi.AnswerApiV1NotificationStatusPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `NotificationAPI.AnswerApiV1NotificationStatusPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# \PermissionApi
|
||||
# \PermissionAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1PermissionGet**](PermissionApi.md#AnswerApiV1PermissionGet) | **Get** /answer/api/v1/permission | check user permission
|
||||
[**AnswerApiV1PermissionGet**](PermissionAPI.md#AnswerApiV1PermissionGet) | **Get** /answer/api/v1/permission | check user permission
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -34,13 +34,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PermissionApi.AnswerApiV1PermissionGet(context.Background()).Authorization(authorization).Action(action).Execute()
|
||||
resp, r, err := apiClient.PermissionAPI.AnswerApiV1PermissionGet(context.Background()).Authorization(authorization).Action(action).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PermissionApi.AnswerApiV1PermissionGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PermissionAPI.AnswerApiV1PermissionGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PermissionGet`: AnswerApiV1PermissionGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PermissionApi.AnswerApiV1PermissionGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PermissionAPI.AnswerApiV1PermissionGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# \PersonalApi
|
||||
# \PersonalAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1PersonalAnswerPageGet**](PersonalApi.md#AnswerApiV1PersonalAnswerPageGet) | **Get** /answer/api/v1/personal/answer/page | list personal answers
|
||||
[**PersonalQuestionPageGet**](PersonalApi.md#PersonalQuestionPageGet) | **Get** /personal/question/page | list personal questions
|
||||
[**AnswerApiV1PersonalAnswerPageGet**](PersonalAPI.md#AnswerApiV1PersonalAnswerPageGet) | **Get** /answer/api/v1/personal/answer/page | list personal answers
|
||||
[**PersonalQuestionPageGet**](PersonalAPI.md#PersonalQuestionPageGet) | **Get** /personal/question/page | list personal questions
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -37,13 +37,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PersonalApi.AnswerApiV1PersonalAnswerPageGet(context.Background()).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.PersonalAPI.AnswerApiV1PersonalAnswerPageGet(context.Background()).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PersonalApi.AnswerApiV1PersonalAnswerPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PersonalAPI.AnswerApiV1PersonalAnswerPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalAnswerPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalApi.AnswerApiV1PersonalAnswerPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalAPI.AnswerApiV1PersonalAnswerPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -98,7 +98,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -109,13 +109,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PersonalApi.PersonalQuestionPageGet(context.Background()).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
resp, r, err := apiClient.PersonalAPI.PersonalQuestionPageGet(context.Background()).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PersonalApi.PersonalQuestionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PersonalAPI.PersonalQuestionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `PersonalQuestionPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalApi.PersonalQuestionPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalAPI.PersonalQuestionPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# \PluginConnectorApi
|
||||
# \PluginConnectorAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1ConnectorBindingEmailPost**](PluginConnectorApi.md#AnswerApiV1ConnectorBindingEmailPost) | **Post** /answer/api/v1/connector/binding/email | external login binding user send email
|
||||
[**AnswerApiV1ConnectorInfoGet**](PluginConnectorApi.md#AnswerApiV1ConnectorInfoGet) | **Get** /answer/api/v1/connector/info | get all enabled connectors
|
||||
[**AnswerApiV1ConnectorUserInfoGet**](PluginConnectorApi.md#AnswerApiV1ConnectorUserInfoGet) | **Get** /answer/api/v1/connector/user/info | get all connectors info about user
|
||||
[**AnswerApiV1ConnectorUserUnbindingDelete**](PluginConnectorApi.md#AnswerApiV1ConnectorUserUnbindingDelete) | **Delete** /answer/api/v1/connector/user/unbinding | unbind external user login
|
||||
[**AnswerApiV1ConnectorBindingEmailPost**](PluginConnectorAPI.md#AnswerApiV1ConnectorBindingEmailPost) | **Post** /answer/api/v1/connector/binding/email | external login binding user send email
|
||||
[**AnswerApiV1ConnectorInfoGet**](PluginConnectorAPI.md#AnswerApiV1ConnectorInfoGet) | **Get** /answer/api/v1/connector/info | get all enabled connectors
|
||||
[**AnswerApiV1ConnectorUserInfoGet**](PluginConnectorAPI.md#AnswerApiV1ConnectorUserInfoGet) | **Get** /answer/api/v1/connector/user/info | get all connectors info about user
|
||||
[**AnswerApiV1ConnectorUserUnbindingDelete**](PluginConnectorAPI.md#AnswerApiV1ConnectorUserUnbindingDelete) | **Delete** /answer/api/v1/connector/user/unbinding | unbind external user login
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -36,13 +36,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PluginConnectorApi.AnswerApiV1ConnectorBindingEmailPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.PluginConnectorAPI.AnswerApiV1ConnectorBindingEmailPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorApi.AnswerApiV1ConnectorBindingEmailPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorAPI.AnswerApiV1ConnectorBindingEmailPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorBindingEmailPost`: AnswerApiV1ConnectorBindingEmailPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorBindingEmailPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorAPI.AnswerApiV1ConnectorBindingEmailPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -94,20 +94,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PluginConnectorApi.AnswerApiV1ConnectorInfoGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.PluginConnectorAPI.AnswerApiV1ConnectorInfoGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorApi.AnswerApiV1ConnectorInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorAPI.AnswerApiV1ConnectorInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorInfoGet`: AnswerApiV1ConnectorInfoGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorInfoGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorAPI.AnswerApiV1ConnectorInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -155,20 +155,20 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PluginConnectorApi.AnswerApiV1ConnectorUserInfoGet(context.Background()).Execute()
|
||||
resp, r, err := apiClient.PluginConnectorAPI.AnswerApiV1ConnectorUserInfoGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorApi.AnswerApiV1ConnectorUserInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorAPI.AnswerApiV1ConnectorUserInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorUserInfoGet`: AnswerApiV1ConnectorUserInfoGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorUserInfoGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorAPI.AnswerApiV1ConnectorUserInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -216,7 +216,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -224,13 +224,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.PluginConnectorApi.AnswerApiV1ConnectorUserUnbindingDelete(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.PluginConnectorAPI.AnswerApiV1ConnectorUserUnbindingDelete(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorApi.AnswerApiV1ConnectorUserUnbindingDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `PluginConnectorAPI.AnswerApiV1ConnectorUserUnbindingDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorUserUnbindingDelete`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorUserUnbindingDelete`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorAPI.AnswerApiV1ConnectorUserUnbindingDelete`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
# \QuestionApi
|
||||
# \QuestionAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1PersonalQaTopGet**](QuestionApi.md#AnswerApiV1PersonalQaTopGet) | **Get** /answer/api/v1/personal/qa/top | UserTop
|
||||
[**AnswerApiV1QuestionAnswerPost**](QuestionApi.md#AnswerApiV1QuestionAnswerPost) | **Post** /answer/api/v1/question/answer | add question and answer
|
||||
[**AnswerApiV1QuestionDelete**](QuestionApi.md#AnswerApiV1QuestionDelete) | **Delete** /answer/api/v1/question | delete question
|
||||
[**AnswerApiV1QuestionInfoGet**](QuestionApi.md#AnswerApiV1QuestionInfoGet) | **Get** /answer/api/v1/question/info | get question details
|
||||
[**AnswerApiV1QuestionInviteGet**](QuestionApi.md#AnswerApiV1QuestionInviteGet) | **Get** /answer/api/v1/question/invite | get question invite user info
|
||||
[**AnswerApiV1QuestionInvitePut**](QuestionApi.md#AnswerApiV1QuestionInvitePut) | **Put** /answer/api/v1/question/invite | update question invite user
|
||||
[**AnswerApiV1QuestionOperationPut**](QuestionApi.md#AnswerApiV1QuestionOperationPut) | **Put** /answer/api/v1/question/operation | Operation question
|
||||
[**AnswerApiV1QuestionPageGet**](QuestionApi.md#AnswerApiV1QuestionPageGet) | **Get** /answer/api/v1/question/page | get questions by page
|
||||
[**AnswerApiV1QuestionPost**](QuestionApi.md#AnswerApiV1QuestionPost) | **Post** /answer/api/v1/question | add question
|
||||
[**AnswerApiV1QuestionPut**](QuestionApi.md#AnswerApiV1QuestionPut) | **Put** /answer/api/v1/question | update question
|
||||
[**AnswerApiV1QuestionReopenPut**](QuestionApi.md#AnswerApiV1QuestionReopenPut) | **Put** /answer/api/v1/question/reopen | reopen question
|
||||
[**AnswerApiV1QuestionSimilarGet**](QuestionApi.md#AnswerApiV1QuestionSimilarGet) | **Get** /answer/api/v1/question/similar | add question title like
|
||||
[**AnswerApiV1QuestionSimilarTagGet**](QuestionApi.md#AnswerApiV1QuestionSimilarTagGet) | **Get** /answer/api/v1/question/similar/tag | Search Similar Question
|
||||
[**AnswerApiV1QuestionStatusPut**](QuestionApi.md#AnswerApiV1QuestionStatusPut) | **Put** /answer/api/v1/question/status | Close question
|
||||
[**AnswerApiV1PersonalQaTopGet**](QuestionAPI.md#AnswerApiV1PersonalQaTopGet) | **Get** /answer/api/v1/personal/qa/top | UserTop
|
||||
[**AnswerApiV1QuestionAnswerPost**](QuestionAPI.md#AnswerApiV1QuestionAnswerPost) | **Post** /answer/api/v1/question/answer | add question and answer
|
||||
[**AnswerApiV1QuestionDelete**](QuestionAPI.md#AnswerApiV1QuestionDelete) | **Delete** /answer/api/v1/question | delete question
|
||||
[**AnswerApiV1QuestionInfoGet**](QuestionAPI.md#AnswerApiV1QuestionInfoGet) | **Get** /answer/api/v1/question/info | get question details
|
||||
[**AnswerApiV1QuestionInviteGet**](QuestionAPI.md#AnswerApiV1QuestionInviteGet) | **Get** /answer/api/v1/question/invite | get question invite user info
|
||||
[**AnswerApiV1QuestionInvitePut**](QuestionAPI.md#AnswerApiV1QuestionInvitePut) | **Put** /answer/api/v1/question/invite | update question invite user
|
||||
[**AnswerApiV1QuestionOperationPut**](QuestionAPI.md#AnswerApiV1QuestionOperationPut) | **Put** /answer/api/v1/question/operation | Operation question
|
||||
[**AnswerApiV1QuestionPageGet**](QuestionAPI.md#AnswerApiV1QuestionPageGet) | **Get** /answer/api/v1/question/page | get questions by page
|
||||
[**AnswerApiV1QuestionPost**](QuestionAPI.md#AnswerApiV1QuestionPost) | **Post** /answer/api/v1/question | add question
|
||||
[**AnswerApiV1QuestionPut**](QuestionAPI.md#AnswerApiV1QuestionPut) | **Put** /answer/api/v1/question | update question
|
||||
[**AnswerApiV1QuestionReopenPut**](QuestionAPI.md#AnswerApiV1QuestionReopenPut) | **Put** /answer/api/v1/question/reopen | reopen question
|
||||
[**AnswerApiV1QuestionSimilarGet**](QuestionAPI.md#AnswerApiV1QuestionSimilarGet) | **Get** /answer/api/v1/question/similar | fuzzy query similar questions based on title
|
||||
[**AnswerApiV1QuestionSimilarTagGet**](QuestionAPI.md#AnswerApiV1QuestionSimilarTagGet) | **Get** /answer/api/v1/question/similar/tag | Search Similar Question
|
||||
[**AnswerApiV1QuestionStatusPut**](QuestionAPI.md#AnswerApiV1QuestionStatusPut) | **Put** /answer/api/v1/question/status | Close question
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -46,13 +46,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1PersonalQaTopGet(context.Background()).Username(username).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1PersonalQaTopGet(context.Background()).Username(username).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1PersonalQaTopGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1PersonalQaTopGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalQaTopGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1PersonalQaTopGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1PersonalQaTopGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -104,7 +104,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -112,13 +112,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionAnswerPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionAnswerPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionAnswerPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionAnswerPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionAnswerPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionAnswerPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionAnswerPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -170,7 +170,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -178,13 +178,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionDelete(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionDelete(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionDelete``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionDelete`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionDelete`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionDelete`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -236,7 +236,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -244,13 +244,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionInfoGet(context.Background()).Id(id).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionInfoGet(context.Background()).Id(id).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionInfoGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionInfoGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionInfoGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -302,7 +302,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -310,13 +310,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionInviteGet(context.Background()).Id(id).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionInviteGet(context.Background()).Id(id).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionInviteGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionInviteGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionInviteGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionInviteGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionInviteGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -368,7 +368,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -376,13 +376,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionInvitePut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionInvitePut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionInvitePut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionInvitePut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionInvitePut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionInvitePut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionInvitePut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -434,7 +434,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -442,13 +442,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionOperationPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionOperationPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionOperationPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionOperationPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionOperationPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionOperationPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionOperationPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -500,7 +500,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -513,13 +513,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionPageGet(context.Background()).Page(page).PageSize(pageSize).Order(order).Tag(tag).Username(username).InDays(inDays).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionPageGet(context.Background()).Page(page).PageSize(pageSize).Order(order).Tag(tag).Username(username).InDays(inDays).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionPageGet`: AnswerApiV1QuestionPageGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -576,7 +576,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -584,13 +584,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -642,7 +642,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -650,13 +650,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -708,7 +708,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -716,13 +716,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionReopenPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionReopenPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionReopenPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionReopenPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionReopenPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionReopenPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionReopenPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -761,7 +761,7 @@ Name | Type | Description | Notes
|
||||
|
||||
> HandlerRespBody AnswerApiV1QuestionSimilarGet(ctx).Title(title).Execute()
|
||||
|
||||
add question title like
|
||||
fuzzy query similar questions based on title
|
||||
|
||||
|
||||
|
||||
@@ -774,7 +774,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -782,13 +782,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionSimilarGet(context.Background()).Title(title).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionSimilarGet(context.Background()).Title(title).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionSimilarGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionSimilarGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionSimilarGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionSimilarGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionSimilarGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -840,7 +840,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -848,13 +848,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionSimilarTagGet(context.Background()).QuestionId(questionId).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionSimilarTagGet(context.Background()).QuestionId(questionId).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionSimilarTagGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionSimilarTagGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionSimilarTagGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionSimilarTagGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionSimilarTagGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -906,7 +906,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -914,13 +914,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionStatusPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.QuestionAPI.AnswerApiV1QuestionStatusPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionAPI.AnswerApiV1QuestionStatusPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionStatusPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionStatusPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionAPI.AnswerApiV1QuestionStatusPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# \RankApi
|
||||
# \RankAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1PersonalRankPageGet**](RankApi.md#AnswerApiV1PersonalRankPageGet) | **Get** /answer/api/v1/personal/rank/page | user personal rank list
|
||||
[**AnswerApiV1PersonalRankPageGet**](RankAPI.md#AnswerApiV1PersonalRankPageGet) | **Get** /answer/api/v1/personal/rank/page | user personal rank list
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -35,13 +35,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.RankApi.AnswerApiV1PersonalRankPageGet(context.Background()).Page(page).PageSize(pageSize).Username(username).Execute()
|
||||
resp, r, err := apiClient.RankAPI.AnswerApiV1PersonalRankPageGet(context.Background()).Page(page).PageSize(pageSize).Username(username).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RankApi.AnswerApiV1PersonalRankPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RankAPI.AnswerApiV1PersonalRankPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalRankPageGet`: AnswerApiV1PersonalRankPageGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `RankApi.AnswerApiV1PersonalRankPageGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `RankAPI.AnswerApiV1PersonalRankPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# \ReasonApi
|
||||
# \ReasonAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerAdminApiReasonsGet**](ReasonApi.md#AnswerAdminApiReasonsGet) | **Get** /answer/admin/api/reasons | get reasons by object type and action
|
||||
[**AnswerApiV1ReasonsGet**](ReasonApi.md#AnswerApiV1ReasonsGet) | **Get** /answer/api/v1/reasons | get reasons by object type and action
|
||||
[**AnswerAdminApiReasonsGet**](ReasonAPI.md#AnswerAdminApiReasonsGet) | **Get** /answer/admin/api/reasons | get reasons by object type and action
|
||||
[**AnswerApiV1ReasonsGet**](ReasonAPI.md#AnswerApiV1ReasonsGet) | **Get** /answer/api/v1/reasons | get reasons by object type and action
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -35,13 +35,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ReasonApi.AnswerAdminApiReasonsGet(context.Background()).ObjectType(objectType).Action(action).Execute()
|
||||
resp, r, err := apiClient.ReasonAPI.AnswerAdminApiReasonsGet(context.Background()).ObjectType(objectType).Action(action).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReasonApi.AnswerAdminApiReasonsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReasonAPI.AnswerAdminApiReasonsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiReasonsGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReasonApi.AnswerAdminApiReasonsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReasonAPI.AnswerAdminApiReasonsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -94,7 +94,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -103,13 +103,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ReasonApi.AnswerApiV1ReasonsGet(context.Background()).ObjectType(objectType).Action(action).Execute()
|
||||
resp, r, err := apiClient.ReasonAPI.AnswerApiV1ReasonsGet(context.Background()).ObjectType(objectType).Action(action).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReasonApi.AnswerApiV1ReasonsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReasonAPI.AnswerApiV1ReasonsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ReasonsGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReasonApi.AnswerApiV1ReasonsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReasonAPI.AnswerApiV1ReasonsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# \ReportApi
|
||||
# \ReportAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1ReportPost**](ReportApi.md#AnswerApiV1ReportPost) | **Post** /answer/api/v1/report | add report
|
||||
[**AnswerApiV1ReportPost**](ReportAPI.md#AnswerApiV1ReportPost) | **Post** /answer/api/v1/report | add report
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -33,13 +33,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ReportApi.AnswerApiV1ReportPost(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.ReportAPI.AnswerApiV1ReportPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReportApi.AnswerApiV1ReportPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReportAPI.AnswerApiV1ReportPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ReportPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReportApi.AnswerApiV1ReportPost`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReportAPI.AnswerApiV1ReportPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# \RevisionApi
|
||||
# \RevisionAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1RevisionsAuditPut**](RevisionApi.md#AnswerApiV1RevisionsAuditPut) | **Put** /answer/api/v1/revisions/audit | revision audit
|
||||
[**AnswerApiV1RevisionsEditCheckGet**](RevisionApi.md#AnswerApiV1RevisionsEditCheckGet) | **Get** /answer/api/v1/revisions/edit/check | check can update revision
|
||||
[**AnswerApiV1RevisionsGet**](RevisionApi.md#AnswerApiV1RevisionsGet) | **Get** /answer/api/v1/revisions | get revision list
|
||||
[**AnswerApiV1RevisionsUnreviewedGet**](RevisionApi.md#AnswerApiV1RevisionsUnreviewedGet) | **Get** /answer/api/v1/revisions/unreviewed | get unreviewed revision list
|
||||
[**AnswerApiV1RevisionsAuditPut**](RevisionAPI.md#AnswerApiV1RevisionsAuditPut) | **Put** /answer/api/v1/revisions/audit | revision audit
|
||||
[**AnswerApiV1RevisionsEditCheckGet**](RevisionAPI.md#AnswerApiV1RevisionsEditCheckGet) | **Get** /answer/api/v1/revisions/edit/check | check can update revision
|
||||
[**AnswerApiV1RevisionsGet**](RevisionAPI.md#AnswerApiV1RevisionsGet) | **Get** /answer/api/v1/revisions | get revision list
|
||||
[**AnswerApiV1RevisionsUnreviewedGet**](RevisionAPI.md#AnswerApiV1RevisionsUnreviewedGet) | **Get** /answer/api/v1/revisions/unreviewed | get unreviewed revision list
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -36,13 +36,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.RevisionApi.AnswerApiV1RevisionsAuditPut(context.Background()).Data(data).Execute()
|
||||
resp, r, err := apiClient.RevisionAPI.AnswerApiV1RevisionsAuditPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionApi.AnswerApiV1RevisionsAuditPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionAPI.AnswerApiV1RevisionsAuditPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1RevisionsAuditPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionApi.AnswerApiV1RevisionsAuditPut`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionAPI.AnswerApiV1RevisionsAuditPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -94,7 +94,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -102,13 +102,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.RevisionApi.AnswerApiV1RevisionsEditCheckGet(context.Background()).Id(id).Execute()
|
||||
resp, r, err := apiClient.RevisionAPI.AnswerApiV1RevisionsEditCheckGet(context.Background()).Id(id).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionApi.AnswerApiV1RevisionsEditCheckGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionAPI.AnswerApiV1RevisionsEditCheckGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1RevisionsEditCheckGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionApi.AnswerApiV1RevisionsEditCheckGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionAPI.AnswerApiV1RevisionsEditCheckGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -160,7 +160,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -168,13 +168,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.RevisionApi.AnswerApiV1RevisionsGet(context.Background()).ObjectId(objectId).Execute()
|
||||
resp, r, err := apiClient.RevisionAPI.AnswerApiV1RevisionsGet(context.Background()).ObjectId(objectId).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionApi.AnswerApiV1RevisionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionAPI.AnswerApiV1RevisionsGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1RevisionsGet`: AnswerApiV1RevisionsGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionApi.AnswerApiV1RevisionsGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionAPI.AnswerApiV1RevisionsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -226,7 +226,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
openapiclient "git.ncc.cx/package/openapi-go-answer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -234,13 +234,13 @@ func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.RevisionApi.AnswerApiV1RevisionsUnreviewedGet(context.Background()).Page(page).Execute()
|
||||
resp, r, err := apiClient.RevisionAPI.AnswerApiV1RevisionsUnreviewedGet(context.Background()).Page(page).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionApi.AnswerApiV1RevisionsUnreviewedGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `RevisionAPI.AnswerApiV1RevisionsUnreviewedGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1RevisionsUnreviewedGet`: AnswerApiV1RevisionsUnreviewedGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionApi.AnswerApiV1RevisionsUnreviewedGet`: %v\n", resp)
|
||||
fmt.Fprintf(os.Stdout, "Response from `RevisionAPI.AnswerApiV1RevisionsUnreviewedGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,80 +1,75 @@
|
||||
# SchemaAnswerAcceptedReq
|
||||
# SchemaAcceptAnswerReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AnswerId** | Pointer to **string** | | [optional]
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
**QuestionId** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAnswerAcceptedReq
|
||||
### NewSchemaAcceptAnswerReq
|
||||
|
||||
`func NewSchemaAnswerAcceptedReq() *SchemaAnswerAcceptedReq`
|
||||
`func NewSchemaAcceptAnswerReq(questionId string, ) *SchemaAcceptAnswerReq`
|
||||
|
||||
NewSchemaAnswerAcceptedReq instantiates a new SchemaAnswerAcceptedReq object
|
||||
NewSchemaAcceptAnswerReq instantiates a new SchemaAcceptAnswerReq 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
|
||||
|
||||
### NewSchemaAnswerAcceptedReqWithDefaults
|
||||
### NewSchemaAcceptAnswerReqWithDefaults
|
||||
|
||||
`func NewSchemaAnswerAcceptedReqWithDefaults() *SchemaAnswerAcceptedReq`
|
||||
`func NewSchemaAcceptAnswerReqWithDefaults() *SchemaAcceptAnswerReq`
|
||||
|
||||
NewSchemaAnswerAcceptedReqWithDefaults instantiates a new SchemaAnswerAcceptedReq object
|
||||
NewSchemaAcceptAnswerReqWithDefaults instantiates a new SchemaAcceptAnswerReq 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
|
||||
|
||||
### GetAnswerId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) GetAnswerId() string`
|
||||
`func (o *SchemaAcceptAnswerReq) GetAnswerId() string`
|
||||
|
||||
GetAnswerId returns the AnswerId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerIdOk
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) GetAnswerIdOk() (*string, bool)`
|
||||
`func (o *SchemaAcceptAnswerReq) GetAnswerIdOk() (*string, bool)`
|
||||
|
||||
GetAnswerIdOk returns a tuple with the AnswerId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) SetAnswerId(v string)`
|
||||
`func (o *SchemaAcceptAnswerReq) SetAnswerId(v string)`
|
||||
|
||||
SetAnswerId sets AnswerId field to given value.
|
||||
|
||||
### HasAnswerId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) HasAnswerId() bool`
|
||||
`func (o *SchemaAcceptAnswerReq) HasAnswerId() bool`
|
||||
|
||||
HasAnswerId returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) GetQuestionId() string`
|
||||
`func (o *SchemaAcceptAnswerReq) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) GetQuestionIdOk() (*string, bool)`
|
||||
`func (o *SchemaAcceptAnswerReq) GetQuestionIdOk() (*string, bool)`
|
||||
|
||||
GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) SetQuestionId(v string)`
|
||||
`func (o *SchemaAcceptAnswerReq) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaAnswerAcceptedReq) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId 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)
|
||||
56
docs/SchemaAddUsersReq.md
Normal file
56
docs/SchemaAddUsersReq.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaAddUsersReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Users** | Pointer to **string** | users info line by line | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAddUsersReq
|
||||
|
||||
`func NewSchemaAddUsersReq() *SchemaAddUsersReq`
|
||||
|
||||
NewSchemaAddUsersReq instantiates a new SchemaAddUsersReq 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
|
||||
|
||||
### NewSchemaAddUsersReqWithDefaults
|
||||
|
||||
`func NewSchemaAddUsersReqWithDefaults() *SchemaAddUsersReq`
|
||||
|
||||
NewSchemaAddUsersReqWithDefaults instantiates a new SchemaAddUsersReq 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
|
||||
|
||||
### GetUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) GetUsers() string`
|
||||
|
||||
GetUsers returns the Users field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsersOk
|
||||
|
||||
`func (o *SchemaAddUsersReq) GetUsersOk() (*string, bool)`
|
||||
|
||||
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) SetUsers(v string)`
|
||||
|
||||
SetUsers sets Users field to given value.
|
||||
|
||||
### HasUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) HasUsers() bool`
|
||||
|
||||
HasUsers 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)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**Content** | **string** | |
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**Content** | **string** | |
|
||||
**EditSummary** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
|
||||
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
||||
**DisplayName** | Pointer to **string** | display name | [optional]
|
||||
**EMail** | Pointer to **string** | email | [optional]
|
||||
**FollowCount** | Pointer to **int32** | follow count | [optional]
|
||||
**HavePassword** | Pointer to **bool** | | [optional]
|
||||
**HavePassword** | Pointer to **bool** | user have password | [optional]
|
||||
**Id** | Pointer to **string** | user id | [optional]
|
||||
**IpInfo** | Pointer to **string** | ip info | [optional]
|
||||
**Language** | Pointer to **string** | language | [optional]
|
||||
|
||||
@@ -1,290 +0,0 @@
|
||||
# SchemaGetRankPersonalWithPageResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AnswerId** | Pointer to **string** | answer id | [optional]
|
||||
**Content** | Pointer to **string** | content | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | create time | [optional]
|
||||
**ObjectId** | Pointer to **string** | object id | [optional]
|
||||
**ObjectType** | Pointer to **string** | object type | [optional]
|
||||
**QuestionId** | Pointer to **string** | question id | [optional]
|
||||
**RankType** | Pointer to **string** | rank type | [optional]
|
||||
**Reputation** | Pointer to **int32** | reputation | [optional]
|
||||
**Title** | Pointer to **string** | title | [optional]
|
||||
**UrlTitle** | Pointer to **string** | url title | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetRankPersonalWithPageResp
|
||||
|
||||
`func NewSchemaGetRankPersonalWithPageResp() *SchemaGetRankPersonalWithPageResp`
|
||||
|
||||
NewSchemaGetRankPersonalWithPageResp instantiates a new SchemaGetRankPersonalWithPageResp 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
|
||||
|
||||
### NewSchemaGetRankPersonalWithPageRespWithDefaults
|
||||
|
||||
`func NewSchemaGetRankPersonalWithPageRespWithDefaults() *SchemaGetRankPersonalWithPageResp`
|
||||
|
||||
NewSchemaGetRankPersonalWithPageRespWithDefaults instantiates a new SchemaGetRankPersonalWithPageResp 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
|
||||
|
||||
### GetAnswerId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetAnswerId() string`
|
||||
|
||||
GetAnswerId returns the AnswerId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetAnswerIdOk() (*string, bool)`
|
||||
|
||||
GetAnswerIdOk returns a tuple with the AnswerId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetAnswerId(v string)`
|
||||
|
||||
SetAnswerId sets AnswerId field to given value.
|
||||
|
||||
### HasAnswerId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasAnswerId() bool`
|
||||
|
||||
HasAnswerId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetContent() string`
|
||||
|
||||
GetContent returns the Content field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetContentOk() (*string, bool)`
|
||||
|
||||
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetContent
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetContent(v string)`
|
||||
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
### HasContent
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasContent() bool`
|
||||
|
||||
HasContent returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetCreatedAtOk() (*int32, bool)`
|
||||
|
||||
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreatedAt
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetObjectId() string`
|
||||
|
||||
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetObjectIdOk() (*string, bool)`
|
||||
|
||||
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObjectId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetObjectId(v string)`
|
||||
|
||||
SetObjectId sets ObjectId field to given value.
|
||||
|
||||
### HasObjectId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasObjectId() bool`
|
||||
|
||||
HasObjectId returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetObjectType() string`
|
||||
|
||||
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectTypeOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetObjectTypeOk() (*string, bool)`
|
||||
|
||||
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObjectType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetObjectType(v string)`
|
||||
|
||||
SetObjectType sets ObjectType field to given value.
|
||||
|
||||
### HasObjectType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasObjectType() bool`
|
||||
|
||||
HasObjectType returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetQuestionIdOk() (*string, bool)`
|
||||
|
||||
GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
### GetRankType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetRankType() string`
|
||||
|
||||
GetRankType returns the RankType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankTypeOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetRankTypeOk() (*string, bool)`
|
||||
|
||||
GetRankTypeOk returns a tuple with the RankType field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRankType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetRankType(v string)`
|
||||
|
||||
SetRankType sets RankType field to given value.
|
||||
|
||||
### HasRankType
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasRankType() bool`
|
||||
|
||||
HasRankType returns a boolean if a field has been set.
|
||||
|
||||
### GetReputation
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetReputation() int32`
|
||||
|
||||
GetReputation returns the Reputation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReputationOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetReputationOk() (*int32, bool)`
|
||||
|
||||
GetReputationOk returns a tuple with the Reputation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReputation
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetReputation(v int32)`
|
||||
|
||||
SetReputation sets Reputation field to given value.
|
||||
|
||||
### HasReputation
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasReputation() bool`
|
||||
|
||||
HasReputation returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetTitleOk() (*string, bool)`
|
||||
|
||||
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasTitle() bool`
|
||||
|
||||
HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUrlTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetUrlTitle() string`
|
||||
|
||||
GetUrlTitle returns the UrlTitle field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUrlTitleOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) GetUrlTitleOk() (*string, bool)`
|
||||
|
||||
GetUrlTitleOk returns a tuple with the UrlTitle field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUrlTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) SetUrlTitle(v string)`
|
||||
|
||||
SetUrlTitle sets UrlTitle field to given value.
|
||||
|
||||
### HasUrlTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalWithPageResp) HasUrlTitle() bool`
|
||||
|
||||
HasUrlTitle 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)
|
||||
|
||||
|
||||
@@ -1,186 +0,0 @@
|
||||
# SchemaGetReportTypeResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ContentType** | Pointer to **string** | content type | [optional]
|
||||
**Description** | Pointer to **string** | report description | [optional]
|
||||
**HaveContent** | Pointer to **bool** | is have content | [optional]
|
||||
**Name** | Pointer to **string** | report name | [optional]
|
||||
**Source** | Pointer to **string** | report source | [optional]
|
||||
**Type** | Pointer to **int32** | report type | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetReportTypeResp
|
||||
|
||||
`func NewSchemaGetReportTypeResp() *SchemaGetReportTypeResp`
|
||||
|
||||
NewSchemaGetReportTypeResp instantiates a new SchemaGetReportTypeResp 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
|
||||
|
||||
### NewSchemaGetReportTypeRespWithDefaults
|
||||
|
||||
`func NewSchemaGetReportTypeRespWithDefaults() *SchemaGetReportTypeResp`
|
||||
|
||||
NewSchemaGetReportTypeRespWithDefaults instantiates a new SchemaGetReportTypeResp 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
|
||||
|
||||
### GetContentType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetContentType() string`
|
||||
|
||||
GetContentType returns the ContentType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentTypeOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetContentTypeOk() (*string, bool)`
|
||||
|
||||
GetContentTypeOk returns a tuple with the ContentType field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetContentType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetContentType(v string)`
|
||||
|
||||
SetContentType sets ContentType field to given value.
|
||||
|
||||
### HasContentType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasContentType() bool`
|
||||
|
||||
HasContentType returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetHaveContent
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetHaveContent() bool`
|
||||
|
||||
GetHaveContent returns the HaveContent field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHaveContentOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetHaveContentOk() (*bool, bool)`
|
||||
|
||||
GetHaveContentOk returns a tuple with the HaveContent field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHaveContent
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetHaveContent(v bool)`
|
||||
|
||||
SetHaveContent sets HaveContent field to given value.
|
||||
|
||||
### HasHaveContent
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasHaveContent() bool`
|
||||
|
||||
HasHaveContent returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetNameOk() (*string, bool)`
|
||||
|
||||
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetName
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetSource
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetSource() string`
|
||||
|
||||
GetSource returns the Source field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetSourceOk() (*string, bool)`
|
||||
|
||||
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSource
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetSource(v string)`
|
||||
|
||||
SetSource sets Source field to given value.
|
||||
|
||||
### HasSource
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasSource() bool`
|
||||
|
||||
HasSource returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetType() int32`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) GetTypeOk() (*int32, bool)`
|
||||
|
||||
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) SetType(v int32)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *SchemaGetReportTypeResp) HasType() bool`
|
||||
|
||||
HasType 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)
|
||||
|
||||
|
||||
108
docs/SchemaGetUserNotificationConfigResp.md
Normal file
108
docs/SchemaGetUserNotificationConfigResp.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaGetUserNotificationConfigResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllNewQuestion** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
|
||||
**AllNewQuestionForFollowingTags** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
|
||||
**Inbox** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUserNotificationConfigResp
|
||||
|
||||
`func NewSchemaGetUserNotificationConfigResp() *SchemaGetUserNotificationConfigResp`
|
||||
|
||||
NewSchemaGetUserNotificationConfigResp instantiates a new SchemaGetUserNotificationConfigResp 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
|
||||
|
||||
### NewSchemaGetUserNotificationConfigRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUserNotificationConfigRespWithDefaults() *SchemaGetUserNotificationConfigResp`
|
||||
|
||||
NewSchemaGetUserNotificationConfigRespWithDefaults instantiates a new SchemaGetUserNotificationConfigResp 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
|
||||
|
||||
### GetAllNewQuestion
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetAllNewQuestion() []SchemaNotificationChannelConfig`
|
||||
|
||||
GetAllNewQuestion returns the AllNewQuestion field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllNewQuestionOk
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetAllNewQuestionOk() (*[]SchemaNotificationChannelConfig, bool)`
|
||||
|
||||
GetAllNewQuestionOk returns a tuple with the AllNewQuestion field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllNewQuestion
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) SetAllNewQuestion(v []SchemaNotificationChannelConfig)`
|
||||
|
||||
SetAllNewQuestion sets AllNewQuestion field to given value.
|
||||
|
||||
### HasAllNewQuestion
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) HasAllNewQuestion() bool`
|
||||
|
||||
HasAllNewQuestion returns a boolean if a field has been set.
|
||||
|
||||
### GetAllNewQuestionForFollowingTags
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetAllNewQuestionForFollowingTags() []SchemaNotificationChannelConfig`
|
||||
|
||||
GetAllNewQuestionForFollowingTags returns the AllNewQuestionForFollowingTags field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllNewQuestionForFollowingTagsOk
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetAllNewQuestionForFollowingTagsOk() (*[]SchemaNotificationChannelConfig, bool)`
|
||||
|
||||
GetAllNewQuestionForFollowingTagsOk returns a tuple with the AllNewQuestionForFollowingTags field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllNewQuestionForFollowingTags
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) SetAllNewQuestionForFollowingTags(v []SchemaNotificationChannelConfig)`
|
||||
|
||||
SetAllNewQuestionForFollowingTags sets AllNewQuestionForFollowingTags field to given value.
|
||||
|
||||
### HasAllNewQuestionForFollowingTags
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) HasAllNewQuestionForFollowingTags() bool`
|
||||
|
||||
HasAllNewQuestionForFollowingTags returns a boolean if a field has been set.
|
||||
|
||||
### GetInbox
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetInbox() []SchemaNotificationChannelConfig`
|
||||
|
||||
GetInbox returns the Inbox field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInboxOk
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) GetInboxOk() (*[]SchemaNotificationChannelConfig, bool)`
|
||||
|
||||
GetInboxOk returns a tuple with the Inbox field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInbox
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) SetInbox(v []SchemaNotificationChannelConfig)`
|
||||
|
||||
SetInbox sets Inbox field to given value.
|
||||
|
||||
### HasInbox
|
||||
|
||||
`func (o *SchemaGetUserNotificationConfigResp) HasInbox() bool`
|
||||
|
||||
HasInbox 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)
|
||||
|
||||
|
||||
@@ -1,654 +0,0 @@
|
||||
# SchemaGetUserResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessToken** | Pointer to **string** | access token | [optional]
|
||||
**AnswerCount** | Pointer to **int32** | answer count | [optional]
|
||||
**AuthorityGroup** | Pointer to **int32** | authority group | [optional]
|
||||
**Avatar** | Pointer to **string** | avatar | [optional]
|
||||
**Bio** | Pointer to **string** | bio markdown | [optional]
|
||||
**BioHtml** | Pointer to **string** | bio html | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | create time | [optional]
|
||||
**DisplayName** | Pointer to **string** | display name | [optional]
|
||||
**EMail** | Pointer to **string** | email | [optional]
|
||||
**FollowCount** | Pointer to **int32** | follow count | [optional]
|
||||
**Id** | Pointer to **string** | user id | [optional]
|
||||
**IpInfo** | Pointer to **string** | ip info | [optional]
|
||||
**Language** | Pointer to **string** | language | [optional]
|
||||
**LastLoginDate** | Pointer to **int32** | last login date | [optional]
|
||||
**Location** | Pointer to **string** | location | [optional]
|
||||
**MailStatus** | Pointer to **int32** | mail status(1 pass 2 to be verified) | [optional]
|
||||
**Mobile** | Pointer to **string** | mobile | [optional]
|
||||
**NoticeStatus** | Pointer to **int32** | notice status(1 on 2off) | [optional]
|
||||
**QuestionCount** | Pointer to **int32** | question count | [optional]
|
||||
**Rank** | Pointer to **int32** | rank | [optional]
|
||||
**RoleId** | Pointer to **int32** | role id | [optional]
|
||||
**Status** | Pointer to **string** | user status | [optional]
|
||||
**Username** | Pointer to **string** | username | [optional]
|
||||
**Website** | Pointer to **string** | website | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUserResp
|
||||
|
||||
`func NewSchemaGetUserResp() *SchemaGetUserResp`
|
||||
|
||||
NewSchemaGetUserResp instantiates a new SchemaGetUserResp 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
|
||||
|
||||
### NewSchemaGetUserRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUserRespWithDefaults() *SchemaGetUserResp`
|
||||
|
||||
NewSchemaGetUserRespWithDefaults instantiates a new SchemaGetUserResp 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
|
||||
|
||||
### GetAccessToken
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAccessToken() string`
|
||||
|
||||
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessTokenOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAccessTokenOk() (*string, bool)`
|
||||
|
||||
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessToken
|
||||
|
||||
`func (o *SchemaGetUserResp) SetAccessToken(v string)`
|
||||
|
||||
SetAccessToken sets AccessToken field to given value.
|
||||
|
||||
### HasAccessToken
|
||||
|
||||
`func (o *SchemaGetUserResp) HasAccessToken() bool`
|
||||
|
||||
HasAccessToken returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAnswerCountOk() (*int32, bool)`
|
||||
|
||||
GetAnswerCountOk returns a tuple with the AnswerCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserResp) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserResp) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAuthorityGroup() int32`
|
||||
|
||||
GetAuthorityGroup returns the AuthorityGroup field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthorityGroupOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAuthorityGroupOk() (*int32, bool)`
|
||||
|
||||
GetAuthorityGroupOk returns a tuple with the AuthorityGroup field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserResp) SetAuthorityGroup(v int32)`
|
||||
|
||||
SetAuthorityGroup sets AuthorityGroup field to given value.
|
||||
|
||||
### HasAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserResp) HasAuthorityGroup() bool`
|
||||
|
||||
HasAuthorityGroup returns a boolean if a field has been set.
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaGetUserResp) GetAvatar() string`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetAvatar(v string)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaGetUserResp) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetBio
|
||||
|
||||
`func (o *SchemaGetUserResp) GetBio() string`
|
||||
|
||||
GetBio returns the Bio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetBioOk() (*string, bool)`
|
||||
|
||||
GetBioOk returns a tuple with the Bio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBio
|
||||
|
||||
`func (o *SchemaGetUserResp) SetBio(v string)`
|
||||
|
||||
SetBio sets Bio field to given value.
|
||||
|
||||
### HasBio
|
||||
|
||||
`func (o *SchemaGetUserResp) HasBio() bool`
|
||||
|
||||
HasBio returns a boolean if a field has been set.
|
||||
|
||||
### GetBioHtml
|
||||
|
||||
`func (o *SchemaGetUserResp) GetBioHtml() string`
|
||||
|
||||
GetBioHtml returns the BioHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioHtmlOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetBioHtmlOk() (*string, bool)`
|
||||
|
||||
GetBioHtmlOk returns a tuple with the BioHtml field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBioHtml
|
||||
|
||||
`func (o *SchemaGetUserResp) SetBioHtml(v string)`
|
||||
|
||||
SetBioHtml sets BioHtml field to given value.
|
||||
|
||||
### HasBioHtml
|
||||
|
||||
`func (o *SchemaGetUserResp) HasBioHtml() bool`
|
||||
|
||||
HasBioHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetCreatedAtOk() (*int32, bool)`
|
||||
|
||||
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaGetUserResp) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaGetUserResp) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetEMail
|
||||
|
||||
`func (o *SchemaGetUserResp) GetEMail() string`
|
||||
|
||||
GetEMail returns the EMail field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEMailOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetEMailOk() (*string, bool)`
|
||||
|
||||
GetEMailOk returns a tuple with the EMail field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEMail
|
||||
|
||||
`func (o *SchemaGetUserResp) SetEMail(v string)`
|
||||
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
### HasEMail
|
||||
|
||||
`func (o *SchemaGetUserResp) HasEMail() bool`
|
||||
|
||||
HasEMail returns a boolean if a field has been set.
|
||||
|
||||
### GetFollowCount
|
||||
|
||||
`func (o *SchemaGetUserResp) GetFollowCount() int32`
|
||||
|
||||
GetFollowCount returns the FollowCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowCountOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetFollowCountOk() (*int32, bool)`
|
||||
|
||||
GetFollowCountOk returns a tuple with the FollowCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFollowCount
|
||||
|
||||
`func (o *SchemaGetUserResp) SetFollowCount(v int32)`
|
||||
|
||||
SetFollowCount sets FollowCount field to given value.
|
||||
|
||||
### HasFollowCount
|
||||
|
||||
`func (o *SchemaGetUserResp) HasFollowCount() bool`
|
||||
|
||||
HasFollowCount returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaGetUserResp) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaGetUserResp) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetIpInfo
|
||||
|
||||
`func (o *SchemaGetUserResp) GetIpInfo() string`
|
||||
|
||||
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIpInfoOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetIpInfo(v string)`
|
||||
|
||||
SetIpInfo sets IpInfo field to given value.
|
||||
|
||||
### HasIpInfo
|
||||
|
||||
`func (o *SchemaGetUserResp) HasIpInfo() bool`
|
||||
|
||||
HasIpInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaGetUserResp) GetLanguage() string`
|
||||
|
||||
GetLanguage returns the Language field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLanguageOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetLanguageOk() (*string, bool)`
|
||||
|
||||
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLanguage
|
||||
|
||||
`func (o *SchemaGetUserResp) SetLanguage(v string)`
|
||||
|
||||
SetLanguage sets Language field to given value.
|
||||
|
||||
### HasLanguage
|
||||
|
||||
`func (o *SchemaGetUserResp) HasLanguage() bool`
|
||||
|
||||
HasLanguage returns a boolean if a field has been set.
|
||||
|
||||
### GetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserResp) GetLastLoginDate() int32`
|
||||
|
||||
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastLoginDateOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetLastLoginDateOk() (*int32, bool)`
|
||||
|
||||
GetLastLoginDateOk returns a tuple with the LastLoginDate field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserResp) SetLastLoginDate(v int32)`
|
||||
|
||||
SetLastLoginDate sets LastLoginDate field to given value.
|
||||
|
||||
### HasLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserResp) HasLastLoginDate() bool`
|
||||
|
||||
HasLastLoginDate returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaGetUserResp) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaGetUserResp) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetMailStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) GetMailStatus() int32`
|
||||
|
||||
GetMailStatus returns the MailStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMailStatusOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetMailStatusOk() (*int32, bool)`
|
||||
|
||||
GetMailStatusOk returns a tuple with the MailStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMailStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) SetMailStatus(v int32)`
|
||||
|
||||
SetMailStatus sets MailStatus field to given value.
|
||||
|
||||
### HasMailStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) HasMailStatus() bool`
|
||||
|
||||
HasMailStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetMobile
|
||||
|
||||
`func (o *SchemaGetUserResp) GetMobile() string`
|
||||
|
||||
GetMobile returns the Mobile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMobileOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetMobileOk() (*string, bool)`
|
||||
|
||||
GetMobileOk returns a tuple with the Mobile field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMobile
|
||||
|
||||
`func (o *SchemaGetUserResp) SetMobile(v string)`
|
||||
|
||||
SetMobile sets Mobile field to given value.
|
||||
|
||||
### HasMobile
|
||||
|
||||
`func (o *SchemaGetUserResp) HasMobile() bool`
|
||||
|
||||
HasMobile returns a boolean if a field has been set.
|
||||
|
||||
### GetNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) GetNoticeStatus() int32`
|
||||
|
||||
GetNoticeStatus returns the NoticeStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNoticeStatusOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetNoticeStatusOk() (*int32, bool)`
|
||||
|
||||
GetNoticeStatusOk returns a tuple with the NoticeStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) SetNoticeStatus(v int32)`
|
||||
|
||||
SetNoticeStatus sets NoticeStatus field to given value.
|
||||
|
||||
### HasNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) HasNoticeStatus() bool`
|
||||
|
||||
HasNoticeStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserResp) GetQuestionCount() int32`
|
||||
|
||||
GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionCountOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetQuestionCountOk() (*int32, bool)`
|
||||
|
||||
GetQuestionCountOk returns a tuple with the QuestionCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserResp) SetQuestionCount(v int32)`
|
||||
|
||||
SetQuestionCount sets QuestionCount field to given value.
|
||||
|
||||
### HasQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserResp) HasQuestionCount() bool`
|
||||
|
||||
HasQuestionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaGetUserResp) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaGetUserResp) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetRoleId
|
||||
|
||||
`func (o *SchemaGetUserResp) GetRoleId() int32`
|
||||
|
||||
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleIdOk
|
||||
|
||||
`func (o *SchemaGetUserResp) GetRoleIdOk() (*int32, bool)`
|
||||
|
||||
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRoleId
|
||||
|
||||
`func (o *SchemaGetUserResp) SetRoleId(v int32)`
|
||||
|
||||
SetRoleId sets RoleId field to given value.
|
||||
|
||||
### HasRoleId
|
||||
|
||||
`func (o *SchemaGetUserResp) HasRoleId() bool`
|
||||
|
||||
HasRoleId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaGetUserResp) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaGetUserResp) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaGetUserResp) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaGetUserResp) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaGetUserResp) 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 *SchemaGetUserResp) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaGetUserResp) 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)
|
||||
|
||||
|
||||
@@ -1,654 +0,0 @@
|
||||
# SchemaGetUserToSetShowResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessToken** | Pointer to **string** | access token | [optional]
|
||||
**AnswerCount** | Pointer to **int32** | answer count | [optional]
|
||||
**AuthorityGroup** | Pointer to **int32** | authority group | [optional]
|
||||
**Avatar** | Pointer to [**SchemaAvatarInfo**](SchemaAvatarInfo.md) | | [optional]
|
||||
**Bio** | Pointer to **string** | bio markdown | [optional]
|
||||
**BioHtml** | Pointer to **string** | bio html | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | create time | [optional]
|
||||
**DisplayName** | Pointer to **string** | display name | [optional]
|
||||
**EMail** | Pointer to **string** | email | [optional]
|
||||
**FollowCount** | Pointer to **int32** | follow count | [optional]
|
||||
**Id** | Pointer to **string** | user id | [optional]
|
||||
**IpInfo** | Pointer to **string** | ip info | [optional]
|
||||
**Language** | Pointer to **string** | language | [optional]
|
||||
**LastLoginDate** | Pointer to **int32** | last login date | [optional]
|
||||
**Location** | Pointer to **string** | location | [optional]
|
||||
**MailStatus** | Pointer to **int32** | mail status(1 pass 2 to be verified) | [optional]
|
||||
**Mobile** | Pointer to **string** | mobile | [optional]
|
||||
**NoticeStatus** | Pointer to **int32** | notice status(1 on 2off) | [optional]
|
||||
**QuestionCount** | Pointer to **int32** | question count | [optional]
|
||||
**Rank** | Pointer to **int32** | rank | [optional]
|
||||
**RoleId** | Pointer to **int32** | role id | [optional]
|
||||
**Status** | Pointer to **string** | user status | [optional]
|
||||
**Username** | Pointer to **string** | username | [optional]
|
||||
**Website** | Pointer to **string** | website | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUserToSetShowResp
|
||||
|
||||
`func NewSchemaGetUserToSetShowResp() *SchemaGetUserToSetShowResp`
|
||||
|
||||
NewSchemaGetUserToSetShowResp instantiates a new SchemaGetUserToSetShowResp 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
|
||||
|
||||
### NewSchemaGetUserToSetShowRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUserToSetShowRespWithDefaults() *SchemaGetUserToSetShowResp`
|
||||
|
||||
NewSchemaGetUserToSetShowRespWithDefaults instantiates a new SchemaGetUserToSetShowResp 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
|
||||
|
||||
### GetAccessToken
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAccessToken() string`
|
||||
|
||||
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessTokenOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAccessTokenOk() (*string, bool)`
|
||||
|
||||
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessToken
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetAccessToken(v string)`
|
||||
|
||||
SetAccessToken sets AccessToken field to given value.
|
||||
|
||||
### HasAccessToken
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasAccessToken() bool`
|
||||
|
||||
HasAccessToken returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAnswerCountOk() (*int32, bool)`
|
||||
|
||||
GetAnswerCountOk returns a tuple with the AnswerCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAuthorityGroup() int32`
|
||||
|
||||
GetAuthorityGroup returns the AuthorityGroup field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthorityGroupOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAuthorityGroupOk() (*int32, bool)`
|
||||
|
||||
GetAuthorityGroupOk returns a tuple with the AuthorityGroup field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetAuthorityGroup(v int32)`
|
||||
|
||||
SetAuthorityGroup sets AuthorityGroup field to given value.
|
||||
|
||||
### HasAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasAuthorityGroup() bool`
|
||||
|
||||
HasAuthorityGroup returns a boolean if a field has been set.
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAvatar() SchemaAvatarInfo`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetAvatarOk() (*SchemaAvatarInfo, 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 *SchemaGetUserToSetShowResp) SetAvatar(v SchemaAvatarInfo)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetBio
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetBio() string`
|
||||
|
||||
GetBio returns the Bio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetBioOk() (*string, bool)`
|
||||
|
||||
GetBioOk returns a tuple with the Bio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBio
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetBio(v string)`
|
||||
|
||||
SetBio sets Bio field to given value.
|
||||
|
||||
### HasBio
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasBio() bool`
|
||||
|
||||
HasBio returns a boolean if a field has been set.
|
||||
|
||||
### GetBioHtml
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetBioHtml() string`
|
||||
|
||||
GetBioHtml returns the BioHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioHtmlOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetBioHtmlOk() (*string, bool)`
|
||||
|
||||
GetBioHtmlOk returns a tuple with the BioHtml field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBioHtml
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetBioHtml(v string)`
|
||||
|
||||
SetBioHtml sets BioHtml field to given value.
|
||||
|
||||
### HasBioHtml
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasBioHtml() bool`
|
||||
|
||||
HasBioHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetCreatedAtOk() (*int32, bool)`
|
||||
|
||||
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetEMail
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetEMail() string`
|
||||
|
||||
GetEMail returns the EMail field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEMailOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetEMailOk() (*string, bool)`
|
||||
|
||||
GetEMailOk returns a tuple with the EMail field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEMail
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetEMail(v string)`
|
||||
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
### HasEMail
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasEMail() bool`
|
||||
|
||||
HasEMail returns a boolean if a field has been set.
|
||||
|
||||
### GetFollowCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetFollowCount() int32`
|
||||
|
||||
GetFollowCount returns the FollowCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowCountOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetFollowCountOk() (*int32, bool)`
|
||||
|
||||
GetFollowCountOk returns a tuple with the FollowCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFollowCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetFollowCount(v int32)`
|
||||
|
||||
SetFollowCount sets FollowCount field to given value.
|
||||
|
||||
### HasFollowCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasFollowCount() bool`
|
||||
|
||||
HasFollowCount returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetIpInfo
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetIpInfo() string`
|
||||
|
||||
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIpInfoOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetIpInfo(v string)`
|
||||
|
||||
SetIpInfo sets IpInfo field to given value.
|
||||
|
||||
### HasIpInfo
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasIpInfo() bool`
|
||||
|
||||
HasIpInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetLanguage() string`
|
||||
|
||||
GetLanguage returns the Language field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLanguageOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetLanguageOk() (*string, bool)`
|
||||
|
||||
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLanguage
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetLanguage(v string)`
|
||||
|
||||
SetLanguage sets Language field to given value.
|
||||
|
||||
### HasLanguage
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasLanguage() bool`
|
||||
|
||||
HasLanguage returns a boolean if a field has been set.
|
||||
|
||||
### GetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetLastLoginDate() int32`
|
||||
|
||||
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastLoginDateOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetLastLoginDateOk() (*int32, bool)`
|
||||
|
||||
GetLastLoginDateOk returns a tuple with the LastLoginDate field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetLastLoginDate(v int32)`
|
||||
|
||||
SetLastLoginDate sets LastLoginDate field to given value.
|
||||
|
||||
### HasLastLoginDate
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasLastLoginDate() bool`
|
||||
|
||||
HasLastLoginDate returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetMailStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetMailStatus() int32`
|
||||
|
||||
GetMailStatus returns the MailStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMailStatusOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetMailStatusOk() (*int32, bool)`
|
||||
|
||||
GetMailStatusOk returns a tuple with the MailStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMailStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetMailStatus(v int32)`
|
||||
|
||||
SetMailStatus sets MailStatus field to given value.
|
||||
|
||||
### HasMailStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasMailStatus() bool`
|
||||
|
||||
HasMailStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetMobile
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetMobile() string`
|
||||
|
||||
GetMobile returns the Mobile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMobileOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetMobileOk() (*string, bool)`
|
||||
|
||||
GetMobileOk returns a tuple with the Mobile field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMobile
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetMobile(v string)`
|
||||
|
||||
SetMobile sets Mobile field to given value.
|
||||
|
||||
### HasMobile
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasMobile() bool`
|
||||
|
||||
HasMobile returns a boolean if a field has been set.
|
||||
|
||||
### GetNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetNoticeStatus() int32`
|
||||
|
||||
GetNoticeStatus returns the NoticeStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNoticeStatusOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetNoticeStatusOk() (*int32, bool)`
|
||||
|
||||
GetNoticeStatusOk returns a tuple with the NoticeStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetNoticeStatus(v int32)`
|
||||
|
||||
SetNoticeStatus sets NoticeStatus field to given value.
|
||||
|
||||
### HasNoticeStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasNoticeStatus() bool`
|
||||
|
||||
HasNoticeStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetQuestionCount() int32`
|
||||
|
||||
GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionCountOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetQuestionCountOk() (*int32, bool)`
|
||||
|
||||
GetQuestionCountOk returns a tuple with the QuestionCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetQuestionCount(v int32)`
|
||||
|
||||
SetQuestionCount sets QuestionCount field to given value.
|
||||
|
||||
### HasQuestionCount
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasQuestionCount() bool`
|
||||
|
||||
HasQuestionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetRoleId
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetRoleId() int32`
|
||||
|
||||
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleIdOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetRoleIdOk() (*int32, bool)`
|
||||
|
||||
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRoleId
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) SetRoleId(v int32)`
|
||||
|
||||
SetRoleId sets RoleId field to given value.
|
||||
|
||||
### HasRoleId
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasRoleId() bool`
|
||||
|
||||
HasRoleId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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 *SchemaGetUserToSetShowResp) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaGetUserToSetShowResp) 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)
|
||||
|
||||
|
||||
82
docs/SchemaNotificationChannelConfig.md
Normal file
82
docs/SchemaNotificationChannelConfig.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaNotificationChannelConfig
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Enable** | Pointer to **bool** | | [optional]
|
||||
**Key** | Pointer to [**ConstantNotificationChannelKey**](ConstantNotificationChannelKey.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaNotificationChannelConfig
|
||||
|
||||
`func NewSchemaNotificationChannelConfig() *SchemaNotificationChannelConfig`
|
||||
|
||||
NewSchemaNotificationChannelConfig instantiates a new SchemaNotificationChannelConfig 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
|
||||
|
||||
### NewSchemaNotificationChannelConfigWithDefaults
|
||||
|
||||
`func NewSchemaNotificationChannelConfigWithDefaults() *SchemaNotificationChannelConfig`
|
||||
|
||||
NewSchemaNotificationChannelConfigWithDefaults instantiates a new SchemaNotificationChannelConfig 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
|
||||
|
||||
### GetEnable
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) GetEnable() bool`
|
||||
|
||||
GetEnable returns the Enable field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEnableOk
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) GetEnableOk() (*bool, bool)`
|
||||
|
||||
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEnable
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) SetEnable(v bool)`
|
||||
|
||||
SetEnable sets Enable field to given value.
|
||||
|
||||
### HasEnable
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) HasEnable() bool`
|
||||
|
||||
HasEnable returns a boolean if a field has been set.
|
||||
|
||||
### GetKey
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) GetKey() ConstantNotificationChannelKey`
|
||||
|
||||
GetKey returns the Key field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKeyOk
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) GetKeyOk() (*ConstantNotificationChannelKey, bool)`
|
||||
|
||||
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetKey
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) SetKey(v ConstantNotificationChannelKey)`
|
||||
|
||||
SetKey sets Key field to given value.
|
||||
|
||||
### HasKey
|
||||
|
||||
`func (o *SchemaNotificationChannelConfig) HasKey() bool`
|
||||
|
||||
HasKey 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)
|
||||
|
||||
|
||||
@@ -1,160 +0,0 @@
|
||||
# SchemaQuestionPageReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**OrderCond** | Pointer to **string** | | [optional]
|
||||
**Page** | Pointer to **int32** | | [optional]
|
||||
**PageSize** | Pointer to **int32** | | [optional]
|
||||
**Tag** | Pointer to **string** | | [optional]
|
||||
**Username** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaQuestionPageReq
|
||||
|
||||
`func NewSchemaQuestionPageReq() *SchemaQuestionPageReq`
|
||||
|
||||
NewSchemaQuestionPageReq instantiates a new SchemaQuestionPageReq 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
|
||||
|
||||
### NewSchemaQuestionPageReqWithDefaults
|
||||
|
||||
`func NewSchemaQuestionPageReqWithDefaults() *SchemaQuestionPageReq`
|
||||
|
||||
NewSchemaQuestionPageReqWithDefaults instantiates a new SchemaQuestionPageReq 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
|
||||
|
||||
### GetOrderCond
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetOrderCond() string`
|
||||
|
||||
GetOrderCond returns the OrderCond field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOrderCondOk
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetOrderCondOk() (*string, bool)`
|
||||
|
||||
GetOrderCondOk returns a tuple with the OrderCond field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOrderCond
|
||||
|
||||
`func (o *SchemaQuestionPageReq) SetOrderCond(v string)`
|
||||
|
||||
SetOrderCond sets OrderCond field to given value.
|
||||
|
||||
### HasOrderCond
|
||||
|
||||
`func (o *SchemaQuestionPageReq) HasOrderCond() bool`
|
||||
|
||||
HasOrderCond returns a boolean if a field has been set.
|
||||
|
||||
### GetPage
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetPage() int32`
|
||||
|
||||
GetPage returns the Page field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPageOk
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetPageOk() (*int32, bool)`
|
||||
|
||||
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPage
|
||||
|
||||
`func (o *SchemaQuestionPageReq) SetPage(v int32)`
|
||||
|
||||
SetPage sets Page field to given value.
|
||||
|
||||
### HasPage
|
||||
|
||||
`func (o *SchemaQuestionPageReq) HasPage() bool`
|
||||
|
||||
HasPage returns a boolean if a field has been set.
|
||||
|
||||
### GetPageSize
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetPageSize() int32`
|
||||
|
||||
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPageSizeOk
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetPageSizeOk() (*int32, bool)`
|
||||
|
||||
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPageSize
|
||||
|
||||
`func (o *SchemaQuestionPageReq) SetPageSize(v int32)`
|
||||
|
||||
SetPageSize sets PageSize field to given value.
|
||||
|
||||
### HasPageSize
|
||||
|
||||
`func (o *SchemaQuestionPageReq) HasPageSize() bool`
|
||||
|
||||
HasPageSize returns a boolean if a field has been set.
|
||||
|
||||
### GetTag
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetTag() string`
|
||||
|
||||
GetTag returns the Tag field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTagOk
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetTagOk() (*string, bool)`
|
||||
|
||||
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTag
|
||||
|
||||
`func (o *SchemaQuestionPageReq) SetTag(v string)`
|
||||
|
||||
SetTag sets Tag field to given value.
|
||||
|
||||
### HasTag
|
||||
|
||||
`func (o *SchemaQuestionPageReq) HasTag() bool`
|
||||
|
||||
HasTag returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaQuestionPageReq) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaQuestionPageReq) 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 *SchemaQuestionPageReq) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaQuestionPageReq) HasUsername() bool`
|
||||
|
||||
HasUsername 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)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Id** | **string** | answer id |
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**Id** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user