更新文档内容
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# \ActivityApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
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 | user's votes
|
||||
[**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
|
||||
|
||||
@@ -148,7 +148,7 @@ Name | Type | Description | Notes
|
||||
|
||||
> AnswerApiV1PersonalVotePageGet200Response AnswerApiV1PersonalVotePageGet(ctx).Page(page).PageSize(pageSize).Execute()
|
||||
|
||||
user's votes
|
||||
get user personal votes
|
||||
|
||||
|
||||
|
||||
|
||||
404
docs/AdminApi.md
404
docs/AdminApi.md
@@ -1,17 +1,19 @@
|
||||
# \AdminApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerAdminApiAnswerPageGet**](AdminApi.md#AnswerAdminApiAnswerPageGet) | **Get** /answer/admin/api/answer/page | AdminSearchAnswerList
|
||||
[**AnswerAdminApiAnswerPageGet**](AdminApi.md#AnswerAdminApiAnswerPageGet) | **Get** /answer/admin/api/answer/page | AdminAnswerPage admin answer page
|
||||
[**AnswerAdminApiAnswerStatusPut**](AdminApi.md#AnswerAdminApiAnswerStatusPut) | **Put** /answer/admin/api/answer/status | AdminSetAnswerStatus
|
||||
[**AnswerAdminApiDashboardGet**](AdminApi.md#AnswerAdminApiDashboardGet) | **Get** /answer/admin/api/dashboard | DashboardInfo
|
||||
[**AnswerAdminApiQuestionPageGet**](AdminApi.md#AnswerAdminApiQuestionPageGet) | **Get** /answer/admin/api/question/page | AdminSearchList
|
||||
[**AnswerAdminApiQuestionPageGet**](AdminApi.md#AnswerAdminApiQuestionPageGet) | **Get** /answer/admin/api/question/page | AdminQuestionPage admin question page
|
||||
[**AnswerAdminApiQuestionStatusPut**](AdminApi.md#AnswerAdminApiQuestionStatusPut) | **Put** /answer/admin/api/question/status | AdminSetQuestionStatus
|
||||
[**AnswerAdminApiReportPut**](AdminApi.md#AnswerAdminApiReportPut) | **Put** /answer/admin/api/report/ | handle flag
|
||||
[**AnswerAdminApiReportsPageGet**](AdminApi.md#AnswerAdminApiReportsPageGet) | **Get** /answer/admin/api/reports/page | list report page
|
||||
[**AnswerAdminApiRolesGet**](AdminApi.md#AnswerAdminApiRolesGet) | **Get** /answer/admin/api/roles | get role list
|
||||
[**AnswerAdminApiSettingPrivilegesGet**](AdminApi.md#AnswerAdminApiSettingPrivilegesGet) | **Get** /answer/admin/api/setting/privileges | GetPrivilegesConfig get privileges config
|
||||
[**AnswerAdminApiSettingPrivilegesPut**](AdminApi.md#AnswerAdminApiSettingPrivilegesPut) | **Put** /answer/admin/api/setting/privileges | update privileges config
|
||||
[**AnswerAdminApiSettingSmtpGet**](AdminApi.md#AnswerAdminApiSettingSmtpGet) | **Get** /answer/admin/api/setting/smtp | GetSMTPConfig get smtp config
|
||||
[**AnswerAdminApiSettingSmtpPut**](AdminApi.md#AnswerAdminApiSettingSmtpPut) | **Put** /answer/admin/api/setting/smtp | update smtp config
|
||||
[**AnswerAdminApiSiteinfoBrandingGet**](AdminApi.md#AnswerAdminApiSiteinfoBrandingGet) | **Get** /answer/admin/api/siteinfo/branding | get site interface
|
||||
@@ -30,13 +32,17 @@ Method | HTTP request | Description
|
||||
[**AnswerAdminApiSiteinfoSeoPut**](AdminApi.md#AnswerAdminApiSiteinfoSeoPut) | **Put** /answer/admin/api/siteinfo/seo | update site seo information
|
||||
[**AnswerAdminApiSiteinfoThemeGet**](AdminApi.md#AnswerAdminApiSiteinfoThemeGet) | **Get** /answer/admin/api/siteinfo/theme | get site info theme config
|
||||
[**AnswerAdminApiSiteinfoThemePut**](AdminApi.md#AnswerAdminApiSiteinfoThemePut) | **Put** /answer/admin/api/siteinfo/theme | update site custom css html config
|
||||
[**AnswerAdminApiSiteinfoUsersGet**](AdminApi.md#AnswerAdminApiSiteinfoUsersGet) | **Get** /answer/admin/api/siteinfo/users | get site user config
|
||||
[**AnswerAdminApiSiteinfoUsersPut**](AdminApi.md#AnswerAdminApiSiteinfoUsersPut) | **Put** /answer/admin/api/siteinfo/users | update site info config about users
|
||||
[**AnswerAdminApiSiteinfoWriteGet**](AdminApi.md#AnswerAdminApiSiteinfoWriteGet) | **Get** /answer/admin/api/siteinfo/write | get site interface
|
||||
[**AnswerAdminApiSiteinfoWritePut**](AdminApi.md#AnswerAdminApiSiteinfoWritePut) | **Put** /answer/admin/api/siteinfo/write | update site write info
|
||||
[**AnswerAdminApiThemeOptionsGet**](AdminApi.md#AnswerAdminApiThemeOptionsGet) | **Get** /answer/admin/api/theme/options | Get theme options
|
||||
[**AnswerAdminApiUserActivationGet**](AdminApi.md#AnswerAdminApiUserActivationGet) | **Get** /answer/admin/api/user/activation | get user activation
|
||||
[**AnswerAdminApiUserPasswordPut**](AdminApi.md#AnswerAdminApiUserPasswordPut) | **Put** /answer/admin/api/user/password | update user password
|
||||
[**AnswerAdminApiUserPost**](AdminApi.md#AnswerAdminApiUserPost) | **Post** /answer/admin/api/user | add user
|
||||
[**AnswerAdminApiUserRolePut**](AdminApi.md#AnswerAdminApiUserRolePut) | **Put** /answer/admin/api/user/role | update user role
|
||||
[**AnswerAdminApiUserStatusPut**](AdminApi.md#AnswerAdminApiUserStatusPut) | **Put** /answer/admin/api/user/status | update user
|
||||
[**AnswerAdminApiUsersActivationPost**](AdminApi.md#AnswerAdminApiUsersActivationPost) | **Post** /answer/admin/api/users/activation | send user activation
|
||||
[**AnswerAdminApiUsersPageGet**](AdminApi.md#AnswerAdminApiUsersPageGet) | **Get** /answer/admin/api/users/page | get user page
|
||||
|
||||
|
||||
@@ -45,7 +51,7 @@ Method | HTTP request | Description
|
||||
|
||||
> HandlerRespBody AnswerAdminApiAnswerPageGet(ctx).Page(page).PageSize(pageSize).Status(status).Query(query).QuestionId(questionId).Execute()
|
||||
|
||||
AdminSearchAnswerList
|
||||
AdminAnswerPage admin answer page
|
||||
|
||||
|
||||
|
||||
@@ -246,7 +252,7 @@ Other parameters are passed through a pointer to a apiAnswerAdminApiDashboardGet
|
||||
|
||||
> HandlerRespBody AnswerAdminApiQuestionPageGet(ctx).Page(page).PageSize(pageSize).Status(status).Query(query).Execute()
|
||||
|
||||
AdminSearchList
|
||||
AdminQuestionPage admin question page
|
||||
|
||||
|
||||
|
||||
@@ -579,6 +585,133 @@ No authorization required
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSettingPrivilegesGet
|
||||
|
||||
> AnswerAdminApiSettingPrivilegesGet200Response AnswerAdminApiSettingPrivilegesGet(ctx).Execute()
|
||||
|
||||
GetPrivilegesConfig get privileges config
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiSettingPrivilegesGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiSettingPrivilegesGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiSettingPrivilegesGet`: AnswerAdminApiSettingPrivilegesGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiSettingPrivilegesGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiSettingPrivilegesGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerAdminApiSettingPrivilegesGet200Response**](AnswerAdminApiSettingPrivilegesGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSettingPrivilegesPut
|
||||
|
||||
> HandlerRespBody AnswerAdminApiSettingPrivilegesPut(ctx).Data(data).Execute()
|
||||
|
||||
update privileges config
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaUpdatePrivilegesConfigReq(openapiclient.schema.PrivilegeLevel(1)) // SchemaUpdatePrivilegesConfigReq | config
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiSettingPrivilegesPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiSettingPrivilegesPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiSettingPrivilegesPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiSettingPrivilegesPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiSettingPrivilegesPutRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaUpdatePrivilegesConfigReq**](SchemaUpdatePrivilegesConfigReq.md) | config |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSettingSmtpGet
|
||||
|
||||
> AnswerAdminApiSettingSmtpGet200Response AnswerAdminApiSettingSmtpGet(ctx).Execute()
|
||||
@@ -1169,7 +1302,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaSiteInterfaceReq("DefaultAvatar_example", "Language_example", "TimeZone_example") // SchemaSiteInterfaceReq | general
|
||||
data := *openapiclient.NewSchemaSiteInterfaceReq("Language_example", "TimeZone_example") // SchemaSiteInterfaceReq | general
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
@@ -1722,6 +1855,133 @@ Name | Type | Description | Notes
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSiteinfoUsersGet
|
||||
|
||||
> AnswerAdminApiSiteinfoUsersGet200Response AnswerAdminApiSiteinfoUsersGet(ctx).Execute()
|
||||
|
||||
get site user config
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiSiteinfoUsersGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiSiteinfoUsersGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiSiteinfoUsersGet`: AnswerAdminApiSiteinfoUsersGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiSiteinfoUsersGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiSiteinfoUsersGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerAdminApiSiteinfoUsersGet200Response**](AnswerAdminApiSiteinfoUsersGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSiteinfoUsersPut
|
||||
|
||||
> HandlerRespBody AnswerAdminApiSiteinfoUsersPut(ctx).Data(data).Execute()
|
||||
|
||||
update site info config about users
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaSiteUsersReq("DefaultAvatar_example") // SchemaSiteUsersReq | users info
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiSiteinfoUsersPut(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiSiteinfoUsersPut``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiSiteinfoUsersPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiSiteinfoUsersPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiSiteinfoUsersPutRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaSiteUsersReq**](SchemaSiteUsersReq.md) | users info |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiSiteinfoWriteGet
|
||||
|
||||
> AnswerAdminApiSiteinfoWriteGet200Response AnswerAdminApiSiteinfoWriteGet(ctx).Execute()
|
||||
@@ -1910,6 +2170,72 @@ Other parameters are passed through a pointer to a apiAnswerAdminApiThemeOptions
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiUserActivationGet
|
||||
|
||||
> AnswerAdminApiUserActivationGet200Response AnswerAdminApiUserActivationGet(ctx).UserId(userId).Execute()
|
||||
|
||||
get user activation
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
userId := "userId_example" // string | user id
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiUserActivationGet(context.Background()).UserId(userId).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiUserActivationGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiUserActivationGet`: AnswerAdminApiUserActivationGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiUserActivationGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiUserActivationGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**userId** | **string** | user id |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerAdminApiUserActivationGet200Response**](AnswerAdminApiUserActivationGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiUserPasswordPut
|
||||
|
||||
> HandlerRespBody AnswerAdminApiUserPasswordPut(ctx).Data(data).Execute()
|
||||
@@ -2174,6 +2500,72 @@ Name | Type | Description | Notes
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiUsersActivationPost
|
||||
|
||||
> HandlerRespBody AnswerAdminApiUsersActivationPost(ctx).Data(data).Execute()
|
||||
|
||||
send user activation
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaSendUserActivationReq("UserId_example") // SchemaSendUserActivationReq | SendUserActivationReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.AdminApi.AnswerAdminApiUsersActivationPost(context.Background()).Data(data).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `AdminApi.AnswerAdminApiUsersActivationPost``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiUsersActivationPost`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminApi.AnswerAdminApiUsersActivationPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiUsersActivationPostRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaSendUserActivationReq**](SchemaSendUserActivationReq.md) | SendUserActivationReq |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiUsersPageGet
|
||||
|
||||
> AnswerAdminApiUsersPageGet200Response AnswerAdminApiUsersPageGet(ctx).Page(page).PageSize(pageSize).Query(query).Staff(staff).Status(status).Execute()
|
||||
|
||||
278
docs/AdminPluginApi.md
Normal file
278
docs/AdminPluginApi.md
Normal file
@@ -0,0 +1,278 @@
|
||||
# \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
|
||||
|
||||
> AnswerAdminApiPluginConfigGet200Response AnswerAdminApiPluginConfigGet(ctx).PluginSlugName(pluginSlugName).Execute()
|
||||
|
||||
get plugin config
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
pluginSlugName := "pluginSlugName_example" // string | plugin_slug_name
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginConfigGet`: AnswerAdminApiPluginConfigGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginConfigGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiPluginConfigGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**pluginSlugName** | **string** | plugin_slug_name |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerAdminApiPluginConfigGet200Response**](AnswerAdminApiPluginConfigGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiPluginConfigPut
|
||||
|
||||
> HandlerRespBody AnswerAdminApiPluginConfigPut(ctx).Data(data).Execute()
|
||||
|
||||
update plugin config
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaUpdatePluginConfigReq("PluginSlugName_example") // SchemaUpdatePluginConfigReq | UpdatePluginConfigReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginConfigPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginConfigPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiPluginConfigPutRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaUpdatePluginConfigReq**](SchemaUpdatePluginConfigReq.md) | UpdatePluginConfigReq |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiPluginStatusPut
|
||||
|
||||
> HandlerRespBody AnswerAdminApiPluginStatusPut(ctx).Data(data).Execute()
|
||||
|
||||
update plugin status
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaUpdatePluginStatusReq("PluginSlugName_example") // SchemaUpdatePluginStatusReq | UpdatePluginStatusReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginStatusPut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginStatusPut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiPluginStatusPutRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaUpdatePluginStatusReq**](SchemaUpdatePluginStatusReq.md) | UpdatePluginStatusReq |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerAdminApiPluginsGet
|
||||
|
||||
> AnswerAdminApiPluginsGet200Response AnswerAdminApiPluginsGet(ctx).Status(status).HaveConfig(haveConfig).Execute()
|
||||
|
||||
get plugin list
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
status := "status_example" // string | status: active/inactive (optional)
|
||||
haveConfig := true // bool | have config (optional)
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerAdminApiPluginsGet`: AnswerAdminApiPluginsGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `AdminPluginApi.AnswerAdminApiPluginsGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerAdminApiPluginsGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**status** | **string** | status: active/inactive |
|
||||
**haveConfig** | **bool** | have config |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerAdminApiPluginsGet200Response**](AnswerAdminApiPluginsGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
82
docs/AnswerAdminApiPluginConfigGet200Response.md
Normal file
82
docs/AnswerAdminApiPluginConfigGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiPluginConfigGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaGetPluginConfigResp**](SchemaGetPluginConfigResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiPluginConfigGet200Response
|
||||
|
||||
`func NewAnswerAdminApiPluginConfigGet200Response() *AnswerAdminApiPluginConfigGet200Response`
|
||||
|
||||
NewAnswerAdminApiPluginConfigGet200Response instantiates a new AnswerAdminApiPluginConfigGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiPluginConfigGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiPluginConfigGet200ResponseWithDefaults() *AnswerAdminApiPluginConfigGet200Response`
|
||||
|
||||
NewAnswerAdminApiPluginConfigGet200ResponseWithDefaults instantiates a new AnswerAdminApiPluginConfigGet200Response 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 *AnswerAdminApiPluginConfigGet200Response) GetData() SchemaGetPluginConfigResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetDataOk() (*SchemaGetPluginConfigResp, 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 *AnswerAdminApiPluginConfigGet200Response) SetData(v SchemaGetPluginConfigResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) 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 *AnswerAdminApiPluginConfigGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiPluginConfigGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerAdminApiPluginsGet200Response.md
Normal file
82
docs/AnswerAdminApiPluginsGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiPluginsGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**[]SchemaGetPluginListResp**](SchemaGetPluginListResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiPluginsGet200Response
|
||||
|
||||
`func NewAnswerAdminApiPluginsGet200Response() *AnswerAdminApiPluginsGet200Response`
|
||||
|
||||
NewAnswerAdminApiPluginsGet200Response instantiates a new AnswerAdminApiPluginsGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiPluginsGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiPluginsGet200ResponseWithDefaults() *AnswerAdminApiPluginsGet200Response`
|
||||
|
||||
NewAnswerAdminApiPluginsGet200ResponseWithDefaults instantiates a new AnswerAdminApiPluginsGet200Response 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 *AnswerAdminApiPluginsGet200Response) GetData() []SchemaGetPluginListResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetDataOk() (*[]SchemaGetPluginListResp, 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 *AnswerAdminApiPluginsGet200Response) SetData(v []SchemaGetPluginListResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) 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 *AnswerAdminApiPluginsGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiPluginsGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerAdminApiSettingPrivilegesGet200Response.md
Normal file
82
docs/AnswerAdminApiSettingPrivilegesGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiSettingPrivilegesGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaGetPrivilegesConfigResp**](SchemaGetPrivilegesConfigResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiSettingPrivilegesGet200Response
|
||||
|
||||
`func NewAnswerAdminApiSettingPrivilegesGet200Response() *AnswerAdminApiSettingPrivilegesGet200Response`
|
||||
|
||||
NewAnswerAdminApiSettingPrivilegesGet200Response instantiates a new AnswerAdminApiSettingPrivilegesGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults() *AnswerAdminApiSettingPrivilegesGet200Response`
|
||||
|
||||
NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults instantiates a new AnswerAdminApiSettingPrivilegesGet200Response 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 *AnswerAdminApiSettingPrivilegesGet200Response) GetData() SchemaGetPrivilegesConfigResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetDataOk() (*SchemaGetPrivilegesConfigResp, 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 *AnswerAdminApiSettingPrivilegesGet200Response) SetData(v SchemaGetPrivilegesConfigResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) 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 *AnswerAdminApiSettingPrivilegesGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerAdminApiSiteinfoUsersGet200Response.md
Normal file
82
docs/AnswerAdminApiSiteinfoUsersGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiSiteinfoUsersGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaSiteUsersResp**](SchemaSiteUsersResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiSiteinfoUsersGet200Response
|
||||
|
||||
`func NewAnswerAdminApiSiteinfoUsersGet200Response() *AnswerAdminApiSiteinfoUsersGet200Response`
|
||||
|
||||
NewAnswerAdminApiSiteinfoUsersGet200Response instantiates a new AnswerAdminApiSiteinfoUsersGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiSiteinfoUsersGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiSiteinfoUsersGet200ResponseWithDefaults() *AnswerAdminApiSiteinfoUsersGet200Response`
|
||||
|
||||
NewAnswerAdminApiSiteinfoUsersGet200ResponseWithDefaults instantiates a new AnswerAdminApiSiteinfoUsersGet200Response 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 *AnswerAdminApiSiteinfoUsersGet200Response) GetData() SchemaSiteUsersResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetDataOk() (*SchemaSiteUsersResp, 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 *AnswerAdminApiSiteinfoUsersGet200Response) SetData(v SchemaSiteUsersResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) 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 *AnswerAdminApiSiteinfoUsersGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoUsersGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerAdminApiUserActivationGet200Response.md
Normal file
82
docs/AnswerAdminApiUserActivationGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiUserActivationGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaGetUserActivationResp**](SchemaGetUserActivationResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiUserActivationGet200Response
|
||||
|
||||
`func NewAnswerAdminApiUserActivationGet200Response() *AnswerAdminApiUserActivationGet200Response`
|
||||
|
||||
NewAnswerAdminApiUserActivationGet200Response instantiates a new AnswerAdminApiUserActivationGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiUserActivationGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiUserActivationGet200ResponseWithDefaults() *AnswerAdminApiUserActivationGet200Response`
|
||||
|
||||
NewAnswerAdminApiUserActivationGet200ResponseWithDefaults instantiates a new AnswerAdminApiUserActivationGet200Response 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 *AnswerAdminApiUserActivationGet200Response) GetData() SchemaGetUserActivationResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetDataOk() (*SchemaGetUserActivationResp, 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 *AnswerAdminApiUserActivationGet200Response) SetData(v SchemaGetUserActivationResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) 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 *AnswerAdminApiUserActivationGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiUserActivationGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerApiV1ConnectorBindingEmailPost200Response.md
Normal file
82
docs/AnswerApiV1ConnectorBindingEmailPost200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerApiV1ConnectorBindingEmailPost200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaExternalLoginBindingUserSendEmailResp**](SchemaExternalLoginBindingUserSendEmailResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1ConnectorBindingEmailPost200Response
|
||||
|
||||
`func NewAnswerApiV1ConnectorBindingEmailPost200Response() *AnswerApiV1ConnectorBindingEmailPost200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorBindingEmailPost200Response instantiates a new AnswerApiV1ConnectorBindingEmailPost200Response 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
|
||||
|
||||
### NewAnswerApiV1ConnectorBindingEmailPost200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1ConnectorBindingEmailPost200ResponseWithDefaults() *AnswerApiV1ConnectorBindingEmailPost200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorBindingEmailPost200ResponseWithDefaults instantiates a new AnswerApiV1ConnectorBindingEmailPost200Response 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 *AnswerApiV1ConnectorBindingEmailPost200Response) GetData() SchemaExternalLoginBindingUserSendEmailResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetDataOk() (*SchemaExternalLoginBindingUserSendEmailResp, 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 *AnswerApiV1ConnectorBindingEmailPost200Response) SetData(v SchemaExternalLoginBindingUserSendEmailResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) 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 *AnswerApiV1ConnectorBindingEmailPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorBindingEmailPost200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerApiV1ConnectorInfoGet200Response.md
Normal file
82
docs/AnswerApiV1ConnectorInfoGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerApiV1ConnectorInfoGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**[]SchemaConnectorInfoResp**](SchemaConnectorInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1ConnectorInfoGet200Response
|
||||
|
||||
`func NewAnswerApiV1ConnectorInfoGet200Response() *AnswerApiV1ConnectorInfoGet200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorInfoGet200Response instantiates a new AnswerApiV1ConnectorInfoGet200Response 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
|
||||
|
||||
### NewAnswerApiV1ConnectorInfoGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1ConnectorInfoGet200ResponseWithDefaults() *AnswerApiV1ConnectorInfoGet200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorInfoGet200ResponseWithDefaults instantiates a new AnswerApiV1ConnectorInfoGet200Response 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 *AnswerApiV1ConnectorInfoGet200Response) GetData() []SchemaConnectorInfoResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetDataOk() (*[]SchemaConnectorInfoResp, 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 *AnswerApiV1ConnectorInfoGet200Response) SetData(v []SchemaConnectorInfoResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) 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 *AnswerApiV1ConnectorInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorInfoGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerApiV1ConnectorUserInfoGet200Response.md
Normal file
82
docs/AnswerApiV1ConnectorUserInfoGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerApiV1ConnectorUserInfoGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**[]SchemaConnectorUserInfoResp**](SchemaConnectorUserInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1ConnectorUserInfoGet200Response
|
||||
|
||||
`func NewAnswerApiV1ConnectorUserInfoGet200Response() *AnswerApiV1ConnectorUserInfoGet200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorUserInfoGet200Response instantiates a new AnswerApiV1ConnectorUserInfoGet200Response 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
|
||||
|
||||
### NewAnswerApiV1ConnectorUserInfoGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1ConnectorUserInfoGet200ResponseWithDefaults() *AnswerApiV1ConnectorUserInfoGet200Response`
|
||||
|
||||
NewAnswerApiV1ConnectorUserInfoGet200ResponseWithDefaults instantiates a new AnswerApiV1ConnectorUserInfoGet200Response 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 *AnswerApiV1ConnectorUserInfoGet200Response) GetData() []SchemaConnectorUserInfoResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetDataOk() (*[]SchemaConnectorUserInfoResp, 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 *AnswerApiV1ConnectorUserInfoGet200Response) SetData(v []SchemaConnectorUserInfoResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) 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 *AnswerApiV1ConnectorUserInfoGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1ConnectorUserInfoGet200Response) 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)
|
||||
|
||||
|
||||
82
docs/AnswerApiV1PermissionGet200Response.md
Normal file
82
docs/AnswerApiV1PermissionGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerApiV1PermissionGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to **map[string]bool** | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerApiV1PermissionGet200Response
|
||||
|
||||
`func NewAnswerApiV1PermissionGet200Response() *AnswerApiV1PermissionGet200Response`
|
||||
|
||||
NewAnswerApiV1PermissionGet200Response instantiates a new AnswerApiV1PermissionGet200Response 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
|
||||
|
||||
### NewAnswerApiV1PermissionGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerApiV1PermissionGet200ResponseWithDefaults() *AnswerApiV1PermissionGet200Response`
|
||||
|
||||
NewAnswerApiV1PermissionGet200ResponseWithDefaults instantiates a new AnswerApiV1PermissionGet200Response 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 *AnswerApiV1PermissionGet200Response) GetData() map[string]bool`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetDataOk() (*map[string]bool, 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 *AnswerApiV1PermissionGet200Response) SetData(v map[string]bool)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) 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 *AnswerApiV1PermissionGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerApiV1PermissionGet200Response) 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)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Count** | Pointer to **int32** | | [optional]
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalWithPageResp**](SchemaGetRankPersonalWithPageResp.md) | | [optional]
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalPageResp**](SchemaGetRankPersonalPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -53,20 +53,20 @@ HasCount returns a boolean if a field has been set.
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetList() []SchemaGetRankPersonalWithPageResp`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetList() []SchemaGetRankPersonalPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) GetListOk() (*[]SchemaGetRankPersonalWithPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) 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 []SchemaGetRankPersonalWithPageResp)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseData) SetList(v []SchemaGetRankPersonalPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalWithPageResp**](SchemaGetRankPersonalWithPageResp.md) | | [optional]
|
||||
**List** | Pointer to [**[]SchemaGetRankPersonalPageResp**](SchemaGetRankPersonalPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -27,20 +27,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetList() []SchemaGetRankPersonalWithPageResp`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetList() []SchemaGetRankPersonalPageResp`
|
||||
|
||||
GetList returns the List field if non-nil, zero value otherwise.
|
||||
|
||||
### GetListOk
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetRankPersonalWithPageResp, bool)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) GetListOk() (*[]SchemaGetRankPersonalPageResp, bool)`
|
||||
|
||||
GetListOk returns a tuple with the List field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetList
|
||||
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) SetList(v []SchemaGetRankPersonalWithPageResp)`
|
||||
`func (o *AnswerApiV1PersonalRankPageGet200ResponseDataAllOf) SetList(v []SchemaGetRankPersonalPageResp)`
|
||||
|
||||
SetList sets List field to given value.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaGetUserResp**](SchemaGetUserResp.md) | | [optional]
|
||||
**Data** | Pointer to [**SchemaUserLoginResp**](SchemaUserLoginResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -28,20 +28,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetData() SchemaGetUserResp`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetData() SchemaUserLoginResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetDataOk() (*SchemaGetUserResp, bool)`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) GetDataOk() (*SchemaUserLoginResp, 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 *AnswerApiV1UserEmailVerificationPost200Response) SetData(v SchemaGetUserResp)`
|
||||
`func (o *AnswerApiV1UserEmailVerificationPost200Response) SetData(v SchemaUserLoginResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaGetUserToSetShowResp**](SchemaGetUserToSetShowResp.md) | | [optional]
|
||||
**Data** | Pointer to [**SchemaGetCurrentLoginUserInfoResp**](SchemaGetCurrentLoginUserInfoResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -28,20 +28,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetData() SchemaGetUserToSetShowResp`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetData() SchemaGetCurrentLoginUserInfoResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetDataOk() (*SchemaGetUserToSetShowResp, bool)`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) GetDataOk() (*SchemaGetCurrentLoginUserInfoResp, 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 *AnswerApiV1UserInfoGet200Response) SetData(v SchemaGetUserToSetShowResp)`
|
||||
`func (o *AnswerApiV1UserInfoGet200Response) SetData(v SchemaGetCurrentLoginUserInfoResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \ApiAnswerApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
@@ -10,7 +10,6 @@ Method | HTTP request | Description
|
||||
[**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
|
||||
[**AnswerApiV1PersonalAnswerPageGet**](ApiAnswerApi.md#AnswerApiV1PersonalAnswerPageGet) | **Get** /answer/api/v1/personal/answer/page | UserAnswerList
|
||||
|
||||
|
||||
|
||||
@@ -415,75 +414,3 @@ Name | Type | Description | Notes
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1PersonalAnswerPageGet
|
||||
|
||||
> HandlerRespBody AnswerApiV1PersonalAnswerPageGet(ctx).Username(username).Order(order).Page(page).Pagesize(pagesize).Execute()
|
||||
|
||||
UserAnswerList
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
username := "username_example" // string | username (default to "string")
|
||||
order := "order_example" // string | order
|
||||
page := "page_example" // string | page (default to "0")
|
||||
pagesize := "pagesize_example" // string | pagesize (default to "20")
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ApiAnswerApi.AnswerApiV1PersonalAnswerPageGet(context.Background()).Username(username).Order(order).Page(page).Pagesize(pagesize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ApiAnswerApi.AnswerApiV1PersonalAnswerPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalAnswerPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `ApiAnswerApi.AnswerApiV1PersonalAnswerPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1PersonalAnswerPageGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**username** | **string** | username | [default to "string"]
|
||||
**order** | **string** | order |
|
||||
**page** | **string** | page | [default to "0"]
|
||||
**pagesize** | **string** | pagesize | [default to "20"]
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# \CollectionApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
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 | UserCollectionList
|
||||
[**AnswerApiV1PersonalCollectionPageGet**](CollectionApi.md#AnswerApiV1PersonalCollectionPageGet) | **Get** /answer/api/v1/personal/collection/page | list personal collections
|
||||
|
||||
|
||||
|
||||
@@ -77,9 +77,9 @@ Name | Type | Description | Notes
|
||||
|
||||
## AnswerApiV1PersonalCollectionPageGet
|
||||
|
||||
> HandlerRespBody AnswerApiV1PersonalCollectionPageGet(ctx).Page(page).Pagesize(pagesize).Execute()
|
||||
> HandlerRespBody AnswerApiV1PersonalCollectionPageGet(ctx).Page(page).PageSize(pageSize).Execute()
|
||||
|
||||
UserCollectionList
|
||||
list personal collections
|
||||
|
||||
|
||||
|
||||
@@ -97,11 +97,11 @@ import (
|
||||
|
||||
func main() {
|
||||
page := "page_example" // string | page (default to "0")
|
||||
pagesize := "pagesize_example" // string | pagesize (default to "20")
|
||||
pageSize := "pageSize_example" // string | page_size (default to "20")
|
||||
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
@@ -123,7 +123,7 @@ Other parameters are passed through a pointer to a apiAnswerApiV1PersonalCollect
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**page** | **string** | page | [default to "0"]
|
||||
**pagesize** | **string** | pagesize | [default to "20"]
|
||||
**pageSize** | **string** | page_size | [default to "20"]
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \CommentApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
108
docs/ConstantPrivilege.md
Normal file
108
docs/ConstantPrivilege.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# ConstantPrivilege
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | Pointer to **string** | | [optional]
|
||||
**Label** | Pointer to **string** | | [optional]
|
||||
**Value** | Pointer to **int32** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewConstantPrivilege
|
||||
|
||||
`func NewConstantPrivilege() *ConstantPrivilege`
|
||||
|
||||
NewConstantPrivilege instantiates a new ConstantPrivilege 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
|
||||
|
||||
### NewConstantPrivilegeWithDefaults
|
||||
|
||||
`func NewConstantPrivilegeWithDefaults() *ConstantPrivilege`
|
||||
|
||||
NewConstantPrivilegeWithDefaults instantiates a new ConstantPrivilege 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
|
||||
|
||||
### GetKey
|
||||
|
||||
`func (o *ConstantPrivilege) GetKey() string`
|
||||
|
||||
GetKey returns the Key field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKeyOk
|
||||
|
||||
`func (o *ConstantPrivilege) GetKeyOk() (*string, 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 *ConstantPrivilege) SetKey(v string)`
|
||||
|
||||
SetKey sets Key field to given value.
|
||||
|
||||
### HasKey
|
||||
|
||||
`func (o *ConstantPrivilege) HasKey() bool`
|
||||
|
||||
HasKey returns a boolean if a field has been set.
|
||||
|
||||
### GetLabel
|
||||
|
||||
`func (o *ConstantPrivilege) GetLabel() string`
|
||||
|
||||
GetLabel returns the Label field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLabelOk
|
||||
|
||||
`func (o *ConstantPrivilege) GetLabelOk() (*string, bool)`
|
||||
|
||||
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLabel
|
||||
|
||||
`func (o *ConstantPrivilege) SetLabel(v string)`
|
||||
|
||||
SetLabel sets Label field to given value.
|
||||
|
||||
### HasLabel
|
||||
|
||||
`func (o *ConstantPrivilege) HasLabel() bool`
|
||||
|
||||
HasLabel returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *ConstantPrivilege) GetValue() int32`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *ConstantPrivilege) GetValueOk() (*int32, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *ConstantPrivilege) SetValue(v int32)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *ConstantPrivilege) HasValue() bool`
|
||||
|
||||
HasValue 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,6 +1,6 @@
|
||||
# \InstallationApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \LangApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \NotificationApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
@@ -14,7 +14,7 @@ Method | HTTP request | Description
|
||||
|
||||
## AnswerApiV1NotificationPageGet
|
||||
|
||||
> HandlerRespBody AnswerApiV1NotificationPageGet(ctx).Type_(type_).Page(page).PageSize(pageSize).Execute()
|
||||
> HandlerRespBody AnswerApiV1NotificationPageGet(ctx).Type_(type_).InboxType(inboxType).Page(page).PageSize(pageSize).Execute()
|
||||
|
||||
get notification list
|
||||
|
||||
@@ -34,12 +34,13 @@ import (
|
||||
|
||||
func main() {
|
||||
type_ := "type__example" // string | type
|
||||
inboxType := "inboxType_example" // string | inbox_type
|
||||
page := int32(56) // int32 | page size (optional)
|
||||
pageSize := int32(56) // int32 | page size (optional)
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.NotificationApi.AnswerApiV1NotificationPageGet(context.Background()).Type_(type_).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, "Full HTTP response: %v\n", r)
|
||||
@@ -61,6 +62,7 @@ Other parameters are passed through a pointer to a apiAnswerApiV1NotificationPag
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**type_** | **string** | type |
|
||||
**inboxType** | **string** | inbox_type |
|
||||
**page** | **int32** | page size |
|
||||
**pageSize** | **int32** | page size |
|
||||
|
||||
|
||||
77
docs/PermissionApi.md
Normal file
77
docs/PermissionApi.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# \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
|
||||
|
||||
> AnswerApiV1PermissionGet200Response AnswerApiV1PermissionGet(ctx).Authorization(authorization).Action(action).Execute()
|
||||
|
||||
check user permission
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
authorization := "authorization_example" // string | access-token
|
||||
action := "action_example" // string | permission key
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PermissionGet`: AnswerApiV1PermissionGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PermissionApi.AnswerApiV1PermissionGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1PermissionGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**authorization** | **string** | access-token |
|
||||
**action** | **string** | permission key |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1PermissionGet200Response**](AnswerApiV1PermissionGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
154
docs/PersonalApi.md
Normal file
154
docs/PersonalApi.md
Normal file
@@ -0,0 +1,154 @@
|
||||
# \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
|
||||
|
||||
> HandlerRespBody AnswerApiV1PersonalAnswerPageGet(ctx).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
|
||||
list personal answers
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
username := "username_example" // string | username (default to "string")
|
||||
order := "order_example" // string | order
|
||||
page := "page_example" // string | page (default to "0")
|
||||
pageSize := "pageSize_example" // string | page_size (default to "20")
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1PersonalAnswerPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalApi.AnswerApiV1PersonalAnswerPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1PersonalAnswerPageGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**username** | **string** | username | [default to "string"]
|
||||
**order** | **string** | order |
|
||||
**page** | **string** | page | [default to "0"]
|
||||
**pageSize** | **string** | page_size | [default to "20"]
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## PersonalQuestionPageGet
|
||||
|
||||
> HandlerRespBody PersonalQuestionPageGet(ctx).Username(username).Order(order).Page(page).PageSize(pageSize).Execute()
|
||||
|
||||
list personal questions
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
username := "username_example" // string | username (default to "string")
|
||||
order := "order_example" // string | order
|
||||
page := "page_example" // string | page (default to "0")
|
||||
pageSize := "pageSize_example" // string | page_size (default to "20")
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `PersonalQuestionPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PersonalApi.PersonalQuestionPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiPersonalQuestionPageGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**username** | **string** | username | [default to "string"]
|
||||
**order** | **string** | order |
|
||||
**page** | **string** | page | [default to "0"]
|
||||
**pageSize** | **string** | page_size | [default to "20"]
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
266
docs/PluginConnectorApi.md
Normal file
266
docs/PluginConnectorApi.md
Normal file
@@ -0,0 +1,266 @@
|
||||
# \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
|
||||
|
||||
> AnswerApiV1ConnectorBindingEmailPost200Response AnswerApiV1ConnectorBindingEmailPost(ctx).Data(data).Execute()
|
||||
|
||||
external login binding user send email
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaExternalLoginBindingUserSendEmailReq("BindingKey_example", "Email_example") // SchemaExternalLoginBindingUserSendEmailReq | external login binding user send email
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorBindingEmailPost`: AnswerApiV1ConnectorBindingEmailPost200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorBindingEmailPost`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1ConnectorBindingEmailPostRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaExternalLoginBindingUserSendEmailReq**](SchemaExternalLoginBindingUserSendEmailReq.md) | external login binding user send email |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1ConnectorBindingEmailPost200Response**](AnswerApiV1ConnectorBindingEmailPost200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1ConnectorInfoGet
|
||||
|
||||
> AnswerApiV1ConnectorInfoGet200Response AnswerApiV1ConnectorInfoGet(ctx).Execute()
|
||||
|
||||
get all enabled connectors
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorInfoGet`: AnswerApiV1ConnectorInfoGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1ConnectorInfoGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1ConnectorInfoGet200Response**](AnswerApiV1ConnectorInfoGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1ConnectorUserInfoGet
|
||||
|
||||
> AnswerApiV1ConnectorUserInfoGet200Response AnswerApiV1ConnectorUserInfoGet(ctx).Execute()
|
||||
|
||||
get all connectors info about user
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorUserInfoGet`: AnswerApiV1ConnectorUserInfoGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorUserInfoGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1ConnectorUserInfoGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1ConnectorUserInfoGet200Response**](AnswerApiV1ConnectorUserInfoGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1ConnectorUserUnbindingDelete
|
||||
|
||||
> HandlerRespBody AnswerApiV1ConnectorUserUnbindingDelete(ctx).Data(data).Execute()
|
||||
|
||||
unbind external user login
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaExternalLoginUnbindingReq("ExternalId_example") // SchemaExternalLoginUnbindingReq | ExternalLoginUnbindingReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ConnectorUserUnbindingDelete`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `PluginConnectorApi.AnswerApiV1ConnectorUserUnbindingDelete`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1ConnectorUserUnbindingDeleteRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaExternalLoginUnbindingReq**](SchemaExternalLoginUnbindingReq.md) | ExternalLoginUnbindingReq |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
# \QuestionApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
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
|
||||
[**AnswerApiV1QuestionClosemsglistGet**](QuestionApi.md#AnswerApiV1QuestionClosemsglistGet) | **Get** /answer/api/v1/question/closemsglist | close question msg list
|
||||
[**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
|
||||
@@ -17,7 +18,6 @@ Method | HTTP request | Description
|
||||
[**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
|
||||
[**PersonalQuestionPageGet**](QuestionApi.md#PersonalQuestionPageGet) | **Get** /personal/question/page | UserList
|
||||
|
||||
|
||||
|
||||
@@ -153,67 +153,6 @@ Name | Type | Description | Notes
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1QuestionClosemsglistGet
|
||||
|
||||
> HandlerRespBody AnswerApiV1QuestionClosemsglistGet(ctx).Execute()
|
||||
|
||||
close question msg list
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionClosemsglistGet(context.Background()).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.AnswerApiV1QuestionClosemsglistGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionClosemsglistGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionClosemsglistGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1QuestionClosemsglistGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1QuestionDelete
|
||||
|
||||
> HandlerRespBody AnswerApiV1QuestionDelete(ctx).Data(data).Execute()
|
||||
@@ -346,6 +285,138 @@ Name | Type | Description | Notes
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1QuestionInviteGet
|
||||
|
||||
> string AnswerApiV1QuestionInviteGet(ctx).Id(id).Execute()
|
||||
|
||||
get question invite user info
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
id := "id_example" // string | Question ID (default to "1")
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionInviteGet`: string
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionInviteGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1QuestionInviteGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**id** | **string** | Question ID | [default to "1"]
|
||||
|
||||
### Return type
|
||||
|
||||
**string**
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1QuestionInvitePut
|
||||
|
||||
> HandlerRespBody AnswerApiV1QuestionInvitePut(ctx).Data(data).Execute()
|
||||
|
||||
update question invite user
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaQuestionUpdateInviteUser("Id_example") // SchemaQuestionUpdateInviteUser | question
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
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, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1QuestionInvitePut`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.AnswerApiV1QuestionInvitePut`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1QuestionInvitePutRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaQuestionUpdateInviteUser**](SchemaQuestionUpdateInviteUser.md) | question |
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1QuestionOperationPut
|
||||
|
||||
> HandlerRespBody AnswerApiV1QuestionOperationPut(ctx).Data(data).Execute()
|
||||
@@ -414,7 +485,7 @@ Name | Type | Description | Notes
|
||||
|
||||
## AnswerApiV1QuestionPageGet
|
||||
|
||||
> AnswerApiV1QuestionPageGet200Response AnswerApiV1QuestionPageGet(ctx).Data(data).Execute()
|
||||
> AnswerApiV1QuestionPageGet200Response AnswerApiV1QuestionPageGet(ctx).Page(page).PageSize(pageSize).Order(order).Tag(tag).Username(username).InDays(inDays).Execute()
|
||||
|
||||
get questions by page
|
||||
|
||||
@@ -433,11 +504,16 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaQuestionPageReq() // SchemaQuestionPageReq | QuestionPageReq
|
||||
page := int32(56) // int32 | page (optional)
|
||||
pageSize := int32(56) // int32 | page_size (optional)
|
||||
order := "order_example" // string | order cond (optional)
|
||||
tag := "tag_example" // string | tag (optional)
|
||||
username := "username_example" // string | username (optional)
|
||||
inDays := int32(56) // int32 | in_days (optional)
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.AnswerApiV1QuestionPageGet(context.Background()).Data(data).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, "Full HTTP response: %v\n", r)
|
||||
@@ -458,7 +534,12 @@ Other parameters are passed through a pointer to a apiAnswerApiV1QuestionPageGet
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaQuestionPageReq**](SchemaQuestionPageReq.md) | QuestionPageReq |
|
||||
**page** | **int32** | page |
|
||||
**pageSize** | **int32** | page_size |
|
||||
**order** | **string** | order cond |
|
||||
**tag** | **string** | tag |
|
||||
**username** | **string** | username |
|
||||
**inDays** | **int32** | in_days |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -470,7 +551,7 @@ No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
@@ -873,75 +954,3 @@ Name | Type | Description | Notes
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## PersonalQuestionPageGet
|
||||
|
||||
> HandlerRespBody PersonalQuestionPageGet(ctx).Username(username).Order(order).Page(page).Pagesize(pagesize).Execute()
|
||||
|
||||
UserList
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
username := "username_example" // string | username (default to "string")
|
||||
order := "order_example" // string | order
|
||||
page := "page_example" // string | page (default to "0")
|
||||
pagesize := "pagesize_example" // string | pagesize (default to "20")
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.QuestionApi.PersonalQuestionPageGet(context.Background()).Username(username).Order(order).Page(page).Pagesize(pagesize).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `QuestionApi.PersonalQuestionPageGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `PersonalQuestionPageGet`: HandlerRespBody
|
||||
fmt.Fprintf(os.Stdout, "Response from `QuestionApi.PersonalQuestionPageGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiPersonalQuestionPageGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**username** | **string** | username | [default to "string"]
|
||||
**order** | **string** | order |
|
||||
**page** | **string** | page | [default to "0"]
|
||||
**pagesize** | **string** | pagesize | [default to "20"]
|
||||
|
||||
### Return type
|
||||
|
||||
[**HandlerRespBody**](HandlerRespBody.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \RankApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \ReasonApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
# \ReportApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**AnswerApiV1ReportPost**](ReportApi.md#AnswerApiV1ReportPost) | **Post** /answer/api/v1/report | add report
|
||||
[**AnswerApiV1ReportTypeListGet**](ReportApi.md#AnswerApiV1ReportTypeListGet) | **Get** /answer/api/v1/report/type/list | get report type list
|
||||
|
||||
|
||||
|
||||
@@ -74,69 +73,3 @@ Name | Type | Description | Notes
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1ReportTypeListGet
|
||||
|
||||
> AnswerApiV1ReportTypeListGet200Response AnswerApiV1ReportTypeListGet(ctx).Source(source).Execute()
|
||||
|
||||
get report type list
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
source := "source_example" // string | report source
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.ReportApi.AnswerApiV1ReportTypeListGet(context.Background()).Source(source).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `ReportApi.AnswerApiV1ReportTypeListGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1ReportTypeListGet`: AnswerApiV1ReportTypeListGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `ReportApi.AnswerApiV1ReportTypeListGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1ReportTypeListGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**source** | **string** | report source |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1ReportTypeListGet200Response**](AnswerApiV1ReportTypeListGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \RevisionApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**MentionUsernameList** | Pointer to **[]string** | @ user id list | [optional]
|
||||
**ObjectId** | **string** | object id |
|
||||
**OriginalText** | **string** | original comment content |
|
||||
@@ -28,6 +30,56 @@ NewSchemaAddCommentReqWithDefaults instantiates a new SchemaAddCommentReq 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaAddCommentReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaAddCommentReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaAddCommentReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaAddCommentReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaAddCommentReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaAddCommentReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaAddCommentReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaAddCommentReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetMentionUsernameList
|
||||
|
||||
`func (o *SchemaAddCommentReq) GetMentionUsernameList() []string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | Pointer to **string** | report content | [optional]
|
||||
**ObjectId** | **string** | object id |
|
||||
**ReportType** | **int32** | report type |
|
||||
@@ -27,6 +29,56 @@ NewSchemaAddReportReqWithDefaults instantiates a new SchemaAddReportReq 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaAddReportReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaAddReportReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaAddReportReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaAddReportReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaAddReportReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaAddReportReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaAddReportReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaAddReportReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaAddReportReq) GetContent() string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | |
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
|
||||
@@ -26,6 +28,56 @@ NewSchemaAnswerAddReqWithDefaults instantiates a new SchemaAnswerAddReq 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerAddReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaAnswerAddReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerAddReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerAddReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerAddReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaAnswerAddReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerAddReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerAddReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaAnswerAddReq) GetContent() string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | |
|
||||
**EditSummary** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
@@ -29,6 +31,56 @@ NewSchemaAnswerUpdateReqWithDefaults instantiates a new SchemaAnswerUpdateReq ob
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetContent() string`
|
||||
|
||||
238
docs/SchemaConfigField.md
Normal file
238
docs/SchemaConfigField.md
Normal file
@@ -0,0 +1,238 @@
|
||||
# SchemaConfigField
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | Pointer to **string** | | [optional]
|
||||
**Name** | Pointer to **string** | | [optional]
|
||||
**Options** | Pointer to [**[]SchemaConfigFieldOption**](SchemaConfigFieldOption.md) | | [optional]
|
||||
**Required** | Pointer to **bool** | | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
**Type** | Pointer to **string** | | [optional]
|
||||
**UiOptions** | Pointer to [**SchemaConfigFieldUIOptions**](SchemaConfigFieldUIOptions.md) | | [optional]
|
||||
**Value** | Pointer to **map[string]interface{}** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConfigField
|
||||
|
||||
`func NewSchemaConfigField() *SchemaConfigField`
|
||||
|
||||
NewSchemaConfigField instantiates a new SchemaConfigField 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
|
||||
|
||||
### NewSchemaConfigFieldWithDefaults
|
||||
|
||||
`func NewSchemaConfigFieldWithDefaults() *SchemaConfigField`
|
||||
|
||||
NewSchemaConfigFieldWithDefaults instantiates a new SchemaConfigField 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
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *SchemaConfigField) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *SchemaConfigField) 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 *SchemaConfigField) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *SchemaConfigField) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaConfigField) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaConfigField) 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 *SchemaConfigField) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaConfigField) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetOptions
|
||||
|
||||
`func (o *SchemaConfigField) GetOptions() []SchemaConfigFieldOption`
|
||||
|
||||
GetOptions returns the Options field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOptionsOk
|
||||
|
||||
`func (o *SchemaConfigField) GetOptionsOk() (*[]SchemaConfigFieldOption, bool)`
|
||||
|
||||
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOptions
|
||||
|
||||
`func (o *SchemaConfigField) SetOptions(v []SchemaConfigFieldOption)`
|
||||
|
||||
SetOptions sets Options field to given value.
|
||||
|
||||
### HasOptions
|
||||
|
||||
`func (o *SchemaConfigField) HasOptions() bool`
|
||||
|
||||
HasOptions returns a boolean if a field has been set.
|
||||
|
||||
### GetRequired
|
||||
|
||||
`func (o *SchemaConfigField) GetRequired() bool`
|
||||
|
||||
GetRequired returns the Required field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequiredOk
|
||||
|
||||
`func (o *SchemaConfigField) GetRequiredOk() (*bool, bool)`
|
||||
|
||||
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequired
|
||||
|
||||
`func (o *SchemaConfigField) SetRequired(v bool)`
|
||||
|
||||
SetRequired sets Required field to given value.
|
||||
|
||||
### HasRequired
|
||||
|
||||
`func (o *SchemaConfigField) HasRequired() bool`
|
||||
|
||||
HasRequired returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaConfigField) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaConfigField) 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 *SchemaConfigField) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaConfigField) HasTitle() bool`
|
||||
|
||||
HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *SchemaConfigField) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *SchemaConfigField) GetTypeOk() (*string, 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 *SchemaConfigField) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *SchemaConfigField) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetUiOptions
|
||||
|
||||
`func (o *SchemaConfigField) GetUiOptions() SchemaConfigFieldUIOptions`
|
||||
|
||||
GetUiOptions returns the UiOptions field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUiOptionsOk
|
||||
|
||||
`func (o *SchemaConfigField) GetUiOptionsOk() (*SchemaConfigFieldUIOptions, bool)`
|
||||
|
||||
GetUiOptionsOk returns a tuple with the UiOptions field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUiOptions
|
||||
|
||||
`func (o *SchemaConfigField) SetUiOptions(v SchemaConfigFieldUIOptions)`
|
||||
|
||||
SetUiOptions sets UiOptions field to given value.
|
||||
|
||||
### HasUiOptions
|
||||
|
||||
`func (o *SchemaConfigField) HasUiOptions() bool`
|
||||
|
||||
HasUiOptions returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *SchemaConfigField) GetValue() map[string]interface{}`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *SchemaConfigField) GetValueOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *SchemaConfigField) SetValue(v map[string]interface{})`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *SchemaConfigField) HasValue() bool`
|
||||
|
||||
HasValue 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/SchemaConfigFieldOption.md
Normal file
82
docs/SchemaConfigFieldOption.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaConfigFieldOption
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Label** | Pointer to **string** | | [optional]
|
||||
**Value** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConfigFieldOption
|
||||
|
||||
`func NewSchemaConfigFieldOption() *SchemaConfigFieldOption`
|
||||
|
||||
NewSchemaConfigFieldOption instantiates a new SchemaConfigFieldOption 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
|
||||
|
||||
### NewSchemaConfigFieldOptionWithDefaults
|
||||
|
||||
`func NewSchemaConfigFieldOptionWithDefaults() *SchemaConfigFieldOption`
|
||||
|
||||
NewSchemaConfigFieldOptionWithDefaults instantiates a new SchemaConfigFieldOption 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
|
||||
|
||||
### GetLabel
|
||||
|
||||
`func (o *SchemaConfigFieldOption) GetLabel() string`
|
||||
|
||||
GetLabel returns the Label field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLabelOk
|
||||
|
||||
`func (o *SchemaConfigFieldOption) GetLabelOk() (*string, bool)`
|
||||
|
||||
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLabel
|
||||
|
||||
`func (o *SchemaConfigFieldOption) SetLabel(v string)`
|
||||
|
||||
SetLabel sets Label field to given value.
|
||||
|
||||
### HasLabel
|
||||
|
||||
`func (o *SchemaConfigFieldOption) HasLabel() bool`
|
||||
|
||||
HasLabel returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *SchemaConfigFieldOption) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *SchemaConfigFieldOption) GetValueOk() (*string, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *SchemaConfigFieldOption) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *SchemaConfigFieldOption) HasValue() bool`
|
||||
|
||||
HasValue 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)
|
||||
|
||||
|
||||
212
docs/SchemaConfigFieldUIOptions.md
Normal file
212
docs/SchemaConfigFieldUIOptions.md
Normal file
@@ -0,0 +1,212 @@
|
||||
# SchemaConfigFieldUIOptions
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Action** | Pointer to [**SchemaUIOptionAction**](SchemaUIOptionAction.md) | | [optional]
|
||||
**InputType** | Pointer to **string** | | [optional]
|
||||
**Label** | Pointer to **string** | | [optional]
|
||||
**Placeholder** | Pointer to **string** | | [optional]
|
||||
**Rows** | Pointer to **string** | | [optional]
|
||||
**Text** | Pointer to **string** | | [optional]
|
||||
**Variant** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConfigFieldUIOptions
|
||||
|
||||
`func NewSchemaConfigFieldUIOptions() *SchemaConfigFieldUIOptions`
|
||||
|
||||
NewSchemaConfigFieldUIOptions instantiates a new SchemaConfigFieldUIOptions 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
|
||||
|
||||
### NewSchemaConfigFieldUIOptionsWithDefaults
|
||||
|
||||
`func NewSchemaConfigFieldUIOptionsWithDefaults() *SchemaConfigFieldUIOptions`
|
||||
|
||||
NewSchemaConfigFieldUIOptionsWithDefaults instantiates a new SchemaConfigFieldUIOptions 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
|
||||
|
||||
### GetAction
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetAction() SchemaUIOptionAction`
|
||||
|
||||
GetAction returns the Action field if non-nil, zero value otherwise.
|
||||
|
||||
### GetActionOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetActionOk() (*SchemaUIOptionAction, bool)`
|
||||
|
||||
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAction
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetAction(v SchemaUIOptionAction)`
|
||||
|
||||
SetAction sets Action field to given value.
|
||||
|
||||
### HasAction
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasAction() bool`
|
||||
|
||||
HasAction returns a boolean if a field has been set.
|
||||
|
||||
### GetInputType
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetInputType() string`
|
||||
|
||||
GetInputType returns the InputType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInputTypeOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetInputTypeOk() (*string, bool)`
|
||||
|
||||
GetInputTypeOk returns a tuple with the InputType field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInputType
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetInputType(v string)`
|
||||
|
||||
SetInputType sets InputType field to given value.
|
||||
|
||||
### HasInputType
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasInputType() bool`
|
||||
|
||||
HasInputType returns a boolean if a field has been set.
|
||||
|
||||
### GetLabel
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetLabel() string`
|
||||
|
||||
GetLabel returns the Label field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLabelOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetLabelOk() (*string, bool)`
|
||||
|
||||
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLabel
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetLabel(v string)`
|
||||
|
||||
SetLabel sets Label field to given value.
|
||||
|
||||
### HasLabel
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasLabel() bool`
|
||||
|
||||
HasLabel returns a boolean if a field has been set.
|
||||
|
||||
### GetPlaceholder
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetPlaceholder() string`
|
||||
|
||||
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPlaceholderOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetPlaceholderOk() (*string, bool)`
|
||||
|
||||
GetPlaceholderOk returns a tuple with the Placeholder field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPlaceholder
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetPlaceholder(v string)`
|
||||
|
||||
SetPlaceholder sets Placeholder field to given value.
|
||||
|
||||
### HasPlaceholder
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasPlaceholder() bool`
|
||||
|
||||
HasPlaceholder returns a boolean if a field has been set.
|
||||
|
||||
### GetRows
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetRows() string`
|
||||
|
||||
GetRows returns the Rows field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRowsOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetRowsOk() (*string, bool)`
|
||||
|
||||
GetRowsOk returns a tuple with the Rows field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRows
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetRows(v string)`
|
||||
|
||||
SetRows sets Rows field to given value.
|
||||
|
||||
### HasRows
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasRows() bool`
|
||||
|
||||
HasRows returns a boolean if a field has been set.
|
||||
|
||||
### GetText
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetText() string`
|
||||
|
||||
GetText returns the Text field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTextOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetTextOk() (*string, bool)`
|
||||
|
||||
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetText
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetText(v string)`
|
||||
|
||||
SetText sets Text field to given value.
|
||||
|
||||
### HasText
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasText() bool`
|
||||
|
||||
HasText returns a boolean if a field has been set.
|
||||
|
||||
### GetVariant
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetVariant() string`
|
||||
|
||||
GetVariant returns the Variant field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVariantOk
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) GetVariantOk() (*string, bool)`
|
||||
|
||||
GetVariantOk returns a tuple with the Variant field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVariant
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) SetVariant(v string)`
|
||||
|
||||
SetVariant sets Variant field to given value.
|
||||
|
||||
### HasVariant
|
||||
|
||||
`func (o *SchemaConfigFieldUIOptions) HasVariant() bool`
|
||||
|
||||
HasVariant 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/SchemaConnectorInfoResp.md
Normal file
108
docs/SchemaConnectorInfoResp.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaConnectorInfoResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Icon** | Pointer to **string** | | [optional]
|
||||
**Link** | Pointer to **string** | | [optional]
|
||||
**Name** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConnectorInfoResp
|
||||
|
||||
`func NewSchemaConnectorInfoResp() *SchemaConnectorInfoResp`
|
||||
|
||||
NewSchemaConnectorInfoResp instantiates a new SchemaConnectorInfoResp 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
|
||||
|
||||
### NewSchemaConnectorInfoRespWithDefaults
|
||||
|
||||
`func NewSchemaConnectorInfoRespWithDefaults() *SchemaConnectorInfoResp`
|
||||
|
||||
NewSchemaConnectorInfoRespWithDefaults instantiates a new SchemaConnectorInfoResp 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
|
||||
|
||||
### GetIcon
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) GetIcon() string`
|
||||
|
||||
GetIcon returns the Icon field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIconOk
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) GetIconOk() (*string, bool)`
|
||||
|
||||
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIcon
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) SetIcon(v string)`
|
||||
|
||||
SetIcon sets Icon field to given value.
|
||||
|
||||
### HasIcon
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) HasIcon() bool`
|
||||
|
||||
HasIcon returns a boolean if a field has been set.
|
||||
|
||||
### GetLink
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) GetLink() string`
|
||||
|
||||
GetLink returns the Link field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLinkOk
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) GetLinkOk() (*string, bool)`
|
||||
|
||||
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLink
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) SetLink(v string)`
|
||||
|
||||
SetLink sets Link field to given value.
|
||||
|
||||
### HasLink
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) HasLink() bool`
|
||||
|
||||
HasLink returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) 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 *SchemaConnectorInfoResp) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaConnectorInfoResp) HasName() bool`
|
||||
|
||||
HasName 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)
|
||||
|
||||
|
||||
160
docs/SchemaConnectorUserInfoResp.md
Normal file
160
docs/SchemaConnectorUserInfoResp.md
Normal file
@@ -0,0 +1,160 @@
|
||||
# SchemaConnectorUserInfoResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Binding** | Pointer to **bool** | | [optional]
|
||||
**ExternalId** | Pointer to **string** | | [optional]
|
||||
**Icon** | Pointer to **string** | | [optional]
|
||||
**Link** | Pointer to **string** | | [optional]
|
||||
**Name** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConnectorUserInfoResp
|
||||
|
||||
`func NewSchemaConnectorUserInfoResp() *SchemaConnectorUserInfoResp`
|
||||
|
||||
NewSchemaConnectorUserInfoResp instantiates a new SchemaConnectorUserInfoResp 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
|
||||
|
||||
### NewSchemaConnectorUserInfoRespWithDefaults
|
||||
|
||||
`func NewSchemaConnectorUserInfoRespWithDefaults() *SchemaConnectorUserInfoResp`
|
||||
|
||||
NewSchemaConnectorUserInfoRespWithDefaults instantiates a new SchemaConnectorUserInfoResp 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
|
||||
|
||||
### GetBinding
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetBinding() bool`
|
||||
|
||||
GetBinding returns the Binding field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBindingOk
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetBindingOk() (*bool, bool)`
|
||||
|
||||
GetBindingOk returns a tuple with the Binding field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBinding
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) SetBinding(v bool)`
|
||||
|
||||
SetBinding sets Binding field to given value.
|
||||
|
||||
### HasBinding
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) HasBinding() bool`
|
||||
|
||||
HasBinding returns a boolean if a field has been set.
|
||||
|
||||
### GetExternalId
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetExternalId() string`
|
||||
|
||||
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExternalIdOk
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetExternalIdOk() (*string, bool)`
|
||||
|
||||
GetExternalIdOk returns a tuple with the ExternalId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExternalId
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) SetExternalId(v string)`
|
||||
|
||||
SetExternalId sets ExternalId field to given value.
|
||||
|
||||
### HasExternalId
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) HasExternalId() bool`
|
||||
|
||||
HasExternalId returns a boolean if a field has been set.
|
||||
|
||||
### GetIcon
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetIcon() string`
|
||||
|
||||
GetIcon returns the Icon field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIconOk
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetIconOk() (*string, bool)`
|
||||
|
||||
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIcon
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) SetIcon(v string)`
|
||||
|
||||
SetIcon sets Icon field to given value.
|
||||
|
||||
### HasIcon
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) HasIcon() bool`
|
||||
|
||||
HasIcon returns a boolean if a field has been set.
|
||||
|
||||
### GetLink
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetLink() string`
|
||||
|
||||
GetLink returns the Link field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLinkOk
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetLinkOk() (*string, bool)`
|
||||
|
||||
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLink
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) SetLink(v string)`
|
||||
|
||||
SetLink sets Link field to given value.
|
||||
|
||||
### HasLink
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) HasLink() bool`
|
||||
|
||||
HasLink returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) 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 *SchemaConnectorUserInfoResp) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaConnectorUserInfoResp) HasName() bool`
|
||||
|
||||
HasName 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)
|
||||
|
||||
|
||||
98
docs/SchemaExternalLoginBindingUserSendEmailReq.md
Normal file
98
docs/SchemaExternalLoginBindingUserSendEmailReq.md
Normal file
@@ -0,0 +1,98 @@
|
||||
# SchemaExternalLoginBindingUserSendEmailReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**BindingKey** | **string** | |
|
||||
**Email** | **string** | |
|
||||
**Must** | Pointer to **bool** | If must is true, whatever email if exists, try to bind user. If must is false, when email exist, will only be prompted with a warning. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaExternalLoginBindingUserSendEmailReq
|
||||
|
||||
`func NewSchemaExternalLoginBindingUserSendEmailReq(bindingKey string, email string, ) *SchemaExternalLoginBindingUserSendEmailReq`
|
||||
|
||||
NewSchemaExternalLoginBindingUserSendEmailReq instantiates a new SchemaExternalLoginBindingUserSendEmailReq 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
|
||||
|
||||
### NewSchemaExternalLoginBindingUserSendEmailReqWithDefaults
|
||||
|
||||
`func NewSchemaExternalLoginBindingUserSendEmailReqWithDefaults() *SchemaExternalLoginBindingUserSendEmailReq`
|
||||
|
||||
NewSchemaExternalLoginBindingUserSendEmailReqWithDefaults instantiates a new SchemaExternalLoginBindingUserSendEmailReq 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
|
||||
|
||||
### GetBindingKey
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) GetBindingKey() string`
|
||||
|
||||
GetBindingKey returns the BindingKey field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBindingKeyOk
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) GetBindingKeyOk() (*string, bool)`
|
||||
|
||||
GetBindingKeyOk returns a tuple with the BindingKey field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBindingKey
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) SetBindingKey(v string)`
|
||||
|
||||
SetBindingKey sets BindingKey field to given value.
|
||||
|
||||
|
||||
### GetEmail
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) GetEmail() string`
|
||||
|
||||
GetEmail returns the Email field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEmailOk
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) 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 *SchemaExternalLoginBindingUserSendEmailReq) SetEmail(v string)`
|
||||
|
||||
SetEmail sets Email field to given value.
|
||||
|
||||
|
||||
### GetMust
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) GetMust() bool`
|
||||
|
||||
GetMust returns the Must field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMustOk
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) GetMustOk() (*bool, bool)`
|
||||
|
||||
GetMustOk returns a tuple with the Must field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMust
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) SetMust(v bool)`
|
||||
|
||||
SetMust sets Must field to given value.
|
||||
|
||||
### HasMust
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailReq) HasMust() bool`
|
||||
|
||||
HasMust 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/SchemaExternalLoginBindingUserSendEmailResp.md
Normal file
82
docs/SchemaExternalLoginBindingUserSendEmailResp.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaExternalLoginBindingUserSendEmailResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessToken** | Pointer to **string** | | [optional]
|
||||
**EmailExistAndMustBeConfirmed** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaExternalLoginBindingUserSendEmailResp
|
||||
|
||||
`func NewSchemaExternalLoginBindingUserSendEmailResp() *SchemaExternalLoginBindingUserSendEmailResp`
|
||||
|
||||
NewSchemaExternalLoginBindingUserSendEmailResp instantiates a new SchemaExternalLoginBindingUserSendEmailResp 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
|
||||
|
||||
### NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults
|
||||
|
||||
`func NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults() *SchemaExternalLoginBindingUserSendEmailResp`
|
||||
|
||||
NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults instantiates a new SchemaExternalLoginBindingUserSendEmailResp 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 *SchemaExternalLoginBindingUserSendEmailResp) GetAccessToken() string`
|
||||
|
||||
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessTokenOk
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) 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 *SchemaExternalLoginBindingUserSendEmailResp) SetAccessToken(v string)`
|
||||
|
||||
SetAccessToken sets AccessToken field to given value.
|
||||
|
||||
### HasAccessToken
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) HasAccessToken() bool`
|
||||
|
||||
HasAccessToken returns a boolean if a field has been set.
|
||||
|
||||
### GetEmailExistAndMustBeConfirmed
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetEmailExistAndMustBeConfirmed() bool`
|
||||
|
||||
GetEmailExistAndMustBeConfirmed returns the EmailExistAndMustBeConfirmed field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEmailExistAndMustBeConfirmedOk
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetEmailExistAndMustBeConfirmedOk() (*bool, bool)`
|
||||
|
||||
GetEmailExistAndMustBeConfirmedOk returns a tuple with the EmailExistAndMustBeConfirmed field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEmailExistAndMustBeConfirmed
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) SetEmailExistAndMustBeConfirmed(v bool)`
|
||||
|
||||
SetEmailExistAndMustBeConfirmed sets EmailExistAndMustBeConfirmed field to given value.
|
||||
|
||||
### HasEmailExistAndMustBeConfirmed
|
||||
|
||||
`func (o *SchemaExternalLoginBindingUserSendEmailResp) HasEmailExistAndMustBeConfirmed() bool`
|
||||
|
||||
HasEmailExistAndMustBeConfirmed 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)
|
||||
|
||||
|
||||
51
docs/SchemaExternalLoginUnbindingReq.md
Normal file
51
docs/SchemaExternalLoginUnbindingReq.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# SchemaExternalLoginUnbindingReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ExternalId** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaExternalLoginUnbindingReq
|
||||
|
||||
`func NewSchemaExternalLoginUnbindingReq(externalId string, ) *SchemaExternalLoginUnbindingReq`
|
||||
|
||||
NewSchemaExternalLoginUnbindingReq instantiates a new SchemaExternalLoginUnbindingReq 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
|
||||
|
||||
### NewSchemaExternalLoginUnbindingReqWithDefaults
|
||||
|
||||
`func NewSchemaExternalLoginUnbindingReqWithDefaults() *SchemaExternalLoginUnbindingReq`
|
||||
|
||||
NewSchemaExternalLoginUnbindingReqWithDefaults instantiates a new SchemaExternalLoginUnbindingReq 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
|
||||
|
||||
### GetExternalId
|
||||
|
||||
`func (o *SchemaExternalLoginUnbindingReq) GetExternalId() string`
|
||||
|
||||
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExternalIdOk
|
||||
|
||||
`func (o *SchemaExternalLoginUnbindingReq) GetExternalIdOk() (*string, bool)`
|
||||
|
||||
GetExternalIdOk returns a tuple with the ExternalId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExternalId
|
||||
|
||||
`func (o *SchemaExternalLoginUnbindingReq) SetExternalId(v string)`
|
||||
|
||||
SetExternalId sets ExternalId field to given value.
|
||||
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
680
docs/SchemaGetCurrentLoginUserInfoResp.md
Normal file
680
docs/SchemaGetCurrentLoginUserInfoResp.md
Normal file
@@ -0,0 +1,680 @@
|
||||
# SchemaGetCurrentLoginUserInfoResp
|
||||
|
||||
## 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]
|
||||
**HavePassword** | Pointer to **bool** | | [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
|
||||
|
||||
### NewSchemaGetCurrentLoginUserInfoResp
|
||||
|
||||
`func NewSchemaGetCurrentLoginUserInfoResp() *SchemaGetCurrentLoginUserInfoResp`
|
||||
|
||||
NewSchemaGetCurrentLoginUserInfoResp instantiates a new SchemaGetCurrentLoginUserInfoResp 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
|
||||
|
||||
### NewSchemaGetCurrentLoginUserInfoRespWithDefaults
|
||||
|
||||
`func NewSchemaGetCurrentLoginUserInfoRespWithDefaults() *SchemaGetCurrentLoginUserInfoResp`
|
||||
|
||||
NewSchemaGetCurrentLoginUserInfoRespWithDefaults instantiates a new SchemaGetCurrentLoginUserInfoResp 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 *SchemaGetCurrentLoginUserInfoResp) GetAccessToken() string`
|
||||
|
||||
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessTokenOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetAccessToken(v string)`
|
||||
|
||||
SetAccessToken sets AccessToken field to given value.
|
||||
|
||||
### HasAccessToken
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasAccessToken() bool`
|
||||
|
||||
HasAccessToken returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetAuthorityGroup() int32`
|
||||
|
||||
GetAuthorityGroup returns the AuthorityGroup field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthorityGroupOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetAuthorityGroup(v int32)`
|
||||
|
||||
SetAuthorityGroup sets AuthorityGroup field to given value.
|
||||
|
||||
### HasAuthorityGroup
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasAuthorityGroup() bool`
|
||||
|
||||
HasAuthorityGroup returns a boolean if a field has been set.
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetAvatar() SchemaAvatarInfo`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetAvatar(v SchemaAvatarInfo)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetBio
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetBio() string`
|
||||
|
||||
GetBio returns the Bio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetBio(v string)`
|
||||
|
||||
SetBio sets Bio field to given value.
|
||||
|
||||
### HasBio
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasBio() bool`
|
||||
|
||||
HasBio returns a boolean if a field has been set.
|
||||
|
||||
### GetBioHtml
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetBioHtml() string`
|
||||
|
||||
GetBioHtml returns the BioHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioHtmlOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetBioHtml(v string)`
|
||||
|
||||
SetBioHtml sets BioHtml field to given value.
|
||||
|
||||
### HasBioHtml
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasBioHtml() bool`
|
||||
|
||||
HasBioHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetEMail
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetEMail() string`
|
||||
|
||||
GetEMail returns the EMail field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEMailOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetEMail(v string)`
|
||||
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
### HasEMail
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasEMail() bool`
|
||||
|
||||
HasEMail returns a boolean if a field has been set.
|
||||
|
||||
### GetFollowCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetFollowCount() int32`
|
||||
|
||||
GetFollowCount returns the FollowCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowCountOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetFollowCount(v int32)`
|
||||
|
||||
SetFollowCount sets FollowCount field to given value.
|
||||
|
||||
### HasFollowCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasFollowCount() bool`
|
||||
|
||||
HasFollowCount returns a boolean if a field has been set.
|
||||
|
||||
### GetHavePassword
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetHavePassword() bool`
|
||||
|
||||
GetHavePassword returns the HavePassword field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHavePasswordOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetHavePasswordOk() (*bool, bool)`
|
||||
|
||||
GetHavePasswordOk returns a tuple with the HavePassword field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHavePassword
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) SetHavePassword(v bool)`
|
||||
|
||||
SetHavePassword sets HavePassword field to given value.
|
||||
|
||||
### HasHavePassword
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasHavePassword() bool`
|
||||
|
||||
HasHavePassword returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetIpInfo
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetIpInfo() string`
|
||||
|
||||
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIpInfoOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetIpInfo(v string)`
|
||||
|
||||
SetIpInfo sets IpInfo field to given value.
|
||||
|
||||
### HasIpInfo
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasIpInfo() bool`
|
||||
|
||||
HasIpInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetLanguage() string`
|
||||
|
||||
GetLanguage returns the Language field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLanguageOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetLanguage(v string)`
|
||||
|
||||
SetLanguage sets Language field to given value.
|
||||
|
||||
### HasLanguage
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasLanguage() bool`
|
||||
|
||||
HasLanguage returns a boolean if a field has been set.
|
||||
|
||||
### GetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetLastLoginDate() int32`
|
||||
|
||||
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastLoginDateOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetLastLoginDate(v int32)`
|
||||
|
||||
SetLastLoginDate sets LastLoginDate field to given value.
|
||||
|
||||
### HasLastLoginDate
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasLastLoginDate() bool`
|
||||
|
||||
HasLastLoginDate returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetMailStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetMailStatus() int32`
|
||||
|
||||
GetMailStatus returns the MailStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMailStatusOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetMailStatus(v int32)`
|
||||
|
||||
SetMailStatus sets MailStatus field to given value.
|
||||
|
||||
### HasMailStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasMailStatus() bool`
|
||||
|
||||
HasMailStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetMobile
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetMobile() string`
|
||||
|
||||
GetMobile returns the Mobile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMobileOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetMobile(v string)`
|
||||
|
||||
SetMobile sets Mobile field to given value.
|
||||
|
||||
### HasMobile
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasMobile() bool`
|
||||
|
||||
HasMobile returns a boolean if a field has been set.
|
||||
|
||||
### GetNoticeStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetNoticeStatus() int32`
|
||||
|
||||
GetNoticeStatus returns the NoticeStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNoticeStatusOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetNoticeStatus(v int32)`
|
||||
|
||||
SetNoticeStatus sets NoticeStatus field to given value.
|
||||
|
||||
### HasNoticeStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasNoticeStatus() bool`
|
||||
|
||||
HasNoticeStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetQuestionCount() int32`
|
||||
|
||||
GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionCountOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetQuestionCount(v int32)`
|
||||
|
||||
SetQuestionCount sets QuestionCount field to given value.
|
||||
|
||||
### HasQuestionCount
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasQuestionCount() bool`
|
||||
|
||||
HasQuestionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetRoleId
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetRoleId() int32`
|
||||
|
||||
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleIdOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetRoleId(v int32)`
|
||||
|
||||
SetRoleId sets RoleId field to given value.
|
||||
|
||||
### HasRoleId
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasRoleId() bool`
|
||||
|
||||
HasRoleId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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 *SchemaGetCurrentLoginUserInfoResp) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaGetCurrentLoginUserInfoResp) 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)
|
||||
|
||||
|
||||
160
docs/SchemaGetPluginConfigResp.md
Normal file
160
docs/SchemaGetPluginConfigResp.md
Normal file
@@ -0,0 +1,160 @@
|
||||
# SchemaGetPluginConfigResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ConfigFields** | Pointer to [**[]SchemaConfigField**](SchemaConfigField.md) | | [optional]
|
||||
**Description** | Pointer to **string** | | [optional]
|
||||
**Name** | Pointer to **string** | | [optional]
|
||||
**SlugName** | Pointer to **string** | | [optional]
|
||||
**Version** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetPluginConfigResp
|
||||
|
||||
`func NewSchemaGetPluginConfigResp() *SchemaGetPluginConfigResp`
|
||||
|
||||
NewSchemaGetPluginConfigResp instantiates a new SchemaGetPluginConfigResp 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
|
||||
|
||||
### NewSchemaGetPluginConfigRespWithDefaults
|
||||
|
||||
`func NewSchemaGetPluginConfigRespWithDefaults() *SchemaGetPluginConfigResp`
|
||||
|
||||
NewSchemaGetPluginConfigRespWithDefaults instantiates a new SchemaGetPluginConfigResp 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
|
||||
|
||||
### GetConfigFields
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetConfigFields() []SchemaConfigField`
|
||||
|
||||
GetConfigFields returns the ConfigFields field if non-nil, zero value otherwise.
|
||||
|
||||
### GetConfigFieldsOk
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetConfigFieldsOk() (*[]SchemaConfigField, bool)`
|
||||
|
||||
GetConfigFieldsOk returns a tuple with the ConfigFields field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetConfigFields
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) SetConfigFields(v []SchemaConfigField)`
|
||||
|
||||
SetConfigFields sets ConfigFields field to given value.
|
||||
|
||||
### HasConfigFields
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) HasConfigFields() bool`
|
||||
|
||||
HasConfigFields returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) 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 *SchemaGetPluginConfigResp) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) 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 *SchemaGetPluginConfigResp) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetSlugName
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetSlugName() string`
|
||||
|
||||
GetSlugName returns the SlugName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSlugNameOk
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetSlugNameOk() (*string, bool)`
|
||||
|
||||
GetSlugNameOk returns a tuple with the SlugName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSlugName
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) SetSlugName(v string)`
|
||||
|
||||
SetSlugName sets SlugName field to given value.
|
||||
|
||||
### HasSlugName
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) HasSlugName() bool`
|
||||
|
||||
HasSlugName returns a boolean if a field has been set.
|
||||
|
||||
### GetVersion
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetVersion() string`
|
||||
|
||||
GetVersion returns the Version field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVersionOk
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) GetVersionOk() (*string, bool)`
|
||||
|
||||
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVersion
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) SetVersion(v string)`
|
||||
|
||||
SetVersion sets Version field to given value.
|
||||
|
||||
### HasVersion
|
||||
|
||||
`func (o *SchemaGetPluginConfigResp) HasVersion() bool`
|
||||
|
||||
HasVersion 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)
|
||||
|
||||
|
||||
212
docs/SchemaGetPluginListResp.md
Normal file
212
docs/SchemaGetPluginListResp.md
Normal file
@@ -0,0 +1,212 @@
|
||||
# SchemaGetPluginListResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | Pointer to **string** | | [optional]
|
||||
**Enabled** | Pointer to **bool** | | [optional]
|
||||
**HaveConfig** | Pointer to **bool** | | [optional]
|
||||
**Link** | Pointer to **string** | | [optional]
|
||||
**Name** | Pointer to **string** | | [optional]
|
||||
**SlugName** | Pointer to **string** | | [optional]
|
||||
**Version** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetPluginListResp
|
||||
|
||||
`func NewSchemaGetPluginListResp() *SchemaGetPluginListResp`
|
||||
|
||||
NewSchemaGetPluginListResp instantiates a new SchemaGetPluginListResp 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
|
||||
|
||||
### NewSchemaGetPluginListRespWithDefaults
|
||||
|
||||
`func NewSchemaGetPluginListRespWithDefaults() *SchemaGetPluginListResp`
|
||||
|
||||
NewSchemaGetPluginListRespWithDefaults instantiates a new SchemaGetPluginListResp 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
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) 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 *SchemaGetPluginListResp) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetEnabled
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetEnabled() bool`
|
||||
|
||||
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEnabledOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetEnabledOk() (*bool, bool)`
|
||||
|
||||
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEnabled
|
||||
|
||||
`func (o *SchemaGetPluginListResp) SetEnabled(v bool)`
|
||||
|
||||
SetEnabled sets Enabled field to given value.
|
||||
|
||||
### HasEnabled
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasEnabled() bool`
|
||||
|
||||
HasEnabled returns a boolean if a field has been set.
|
||||
|
||||
### GetHaveConfig
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetHaveConfig() bool`
|
||||
|
||||
GetHaveConfig returns the HaveConfig field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHaveConfigOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetHaveConfigOk() (*bool, bool)`
|
||||
|
||||
GetHaveConfigOk returns a tuple with the HaveConfig field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHaveConfig
|
||||
|
||||
`func (o *SchemaGetPluginListResp) SetHaveConfig(v bool)`
|
||||
|
||||
SetHaveConfig sets HaveConfig field to given value.
|
||||
|
||||
### HasHaveConfig
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasHaveConfig() bool`
|
||||
|
||||
HasHaveConfig returns a boolean if a field has been set.
|
||||
|
||||
### GetLink
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetLink() string`
|
||||
|
||||
GetLink returns the Link field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLinkOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetLinkOk() (*string, bool)`
|
||||
|
||||
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLink
|
||||
|
||||
`func (o *SchemaGetPluginListResp) SetLink(v string)`
|
||||
|
||||
SetLink sets Link field to given value.
|
||||
|
||||
### HasLink
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasLink() bool`
|
||||
|
||||
HasLink returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) 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 *SchemaGetPluginListResp) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetSlugName
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetSlugName() string`
|
||||
|
||||
GetSlugName returns the SlugName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSlugNameOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetSlugNameOk() (*string, bool)`
|
||||
|
||||
GetSlugNameOk returns a tuple with the SlugName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSlugName
|
||||
|
||||
`func (o *SchemaGetPluginListResp) SetSlugName(v string)`
|
||||
|
||||
SetSlugName sets SlugName field to given value.
|
||||
|
||||
### HasSlugName
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasSlugName() bool`
|
||||
|
||||
HasSlugName returns a boolean if a field has been set.
|
||||
|
||||
### GetVersion
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetVersion() string`
|
||||
|
||||
GetVersion returns the Version field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVersionOk
|
||||
|
||||
`func (o *SchemaGetPluginListResp) GetVersionOk() (*string, bool)`
|
||||
|
||||
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVersion
|
||||
|
||||
`func (o *SchemaGetPluginListResp) SetVersion(v string)`
|
||||
|
||||
SetVersion sets Version field to given value.
|
||||
|
||||
### HasVersion
|
||||
|
||||
`func (o *SchemaGetPluginListResp) HasVersion() bool`
|
||||
|
||||
HasVersion 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/SchemaGetPrivilegesConfigResp.md
Normal file
82
docs/SchemaGetPrivilegesConfigResp.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaGetPrivilegesConfigResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Options** | Pointer to [**[]SchemaPrivilegeOption**](SchemaPrivilegeOption.md) | | [optional]
|
||||
**SelectedLevel** | Pointer to [**SchemaPrivilegeLevel**](SchemaPrivilegeLevel.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetPrivilegesConfigResp
|
||||
|
||||
`func NewSchemaGetPrivilegesConfigResp() *SchemaGetPrivilegesConfigResp`
|
||||
|
||||
NewSchemaGetPrivilegesConfigResp instantiates a new SchemaGetPrivilegesConfigResp 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
|
||||
|
||||
### NewSchemaGetPrivilegesConfigRespWithDefaults
|
||||
|
||||
`func NewSchemaGetPrivilegesConfigRespWithDefaults() *SchemaGetPrivilegesConfigResp`
|
||||
|
||||
NewSchemaGetPrivilegesConfigRespWithDefaults instantiates a new SchemaGetPrivilegesConfigResp 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
|
||||
|
||||
### GetOptions
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) GetOptions() []SchemaPrivilegeOption`
|
||||
|
||||
GetOptions returns the Options field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOptionsOk
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) GetOptionsOk() (*[]SchemaPrivilegeOption, bool)`
|
||||
|
||||
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOptions
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) SetOptions(v []SchemaPrivilegeOption)`
|
||||
|
||||
SetOptions sets Options field to given value.
|
||||
|
||||
### HasOptions
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) HasOptions() bool`
|
||||
|
||||
HasOptions returns a boolean if a field has been set.
|
||||
|
||||
### GetSelectedLevel
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) GetSelectedLevel() SchemaPrivilegeLevel`
|
||||
|
||||
GetSelectedLevel returns the SelectedLevel field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSelectedLevelOk
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) GetSelectedLevelOk() (*SchemaPrivilegeLevel, bool)`
|
||||
|
||||
GetSelectedLevelOk returns a tuple with the SelectedLevel field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSelectedLevel
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) SetSelectedLevel(v SchemaPrivilegeLevel)`
|
||||
|
||||
SetSelectedLevel sets SelectedLevel field to given value.
|
||||
|
||||
### HasSelectedLevel
|
||||
|
||||
`func (o *SchemaGetPrivilegesConfigResp) HasSelectedLevel() bool`
|
||||
|
||||
HasSelectedLevel 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)
|
||||
|
||||
|
||||
290
docs/SchemaGetRankPersonalPageResp.md
Normal file
290
docs/SchemaGetRankPersonalPageResp.md
Normal file
@@ -0,0 +1,290 @@
|
||||
# SchemaGetRankPersonalPageResp
|
||||
|
||||
## 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
|
||||
|
||||
### NewSchemaGetRankPersonalPageResp
|
||||
|
||||
`func NewSchemaGetRankPersonalPageResp() *SchemaGetRankPersonalPageResp`
|
||||
|
||||
NewSchemaGetRankPersonalPageResp instantiates a new SchemaGetRankPersonalPageResp 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
|
||||
|
||||
### NewSchemaGetRankPersonalPageRespWithDefaults
|
||||
|
||||
`func NewSchemaGetRankPersonalPageRespWithDefaults() *SchemaGetRankPersonalPageResp`
|
||||
|
||||
NewSchemaGetRankPersonalPageRespWithDefaults instantiates a new SchemaGetRankPersonalPageResp 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 *SchemaGetRankPersonalPageResp) GetAnswerId() string`
|
||||
|
||||
GetAnswerId returns the AnswerId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetAnswerId(v string)`
|
||||
|
||||
SetAnswerId sets AnswerId field to given value.
|
||||
|
||||
### HasAnswerId
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasAnswerId() bool`
|
||||
|
||||
HasAnswerId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetContent() string`
|
||||
|
||||
GetContent returns the Content field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetContent(v string)`
|
||||
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
### HasContent
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasContent() bool`
|
||||
|
||||
HasContent returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectId
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetObjectId() string`
|
||||
|
||||
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetObjectId(v string)`
|
||||
|
||||
SetObjectId sets ObjectId field to given value.
|
||||
|
||||
### HasObjectId
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasObjectId() bool`
|
||||
|
||||
HasObjectId returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectType
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetObjectType() string`
|
||||
|
||||
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectTypeOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetObjectType(v string)`
|
||||
|
||||
SetObjectType sets ObjectType field to given value.
|
||||
|
||||
### HasObjectType
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasObjectType() bool`
|
||||
|
||||
HasObjectType returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
### GetRankType
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetRankType() string`
|
||||
|
||||
GetRankType returns the RankType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankTypeOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetRankType(v string)`
|
||||
|
||||
SetRankType sets RankType field to given value.
|
||||
|
||||
### HasRankType
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasRankType() bool`
|
||||
|
||||
HasRankType returns a boolean if a field has been set.
|
||||
|
||||
### GetReputation
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetReputation() int32`
|
||||
|
||||
GetReputation returns the Reputation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReputationOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetReputation(v int32)`
|
||||
|
||||
SetReputation sets Reputation field to given value.
|
||||
|
||||
### HasReputation
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasReputation() bool`
|
||||
|
||||
HasReputation returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) HasTitle() bool`
|
||||
|
||||
HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUrlTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) GetUrlTitle() string`
|
||||
|
||||
GetUrlTitle returns the UrlTitle field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUrlTitleOk
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetUrlTitle(v string)`
|
||||
|
||||
SetUrlTitle sets UrlTitle field to given value.
|
||||
|
||||
### HasUrlTitle
|
||||
|
||||
`func (o *SchemaGetRankPersonalPageResp) 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)
|
||||
|
||||
|
||||
56
docs/SchemaGetUserActivationResp.md
Normal file
56
docs/SchemaGetUserActivationResp.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaGetUserActivationResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ActivationUrl** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUserActivationResp
|
||||
|
||||
`func NewSchemaGetUserActivationResp() *SchemaGetUserActivationResp`
|
||||
|
||||
NewSchemaGetUserActivationResp instantiates a new SchemaGetUserActivationResp 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
|
||||
|
||||
### NewSchemaGetUserActivationRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUserActivationRespWithDefaults() *SchemaGetUserActivationResp`
|
||||
|
||||
NewSchemaGetUserActivationRespWithDefaults instantiates a new SchemaGetUserActivationResp 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
|
||||
|
||||
### GetActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) GetActivationUrl() string`
|
||||
|
||||
GetActivationUrl returns the ActivationUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetActivationUrlOk
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) GetActivationUrlOk() (*string, bool)`
|
||||
|
||||
GetActivationUrlOk returns a tuple with the ActivationUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) SetActivationUrl(v string)`
|
||||
|
||||
SetActivationUrl sets ActivationUrl field to given value.
|
||||
|
||||
### HasActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) HasActivationUrl() bool`
|
||||
|
||||
HasActivationUrl 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/SchemaLoadingAction.md
Normal file
82
docs/SchemaLoadingAction.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaLoadingAction
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**State** | Pointer to **string** | | [optional]
|
||||
**Text** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaLoadingAction
|
||||
|
||||
`func NewSchemaLoadingAction() *SchemaLoadingAction`
|
||||
|
||||
NewSchemaLoadingAction instantiates a new SchemaLoadingAction 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
|
||||
|
||||
### NewSchemaLoadingActionWithDefaults
|
||||
|
||||
`func NewSchemaLoadingActionWithDefaults() *SchemaLoadingAction`
|
||||
|
||||
NewSchemaLoadingActionWithDefaults instantiates a new SchemaLoadingAction 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
|
||||
|
||||
### GetState
|
||||
|
||||
`func (o *SchemaLoadingAction) GetState() string`
|
||||
|
||||
GetState returns the State field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStateOk
|
||||
|
||||
`func (o *SchemaLoadingAction) GetStateOk() (*string, bool)`
|
||||
|
||||
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetState
|
||||
|
||||
`func (o *SchemaLoadingAction) SetState(v string)`
|
||||
|
||||
SetState sets State field to given value.
|
||||
|
||||
### HasState
|
||||
|
||||
`func (o *SchemaLoadingAction) HasState() bool`
|
||||
|
||||
HasState returns a boolean if a field has been set.
|
||||
|
||||
### GetText
|
||||
|
||||
`func (o *SchemaLoadingAction) GetText() string`
|
||||
|
||||
GetText returns the Text field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTextOk
|
||||
|
||||
`func (o *SchemaLoadingAction) GetTextOk() (*string, bool)`
|
||||
|
||||
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetText
|
||||
|
||||
`func (o *SchemaLoadingAction) SetText(v string)`
|
||||
|
||||
SetText sets Text field to given value.
|
||||
|
||||
### HasText
|
||||
|
||||
`func (o *SchemaLoadingAction) HasText() bool`
|
||||
|
||||
HasText 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/SchemaOnCompleteAction.md
Normal file
82
docs/SchemaOnCompleteAction.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaOnCompleteAction
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**RefreshFormConfig** | Pointer to **bool** | | [optional]
|
||||
**ToastReturnMessage** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaOnCompleteAction
|
||||
|
||||
`func NewSchemaOnCompleteAction() *SchemaOnCompleteAction`
|
||||
|
||||
NewSchemaOnCompleteAction instantiates a new SchemaOnCompleteAction 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
|
||||
|
||||
### NewSchemaOnCompleteActionWithDefaults
|
||||
|
||||
`func NewSchemaOnCompleteActionWithDefaults() *SchemaOnCompleteAction`
|
||||
|
||||
NewSchemaOnCompleteActionWithDefaults instantiates a new SchemaOnCompleteAction 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
|
||||
|
||||
### GetRefreshFormConfig
|
||||
|
||||
`func (o *SchemaOnCompleteAction) GetRefreshFormConfig() bool`
|
||||
|
||||
GetRefreshFormConfig returns the RefreshFormConfig field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRefreshFormConfigOk
|
||||
|
||||
`func (o *SchemaOnCompleteAction) GetRefreshFormConfigOk() (*bool, bool)`
|
||||
|
||||
GetRefreshFormConfigOk returns a tuple with the RefreshFormConfig field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRefreshFormConfig
|
||||
|
||||
`func (o *SchemaOnCompleteAction) SetRefreshFormConfig(v bool)`
|
||||
|
||||
SetRefreshFormConfig sets RefreshFormConfig field to given value.
|
||||
|
||||
### HasRefreshFormConfig
|
||||
|
||||
`func (o *SchemaOnCompleteAction) HasRefreshFormConfig() bool`
|
||||
|
||||
HasRefreshFormConfig returns a boolean if a field has been set.
|
||||
|
||||
### GetToastReturnMessage
|
||||
|
||||
`func (o *SchemaOnCompleteAction) GetToastReturnMessage() bool`
|
||||
|
||||
GetToastReturnMessage returns the ToastReturnMessage field if non-nil, zero value otherwise.
|
||||
|
||||
### GetToastReturnMessageOk
|
||||
|
||||
`func (o *SchemaOnCompleteAction) GetToastReturnMessageOk() (*bool, bool)`
|
||||
|
||||
GetToastReturnMessageOk returns a tuple with the ToastReturnMessage field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetToastReturnMessage
|
||||
|
||||
`func (o *SchemaOnCompleteAction) SetToastReturnMessage(v bool)`
|
||||
|
||||
SetToastReturnMessage sets ToastReturnMessage field to given value.
|
||||
|
||||
### HasToastReturnMessage
|
||||
|
||||
`func (o *SchemaOnCompleteAction) HasToastReturnMessage() bool`
|
||||
|
||||
HasToastReturnMessage 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)
|
||||
|
||||
|
||||
15
docs/SchemaPrivilegeLevel.md
Normal file
15
docs/SchemaPrivilegeLevel.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# SchemaPrivilegeLevel
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `PrivilegeLevel1` (value: `1`)
|
||||
|
||||
* `PrivilegeLevel2` (value: `2`)
|
||||
|
||||
* `PrivilegeLevel3` (value: `3`)
|
||||
|
||||
|
||||
[[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/SchemaPrivilegeOption.md
Normal file
108
docs/SchemaPrivilegeOption.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaPrivilegeOption
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Level** | Pointer to [**SchemaPrivilegeLevel**](SchemaPrivilegeLevel.md) | | [optional]
|
||||
**LevelDesc** | Pointer to **string** | | [optional]
|
||||
**Privileges** | Pointer to [**[]ConstantPrivilege**](ConstantPrivilege.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaPrivilegeOption
|
||||
|
||||
`func NewSchemaPrivilegeOption() *SchemaPrivilegeOption`
|
||||
|
||||
NewSchemaPrivilegeOption instantiates a new SchemaPrivilegeOption 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
|
||||
|
||||
### NewSchemaPrivilegeOptionWithDefaults
|
||||
|
||||
`func NewSchemaPrivilegeOptionWithDefaults() *SchemaPrivilegeOption`
|
||||
|
||||
NewSchemaPrivilegeOptionWithDefaults instantiates a new SchemaPrivilegeOption 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
|
||||
|
||||
### GetLevel
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetLevel() SchemaPrivilegeLevel`
|
||||
|
||||
GetLevel returns the Level field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLevelOk
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetLevelOk() (*SchemaPrivilegeLevel, bool)`
|
||||
|
||||
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLevel
|
||||
|
||||
`func (o *SchemaPrivilegeOption) SetLevel(v SchemaPrivilegeLevel)`
|
||||
|
||||
SetLevel sets Level field to given value.
|
||||
|
||||
### HasLevel
|
||||
|
||||
`func (o *SchemaPrivilegeOption) HasLevel() bool`
|
||||
|
||||
HasLevel returns a boolean if a field has been set.
|
||||
|
||||
### GetLevelDesc
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetLevelDesc() string`
|
||||
|
||||
GetLevelDesc returns the LevelDesc field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLevelDescOk
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetLevelDescOk() (*string, bool)`
|
||||
|
||||
GetLevelDescOk returns a tuple with the LevelDesc field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLevelDesc
|
||||
|
||||
`func (o *SchemaPrivilegeOption) SetLevelDesc(v string)`
|
||||
|
||||
SetLevelDesc sets LevelDesc field to given value.
|
||||
|
||||
### HasLevelDesc
|
||||
|
||||
`func (o *SchemaPrivilegeOption) HasLevelDesc() bool`
|
||||
|
||||
HasLevelDesc returns a boolean if a field has been set.
|
||||
|
||||
### GetPrivileges
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetPrivileges() []ConstantPrivilege`
|
||||
|
||||
GetPrivileges returns the Privileges field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPrivilegesOk
|
||||
|
||||
`func (o *SchemaPrivilegeOption) GetPrivilegesOk() (*[]ConstantPrivilege, bool)`
|
||||
|
||||
GetPrivilegesOk returns a tuple with the Privileges field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPrivileges
|
||||
|
||||
`func (o *SchemaPrivilegeOption) SetPrivileges(v []ConstantPrivilege)`
|
||||
|
||||
SetPrivileges sets Privileges field to given value.
|
||||
|
||||
### HasPrivileges
|
||||
|
||||
`func (o *SchemaPrivilegeOption) HasPrivileges() bool`
|
||||
|
||||
HasPrivileges 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,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | content |
|
||||
**Tags** | [**[]SchemaTagItem**](SchemaTagItem.md) | tags |
|
||||
**Title** | **string** | question title |
|
||||
@@ -27,6 +29,56 @@ NewSchemaQuestionAddWithDefaults instantiates a new SchemaQuestionAdd 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAdd) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaQuestionAdd) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAdd) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAdd) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAdd) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaQuestionAdd) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAdd) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAdd) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaQuestionAdd) GetContent() string`
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AnswerContent** | **string** | |
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | content |
|
||||
**MentionUsernameList** | Pointer to **[]string** | | [optional]
|
||||
**Tags** | [**[]SchemaTagItem**](SchemaTagItem.md) | tags |
|
||||
**Title** | **string** | question title |
|
||||
|
||||
@@ -48,6 +51,56 @@ and a boolean to check if the value has been set.
|
||||
SetAnswerContent sets AnswerContent field to given value.
|
||||
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetContent() string`
|
||||
@@ -68,6 +121,31 @@ and a boolean to check if the value has been set.
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
|
||||
### GetMentionUsernameList
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetMentionUsernameList() []string`
|
||||
|
||||
GetMentionUsernameList returns the MentionUsernameList field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMentionUsernameListOk
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetMentionUsernameListOk() (*[]string, bool)`
|
||||
|
||||
GetMentionUsernameListOk returns a tuple with the MentionUsernameList field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMentionUsernameList
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) SetMentionUsernameList(v []string)`
|
||||
|
||||
SetMentionUsernameList sets MentionUsernameList field to given value.
|
||||
|
||||
### HasMentionUsernameList
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) HasMentionUsernameList() bool`
|
||||
|
||||
HasMentionUsernameList returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *SchemaQuestionAddByAnswer) GetTags() []SchemaTagItem`
|
||||
|
||||
@@ -4,9 +4,12 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | content |
|
||||
**EditSummary** | Pointer to **string** | edit summary | [optional]
|
||||
**Id** | **string** | question id |
|
||||
**InviteUser** | Pointer to **[]string** | | [optional]
|
||||
**Tags** | [**[]SchemaTagItem**](SchemaTagItem.md) | tags |
|
||||
**Title** | **string** | question title |
|
||||
|
||||
@@ -29,6 +32,56 @@ NewSchemaQuestionUpdateWithDefaults instantiates a new SchemaQuestionUpdate obje
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdate) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdate) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdate) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdate) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetContent() string`
|
||||
@@ -94,6 +147,31 @@ and a boolean to check if the value has been set.
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetInviteUser() []string`
|
||||
|
||||
GetInviteUser returns the InviteUser field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInviteUserOk
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetInviteUserOk() (*[]string, bool)`
|
||||
|
||||
GetInviteUserOk returns a tuple with the InviteUser field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdate) SetInviteUser(v []string)`
|
||||
|
||||
SetInviteUser sets InviteUser field to given value.
|
||||
|
||||
### HasInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdate) HasInviteUser() bool`
|
||||
|
||||
HasInviteUser returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *SchemaQuestionUpdate) GetTags() []SchemaTagItem`
|
||||
|
||||
129
docs/SchemaQuestionUpdateInviteUser.md
Normal file
129
docs/SchemaQuestionUpdateInviteUser.md
Normal file
@@ -0,0 +1,129 @@
|
||||
# SchemaQuestionUpdateInviteUser
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Id** | **string** | |
|
||||
**InviteUser** | Pointer to **[]string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaQuestionUpdateInviteUser
|
||||
|
||||
`func NewSchemaQuestionUpdateInviteUser(id string, ) *SchemaQuestionUpdateInviteUser`
|
||||
|
||||
NewSchemaQuestionUpdateInviteUser instantiates a new SchemaQuestionUpdateInviteUser 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
|
||||
|
||||
### NewSchemaQuestionUpdateInviteUserWithDefaults
|
||||
|
||||
`func NewSchemaQuestionUpdateInviteUserWithDefaults() *SchemaQuestionUpdateInviteUser`
|
||||
|
||||
NewSchemaQuestionUpdateInviteUserWithDefaults instantiates a new SchemaQuestionUpdateInviteUser 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) 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 *SchemaQuestionUpdateInviteUser) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetInviteUser() []string`
|
||||
|
||||
GetInviteUser returns the InviteUser field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInviteUserOk
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) GetInviteUserOk() (*[]string, bool)`
|
||||
|
||||
GetInviteUserOk returns a tuple with the InviteUser field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) SetInviteUser(v []string)`
|
||||
|
||||
SetInviteUser sets InviteUser field to given value.
|
||||
|
||||
### HasInviteUser
|
||||
|
||||
`func (o *SchemaQuestionUpdateInviteUser) HasInviteUser() bool`
|
||||
|
||||
HasInviteUser 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,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Id** | **string** | answer id |
|
||||
|
||||
## Methods
|
||||
@@ -25,6 +27,56 @@ NewSchemaRemoveAnswerReqWithDefaults instantiates a new SchemaRemoveAnswerReq ob
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaRemoveAnswerReq) GetId() string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**CommentId** | **string** | comment id |
|
||||
|
||||
## Methods
|
||||
@@ -25,6 +27,56 @@ NewSchemaRemoveCommentReqWithDefaults instantiates a new SchemaRemoveCommentReq
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetCommentId
|
||||
|
||||
`func (o *SchemaRemoveCommentReq) GetCommentId() string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Id** | **string** | question id |
|
||||
|
||||
## Methods
|
||||
@@ -25,6 +27,56 @@ NewSchemaRemoveQuestionReqWithDefaults instantiates a new SchemaRemoveQuestionRe
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaRemoveQuestionReq) GetId() string`
|
||||
|
||||
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
|
||||
**Status** | Pointer to **string** | Status | [optional]
|
||||
**Tags** | Pointer to [**[]SchemaTagResp**](SchemaTagResp.md) | tags | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaUserBasicInfo**](SchemaUserBasicInfo.md) | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaSearchObjectUserInfo**](SchemaSearchObjectUserInfo.md) | | [optional]
|
||||
**VoteCount** | Pointer to **int32** | | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -262,20 +262,20 @@ HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUserInfo
|
||||
|
||||
`func (o *SchemaSearchObject) GetUserInfo() SchemaUserBasicInfo`
|
||||
`func (o *SchemaSearchObject) GetUserInfo() SchemaSearchObjectUserInfo`
|
||||
|
||||
GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUserInfoOk
|
||||
|
||||
`func (o *SchemaSearchObject) GetUserInfoOk() (*SchemaUserBasicInfo, bool)`
|
||||
`func (o *SchemaSearchObject) GetUserInfoOk() (*SchemaSearchObjectUserInfo, bool)`
|
||||
|
||||
GetUserInfoOk returns a tuple with the UserInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUserInfo
|
||||
|
||||
`func (o *SchemaSearchObject) SetUserInfo(v SchemaUserBasicInfo)`
|
||||
`func (o *SchemaSearchObject) SetUserInfo(v SchemaSearchObjectUserInfo)`
|
||||
|
||||
SetUserInfo sets UserInfo field to given value.
|
||||
|
||||
|
||||
264
docs/SchemaSearchObjectUserInfo.md
Normal file
264
docs/SchemaSearchObjectUserInfo.md
Normal file
@@ -0,0 +1,264 @@
|
||||
# SchemaSearchObjectUserInfo
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Avatar** | Pointer to **string** | avatar | [optional]
|
||||
**DisplayName** | Pointer to **string** | display_name | [optional]
|
||||
**Id** | Pointer to **string** | user_id | [optional]
|
||||
**IpInfo** | Pointer to **string** | ip info | [optional]
|
||||
**Location** | Pointer to **string** | location | [optional]
|
||||
**Rank** | Pointer to **int32** | rank | [optional]
|
||||
**Status** | Pointer to **string** | status | [optional]
|
||||
**Username** | Pointer to **string** | name | [optional]
|
||||
**Website** | Pointer to **string** | website | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSearchObjectUserInfo
|
||||
|
||||
`func NewSchemaSearchObjectUserInfo() *SchemaSearchObjectUserInfo`
|
||||
|
||||
NewSchemaSearchObjectUserInfo instantiates a new SchemaSearchObjectUserInfo 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
|
||||
|
||||
### NewSchemaSearchObjectUserInfoWithDefaults
|
||||
|
||||
`func NewSchemaSearchObjectUserInfoWithDefaults() *SchemaSearchObjectUserInfo`
|
||||
|
||||
NewSchemaSearchObjectUserInfoWithDefaults instantiates a new SchemaSearchObjectUserInfo 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
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetAvatar() string`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetAvatar(v string)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetIpInfo
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetIpInfo() string`
|
||||
|
||||
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIpInfoOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetIpInfo(v string)`
|
||||
|
||||
SetIpInfo sets IpInfo field to given value.
|
||||
|
||||
### HasIpInfo
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasIpInfo() bool`
|
||||
|
||||
HasIpInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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 *SchemaSearchObjectUserInfo) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaSearchObjectUserInfo) 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)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | Pointer to [**SchemaSearchObject**](SchemaSearchObject.md) | | [optional]
|
||||
**Object** | Pointer to [**SchemaSearchRespObject**](SchemaSearchRespObject.md) | | [optional]
|
||||
**ObjectType** | Pointer to **string** | object_type | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -28,20 +28,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetObject
|
||||
|
||||
`func (o *SchemaSearchResp) GetObject() SchemaSearchObject`
|
||||
`func (o *SchemaSearchResp) GetObject() SchemaSearchRespObject`
|
||||
|
||||
GetObject returns the Object field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectOk
|
||||
|
||||
`func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchObject, bool)`
|
||||
`func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchRespObject, bool)`
|
||||
|
||||
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObject
|
||||
|
||||
`func (o *SchemaSearchResp) SetObject(v SchemaSearchObject)`
|
||||
`func (o *SchemaSearchResp) SetObject(v SchemaSearchRespObject)`
|
||||
|
||||
SetObject sets Object field to given value.
|
||||
|
||||
|
||||
316
docs/SchemaSearchRespObject.md
Normal file
316
docs/SchemaSearchRespObject.md
Normal file
@@ -0,0 +1,316 @@
|
||||
# SchemaSearchRespObject
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Accepted** | Pointer to **bool** | | [optional]
|
||||
**AnswerCount** | Pointer to **int32** | | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | | [optional]
|
||||
**Excerpt** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
**Status** | Pointer to **string** | Status | [optional]
|
||||
**Tags** | Pointer to [**[]SchemaTagResp**](SchemaTagResp.md) | tags | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaSearchObjectUserInfo**](SchemaSearchObjectUserInfo.md) | | [optional]
|
||||
**VoteCount** | Pointer to **int32** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSearchRespObject
|
||||
|
||||
`func NewSchemaSearchRespObject() *SchemaSearchRespObject`
|
||||
|
||||
NewSchemaSearchRespObject instantiates a new SchemaSearchRespObject 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
|
||||
|
||||
### NewSchemaSearchRespObjectWithDefaults
|
||||
|
||||
`func NewSchemaSearchRespObjectWithDefaults() *SchemaSearchRespObject`
|
||||
|
||||
NewSchemaSearchRespObjectWithDefaults instantiates a new SchemaSearchRespObject 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
|
||||
|
||||
### GetAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAccepted() bool`
|
||||
|
||||
GetAccepted returns the Accepted field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAcceptedOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAcceptedOk() (*bool, bool)`
|
||||
|
||||
GetAcceptedOk returns a tuple with the Accepted field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetAccepted(v bool)`
|
||||
|
||||
SetAccepted sets Accepted field to given value.
|
||||
|
||||
### HasAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasAccepted() bool`
|
||||
|
||||
HasAccepted returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetExcerpt() string`
|
||||
|
||||
GetExcerpt returns the Excerpt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExcerptOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetExcerptOk() (*string, bool)`
|
||||
|
||||
GetExcerptOk returns a tuple with the Excerpt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetExcerpt(v string)`
|
||||
|
||||
SetExcerpt sets Excerpt field to given value.
|
||||
|
||||
### HasExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasExcerpt() bool`
|
||||
|
||||
HasExcerpt returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTags() []SchemaTagResp`
|
||||
|
||||
GetTags returns the Tags field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTagsOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTagsOk() (*[]SchemaTagResp, bool)`
|
||||
|
||||
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetTags(v []SchemaTagResp)`
|
||||
|
||||
SetTags sets Tags field to given value.
|
||||
|
||||
### HasTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasTags() bool`
|
||||
|
||||
HasTags returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasTitle() bool`
|
||||
|
||||
HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetUserInfo() SchemaSearchObjectUserInfo`
|
||||
|
||||
GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUserInfoOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetUserInfoOk() (*SchemaSearchObjectUserInfo, bool)`
|
||||
|
||||
GetUserInfoOk returns a tuple with the UserInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetUserInfo(v SchemaSearchObjectUserInfo)`
|
||||
|
||||
SetUserInfo sets UserInfo field to given value.
|
||||
|
||||
### HasUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasUserInfo() bool`
|
||||
|
||||
HasUserInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetVoteCount() int32`
|
||||
|
||||
GetVoteCount returns the VoteCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVoteCountOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetVoteCountOk() (*int32, bool)`
|
||||
|
||||
GetVoteCountOk returns a tuple with the VoteCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetVoteCount(v int32)`
|
||||
|
||||
SetVoteCount sets VoteCount field to given value.
|
||||
|
||||
### HasVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasVoteCount() bool`
|
||||
|
||||
HasVoteCount 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)
|
||||
|
||||
|
||||
51
docs/SchemaSendUserActivationReq.md
Normal file
51
docs/SchemaSendUserActivationReq.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# SchemaSendUserActivationReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**UserId** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSendUserActivationReq
|
||||
|
||||
`func NewSchemaSendUserActivationReq(userId string, ) *SchemaSendUserActivationReq`
|
||||
|
||||
NewSchemaSendUserActivationReq instantiates a new SchemaSendUserActivationReq 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
|
||||
|
||||
### NewSchemaSendUserActivationReqWithDefaults
|
||||
|
||||
`func NewSchemaSendUserActivationReqWithDefaults() *SchemaSendUserActivationReq`
|
||||
|
||||
NewSchemaSendUserActivationReqWithDefaults instantiates a new SchemaSendUserActivationReq 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
|
||||
|
||||
### GetUserId
|
||||
|
||||
`func (o *SchemaSendUserActivationReq) GetUserId() string`
|
||||
|
||||
GetUserId returns the UserId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUserIdOk
|
||||
|
||||
`func (o *SchemaSendUserActivationReq) GetUserIdOk() (*string, bool)`
|
||||
|
||||
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUserId
|
||||
|
||||
`func (o *SchemaSendUserActivationReq) SetUserId(v string)`
|
||||
|
||||
SetUserId sets UserId field to given value.
|
||||
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
||||
**CustomFooter** | Pointer to **string** | | [optional]
|
||||
**CustomHead** | Pointer to **string** | | [optional]
|
||||
**CustomHeader** | Pointer to **string** | | [optional]
|
||||
**CustomSidebar** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -128,6 +129,31 @@ SetCustomHeader sets CustomHeader field to given value.
|
||||
|
||||
HasCustomHeader returns a boolean if a field has been set.
|
||||
|
||||
### GetCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLReq) GetCustomSidebar() string`
|
||||
|
||||
GetCustomSidebar returns the CustomSidebar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCustomSidebarOk
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLReq) GetCustomSidebarOk() (*string, bool)`
|
||||
|
||||
GetCustomSidebarOk returns a tuple with the CustomSidebar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLReq) SetCustomSidebar(v string)`
|
||||
|
||||
SetCustomSidebar sets CustomSidebar field to given value.
|
||||
|
||||
### HasCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLReq) HasCustomSidebar() bool`
|
||||
|
||||
HasCustomSidebar 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)
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
||||
**CustomFooter** | Pointer to **string** | | [optional]
|
||||
**CustomHead** | Pointer to **string** | | [optional]
|
||||
**CustomHeader** | Pointer to **string** | | [optional]
|
||||
**CustomSidebar** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -128,6 +129,31 @@ SetCustomHeader sets CustomHeader field to given value.
|
||||
|
||||
HasCustomHeader returns a boolean if a field has been set.
|
||||
|
||||
### GetCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLResp) GetCustomSidebar() string`
|
||||
|
||||
GetCustomSidebar returns the CustomSidebar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCustomSidebarOk
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLResp) GetCustomSidebarOk() (*string, bool)`
|
||||
|
||||
GetCustomSidebarOk returns a tuple with the CustomSidebar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLResp) SetCustomSidebar(v string)`
|
||||
|
||||
SetCustomSidebar sets CustomSidebar field to given value.
|
||||
|
||||
### HasCustomSidebar
|
||||
|
||||
`func (o *SchemaSiteCustomCssHTMLResp) HasCustomSidebar() bool`
|
||||
|
||||
HasCustomSidebar 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)
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ Name | Type | Description | Notes
|
||||
**Interface** | Pointer to [**SchemaSiteInterfaceResp**](SchemaSiteInterfaceResp.md) | | [optional]
|
||||
**Login** | Pointer to [**SchemaSiteLoginResp**](SchemaSiteLoginResp.md) | | [optional]
|
||||
**Revision** | Pointer to **string** | | [optional]
|
||||
**SiteSeo** | Pointer to [**SchemaSiteSeoReq**](SchemaSiteSeoReq.md) | | [optional]
|
||||
**SiteSeo** | Pointer to [**SchemaSiteSeoResp**](SchemaSiteSeoResp.md) | | [optional]
|
||||
**SiteUsers** | Pointer to [**SchemaSiteUsersResp**](SchemaSiteUsersResp.md) | | [optional]
|
||||
**Theme** | Pointer to [**SchemaSiteThemeResp**](SchemaSiteThemeResp.md) | | [optional]
|
||||
**Version** | Pointer to **string** | | [optional]
|
||||
|
||||
@@ -185,20 +186,20 @@ HasRevision returns a boolean if a field has been set.
|
||||
|
||||
### GetSiteSeo
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeo() SchemaSiteSeoReq`
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeo() SchemaSiteSeoResp`
|
||||
|
||||
GetSiteSeo returns the SiteSeo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSiteSeoOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeoOk() (*SchemaSiteSeoReq, bool)`
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeoOk() (*SchemaSiteSeoResp, bool)`
|
||||
|
||||
GetSiteSeoOk returns a tuple with the SiteSeo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSiteSeo
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetSiteSeo(v SchemaSiteSeoReq)`
|
||||
`func (o *SchemaSiteInfoResp) SetSiteSeo(v SchemaSiteSeoResp)`
|
||||
|
||||
SetSiteSeo sets SiteSeo field to given value.
|
||||
|
||||
@@ -208,6 +209,31 @@ SetSiteSeo sets SiteSeo field to given value.
|
||||
|
||||
HasSiteSeo returns a boolean if a field has been set.
|
||||
|
||||
### GetSiteUsers
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteUsers() SchemaSiteUsersResp`
|
||||
|
||||
GetSiteUsers returns the SiteUsers field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSiteUsersOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteUsersOk() (*SchemaSiteUsersResp, bool)`
|
||||
|
||||
GetSiteUsersOk returns a tuple with the SiteUsers field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSiteUsers
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetSiteUsers(v SchemaSiteUsersResp)`
|
||||
|
||||
SetSiteUsers sets SiteUsers field to given value.
|
||||
|
||||
### HasSiteUsers
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasSiteUsers() bool`
|
||||
|
||||
HasSiteUsers returns a boolean if a field has been set.
|
||||
|
||||
### GetTheme
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetTheme() SchemaSiteThemeResp`
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DefaultAvatar** | **string** | |
|
||||
**Language** | **string** | |
|
||||
**TimeZone** | **string** | |
|
||||
|
||||
@@ -12,7 +11,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewSchemaSiteInterfaceReq
|
||||
|
||||
`func NewSchemaSiteInterfaceReq(defaultAvatar string, language string, timeZone string, ) *SchemaSiteInterfaceReq`
|
||||
`func NewSchemaSiteInterfaceReq(language string, timeZone string, ) *SchemaSiteInterfaceReq`
|
||||
|
||||
NewSchemaSiteInterfaceReq instantiates a new SchemaSiteInterfaceReq object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -27,26 +26,6 @@ NewSchemaSiteInterfaceReqWithDefaults instantiates a new SchemaSiteInterfaceReq
|
||||
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
|
||||
|
||||
### GetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteInterfaceReq) GetDefaultAvatar() string`
|
||||
|
||||
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDefaultAvatarOk
|
||||
|
||||
`func (o *SchemaSiteInterfaceReq) GetDefaultAvatarOk() (*string, bool)`
|
||||
|
||||
GetDefaultAvatarOk returns a tuple with the DefaultAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteInterfaceReq) SetDefaultAvatar(v string)`
|
||||
|
||||
SetDefaultAvatar sets DefaultAvatar field to given value.
|
||||
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaSiteInterfaceReq) GetLanguage() string`
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DefaultAvatar** | **string** | |
|
||||
**Language** | **string** | |
|
||||
**TimeZone** | **string** | |
|
||||
|
||||
@@ -12,7 +11,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewSchemaSiteInterfaceResp
|
||||
|
||||
`func NewSchemaSiteInterfaceResp(defaultAvatar string, language string, timeZone string, ) *SchemaSiteInterfaceResp`
|
||||
`func NewSchemaSiteInterfaceResp(language string, timeZone string, ) *SchemaSiteInterfaceResp`
|
||||
|
||||
NewSchemaSiteInterfaceResp instantiates a new SchemaSiteInterfaceResp object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -27,26 +26,6 @@ NewSchemaSiteInterfaceRespWithDefaults instantiates a new SchemaSiteInterfaceRes
|
||||
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
|
||||
|
||||
### GetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteInterfaceResp) GetDefaultAvatar() string`
|
||||
|
||||
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDefaultAvatarOk
|
||||
|
||||
`func (o *SchemaSiteInterfaceResp) GetDefaultAvatarOk() (*string, bool)`
|
||||
|
||||
GetDefaultAvatarOk returns a tuple with the DefaultAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteInterfaceResp) SetDefaultAvatar(v string)`
|
||||
|
||||
SetDefaultAvatar sets DefaultAvatar field to given value.
|
||||
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaSiteInterfaceResp) GetLanguage() string`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllowEmailDomains** | Pointer to **[]string** | | [optional]
|
||||
**AllowEmailRegistrations** | Pointer to **bool** | | [optional]
|
||||
**AllowNewRegistrations** | Pointer to **bool** | | [optional]
|
||||
**LoginRequired** | Pointer to **bool** | | [optional]
|
||||
|
||||
@@ -26,6 +28,56 @@ NewSchemaSiteLoginReqWithDefaults instantiates a new SchemaSiteLoginReq 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
|
||||
|
||||
### GetAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginReq) GetAllowEmailDomains() []string`
|
||||
|
||||
GetAllowEmailDomains returns the AllowEmailDomains field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowEmailDomainsOk
|
||||
|
||||
`func (o *SchemaSiteLoginReq) GetAllowEmailDomainsOk() (*[]string, bool)`
|
||||
|
||||
GetAllowEmailDomainsOk returns a tuple with the AllowEmailDomains field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginReq) SetAllowEmailDomains(v []string)`
|
||||
|
||||
SetAllowEmailDomains sets AllowEmailDomains field to given value.
|
||||
|
||||
### HasAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginReq) HasAllowEmailDomains() bool`
|
||||
|
||||
HasAllowEmailDomains returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginReq) GetAllowEmailRegistrations() bool`
|
||||
|
||||
GetAllowEmailRegistrations returns the AllowEmailRegistrations field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowEmailRegistrationsOk
|
||||
|
||||
`func (o *SchemaSiteLoginReq) GetAllowEmailRegistrationsOk() (*bool, bool)`
|
||||
|
||||
GetAllowEmailRegistrationsOk returns a tuple with the AllowEmailRegistrations field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginReq) SetAllowEmailRegistrations(v bool)`
|
||||
|
||||
SetAllowEmailRegistrations sets AllowEmailRegistrations field to given value.
|
||||
|
||||
### HasAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginReq) HasAllowEmailRegistrations() bool`
|
||||
|
||||
HasAllowEmailRegistrations returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowNewRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginReq) GetAllowNewRegistrations() bool`
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllowEmailDomains** | Pointer to **[]string** | | [optional]
|
||||
**AllowEmailRegistrations** | Pointer to **bool** | | [optional]
|
||||
**AllowNewRegistrations** | Pointer to **bool** | | [optional]
|
||||
**LoginRequired** | Pointer to **bool** | | [optional]
|
||||
|
||||
@@ -26,6 +28,56 @@ NewSchemaSiteLoginRespWithDefaults instantiates a new SchemaSiteLoginResp 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
|
||||
|
||||
### GetAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginResp) GetAllowEmailDomains() []string`
|
||||
|
||||
GetAllowEmailDomains returns the AllowEmailDomains field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowEmailDomainsOk
|
||||
|
||||
`func (o *SchemaSiteLoginResp) GetAllowEmailDomainsOk() (*[]string, bool)`
|
||||
|
||||
GetAllowEmailDomainsOk returns a tuple with the AllowEmailDomains field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginResp) SetAllowEmailDomains(v []string)`
|
||||
|
||||
SetAllowEmailDomains sets AllowEmailDomains field to given value.
|
||||
|
||||
### HasAllowEmailDomains
|
||||
|
||||
`func (o *SchemaSiteLoginResp) HasAllowEmailDomains() bool`
|
||||
|
||||
HasAllowEmailDomains returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginResp) GetAllowEmailRegistrations() bool`
|
||||
|
||||
GetAllowEmailRegistrations returns the AllowEmailRegistrations field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowEmailRegistrationsOk
|
||||
|
||||
`func (o *SchemaSiteLoginResp) GetAllowEmailRegistrationsOk() (*bool, bool)`
|
||||
|
||||
GetAllowEmailRegistrationsOk returns a tuple with the AllowEmailRegistrations field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginResp) SetAllowEmailRegistrations(v bool)`
|
||||
|
||||
SetAllowEmailRegistrations sets AllowEmailRegistrations field to given value.
|
||||
|
||||
### HasAllowEmailRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginResp) HasAllowEmailRegistrations() bool`
|
||||
|
||||
HasAllowEmailRegistrations returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowNewRegistrations
|
||||
|
||||
`func (o *SchemaSiteLoginResp) GetAllowNewRegistrations() bool`
|
||||
|
||||
233
docs/SchemaSiteUsersReq.md
Normal file
233
docs/SchemaSiteUsersReq.md
Normal file
@@ -0,0 +1,233 @@
|
||||
# SchemaSiteUsersReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllowUpdateAvatar** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateBio** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateDisplayName** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateLocation** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateUsername** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateWebsite** | Pointer to **bool** | | [optional]
|
||||
**DefaultAvatar** | **string** | |
|
||||
**GravatarBaseUrl** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSiteUsersReq
|
||||
|
||||
`func NewSchemaSiteUsersReq(defaultAvatar string, ) *SchemaSiteUsersReq`
|
||||
|
||||
NewSchemaSiteUsersReq instantiates a new SchemaSiteUsersReq 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
|
||||
|
||||
### NewSchemaSiteUsersReqWithDefaults
|
||||
|
||||
`func NewSchemaSiteUsersReqWithDefaults() *SchemaSiteUsersReq`
|
||||
|
||||
NewSchemaSiteUsersReqWithDefaults instantiates a new SchemaSiteUsersReq 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
|
||||
|
||||
### GetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateAvatar() bool`
|
||||
|
||||
GetAllowUpdateAvatar returns the AllowUpdateAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateAvatarOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateAvatarOk returns a tuple with the AllowUpdateAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateAvatar(v bool)`
|
||||
|
||||
SetAllowUpdateAvatar sets AllowUpdateAvatar field to given value.
|
||||
|
||||
### HasAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateAvatar() bool`
|
||||
|
||||
HasAllowUpdateAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateBio() bool`
|
||||
|
||||
GetAllowUpdateBio returns the AllowUpdateBio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateBioOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateBioOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateBioOk returns a tuple with the AllowUpdateBio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateBio(v bool)`
|
||||
|
||||
SetAllowUpdateBio sets AllowUpdateBio field to given value.
|
||||
|
||||
### HasAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateBio() bool`
|
||||
|
||||
HasAllowUpdateBio returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateDisplayName() bool`
|
||||
|
||||
GetAllowUpdateDisplayName returns the AllowUpdateDisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateDisplayNameOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateDisplayNameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateDisplayNameOk returns a tuple with the AllowUpdateDisplayName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateDisplayName(v bool)`
|
||||
|
||||
SetAllowUpdateDisplayName sets AllowUpdateDisplayName field to given value.
|
||||
|
||||
### HasAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateDisplayName() bool`
|
||||
|
||||
HasAllowUpdateDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateLocation() bool`
|
||||
|
||||
GetAllowUpdateLocation returns the AllowUpdateLocation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateLocationOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateLocationOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateLocationOk returns a tuple with the AllowUpdateLocation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateLocation(v bool)`
|
||||
|
||||
SetAllowUpdateLocation sets AllowUpdateLocation field to given value.
|
||||
|
||||
### HasAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateLocation() bool`
|
||||
|
||||
HasAllowUpdateLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateUsername() bool`
|
||||
|
||||
GetAllowUpdateUsername returns the AllowUpdateUsername field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateUsernameOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateUsernameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateUsernameOk returns a tuple with the AllowUpdateUsername field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateUsername(v bool)`
|
||||
|
||||
SetAllowUpdateUsername sets AllowUpdateUsername field to given value.
|
||||
|
||||
### HasAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateUsername() bool`
|
||||
|
||||
HasAllowUpdateUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateWebsite() bool`
|
||||
|
||||
GetAllowUpdateWebsite returns the AllowUpdateWebsite field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateWebsiteOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetAllowUpdateWebsiteOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateWebsiteOk returns a tuple with the AllowUpdateWebsite field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetAllowUpdateWebsite(v bool)`
|
||||
|
||||
SetAllowUpdateWebsite sets AllowUpdateWebsite field to given value.
|
||||
|
||||
### HasAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasAllowUpdateWebsite() bool`
|
||||
|
||||
HasAllowUpdateWebsite returns a boolean if a field has been set.
|
||||
|
||||
### GetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetDefaultAvatar() string`
|
||||
|
||||
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDefaultAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetDefaultAvatarOk() (*string, bool)`
|
||||
|
||||
GetDefaultAvatarOk returns a tuple with the DefaultAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetDefaultAvatar(v string)`
|
||||
|
||||
SetDefaultAvatar sets DefaultAvatar field to given value.
|
||||
|
||||
|
||||
### GetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetGravatarBaseUrl() string`
|
||||
|
||||
GetGravatarBaseUrl returns the GravatarBaseUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetGravatarBaseUrlOk
|
||||
|
||||
`func (o *SchemaSiteUsersReq) GetGravatarBaseUrlOk() (*string, bool)`
|
||||
|
||||
GetGravatarBaseUrlOk returns a tuple with the GravatarBaseUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersReq) SetGravatarBaseUrl(v string)`
|
||||
|
||||
SetGravatarBaseUrl sets GravatarBaseUrl field to given value.
|
||||
|
||||
### HasGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersReq) HasGravatarBaseUrl() bool`
|
||||
|
||||
HasGravatarBaseUrl 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)
|
||||
|
||||
|
||||
233
docs/SchemaSiteUsersResp.md
Normal file
233
docs/SchemaSiteUsersResp.md
Normal file
@@ -0,0 +1,233 @@
|
||||
# SchemaSiteUsersResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllowUpdateAvatar** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateBio** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateDisplayName** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateLocation** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateUsername** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateWebsite** | Pointer to **bool** | | [optional]
|
||||
**DefaultAvatar** | **string** | |
|
||||
**GravatarBaseUrl** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSiteUsersResp
|
||||
|
||||
`func NewSchemaSiteUsersResp(defaultAvatar string, ) *SchemaSiteUsersResp`
|
||||
|
||||
NewSchemaSiteUsersResp instantiates a new SchemaSiteUsersResp 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
|
||||
|
||||
### NewSchemaSiteUsersRespWithDefaults
|
||||
|
||||
`func NewSchemaSiteUsersRespWithDefaults() *SchemaSiteUsersResp`
|
||||
|
||||
NewSchemaSiteUsersRespWithDefaults instantiates a new SchemaSiteUsersResp 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
|
||||
|
||||
### GetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateAvatar() bool`
|
||||
|
||||
GetAllowUpdateAvatar returns the AllowUpdateAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateAvatarOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateAvatarOk returns a tuple with the AllowUpdateAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateAvatar(v bool)`
|
||||
|
||||
SetAllowUpdateAvatar sets AllowUpdateAvatar field to given value.
|
||||
|
||||
### HasAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateAvatar() bool`
|
||||
|
||||
HasAllowUpdateAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateBio() bool`
|
||||
|
||||
GetAllowUpdateBio returns the AllowUpdateBio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateBioOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateBioOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateBioOk returns a tuple with the AllowUpdateBio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateBio(v bool)`
|
||||
|
||||
SetAllowUpdateBio sets AllowUpdateBio field to given value.
|
||||
|
||||
### HasAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateBio() bool`
|
||||
|
||||
HasAllowUpdateBio returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateDisplayName() bool`
|
||||
|
||||
GetAllowUpdateDisplayName returns the AllowUpdateDisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateDisplayNameOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateDisplayNameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateDisplayNameOk returns a tuple with the AllowUpdateDisplayName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateDisplayName(v bool)`
|
||||
|
||||
SetAllowUpdateDisplayName sets AllowUpdateDisplayName field to given value.
|
||||
|
||||
### HasAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateDisplayName() bool`
|
||||
|
||||
HasAllowUpdateDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateLocation() bool`
|
||||
|
||||
GetAllowUpdateLocation returns the AllowUpdateLocation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateLocationOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateLocationOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateLocationOk returns a tuple with the AllowUpdateLocation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateLocation(v bool)`
|
||||
|
||||
SetAllowUpdateLocation sets AllowUpdateLocation field to given value.
|
||||
|
||||
### HasAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateLocation() bool`
|
||||
|
||||
HasAllowUpdateLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateUsername() bool`
|
||||
|
||||
GetAllowUpdateUsername returns the AllowUpdateUsername field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateUsernameOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateUsernameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateUsernameOk returns a tuple with the AllowUpdateUsername field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateUsername(v bool)`
|
||||
|
||||
SetAllowUpdateUsername sets AllowUpdateUsername field to given value.
|
||||
|
||||
### HasAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateUsername() bool`
|
||||
|
||||
HasAllowUpdateUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateWebsite() bool`
|
||||
|
||||
GetAllowUpdateWebsite returns the AllowUpdateWebsite field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateWebsiteOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateWebsiteOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateWebsiteOk returns a tuple with the AllowUpdateWebsite field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateWebsite(v bool)`
|
||||
|
||||
SetAllowUpdateWebsite sets AllowUpdateWebsite field to given value.
|
||||
|
||||
### HasAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateWebsite() bool`
|
||||
|
||||
HasAllowUpdateWebsite returns a boolean if a field has been set.
|
||||
|
||||
### GetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetDefaultAvatar() string`
|
||||
|
||||
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDefaultAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetDefaultAvatarOk() (*string, bool)`
|
||||
|
||||
GetDefaultAvatarOk returns a tuple with the DefaultAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetDefaultAvatar(v string)`
|
||||
|
||||
SetDefaultAvatar sets DefaultAvatar field to given value.
|
||||
|
||||
|
||||
### GetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetGravatarBaseUrl() string`
|
||||
|
||||
GetGravatarBaseUrl returns the GravatarBaseUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetGravatarBaseUrlOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetGravatarBaseUrlOk() (*string, bool)`
|
||||
|
||||
GetGravatarBaseUrlOk returns a tuple with the GravatarBaseUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetGravatarBaseUrl(v string)`
|
||||
|
||||
SetGravatarBaseUrl sets GravatarBaseUrl field to given value.
|
||||
|
||||
### HasGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasGravatarBaseUrl() bool`
|
||||
|
||||
HasGravatarBaseUrl 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/SchemaUIOptionAction.md
Normal file
134
docs/SchemaUIOptionAction.md
Normal file
@@ -0,0 +1,134 @@
|
||||
# SchemaUIOptionAction
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Loading** | Pointer to [**SchemaLoadingAction**](SchemaLoadingAction.md) | | [optional]
|
||||
**Method** | Pointer to **string** | | [optional]
|
||||
**OnComplete** | Pointer to [**SchemaOnCompleteAction**](SchemaOnCompleteAction.md) | | [optional]
|
||||
**Url** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUIOptionAction
|
||||
|
||||
`func NewSchemaUIOptionAction() *SchemaUIOptionAction`
|
||||
|
||||
NewSchemaUIOptionAction instantiates a new SchemaUIOptionAction 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
|
||||
|
||||
### NewSchemaUIOptionActionWithDefaults
|
||||
|
||||
`func NewSchemaUIOptionActionWithDefaults() *SchemaUIOptionAction`
|
||||
|
||||
NewSchemaUIOptionActionWithDefaults instantiates a new SchemaUIOptionAction 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
|
||||
|
||||
### GetLoading
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetLoading() SchemaLoadingAction`
|
||||
|
||||
GetLoading returns the Loading field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLoadingOk
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetLoadingOk() (*SchemaLoadingAction, bool)`
|
||||
|
||||
GetLoadingOk returns a tuple with the Loading field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLoading
|
||||
|
||||
`func (o *SchemaUIOptionAction) SetLoading(v SchemaLoadingAction)`
|
||||
|
||||
SetLoading sets Loading field to given value.
|
||||
|
||||
### HasLoading
|
||||
|
||||
`func (o *SchemaUIOptionAction) HasLoading() bool`
|
||||
|
||||
HasLoading returns a boolean if a field has been set.
|
||||
|
||||
### GetMethod
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetMethod() string`
|
||||
|
||||
GetMethod returns the Method field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMethodOk
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetMethodOk() (*string, bool)`
|
||||
|
||||
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMethod
|
||||
|
||||
`func (o *SchemaUIOptionAction) SetMethod(v string)`
|
||||
|
||||
SetMethod sets Method field to given value.
|
||||
|
||||
### HasMethod
|
||||
|
||||
`func (o *SchemaUIOptionAction) HasMethod() bool`
|
||||
|
||||
HasMethod returns a boolean if a field has been set.
|
||||
|
||||
### GetOnComplete
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetOnComplete() SchemaOnCompleteAction`
|
||||
|
||||
GetOnComplete returns the OnComplete field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOnCompleteOk
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetOnCompleteOk() (*SchemaOnCompleteAction, bool)`
|
||||
|
||||
GetOnCompleteOk returns a tuple with the OnComplete field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOnComplete
|
||||
|
||||
`func (o *SchemaUIOptionAction) SetOnComplete(v SchemaOnCompleteAction)`
|
||||
|
||||
SetOnComplete sets OnComplete field to given value.
|
||||
|
||||
### HasOnComplete
|
||||
|
||||
`func (o *SchemaUIOptionAction) HasOnComplete() bool`
|
||||
|
||||
HasOnComplete returns a boolean if a field has been set.
|
||||
|
||||
### GetUrl
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetUrl() string`
|
||||
|
||||
GetUrl returns the Url field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUrlOk
|
||||
|
||||
`func (o *SchemaUIOptionAction) GetUrlOk() (*string, bool)`
|
||||
|
||||
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUrl
|
||||
|
||||
`func (o *SchemaUIOptionAction) SetUrl(v string)`
|
||||
|
||||
SetUrl sets Url field to given value.
|
||||
|
||||
### HasUrl
|
||||
|
||||
`func (o *SchemaUIOptionAction) HasUrl() bool`
|
||||
|
||||
HasUrl 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,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**CommentId** | **string** | comment id |
|
||||
**OriginalText** | **string** | original comment content |
|
||||
|
||||
@@ -26,6 +28,56 @@ NewSchemaUpdateCommentReqWithDefaults instantiates a new SchemaUpdateCommentReq
|
||||
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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetCommentId
|
||||
|
||||
`func (o *SchemaUpdateCommentReq) GetCommentId() string`
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Avatar** | Pointer to [**SchemaAvatarInfo**](SchemaAvatarInfo.md) | | [optional]
|
||||
**Avatar** | Pointer to [**SchemaUpdateInfoRequestAvatar**](SchemaUpdateInfoRequestAvatar.md) | | [optional]
|
||||
**Bio** | Pointer to **string** | bio | [optional]
|
||||
**DisplayName** | **string** | display_name |
|
||||
**DisplayName** | Pointer to **string** | display_name | [optional]
|
||||
**Location** | Pointer to **string** | location | [optional]
|
||||
**Username** | Pointer to **string** | username | [optional]
|
||||
**Website** | Pointer to **string** | website | [optional]
|
||||
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewSchemaUpdateInfoRequest
|
||||
|
||||
`func NewSchemaUpdateInfoRequest(displayName string, ) *SchemaUpdateInfoRequest`
|
||||
`func NewSchemaUpdateInfoRequest() *SchemaUpdateInfoRequest`
|
||||
|
||||
NewSchemaUpdateInfoRequest instantiates a new SchemaUpdateInfoRequest object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -32,20 +32,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaAvatarInfo`
|
||||
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaUpdateInfoRequestAvatar`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaAvatarInfo, bool)`
|
||||
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaUpdateInfoRequestAvatar, 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 *SchemaUpdateInfoRequest) SetAvatar(v SchemaAvatarInfo)`
|
||||
`func (o *SchemaUpdateInfoRequest) SetAvatar(v SchemaUpdateInfoRequestAvatar)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
@@ -99,6 +99,11 @@ and a boolean to check if the value has been set.
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaUpdateInfoRequest) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
|
||||
108
docs/SchemaUpdateInfoRequestAvatar.md
Normal file
108
docs/SchemaUpdateInfoRequestAvatar.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaUpdateInfoRequestAvatar
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Custom** | Pointer to **string** | | [optional]
|
||||
**Gravatar** | Pointer to **string** | | [optional]
|
||||
**Type** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUpdateInfoRequestAvatar
|
||||
|
||||
`func NewSchemaUpdateInfoRequestAvatar() *SchemaUpdateInfoRequestAvatar`
|
||||
|
||||
NewSchemaUpdateInfoRequestAvatar instantiates a new SchemaUpdateInfoRequestAvatar 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
|
||||
|
||||
### NewSchemaUpdateInfoRequestAvatarWithDefaults
|
||||
|
||||
`func NewSchemaUpdateInfoRequestAvatarWithDefaults() *SchemaUpdateInfoRequestAvatar`
|
||||
|
||||
NewSchemaUpdateInfoRequestAvatarWithDefaults instantiates a new SchemaUpdateInfoRequestAvatar 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
|
||||
|
||||
### GetCustom
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetCustom() string`
|
||||
|
||||
GetCustom returns the Custom field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCustomOk
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetCustomOk() (*string, bool)`
|
||||
|
||||
GetCustomOk returns a tuple with the Custom field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCustom
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) SetCustom(v string)`
|
||||
|
||||
SetCustom sets Custom field to given value.
|
||||
|
||||
### HasCustom
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) HasCustom() bool`
|
||||
|
||||
HasCustom returns a boolean if a field has been set.
|
||||
|
||||
### GetGravatar
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetGravatar() string`
|
||||
|
||||
GetGravatar returns the Gravatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetGravatarOk
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetGravatarOk() (*string, bool)`
|
||||
|
||||
GetGravatarOk returns a tuple with the Gravatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetGravatar
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) SetGravatar(v string)`
|
||||
|
||||
SetGravatar sets Gravatar field to given value.
|
||||
|
||||
### HasGravatar
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) HasGravatar() bool`
|
||||
|
||||
HasGravatar returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) GetTypeOk() (*string, 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 *SchemaUpdateInfoRequestAvatar) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *SchemaUpdateInfoRequestAvatar) 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)
|
||||
|
||||
|
||||
77
docs/SchemaUpdatePluginConfigReq.md
Normal file
77
docs/SchemaUpdatePluginConfigReq.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# SchemaUpdatePluginConfigReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ConfigFields** | Pointer to **map[string]map[string]interface{}** | | [optional]
|
||||
**PluginSlugName** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUpdatePluginConfigReq
|
||||
|
||||
`func NewSchemaUpdatePluginConfigReq(pluginSlugName string, ) *SchemaUpdatePluginConfigReq`
|
||||
|
||||
NewSchemaUpdatePluginConfigReq instantiates a new SchemaUpdatePluginConfigReq 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
|
||||
|
||||
### NewSchemaUpdatePluginConfigReqWithDefaults
|
||||
|
||||
`func NewSchemaUpdatePluginConfigReqWithDefaults() *SchemaUpdatePluginConfigReq`
|
||||
|
||||
NewSchemaUpdatePluginConfigReqWithDefaults instantiates a new SchemaUpdatePluginConfigReq 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
|
||||
|
||||
### GetConfigFields
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) GetConfigFields() map[string]map[string]interface{}`
|
||||
|
||||
GetConfigFields returns the ConfigFields field if non-nil, zero value otherwise.
|
||||
|
||||
### GetConfigFieldsOk
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) GetConfigFieldsOk() (*map[string]map[string]interface{}, bool)`
|
||||
|
||||
GetConfigFieldsOk returns a tuple with the ConfigFields field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetConfigFields
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) SetConfigFields(v map[string]map[string]interface{})`
|
||||
|
||||
SetConfigFields sets ConfigFields field to given value.
|
||||
|
||||
### HasConfigFields
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) HasConfigFields() bool`
|
||||
|
||||
HasConfigFields returns a boolean if a field has been set.
|
||||
|
||||
### GetPluginSlugName
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) GetPluginSlugName() string`
|
||||
|
||||
GetPluginSlugName returns the PluginSlugName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPluginSlugNameOk
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) GetPluginSlugNameOk() (*string, bool)`
|
||||
|
||||
GetPluginSlugNameOk returns a tuple with the PluginSlugName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPluginSlugName
|
||||
|
||||
`func (o *SchemaUpdatePluginConfigReq) SetPluginSlugName(v string)`
|
||||
|
||||
SetPluginSlugName sets PluginSlugName field to given value.
|
||||
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
77
docs/SchemaUpdatePluginStatusReq.md
Normal file
77
docs/SchemaUpdatePluginStatusReq.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# SchemaUpdatePluginStatusReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Enabled** | Pointer to **bool** | | [optional]
|
||||
**PluginSlugName** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUpdatePluginStatusReq
|
||||
|
||||
`func NewSchemaUpdatePluginStatusReq(pluginSlugName string, ) *SchemaUpdatePluginStatusReq`
|
||||
|
||||
NewSchemaUpdatePluginStatusReq instantiates a new SchemaUpdatePluginStatusReq 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
|
||||
|
||||
### NewSchemaUpdatePluginStatusReqWithDefaults
|
||||
|
||||
`func NewSchemaUpdatePluginStatusReqWithDefaults() *SchemaUpdatePluginStatusReq`
|
||||
|
||||
NewSchemaUpdatePluginStatusReqWithDefaults instantiates a new SchemaUpdatePluginStatusReq 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
|
||||
|
||||
### GetEnabled
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) GetEnabled() bool`
|
||||
|
||||
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEnabledOk
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) GetEnabledOk() (*bool, bool)`
|
||||
|
||||
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEnabled
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) SetEnabled(v bool)`
|
||||
|
||||
SetEnabled sets Enabled field to given value.
|
||||
|
||||
### HasEnabled
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) HasEnabled() bool`
|
||||
|
||||
HasEnabled returns a boolean if a field has been set.
|
||||
|
||||
### GetPluginSlugName
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) GetPluginSlugName() string`
|
||||
|
||||
GetPluginSlugName returns the PluginSlugName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPluginSlugNameOk
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) GetPluginSlugNameOk() (*string, bool)`
|
||||
|
||||
GetPluginSlugNameOk returns a tuple with the PluginSlugName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPluginSlugName
|
||||
|
||||
`func (o *SchemaUpdatePluginStatusReq) SetPluginSlugName(v string)`
|
||||
|
||||
SetPluginSlugName sets PluginSlugName field to given value.
|
||||
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
51
docs/SchemaUpdatePrivilegesConfigReq.md
Normal file
51
docs/SchemaUpdatePrivilegesConfigReq.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# SchemaUpdatePrivilegesConfigReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Level** | [**SchemaPrivilegeLevel**](SchemaPrivilegeLevel.md) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUpdatePrivilegesConfigReq
|
||||
|
||||
`func NewSchemaUpdatePrivilegesConfigReq(level SchemaPrivilegeLevel, ) *SchemaUpdatePrivilegesConfigReq`
|
||||
|
||||
NewSchemaUpdatePrivilegesConfigReq instantiates a new SchemaUpdatePrivilegesConfigReq 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
|
||||
|
||||
### NewSchemaUpdatePrivilegesConfigReqWithDefaults
|
||||
|
||||
`func NewSchemaUpdatePrivilegesConfigReqWithDefaults() *SchemaUpdatePrivilegesConfigReq`
|
||||
|
||||
NewSchemaUpdatePrivilegesConfigReqWithDefaults instantiates a new SchemaUpdatePrivilegesConfigReq 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
|
||||
|
||||
### GetLevel
|
||||
|
||||
`func (o *SchemaUpdatePrivilegesConfigReq) GetLevel() SchemaPrivilegeLevel`
|
||||
|
||||
GetLevel returns the Level field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLevelOk
|
||||
|
||||
`func (o *SchemaUpdatePrivilegesConfigReq) GetLevelOk() (*SchemaPrivilegeLevel, bool)`
|
||||
|
||||
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLevel
|
||||
|
||||
`func (o *SchemaUpdatePrivilegesConfigReq) SetLevel(v SchemaPrivilegeLevel)`
|
||||
|
||||
SetLevel sets Level field to given value.
|
||||
|
||||
|
||||
|
||||
[[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
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**EMail** | **string** | |
|
||||
**Pass** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -97,6 +98,31 @@ and a boolean to check if the value has been set.
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
|
||||
### GetPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) GetPass() string`
|
||||
|
||||
GetPass returns the Pass field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPassOk
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) GetPassOk() (*string, bool)`
|
||||
|
||||
GetPassOk returns a tuple with the Pass field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) SetPass(v string)`
|
||||
|
||||
SetPass sets Pass field to given value.
|
||||
|
||||
### HasPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) HasPass() bool`
|
||||
|
||||
HasPass 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)
|
||||
|
||||
|
||||
680
docs/SchemaUserLoginResp.md
Normal file
680
docs/SchemaUserLoginResp.md
Normal file
@@ -0,0 +1,680 @@
|
||||
# SchemaUserLoginResp
|
||||
|
||||
## 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]
|
||||
**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]
|
||||
**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
|
||||
|
||||
### NewSchemaUserLoginResp
|
||||
|
||||
`func NewSchemaUserLoginResp() *SchemaUserLoginResp`
|
||||
|
||||
NewSchemaUserLoginResp instantiates a new SchemaUserLoginResp 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
|
||||
|
||||
### NewSchemaUserLoginRespWithDefaults
|
||||
|
||||
`func NewSchemaUserLoginRespWithDefaults() *SchemaUserLoginResp`
|
||||
|
||||
NewSchemaUserLoginRespWithDefaults instantiates a new SchemaUserLoginResp 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 *SchemaUserLoginResp) GetAccessToken() string`
|
||||
|
||||
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessTokenOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetAccessToken(v string)`
|
||||
|
||||
SetAccessToken sets AccessToken field to given value.
|
||||
|
||||
### HasAccessToken
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasAccessToken() bool`
|
||||
|
||||
HasAccessToken returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthorityGroup
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetAuthorityGroup() int32`
|
||||
|
||||
GetAuthorityGroup returns the AuthorityGroup field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthorityGroupOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetAuthorityGroup(v int32)`
|
||||
|
||||
SetAuthorityGroup sets AuthorityGroup field to given value.
|
||||
|
||||
### HasAuthorityGroup
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasAuthorityGroup() bool`
|
||||
|
||||
HasAuthorityGroup returns a boolean if a field has been set.
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetAvatar() string`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetAvatar(v string)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetBio
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetBio() string`
|
||||
|
||||
GetBio returns the Bio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetBio(v string)`
|
||||
|
||||
SetBio sets Bio field to given value.
|
||||
|
||||
### HasBio
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasBio() bool`
|
||||
|
||||
HasBio returns a boolean if a field has been set.
|
||||
|
||||
### GetBioHtml
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetBioHtml() string`
|
||||
|
||||
GetBioHtml returns the BioHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioHtmlOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetBioHtml(v string)`
|
||||
|
||||
SetBioHtml sets BioHtml field to given value.
|
||||
|
||||
### HasBioHtml
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasBioHtml() bool`
|
||||
|
||||
HasBioHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetEMail
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetEMail() string`
|
||||
|
||||
GetEMail returns the EMail field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEMailOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetEMail(v string)`
|
||||
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
### HasEMail
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasEMail() bool`
|
||||
|
||||
HasEMail returns a boolean if a field has been set.
|
||||
|
||||
### GetFollowCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetFollowCount() int32`
|
||||
|
||||
GetFollowCount returns the FollowCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowCountOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetFollowCount(v int32)`
|
||||
|
||||
SetFollowCount sets FollowCount field to given value.
|
||||
|
||||
### HasFollowCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasFollowCount() bool`
|
||||
|
||||
HasFollowCount returns a boolean if a field has been set.
|
||||
|
||||
### GetHavePassword
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetHavePassword() bool`
|
||||
|
||||
GetHavePassword returns the HavePassword field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHavePasswordOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetHavePasswordOk() (*bool, bool)`
|
||||
|
||||
GetHavePasswordOk returns a tuple with the HavePassword field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHavePassword
|
||||
|
||||
`func (o *SchemaUserLoginResp) SetHavePassword(v bool)`
|
||||
|
||||
SetHavePassword sets HavePassword field to given value.
|
||||
|
||||
### HasHavePassword
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasHavePassword() bool`
|
||||
|
||||
HasHavePassword returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetIpInfo
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetIpInfo() string`
|
||||
|
||||
GetIpInfo returns the IpInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIpInfoOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetIpInfo(v string)`
|
||||
|
||||
SetIpInfo sets IpInfo field to given value.
|
||||
|
||||
### HasIpInfo
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasIpInfo() bool`
|
||||
|
||||
HasIpInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetLanguage
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetLanguage() string`
|
||||
|
||||
GetLanguage returns the Language field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLanguageOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetLanguage(v string)`
|
||||
|
||||
SetLanguage sets Language field to given value.
|
||||
|
||||
### HasLanguage
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasLanguage() bool`
|
||||
|
||||
HasLanguage returns a boolean if a field has been set.
|
||||
|
||||
### GetLastLoginDate
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetLastLoginDate() int32`
|
||||
|
||||
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastLoginDateOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetLastLoginDate(v int32)`
|
||||
|
||||
SetLastLoginDate sets LastLoginDate field to given value.
|
||||
|
||||
### HasLastLoginDate
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasLastLoginDate() bool`
|
||||
|
||||
HasLastLoginDate returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetMailStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetMailStatus() int32`
|
||||
|
||||
GetMailStatus returns the MailStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMailStatusOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetMailStatus(v int32)`
|
||||
|
||||
SetMailStatus sets MailStatus field to given value.
|
||||
|
||||
### HasMailStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasMailStatus() bool`
|
||||
|
||||
HasMailStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetMobile
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetMobile() string`
|
||||
|
||||
GetMobile returns the Mobile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMobileOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetMobile(v string)`
|
||||
|
||||
SetMobile sets Mobile field to given value.
|
||||
|
||||
### HasMobile
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasMobile() bool`
|
||||
|
||||
HasMobile returns a boolean if a field has been set.
|
||||
|
||||
### GetNoticeStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetNoticeStatus() int32`
|
||||
|
||||
GetNoticeStatus returns the NoticeStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNoticeStatusOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetNoticeStatus(v int32)`
|
||||
|
||||
SetNoticeStatus sets NoticeStatus field to given value.
|
||||
|
||||
### HasNoticeStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasNoticeStatus() bool`
|
||||
|
||||
HasNoticeStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetQuestionCount() int32`
|
||||
|
||||
GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionCountOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetQuestionCount(v int32)`
|
||||
|
||||
SetQuestionCount sets QuestionCount field to given value.
|
||||
|
||||
### HasQuestionCount
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasQuestionCount() bool`
|
||||
|
||||
HasQuestionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetRoleId
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetRoleId() int32`
|
||||
|
||||
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleIdOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetRoleId(v int32)`
|
||||
|
||||
SetRoleId sets RoleId field to given value.
|
||||
|
||||
### HasRoleId
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasRoleId() bool`
|
||||
|
||||
HasRoleId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaUserLoginResp) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaUserLoginResp) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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 *SchemaUserLoginResp) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaUserLoginResp) 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)
|
||||
|
||||
|
||||
129
docs/SchemaUserModifyPasswordReq.md
Normal file
129
docs/SchemaUserModifyPasswordReq.md
Normal file
@@ -0,0 +1,129 @@
|
||||
# SchemaUserModifyPasswordReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**OldPass** | Pointer to **string** | | [optional]
|
||||
**Pass** | **string** | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUserModifyPasswordReq
|
||||
|
||||
`func NewSchemaUserModifyPasswordReq(pass string, ) *SchemaUserModifyPasswordReq`
|
||||
|
||||
NewSchemaUserModifyPasswordReq instantiates a new SchemaUserModifyPasswordReq 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
|
||||
|
||||
### NewSchemaUserModifyPasswordReqWithDefaults
|
||||
|
||||
`func NewSchemaUserModifyPasswordReqWithDefaults() *SchemaUserModifyPasswordReq`
|
||||
|
||||
NewSchemaUserModifyPasswordReqWithDefaults instantiates a new SchemaUserModifyPasswordReq 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetOldPass
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetOldPass() string`
|
||||
|
||||
GetOldPass returns the OldPass field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOldPassOk
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetOldPassOk() (*string, bool)`
|
||||
|
||||
GetOldPassOk returns a tuple with the OldPass field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOldPass
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) SetOldPass(v string)`
|
||||
|
||||
SetOldPass sets OldPass field to given value.
|
||||
|
||||
### HasOldPass
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) HasOldPass() bool`
|
||||
|
||||
HasOldPass returns a boolean if a field has been set.
|
||||
|
||||
### GetPass
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetPass() string`
|
||||
|
||||
GetPass returns the Pass field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPassOk
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) GetPassOk() (*string, bool)`
|
||||
|
||||
GetPassOk returns a tuple with the Pass field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPass
|
||||
|
||||
`func (o *SchemaUserModifyPasswordReq) SetPass(v string)`
|
||||
|
||||
SetPass sets Pass field to given value.
|
||||
|
||||
|
||||
|
||||
[[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,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**IsCancel** | Pointer to **bool** | is cancel | [optional]
|
||||
**ObjectId** | **string** | id |
|
||||
|
||||
@@ -26,6 +28,56 @@ NewSchemaVoteReqWithDefaults instantiates a new SchemaVoteReq 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaVoteReq) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaVoteReq) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaVoteReq) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaVoteReq) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaVoteReq) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaVoteReq) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaVoteReq) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaVoteReq) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetIsCancel
|
||||
|
||||
`func (o *SchemaVoteReq) GetIsCancel() bool`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \SearchApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \SiteApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \TagApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \UploadApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# \UserApi
|
||||
|
||||
All URIs are relative to *http://127.0.0.1:80*
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
@@ -13,6 +13,7 @@ Method | HTTP request | Description
|
||||
[**AnswerApiV1UserEmailVerificationSendPost**](UserApi.md#AnswerApiV1UserEmailVerificationSendPost) | **Post** /answer/api/v1/user/email/verification/send | UserVerifyEmailSend
|
||||
[**AnswerApiV1UserInfoGet**](UserApi.md#AnswerApiV1UserInfoGet) | **Get** /answer/api/v1/user/info | GetUserInfoByUserID
|
||||
[**AnswerApiV1UserInfoPut**](UserApi.md#AnswerApiV1UserInfoPut) | **Put** /answer/api/v1/user/info | UserUpdateInfo update user info
|
||||
[**AnswerApiV1UserInfoSearchGet**](UserApi.md#AnswerApiV1UserInfoSearchGet) | **Get** /answer/api/v1/user/info/search | SearchUserListByName
|
||||
[**AnswerApiV1UserInterfacePut**](UserApi.md#AnswerApiV1UserInterfacePut) | **Put** /answer/api/v1/user/interface | UserUpdateInterface update user interface config
|
||||
[**AnswerApiV1UserLoginEmailPost**](UserApi.md#AnswerApiV1UserLoginEmailPost) | **Post** /answer/api/v1/user/login/email | UserEmailLogin
|
||||
[**AnswerApiV1UserLogoutGet**](UserApi.md#AnswerApiV1UserLogoutGet) | **Get** /answer/api/v1/user/logout | user logout
|
||||
@@ -568,7 +569,7 @@ import (
|
||||
|
||||
func main() {
|
||||
authorization := "authorization_example" // string | access-token
|
||||
data := *openapiclient.NewSchemaUpdateInfoRequest("DisplayName_example") // SchemaUpdateInfoRequest | UpdateInfoRequest
|
||||
data := *openapiclient.NewSchemaUpdateInfoRequest() // SchemaUpdateInfoRequest | UpdateInfoRequest
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
@@ -614,6 +615,72 @@ Name | Type | Description | Notes
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1UserInfoSearchGet
|
||||
|
||||
> AnswerApiV1PersonalUserInfoGet200Response AnswerApiV1UserInfoSearchGet(ctx).Username(username).Execute()
|
||||
|
||||
SearchUserListByName
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"os"
|
||||
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||
)
|
||||
|
||||
func main() {
|
||||
username := "username_example" // string | username
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
resp, r, err := apiClient.UserApi.AnswerApiV1UserInfoSearchGet(context.Background()).Username(username).Execute()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error when calling `UserApi.AnswerApiV1UserInfoSearchGet``: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
|
||||
}
|
||||
// response from `AnswerApiV1UserInfoSearchGet`: AnswerApiV1PersonalUserInfoGet200Response
|
||||
fmt.Fprintf(os.Stdout, "Response from `UserApi.AnswerApiV1UserInfoSearchGet`: %v\n", resp)
|
||||
}
|
||||
```
|
||||
|
||||
### Path Parameters
|
||||
|
||||
|
||||
|
||||
### Other Parameters
|
||||
|
||||
Other parameters are passed through a pointer to a apiAnswerApiV1UserInfoSearchGetRequest struct via the builder pattern
|
||||
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**username** | **string** | username |
|
||||
|
||||
### Return type
|
||||
|
||||
[**AnswerApiV1PersonalUserInfoGet200Response**](AnswerApiV1PersonalUserInfoGet200Response.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
|
||||
[[Back to Model list]](../README.md#documentation-for-models)
|
||||
[[Back to README]](../README.md)
|
||||
|
||||
|
||||
## AnswerApiV1UserInterfacePut
|
||||
|
||||
> HandlerRespBody AnswerApiV1UserInterfacePut(ctx).Authorization(authorization).Data(data).Execute()
|
||||
@@ -896,7 +963,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := *openapiclient.NewSchemaUserModifyPassWordRequest() // SchemaUserModifyPassWordRequest | UserModifyPassWordRequest
|
||||
data := *openapiclient.NewSchemaUserModifyPasswordReq("Pass_example") // SchemaUserModifyPasswordReq | UserModifyPasswordReq
|
||||
|
||||
configuration := openapiclient.NewConfiguration()
|
||||
apiClient := openapiclient.NewAPIClient(configuration)
|
||||
@@ -921,7 +988,7 @@ Other parameters are passed through a pointer to a apiAnswerApiV1UserPasswordPut
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**data** | [**SchemaUserModifyPassWordRequest**](SchemaUserModifyPassWordRequest.md) | UserModifyPassWordRequest |
|
||||
**data** | [**SchemaUserModifyPasswordReq**](SchemaUserModifyPasswordReq.md) | UserModifyPasswordReq |
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user