client

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindESUserAnalyzerResponse

type BindESUserAnalyzerResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindESUserAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindESUserAnalyzerResponse) GoString

func (s BindESUserAnalyzerResponse) GoString() string

func (*BindESUserAnalyzerResponse) SetBody

func (*BindESUserAnalyzerResponse) SetHeaders

func (*BindESUserAnalyzerResponse) SetStatusCode

func (BindESUserAnalyzerResponse) String

type BindESUserAnalyzerResponseBody

type BindESUserAnalyzerResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (BindESUserAnalyzerResponseBody) GoString

func (*BindESUserAnalyzerResponseBody) SetRequestId

func (*BindESUserAnalyzerResponseBody) SetResult

func (s *BindESUserAnalyzerResponseBody) SetResult(v map[string]interface{}) *BindESUserAnalyzerResponseBody

func (BindESUserAnalyzerResponseBody) String

type BindEsInstanceResponse

type BindEsInstanceResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindEsInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindEsInstanceResponse) GoString

func (s BindEsInstanceResponse) GoString() string

func (*BindEsInstanceResponse) SetBody

func (*BindEsInstanceResponse) SetHeaders

func (*BindEsInstanceResponse) SetStatusCode

func (BindEsInstanceResponse) String

func (s BindEsInstanceResponse) String() string

type BindEsInstanceResponseBody

type BindEsInstanceResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (BindEsInstanceResponseBody) GoString

func (s BindEsInstanceResponseBody) GoString() string

func (*BindEsInstanceResponseBody) SetRequestId

func (*BindEsInstanceResponseBody) SetResult

func (s *BindEsInstanceResponseBody) SetResult(v map[string]interface{}) *BindEsInstanceResponseBody

func (BindEsInstanceResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) BindESUserAnalyzer

func (client *Client) BindESUserAnalyzer(appGroupIdentity *string, esInstanceId *string) (_result *BindESUserAnalyzerResponse, _err error)

func (*Client) BindESUserAnalyzerWithOptions

func (client *Client) BindESUserAnalyzerWithOptions(appGroupIdentity *string, esInstanceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BindESUserAnalyzerResponse, _err error)

func (*Client) BindEsInstance

func (client *Client) BindEsInstance(appGroupIdentity *string) (_result *BindEsInstanceResponse, _err error)

func (*Client) BindEsInstanceWithOptions

func (client *Client) BindEsInstanceWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BindEsInstanceResponse, _err error)

func (*Client) CompileSortScript

func (client *Client) CompileSortScript(appGroupIdentity *string, scriptName *string, appVersionId *string) (_result *CompileSortScriptResponse, _err error)

func (*Client) CompileSortScriptWithOptions

func (client *Client) CompileSortScriptWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CompileSortScriptResponse, _err error)

func (*Client) CreateABTestExperiment

func (client *Client) CreateABTestExperiment(appGroupIdentity *string, sceneId *string, groupId *string) (_result *CreateABTestExperimentResponse, _err error)

func (*Client) CreateABTestExperimentWithOptions

func (client *Client) CreateABTestExperimentWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateABTestExperimentResponse, _err error)

func (*Client) CreateABTestGroup

func (client *Client) CreateABTestGroup(appGroupIdentity *string, sceneId *string) (_result *CreateABTestGroupResponse, _err error)

func (*Client) CreateABTestGroupWithOptions

func (client *Client) CreateABTestGroupWithOptions(appGroupIdentity *string, sceneId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateABTestGroupResponse, _err error)

func (*Client) CreateABTestScene

func (client *Client) CreateABTestScene(appGroupIdentity *string) (_result *CreateABTestSceneResponse, _err error)

func (*Client) CreateABTestSceneWithOptions

func (client *Client) CreateABTestSceneWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateABTestSceneResponse, _err error)

func (*Client) CreateApp

func (client *Client) CreateApp(appGroupIdentity *string, request *CreateAppRequest) (_result *CreateAppResponse, _err error)

func (*Client) CreateAppGroup

func (client *Client) CreateAppGroup() (_result *CreateAppGroupResponse, _err error)

func (*Client) CreateAppGroupWithOptions

func (client *Client) CreateAppGroupWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateAppGroupResponse, _err error)

func (*Client) CreateAppWithOptions

func (client *Client) CreateAppWithOptions(appGroupIdentity *string, request *CreateAppRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateAppResponse, _err error)

func (*Client) CreateDataCollection

func (client *Client) CreateDataCollection(appGroupIdentity *string) (_result *CreateDataCollectionResponse, _err error)

func (*Client) CreateDataCollectionWithOptions

func (client *Client) CreateDataCollectionWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDataCollectionResponse, _err error)

func (*Client) CreateFirstRank

func (client *Client) CreateFirstRank(appGroupIdentity *string, appId *string, request *CreateFirstRankRequest) (_result *CreateFirstRankResponse, _err error)

func (*Client) CreateFirstRankWithOptions

func (client *Client) CreateFirstRankWithOptions(appGroupIdentity *string, appId *string, request *CreateFirstRankRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFirstRankResponse, _err error)

func (*Client) CreateFunctionInstance

func (client *Client) CreateFunctionInstance(appGroupIdentity *string, functionName *string, request *CreateFunctionInstanceRequest) (_result *CreateFunctionInstanceResponse, _err error)

func (*Client) CreateFunctionInstanceWithOptions

func (client *Client) CreateFunctionInstanceWithOptions(appGroupIdentity *string, functionName *string, request *CreateFunctionInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFunctionInstanceResponse, _err error)

func (*Client) CreateFunctionTask

func (client *Client) CreateFunctionTask(appGroupIdentity *string, functionName *string, instanceName *string) (_result *CreateFunctionTaskResponse, _err error)

func (*Client) CreateFunctionTaskWithOptions

func (client *Client) CreateFunctionTaskWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFunctionTaskResponse, _err error)

func (*Client) CreateInterventionDictionary

func (client *Client) CreateInterventionDictionary() (_result *CreateInterventionDictionaryResponse, _err error)

func (*Client) CreateInterventionDictionaryWithOptions

func (client *Client) CreateInterventionDictionaryWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateInterventionDictionaryResponse, _err error)

func (*Client) CreateModel

func (client *Client) CreateModel(appGroupIdentity *string) (_result *CreateModelResponse, _err error)

func (*Client) CreateModelWithOptions

func (client *Client) CreateModelWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelResponse, _err error)

func (*Client) CreateQueryProcessor

func (client *Client) CreateQueryProcessor(appGroupIdentity *string, appId *string, request *CreateQueryProcessorRequest) (_result *CreateQueryProcessorResponse, _err error)

func (*Client) CreateQueryProcessorWithOptions

func (client *Client) CreateQueryProcessorWithOptions(appGroupIdentity *string, appId *string, request *CreateQueryProcessorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateQueryProcessorResponse, _err error)

func (*Client) CreateScheduledTask

func (client *Client) CreateScheduledTask(appGroupIdentity *string) (_result *CreateScheduledTaskResponse, _err error)

func (*Client) CreateScheduledTaskWithOptions

func (client *Client) CreateScheduledTaskWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateScheduledTaskResponse, _err error)

func (*Client) CreateSearchStrategy

func (client *Client) CreateSearchStrategy(appGroupIdentity *string, appId *string) (_result *CreateSearchStrategyResponse, _err error)

func (*Client) CreateSearchStrategyWithOptions

func (client *Client) CreateSearchStrategyWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSearchStrategyResponse, _err error)

func (*Client) CreateSecondRank

func (client *Client) CreateSecondRank(appGroupIdentity *string, appId *string, request *CreateSecondRankRequest) (_result *CreateSecondRankResponse, _err error)

func (*Client) CreateSecondRankWithOptions

func (client *Client) CreateSecondRankWithOptions(appGroupIdentity *string, appId *string, request *CreateSecondRankRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSecondRankResponse, _err error)

func (*Client) CreateSortScript

func (client *Client) CreateSortScript(appGroupIdentity *string, appVersionId *string) (_result *CreateSortScriptResponse, _err error)

func (*Client) CreateSortScriptWithOptions

func (client *Client) CreateSortScriptWithOptions(appGroupIdentity *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSortScriptResponse, _err error)

func (*Client) CreateUserAnalyzer

func (client *Client) CreateUserAnalyzer() (_result *CreateUserAnalyzerResponse, _err error)

func (*Client) CreateUserAnalyzerWithOptions

func (client *Client) CreateUserAnalyzerWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateUserAnalyzerResponse, _err error)

func (*Client) DeleteABTestExperiment

func (client *Client) DeleteABTestExperiment(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string) (_result *DeleteABTestExperimentResponse, _err error)

func (*Client) DeleteABTestExperimentWithOptions

func (client *Client) DeleteABTestExperimentWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteABTestExperimentResponse, _err error)

func (*Client) DeleteABTestGroup

func (client *Client) DeleteABTestGroup(appGroupIdentity *string, sceneId *string, groupId *string) (_result *DeleteABTestGroupResponse, _err error)

func (*Client) DeleteABTestGroupWithOptions

func (client *Client) DeleteABTestGroupWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteABTestGroupResponse, _err error)

func (*Client) DeleteABTestScene

func (client *Client) DeleteABTestScene(appGroupIdentity *string, sceneId *string) (_result *DeleteABTestSceneResponse, _err error)

func (*Client) DeleteABTestSceneWithOptions

func (client *Client) DeleteABTestSceneWithOptions(appGroupIdentity *string, sceneId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteABTestSceneResponse, _err error)

func (*Client) DeleteFunctionInstance

func (client *Client) DeleteFunctionInstance(appGroupIdentity *string, functionName *string, instanceName *string) (_result *DeleteFunctionInstanceResponse, _err error)

func (*Client) DeleteFunctionInstanceWithOptions

func (client *Client) DeleteFunctionInstanceWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFunctionInstanceResponse, _err error)

func (*Client) DeleteFunctionTask

func (client *Client) DeleteFunctionTask(appGroupIdentity *string, functionName *string, instanceName *string, generation *string) (_result *DeleteFunctionTaskResponse, _err error)

func (*Client) DeleteFunctionTaskWithOptions

func (client *Client) DeleteFunctionTaskWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, generation *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFunctionTaskResponse, _err error)

func (*Client) DeleteModel

func (client *Client) DeleteModel(appGroupIdentity *string, modelName *string) (_result *DeleteModelResponse, _err error)

func (*Client) DeleteModelWithOptions

func (client *Client) DeleteModelWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelResponse, _err error)

func (*Client) DeleteSortScript

func (client *Client) DeleteSortScript(appGroupIdentity *string, scriptName *string, appVersionId *string) (_result *DeleteSortScriptResponse, _err error)

func (*Client) DeleteSortScriptFile

func (client *Client) DeleteSortScriptFile(appGroupIdentity *string, appVersionId *string, scriptName *string, fileName *string) (_result *DeleteSortScriptFileResponse, _err error)

func (*Client) DeleteSortScriptFileWithOptions

func (client *Client) DeleteSortScriptFileWithOptions(appGroupIdentity *string, appVersionId *string, scriptName *string, fileName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteSortScriptFileResponse, _err error)

func (*Client) DeleteSortScriptWithOptions

func (client *Client) DeleteSortScriptWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteSortScriptResponse, _err error)

func (*Client) DescribeABTestExperiment

func (client *Client) DescribeABTestExperiment(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string) (_result *DescribeABTestExperimentResponse, _err error)

func (*Client) DescribeABTestExperimentWithOptions

func (client *Client) DescribeABTestExperimentWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeABTestExperimentResponse, _err error)

func (*Client) DescribeABTestGroup

func (client *Client) DescribeABTestGroup(appGroupIdentity *string, sceneId *string, groupId *string) (_result *DescribeABTestGroupResponse, _err error)

func (*Client) DescribeABTestGroupWithOptions

func (client *Client) DescribeABTestGroupWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeABTestGroupResponse, _err error)

func (*Client) DescribeABTestScene

func (client *Client) DescribeABTestScene(appGroupIdentity *string, sceneId *string) (_result *DescribeABTestSceneResponse, _err error)

func (*Client) DescribeABTestSceneWithOptions

func (client *Client) DescribeABTestSceneWithOptions(appGroupIdentity *string, sceneId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeABTestSceneResponse, _err error)

func (*Client) DescribeApp

func (client *Client) DescribeApp(appGroupIdentity *string, appId *string) (_result *DescribeAppResponse, _err error)

func (*Client) DescribeAppGroup

func (client *Client) DescribeAppGroup(appGroupIdentity *string) (_result *DescribeAppGroupResponse, _err error)

func (*Client) DescribeAppGroupDataReport

func (client *Client) DescribeAppGroupDataReport(appGroupIdentity *string, request *DescribeAppGroupDataReportRequest) (_result *DescribeAppGroupDataReportResponse, _err error)

func (*Client) DescribeAppGroupDataReportWithOptions

func (client *Client) DescribeAppGroupDataReportWithOptions(appGroupIdentity *string, request *DescribeAppGroupDataReportRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppGroupDataReportResponse, _err error)

func (*Client) DescribeAppGroupStatistics

func (client *Client) DescribeAppGroupStatistics(appGroupIdentity *string) (_result *DescribeAppGroupStatisticsResponse, _err error)

func (*Client) DescribeAppGroupStatisticsWithOptions

func (client *Client) DescribeAppGroupStatisticsWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppGroupStatisticsResponse, _err error)

func (*Client) DescribeAppGroupWithOptions

func (client *Client) DescribeAppGroupWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppGroupResponse, _err error)

func (*Client) DescribeAppStatistics

func (client *Client) DescribeAppStatistics(appGroupIdentity *string, appId *string) (_result *DescribeAppStatisticsResponse, _err error)

func (*Client) DescribeAppStatisticsWithOptions

func (client *Client) DescribeAppStatisticsWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppStatisticsResponse, _err error)

func (*Client) DescribeAppWithOptions

func (client *Client) DescribeAppWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppResponse, _err error)

func (*Client) DescribeApps

func (client *Client) DescribeApps(appGroupIdentity *string) (_result *DescribeAppsResponse, _err error)

func (*Client) DescribeAppsWithOptions

func (client *Client) DescribeAppsWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppsResponse, _err error)

func (*Client) DescribeDataCollction

func (client *Client) DescribeDataCollction(appGroupIdentity *string, dataCollectionIdentity *string) (_result *DescribeDataCollctionResponse, _err error)

func (*Client) DescribeDataCollctionWithOptions

func (client *Client) DescribeDataCollctionWithOptions(appGroupIdentity *string, dataCollectionIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeDataCollctionResponse, _err error)

func (*Client) DescribeFirstRank

func (client *Client) DescribeFirstRank(appGroupIdentity *string, appId *string, name *string) (_result *DescribeFirstRankResponse, _err error)

func (*Client) DescribeFirstRankWithOptions

func (client *Client) DescribeFirstRankWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeFirstRankResponse, _err error)

func (*Client) DescribeInterventionDictionary

func (client *Client) DescribeInterventionDictionary(name *string) (_result *DescribeInterventionDictionaryResponse, _err error)

func (*Client) DescribeInterventionDictionaryWithOptions

func (client *Client) DescribeInterventionDictionaryWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeInterventionDictionaryResponse, _err error)

func (*Client) DescribeModel

func (client *Client) DescribeModel(appGroupIdentity *string, modelName *string) (_result *DescribeModelResponse, _err error)

func (*Client) DescribeModelWithOptions

func (client *Client) DescribeModelWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeModelResponse, _err error)

func (*Client) DescribeQueryProcessor

func (client *Client) DescribeQueryProcessor(appGroupIdentity *string, appId *string, name *string) (_result *DescribeQueryProcessorResponse, _err error)

func (*Client) DescribeQueryProcessorWithOptions

func (client *Client) DescribeQueryProcessorWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeQueryProcessorResponse, _err error)

func (*Client) DescribeRegion

func (client *Client) DescribeRegion() (_result *DescribeRegionResponse, _err error)

func (*Client) DescribeRegionWithOptions

func (client *Client) DescribeRegionWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeRegionResponse, _err error)

func (*Client) DescribeRegions

func (client *Client) DescribeRegions() (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeRegionsWithOptions

func (client *Client) DescribeRegionsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeScheduledTask

func (client *Client) DescribeScheduledTask(appGroupIdentity *string, taskId *string) (_result *DescribeScheduledTaskResponse, _err error)

func (*Client) DescribeScheduledTaskWithOptions

func (client *Client) DescribeScheduledTaskWithOptions(appGroupIdentity *string, taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeScheduledTaskResponse, _err error)

func (*Client) DescribeSecondRank

func (client *Client) DescribeSecondRank(appGroupIdentity *string, appId *string, name *string) (_result *DescribeSecondRankResponse, _err error)

func (*Client) DescribeSecondRankWithOptions

func (client *Client) DescribeSecondRankWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeSecondRankResponse, _err error)

func (*Client) DescribeSlowQueryStatus

func (client *Client) DescribeSlowQueryStatus(appGroupIdentity *string) (_result *DescribeSlowQueryStatusResponse, _err error)

func (*Client) DescribeSlowQueryStatusWithOptions

func (client *Client) DescribeSlowQueryStatusWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeSlowQueryStatusResponse, _err error)

func (*Client) DescribeUserAnalyzer

func (client *Client) DescribeUserAnalyzer(name *string, request *DescribeUserAnalyzerRequest) (_result *DescribeUserAnalyzerResponse, _err error)

func (*Client) DescribeUserAnalyzerWithOptions

func (client *Client) DescribeUserAnalyzerWithOptions(name *string, request *DescribeUserAnalyzerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeUserAnalyzerResponse, _err error)

func (*Client) DisableSlowQuery

func (client *Client) DisableSlowQuery(appGroupIdentity *string) (_result *DisableSlowQueryResponse, _err error)

func (*Client) DisableSlowQueryWithOptions

func (client *Client) DisableSlowQueryWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DisableSlowQueryResponse, _err error)

func (*Client) EnableSlowQuery

func (client *Client) EnableSlowQuery(appGroupIdentity *string) (_result *EnableSlowQueryResponse, _err error)

func (*Client) EnableSlowQueryWithOptions

func (client *Client) EnableSlowQueryWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *EnableSlowQueryResponse, _err error)

func (*Client) GenerateMergedTable

func (client *Client) GenerateMergedTable(request *GenerateMergedTableRequest) (_result *GenerateMergedTableResponse, _err error)

func (*Client) GenerateMergedTableWithOptions

func (client *Client) GenerateMergedTableWithOptions(request *GenerateMergedTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateMergedTableResponse, _err error)

func (*Client) GetDomain

func (client *Client) GetDomain(domainName *string, request *GetDomainRequest) (_result *GetDomainResponse, _err error)

func (*Client) GetDomainWithOptions

func (client *Client) GetDomainWithOptions(domainName *string, request *GetDomainRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDomainResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetFunctionCurrentVersion

func (client *Client) GetFunctionCurrentVersion(functionName *string, request *GetFunctionCurrentVersionRequest) (_result *GetFunctionCurrentVersionResponse, _err error)

func (*Client) GetFunctionCurrentVersionWithOptions

func (client *Client) GetFunctionCurrentVersionWithOptions(functionName *string, request *GetFunctionCurrentVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionCurrentVersionResponse, _err error)

func (*Client) GetFunctionDefaultInstance

func (client *Client) GetFunctionDefaultInstance(appGroupIdentity *string, functionName *string) (_result *GetFunctionDefaultInstanceResponse, _err error)

func (*Client) GetFunctionDefaultInstanceWithOptions

func (client *Client) GetFunctionDefaultInstanceWithOptions(appGroupIdentity *string, functionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionDefaultInstanceResponse, _err error)

func (*Client) GetFunctionInstance

func (client *Client) GetFunctionInstance(appGroupIdentity *string, functionName *string, instanceName *string, request *GetFunctionInstanceRequest) (_result *GetFunctionInstanceResponse, _err error)

func (*Client) GetFunctionInstanceWithOptions

func (client *Client) GetFunctionInstanceWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, request *GetFunctionInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionInstanceResponse, _err error)

func (*Client) GetFunctionTask

func (client *Client) GetFunctionTask(appGroupIdentity *string, functionName *string, instanceName *string, generation *string) (_result *GetFunctionTaskResponse, _err error)

func (*Client) GetFunctionTaskWithOptions

func (client *Client) GetFunctionTaskWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, generation *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionTaskResponse, _err error)

func (*Client) GetFunctionVersion

func (client *Client) GetFunctionVersion(functionName *string, versionId *string) (_result *GetFunctionVersionResponse, _err error)

func (*Client) GetFunctionVersionWithOptions

func (client *Client) GetFunctionVersionWithOptions(functionName *string, versionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionVersionResponse, _err error)

func (*Client) GetModelProgress

func (client *Client) GetModelProgress(appGroupIdentity *string, modelName *string) (_result *GetModelProgressResponse, _err error)

func (*Client) GetModelProgressWithOptions

func (client *Client) GetModelProgressWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelProgressResponse, _err error)

func (*Client) GetModelReport

func (client *Client) GetModelReport(appGroupIdentity *string, modelName *string) (_result *GetModelReportResponse, _err error)

func (*Client) GetModelReportWithOptions

func (client *Client) GetModelReportWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelReportResponse, _err error)

func (*Client) GetScriptFileNames

func (client *Client) GetScriptFileNames(appGroupIdentity *string, appVersionId *string, scriptName *string) (_result *GetScriptFileNamesResponse, _err error)

func (*Client) GetScriptFileNamesWithOptions

func (client *Client) GetScriptFileNamesWithOptions(appGroupIdentity *string, appVersionId *string, scriptName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetScriptFileNamesResponse, _err error)

func (*Client) GetSearchStrategy

func (client *Client) GetSearchStrategy(appGroupIdentity *string, appId *string, strategyName *string) (_result *GetSearchStrategyResponse, _err error)

func (*Client) GetSearchStrategyWithOptions

func (client *Client) GetSearchStrategyWithOptions(appGroupIdentity *string, appId *string, strategyName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSearchStrategyResponse, _err error)

func (*Client) GetSortScript

func (client *Client) GetSortScript(appGroupIdentity *string, scriptName *string, appVersionId *string) (_result *GetSortScriptResponse, _err error)

func (*Client) GetSortScriptFile

func (client *Client) GetSortScriptFile(appGroupIdentity *string, scriptName *string, appVersionId *string, fileName *string) (_result *GetSortScriptFileResponse, _err error)

func (*Client) GetSortScriptFileWithOptions

func (client *Client) GetSortScriptFileWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, fileName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSortScriptFileResponse, _err error)

func (*Client) GetSortScriptWithOptions

func (client *Client) GetSortScriptWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSortScriptResponse, _err error)

func (*Client) GetValidationError

func (client *Client) GetValidationError(appGroupIdentity *string, request *GetValidationErrorRequest) (_result *GetValidationErrorResponse, _err error)

func (*Client) GetValidationErrorWithOptions

func (client *Client) GetValidationErrorWithOptions(appGroupIdentity *string, request *GetValidationErrorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetValidationErrorResponse, _err error)

func (*Client) GetValidationReport

func (client *Client) GetValidationReport(appGroupIdentity *string, request *GetValidationReportRequest) (_result *GetValidationReportResponse, _err error)

func (*Client) GetValidationReportWithOptions

func (client *Client) GetValidationReportWithOptions(appGroupIdentity *string, request *GetValidationReportRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetValidationReportResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListABTestExperiments

func (client *Client) ListABTestExperiments(appGroupIdentity *string, sceneId *string, groupId *string) (_result *ListABTestExperimentsResponse, _err error)

func (*Client) ListABTestExperimentsWithOptions

func (client *Client) ListABTestExperimentsWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListABTestExperimentsResponse, _err error)

func (*Client) ListABTestFixedFlowDividers

func (client *Client) ListABTestFixedFlowDividers(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string) (_result *ListABTestFixedFlowDividersResponse, _err error)

func (*Client) ListABTestFixedFlowDividersWithOptions

func (client *Client) ListABTestFixedFlowDividersWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListABTestFixedFlowDividersResponse, _err error)

func (*Client) ListABTestGroups

func (client *Client) ListABTestGroups(appGroupIdentity *string, sceneId *string) (_result *ListABTestGroupsResponse, _err error)

func (*Client) ListABTestGroupsWithOptions

func (client *Client) ListABTestGroupsWithOptions(appGroupIdentity *string, sceneId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListABTestGroupsResponse, _err error)

func (*Client) ListABTestMetrics

func (client *Client) ListABTestMetrics(appGroupIdentity *string, sceneId *string, groupId *string) (_result *ListABTestMetricsResponse, _err error)

func (*Client) ListABTestMetricsWithOptions

func (client *Client) ListABTestMetricsWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListABTestMetricsResponse, _err error)

func (*Client) ListABTestScenes

func (client *Client) ListABTestScenes(appGroupIdentity *string) (_result *ListABTestScenesResponse, _err error)

func (*Client) ListABTestScenesWithOptions

func (client *Client) ListABTestScenesWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListABTestScenesResponse, _err error)

func (*Client) ListAppGroupErrors

func (client *Client) ListAppGroupErrors(appGroupIdentity *string, request *ListAppGroupErrorsRequest) (_result *ListAppGroupErrorsResponse, _err error)

func (*Client) ListAppGroupErrorsWithOptions

func (client *Client) ListAppGroupErrorsWithOptions(appGroupIdentity *string, request *ListAppGroupErrorsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAppGroupErrorsResponse, _err error)

func (*Client) ListAppGroupMetrics

func (client *Client) ListAppGroupMetrics(appGroupIdentity *string, request *ListAppGroupMetricsRequest) (_result *ListAppGroupMetricsResponse, _err error)

func (*Client) ListAppGroupMetricsWithOptions

func (client *Client) ListAppGroupMetricsWithOptions(appGroupIdentity *string, request *ListAppGroupMetricsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAppGroupMetricsResponse, _err error)

func (*Client) ListAppGroups

func (client *Client) ListAppGroups(request *ListAppGroupsRequest) (_result *ListAppGroupsResponse, _err error)

func (*Client) ListAppGroupsWithOptions

func (client *Client) ListAppGroupsWithOptions(request *ListAppGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAppGroupsResponse, _err error)

func (*Client) ListApps

func (client *Client) ListApps(request *ListAppsRequest) (_result *ListAppsResponse, _err error)

func (*Client) ListAppsWithOptions

func (client *Client) ListAppsWithOptions(request *ListAppsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAppsResponse, _err error)

func (*Client) ListDataCollections

func (client *Client) ListDataCollections(appGroupIdentity *string, request *ListDataCollectionsRequest) (_result *ListDataCollectionsResponse, _err error)

func (*Client) ListDataCollectionsWithOptions

func (client *Client) ListDataCollectionsWithOptions(appGroupIdentity *string, request *ListDataCollectionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDataCollectionsResponse, _err error)

func (*Client) ListDataSourceTableFields

func (client *Client) ListDataSourceTableFields(dataSourceType *string, request *ListDataSourceTableFieldsRequest) (_result *ListDataSourceTableFieldsResponse, _err error)

func (*Client) ListDataSourceTableFieldsWithOptions

func (client *Client) ListDataSourceTableFieldsWithOptions(dataSourceType *string, request *ListDataSourceTableFieldsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDataSourceTableFieldsResponse, _err error)

func (*Client) ListDataSourceTables

func (client *Client) ListDataSourceTables(dataSourceType *string, request *ListDataSourceTablesRequest) (_result *ListDataSourceTablesResponse, _err error)

func (*Client) ListDataSourceTablesWithOptions

func (client *Client) ListDataSourceTablesWithOptions(dataSourceType *string, request *ListDataSourceTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDataSourceTablesResponse, _err error)

func (*Client) ListDeployedAlgorithmModels

func (client *Client) ListDeployedAlgorithmModels(appGroupIdentity *string, request *ListDeployedAlgorithmModelsRequest) (_result *ListDeployedAlgorithmModelsResponse, _err error)

func (*Client) ListDeployedAlgorithmModelsWithOptions

func (client *Client) ListDeployedAlgorithmModelsWithOptions(appGroupIdentity *string, request *ListDeployedAlgorithmModelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDeployedAlgorithmModelsResponse, _err error)

func (*Client) ListFirstRanks

func (client *Client) ListFirstRanks(appGroupIdentity *string, appId *string) (_result *ListFirstRanksResponse, _err error)

func (*Client) ListFirstRanksWithOptions

func (client *Client) ListFirstRanksWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFirstRanksResponse, _err error)

func (*Client) ListFunctionInstances

func (client *Client) ListFunctionInstances(appGroupIdentity *string, functionName *string, request *ListFunctionInstancesRequest) (_result *ListFunctionInstancesResponse, _err error)

func (*Client) ListFunctionInstancesWithOptions

func (client *Client) ListFunctionInstancesWithOptions(appGroupIdentity *string, functionName *string, request *ListFunctionInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFunctionInstancesResponse, _err error)

func (*Client) ListFunctionTasks

func (client *Client) ListFunctionTasks(appGroupIdentity *string, functionName *string, instanceName *string, request *ListFunctionTasksRequest) (_result *ListFunctionTasksResponse, _err error)

func (*Client) ListFunctionTasksWithOptions

func (client *Client) ListFunctionTasksWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, request *ListFunctionTasksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFunctionTasksResponse, _err error)

func (*Client) ListInterventionDictionaries

func (client *Client) ListInterventionDictionaries(request *ListInterventionDictionariesRequest) (_result *ListInterventionDictionariesResponse, _err error)

func (*Client) ListInterventionDictionariesWithOptions

func (client *Client) ListInterventionDictionariesWithOptions(request *ListInterventionDictionariesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInterventionDictionariesResponse, _err error)

func (*Client) ListInterventionDictionaryEntries

func (client *Client) ListInterventionDictionaryEntries(name *string, request *ListInterventionDictionaryEntriesRequest) (_result *ListInterventionDictionaryEntriesResponse, _err error)

func (*Client) ListInterventionDictionaryEntriesWithOptions

func (client *Client) ListInterventionDictionaryEntriesWithOptions(name *string, request *ListInterventionDictionaryEntriesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInterventionDictionaryEntriesResponse, _err error)

func (*Client) ListInterventionDictionaryNerResults

func (client *Client) ListInterventionDictionaryNerResults(name *string, request *ListInterventionDictionaryNerResultsRequest) (_result *ListInterventionDictionaryNerResultsResponse, _err error)

func (*Client) ListInterventionDictionaryNerResultsWithOptions

func (client *Client) ListInterventionDictionaryNerResultsWithOptions(name *string, request *ListInterventionDictionaryNerResultsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInterventionDictionaryNerResultsResponse, _err error)

func (*Client) ListInterventionDictionaryRelatedEntities

func (client *Client) ListInterventionDictionaryRelatedEntities(name *string) (_result *ListInterventionDictionaryRelatedEntitiesResponse, _err error)

func (*Client) ListInterventionDictionaryRelatedEntitiesWithOptions

func (client *Client) ListInterventionDictionaryRelatedEntitiesWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInterventionDictionaryRelatedEntitiesResponse, _err error)

func (*Client) ListModels

func (client *Client) ListModels(appGroupIdentity *string, request *ListModelsRequest) (_result *ListModelsResponse, _err error)

func (*Client) ListModelsWithOptions

func (client *Client) ListModelsWithOptions(appGroupIdentity *string, request *ListModelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelsResponse, _err error)

func (*Client) ListProceedings

func (client *Client) ListProceedings(appGroupIdentity *string, request *ListProceedingsRequest) (_result *ListProceedingsResponse, _err error)

func (*Client) ListProceedingsWithOptions

func (client *Client) ListProceedingsWithOptions(appGroupIdentity *string, request *ListProceedingsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProceedingsResponse, _err error)

func (*Client) ListQueryProcessorAnalyzerResults

func (client *Client) ListQueryProcessorAnalyzerResults(appGroupIdentity *string, appId *string, name *string, request *ListQueryProcessorAnalyzerResultsRequest) (_result *ListQueryProcessorAnalyzerResultsResponse, _err error)

func (*Client) ListQueryProcessorAnalyzerResultsWithOptions

func (client *Client) ListQueryProcessorAnalyzerResultsWithOptions(appGroupIdentity *string, appId *string, name *string, request *ListQueryProcessorAnalyzerResultsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQueryProcessorAnalyzerResultsResponse, _err error)

func (*Client) ListQueryProcessorNers

func (client *Client) ListQueryProcessorNers(request *ListQueryProcessorNersRequest) (_result *ListQueryProcessorNersResponse, _err error)

func (*Client) ListQueryProcessorNersWithOptions

func (client *Client) ListQueryProcessorNersWithOptions(request *ListQueryProcessorNersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQueryProcessorNersResponse, _err error)

func (*Client) ListQueryProcessors

func (client *Client) ListQueryProcessors(appGroupIdentity *string, appId *string, request *ListQueryProcessorsRequest) (_result *ListQueryProcessorsResponse, _err error)

func (*Client) ListQueryProcessorsWithOptions

func (client *Client) ListQueryProcessorsWithOptions(appGroupIdentity *string, appId *string, request *ListQueryProcessorsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQueryProcessorsResponse, _err error)

func (*Client) ListQuotaReviewTasks

func (client *Client) ListQuotaReviewTasks(appGroupIdentity *string, request *ListQuotaReviewTasksRequest) (_result *ListQuotaReviewTasksResponse, _err error)

func (*Client) ListQuotaReviewTasksWithOptions

func (client *Client) ListQuotaReviewTasksWithOptions(appGroupIdentity *string, request *ListQuotaReviewTasksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQuotaReviewTasksResponse, _err error)

func (*Client) ListRamRoles

func (client *Client) ListRamRoles() (_result *ListRamRolesResponse, _err error)

func (*Client) ListRamRolesWithOptions

func (client *Client) ListRamRolesWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRamRolesResponse, _err error)

func (*Client) ListScheduledTasks

func (client *Client) ListScheduledTasks(appGroupIdentity *string, request *ListScheduledTasksRequest) (_result *ListScheduledTasksResponse, _err error)

func (*Client) ListScheduledTasksWithOptions

func (client *Client) ListScheduledTasksWithOptions(appGroupIdentity *string, request *ListScheduledTasksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListScheduledTasksResponse, _err error)

func (*Client) ListSearchStrategies

func (client *Client) ListSearchStrategies(appGroupIdentity *string, appId *string) (_result *ListSearchStrategiesResponse, _err error)

func (*Client) ListSearchStrategiesWithOptions

func (client *Client) ListSearchStrategiesWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSearchStrategiesResponse, _err error)

func (*Client) ListSecondRanks

func (client *Client) ListSecondRanks(appGroupIdentity *string, appId *string) (_result *ListSecondRanksResponse, _err error)

func (*Client) ListSecondRanksWithOptions

func (client *Client) ListSecondRanksWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSecondRanksResponse, _err error)

func (*Client) ListSlowQueryCategories

func (client *Client) ListSlowQueryCategories(appGroupIdentity *string) (_result *ListSlowQueryCategoriesResponse, _err error)

func (*Client) ListSlowQueryCategoriesWithOptions

func (client *Client) ListSlowQueryCategoriesWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSlowQueryCategoriesResponse, _err error)

func (*Client) ListSlowQueryQueries

func (client *Client) ListSlowQueryQueries(appGroupIdentity *string, categoryIndex *string) (_result *ListSlowQueryQueriesResponse, _err error)

func (*Client) ListSlowQueryQueriesWithOptions

func (client *Client) ListSlowQueryQueriesWithOptions(appGroupIdentity *string, categoryIndex *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSlowQueryQueriesResponse, _err error)

func (*Client) ListSortExpressions

func (client *Client) ListSortExpressions(appGroupIdentity *string, appId *string) (_result *ListSortExpressionsResponse, _err error)

func (*Client) ListSortExpressionsWithOptions

func (client *Client) ListSortExpressionsWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSortExpressionsResponse, _err error)

func (*Client) ListSortScripts

func (client *Client) ListSortScripts(appGroupIdentity *string, appVersionId *string) (_result *ListSortScriptsResponse, _err error)

func (*Client) ListSortScriptsWithOptions

func (client *Client) ListSortScriptsWithOptions(appGroupIdentity *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSortScriptsResponse, _err error)

func (*Client) ListStatisticLogs

func (client *Client) ListStatisticLogs(appGroupIdentity *string, moduleName *string, request *ListStatisticLogsRequest) (_result *ListStatisticLogsResponse, _err error)

func (*Client) ListStatisticLogsWithOptions

func (client *Client) ListStatisticLogsWithOptions(appGroupIdentity *string, moduleName *string, request *ListStatisticLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListStatisticLogsResponse, _err error)

func (*Client) ListStatisticReport

func (client *Client) ListStatisticReport(appGroupIdentity *string, moduleName *string, request *ListStatisticReportRequest) (_result *ListStatisticReportResponse, _err error)

func (*Client) ListStatisticReportWithOptions

func (client *Client) ListStatisticReportWithOptions(appGroupIdentity *string, moduleName *string, request *ListStatisticReportRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListStatisticReportResponse, _err error)

func (*Client) ListUserAnalyzerEntries

func (client *Client) ListUserAnalyzerEntries(name *string, request *ListUserAnalyzerEntriesRequest) (_result *ListUserAnalyzerEntriesResponse, _err error)

func (*Client) ListUserAnalyzerEntriesWithOptions

func (client *Client) ListUserAnalyzerEntriesWithOptions(name *string, request *ListUserAnalyzerEntriesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserAnalyzerEntriesResponse, _err error)

func (*Client) ListUserAnalyzers

func (client *Client) ListUserAnalyzers(request *ListUserAnalyzersRequest) (_result *ListUserAnalyzersResponse, _err error)

func (*Client) ListUserAnalyzersWithOptions

func (client *Client) ListUserAnalyzersWithOptions(request *ListUserAnalyzersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserAnalyzersResponse, _err error)

func (*Client) ModifyAppGroup

func (client *Client) ModifyAppGroup(appGroupIdentity *string) (_result *ModifyAppGroupResponse, _err error)

func (*Client) ModifyAppGroupQuota

func (client *Client) ModifyAppGroupQuota(appGroupIdentity *string) (_result *ModifyAppGroupQuotaResponse, _err error)

func (*Client) ModifyAppGroupQuotaWithOptions

func (client *Client) ModifyAppGroupQuotaWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyAppGroupQuotaResponse, _err error)

func (*Client) ModifyAppGroupWithOptions

func (client *Client) ModifyAppGroupWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyAppGroupResponse, _err error)

func (*Client) ModifyFirstRank

func (client *Client) ModifyFirstRank(appGroupIdentity *string, appId *string, name *string, request *ModifyFirstRankRequest) (_result *ModifyFirstRankResponse, _err error)

func (*Client) ModifyFirstRankWithOptions

func (client *Client) ModifyFirstRankWithOptions(appGroupIdentity *string, appId *string, name *string, request *ModifyFirstRankRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyFirstRankResponse, _err error)

func (*Client) ModifyModel

func (client *Client) ModifyModel(appGroupIdentity *string, modelName *string) (_result *ModifyModelResponse, _err error)

func (*Client) ModifyModelWithOptions

func (client *Client) ModifyModelWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyModelResponse, _err error)

func (*Client) ModifyQueryProcessor

func (client *Client) ModifyQueryProcessor(appGroupIdentity *string, appId *string, name *string, request *ModifyQueryProcessorRequest) (_result *ModifyQueryProcessorResponse, _err error)

func (*Client) ModifyQueryProcessorWithOptions

func (client *Client) ModifyQueryProcessorWithOptions(appGroupIdentity *string, appId *string, name *string, request *ModifyQueryProcessorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyQueryProcessorResponse, _err error)

func (*Client) ModifyScheduledTask

func (client *Client) ModifyScheduledTask(appGroupIdentity *string, taskId *string) (_result *ModifyScheduledTaskResponse, _err error)

func (*Client) ModifyScheduledTaskWithOptions

func (client *Client) ModifyScheduledTaskWithOptions(appGroupIdentity *string, taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyScheduledTaskResponse, _err error)

func (*Client) ModifySecondRank

func (client *Client) ModifySecondRank(appGroupIdentity *string, appId *string, name *string, request *ModifySecondRankRequest) (_result *ModifySecondRankResponse, _err error)

func (*Client) ModifySecondRankWithOptions

func (client *Client) ModifySecondRankWithOptions(appGroupIdentity *string, appId *string, name *string, request *ModifySecondRankRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifySecondRankResponse, _err error)

func (*Client) PreviewModel

func (client *Client) PreviewModel(appGroupIdentity *string, modelName *string, request *PreviewModelRequest) (_result *PreviewModelResponse, _err error)

func (*Client) PreviewModelWithOptions

func (client *Client) PreviewModelWithOptions(appGroupIdentity *string, modelName *string, request *PreviewModelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PreviewModelResponse, _err error)

func (*Client) PushInterventionDictionaryEntries

func (client *Client) PushInterventionDictionaryEntries(name *string) (_result *PushInterventionDictionaryEntriesResponse, _err error)

func (*Client) PushInterventionDictionaryEntriesWithOptions

func (client *Client) PushInterventionDictionaryEntriesWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PushInterventionDictionaryEntriesResponse, _err error)

func (*Client) PushUserAnalyzerEntries

func (client *Client) PushUserAnalyzerEntries(name *string) (_result *PushUserAnalyzerEntriesResponse, _err error)

func (*Client) PushUserAnalyzerEntriesWithOptions

func (client *Client) PushUserAnalyzerEntriesWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PushUserAnalyzerEntriesResponse, _err error)

func (*Client) RankPreviewQuery

func (client *Client) RankPreviewQuery(appGroupIdentity *string, modelName *string) (_result *RankPreviewQueryResponse, _err error)

func (*Client) RankPreviewQueryWithOptions

func (client *Client) RankPreviewQueryWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RankPreviewQueryResponse, _err error)

func (*Client) ReleaseSortScript

func (client *Client) ReleaseSortScript(appGroupIdentity *string, scriptName *string, appVersionId *string) (_result *ReleaseSortScriptResponse, _err error)

func (*Client) ReleaseSortScriptWithOptions

func (client *Client) ReleaseSortScriptWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReleaseSortScriptResponse, _err error)

func (*Client) RemoveApp

func (client *Client) RemoveApp(appGroupIdentity *string, appId *string) (_result *RemoveAppResponse, _err error)

func (*Client) RemoveAppGroup

func (client *Client) RemoveAppGroup(appGroupIdentity *string) (_result *RemoveAppGroupResponse, _err error)

func (*Client) RemoveAppGroupWithOptions

func (client *Client) RemoveAppGroupWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveAppGroupResponse, _err error)

func (*Client) RemoveAppWithOptions

func (client *Client) RemoveAppWithOptions(appGroupIdentity *string, appId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveAppResponse, _err error)

func (*Client) RemoveDataCollection

func (client *Client) RemoveDataCollection(appGroupIdentity *string, dataCollectionIdentity *string) (_result *RemoveDataCollectionResponse, _err error)

func (*Client) RemoveDataCollectionWithOptions

func (client *Client) RemoveDataCollectionWithOptions(appGroupIdentity *string, dataCollectionIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveDataCollectionResponse, _err error)

func (*Client) RemoveFirstRank

func (client *Client) RemoveFirstRank(appGroupIdentity *string, appId *string, name *string) (_result *RemoveFirstRankResponse, _err error)

func (*Client) RemoveFirstRankWithOptions

func (client *Client) RemoveFirstRankWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveFirstRankResponse, _err error)

func (*Client) RemoveInterventionDictionary

func (client *Client) RemoveInterventionDictionary(name *string) (_result *RemoveInterventionDictionaryResponse, _err error)

func (*Client) RemoveInterventionDictionaryWithOptions

func (client *Client) RemoveInterventionDictionaryWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveInterventionDictionaryResponse, _err error)

func (*Client) RemoveQueryProcessor

func (client *Client) RemoveQueryProcessor(appGroupIdentity *string, appId *string, name *string) (_result *RemoveQueryProcessorResponse, _err error)

func (*Client) RemoveQueryProcessorWithOptions

func (client *Client) RemoveQueryProcessorWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveQueryProcessorResponse, _err error)

func (*Client) RemoveScheduledTask

func (client *Client) RemoveScheduledTask(appGroupIdentity *string, taskId *string) (_result *RemoveScheduledTaskResponse, _err error)

func (*Client) RemoveScheduledTaskWithOptions

func (client *Client) RemoveScheduledTaskWithOptions(appGroupIdentity *string, taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveScheduledTaskResponse, _err error)

func (*Client) RemoveSearchStrategy

func (client *Client) RemoveSearchStrategy(appGroupIdentity *string, appId *string, strategyName *string) (_result *RemoveSearchStrategyResponse, _err error)

func (*Client) RemoveSearchStrategyWithOptions

func (client *Client) RemoveSearchStrategyWithOptions(appGroupIdentity *string, appId *string, strategyName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveSearchStrategyResponse, _err error)

func (*Client) RemoveSecondRank

func (client *Client) RemoveSecondRank(appGroupIdentity *string, appId *string, name *string) (_result *RemoveSecondRankResponse, _err error)

func (*Client) RemoveSecondRankWithOptions

func (client *Client) RemoveSecondRankWithOptions(appGroupIdentity *string, appId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveSecondRankResponse, _err error)

func (*Client) RemoveUserAnalyzer

func (client *Client) RemoveUserAnalyzer(name *string) (_result *RemoveUserAnalyzerResponse, _err error)

func (*Client) RemoveUserAnalyzerWithOptions

func (client *Client) RemoveUserAnalyzerWithOptions(name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveUserAnalyzerResponse, _err error)

func (*Client) RenewAppGroup

func (client *Client) RenewAppGroup(appGroupIdentity *string, request *RenewAppGroupRequest) (_result *RenewAppGroupResponse, _err error)

func (*Client) RenewAppGroupWithOptions

func (client *Client) RenewAppGroupWithOptions(appGroupIdentity *string, request *RenewAppGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RenewAppGroupResponse, _err error)

func (*Client) ReplaceAppGroupCommodityCode

func (client *Client) ReplaceAppGroupCommodityCode(appGroupIdentity *string) (_result *ReplaceAppGroupCommodityCodeResponse, _err error)

func (*Client) ReplaceAppGroupCommodityCodeWithOptions

func (client *Client) ReplaceAppGroupCommodityCodeWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReplaceAppGroupCommodityCodeResponse, _err error)

func (*Client) SaveSortScriptFile

func (client *Client) SaveSortScriptFile(appGroupIdentity *string, scriptName *string, appVersionId *string, fileName *string) (_result *SaveSortScriptFileResponse, _err error)

func (*Client) SaveSortScriptFileWithOptions

func (client *Client) SaveSortScriptFileWithOptions(appGroupIdentity *string, scriptName *string, appVersionId *string, fileName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SaveSortScriptFileResponse, _err error)

func (*Client) StartSlowQueryAnalyzer

func (client *Client) StartSlowQueryAnalyzer(appGroupIdentity *string) (_result *StartSlowQueryAnalyzerResponse, _err error)

func (*Client) StartSlowQueryAnalyzerWithOptions

func (client *Client) StartSlowQueryAnalyzerWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartSlowQueryAnalyzerResponse, _err error)

func (*Client) TrainModel

func (client *Client) TrainModel(appGroupIdentity *string, modelName *string) (_result *TrainModelResponse, _err error)

func (*Client) TrainModelWithOptions

func (client *Client) TrainModelWithOptions(appGroupIdentity *string, modelName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TrainModelResponse, _err error)

func (*Client) UnbindESUserAnalyzer

func (client *Client) UnbindESUserAnalyzer(appGroupIdentity *string, esInstanceId *string) (_result *UnbindESUserAnalyzerResponse, _err error)

func (*Client) UnbindESUserAnalyzerWithOptions

func (client *Client) UnbindESUserAnalyzerWithOptions(appGroupIdentity *string, esInstanceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnbindESUserAnalyzerResponse, _err error)

func (*Client) UnbindEsInstance

func (client *Client) UnbindEsInstance(appGroupIdentity *string) (_result *UnbindEsInstanceResponse, _err error)

func (*Client) UnbindEsInstanceWithOptions

func (client *Client) UnbindEsInstanceWithOptions(appGroupIdentity *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnbindEsInstanceResponse, _err error)

func (*Client) UpdateABTestExperiment

func (client *Client) UpdateABTestExperiment(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string) (_result *UpdateABTestExperimentResponse, _err error)

func (*Client) UpdateABTestExperimentWithOptions

func (client *Client) UpdateABTestExperimentWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateABTestExperimentResponse, _err error)

func (*Client) UpdateABTestFixedFlowDividers

func (client *Client) UpdateABTestFixedFlowDividers(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string) (_result *UpdateABTestFixedFlowDividersResponse, _err error)

func (*Client) UpdateABTestFixedFlowDividersWithOptions

func (client *Client) UpdateABTestFixedFlowDividersWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, experimentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateABTestFixedFlowDividersResponse, _err error)

func (*Client) UpdateABTestGroup

func (client *Client) UpdateABTestGroup(appGroupIdentity *string, sceneId *string, groupId *string) (_result *UpdateABTestGroupResponse, _err error)

func (*Client) UpdateABTestGroupWithOptions

func (client *Client) UpdateABTestGroupWithOptions(appGroupIdentity *string, sceneId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateABTestGroupResponse, _err error)

func (*Client) UpdateABTestScene

func (client *Client) UpdateABTestScene(appGroupIdentity *string, sceneId *string) (_result *UpdateABTestSceneResponse, _err error)

func (*Client) UpdateABTestSceneWithOptions

func (client *Client) UpdateABTestSceneWithOptions(appGroupIdentity *string, sceneId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateABTestSceneResponse, _err error)

func (*Client) UpdateFetchFields

func (client *Client) UpdateFetchFields(appGroupIdentity *string, appId *string, request *UpdateFetchFieldsRequest) (_result *UpdateFetchFieldsResponse, _err error)

func (*Client) UpdateFetchFieldsWithOptions

func (client *Client) UpdateFetchFieldsWithOptions(appGroupIdentity *string, appId *string, request *UpdateFetchFieldsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFetchFieldsResponse, _err error)

func (*Client) UpdateFunctionDefaultInstance

func (client *Client) UpdateFunctionDefaultInstance(appGroupIdentity *string, functionName *string, request *UpdateFunctionDefaultInstanceRequest) (_result *UpdateFunctionDefaultInstanceResponse, _err error)

func (*Client) UpdateFunctionDefaultInstanceWithOptions

func (client *Client) UpdateFunctionDefaultInstanceWithOptions(appGroupIdentity *string, functionName *string, request *UpdateFunctionDefaultInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFunctionDefaultInstanceResponse, _err error)

func (*Client) UpdateFunctionInstance

func (client *Client) UpdateFunctionInstance(appGroupIdentity *string, functionName *string, instanceName *string, request *UpdateFunctionInstanceRequest) (_result *UpdateFunctionInstanceResponse, _err error)

func (*Client) UpdateFunctionInstanceWithOptions

func (client *Client) UpdateFunctionInstanceWithOptions(appGroupIdentity *string, functionName *string, instanceName *string, request *UpdateFunctionInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFunctionInstanceResponse, _err error)

func (*Client) UpdateSearchStrategy

func (client *Client) UpdateSearchStrategy(appGroupIdentity *string, appId *string, strategyName *string) (_result *UpdateSearchStrategyResponse, _err error)

func (*Client) UpdateSearchStrategyWithOptions

func (client *Client) UpdateSearchStrategyWithOptions(appGroupIdentity *string, appId *string, strategyName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateSearchStrategyResponse, _err error)

func (*Client) UpdateSortScript

func (client *Client) UpdateSortScript(appGroupIdentity *string, appVersionId *string, scriptName *string) (_result *UpdateSortScriptResponse, _err error)

func (*Client) UpdateSortScriptWithOptions

func (client *Client) UpdateSortScriptWithOptions(appGroupIdentity *string, appVersionId *string, scriptName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateSortScriptResponse, _err error)

func (*Client) UpdateSummaries

func (client *Client) UpdateSummaries(appGroupIdentity *string, appId *string, request *UpdateSummariesRequest) (_result *UpdateSummariesResponse, _err error)

func (*Client) UpdateSummariesWithOptions

func (client *Client) UpdateSummariesWithOptions(appGroupIdentity *string, appId *string, request *UpdateSummariesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateSummariesResponse, _err error)

func (*Client) ValidateDataSources

func (client *Client) ValidateDataSources() (_result *ValidateDataSourcesResponse, _err error)

func (*Client) ValidateDataSourcesWithOptions

func (client *Client) ValidateDataSourcesWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ValidateDataSourcesResponse, _err error)

type CompileSortScriptResponse

type CompileSortScriptResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CompileSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CompileSortScriptResponse) GoString

func (s CompileSortScriptResponse) GoString() string

func (*CompileSortScriptResponse) SetBody

func (*CompileSortScriptResponse) SetHeaders

func (*CompileSortScriptResponse) SetStatusCode

func (CompileSortScriptResponse) String

func (s CompileSortScriptResponse) String() string

type CompileSortScriptResponseBody

type CompileSortScriptResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (CompileSortScriptResponseBody) GoString

func (*CompileSortScriptResponseBody) SetRequestId

func (CompileSortScriptResponseBody) String

type CreateABTestExperimentResponse

type CreateABTestExperimentResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateABTestExperimentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateABTestExperimentResponse) GoString

func (*CreateABTestExperimentResponse) SetHeaders

func (*CreateABTestExperimentResponse) SetStatusCode

func (CreateABTestExperimentResponse) String

type CreateABTestExperimentResponseBody

type CreateABTestExperimentResponseBody struct {
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateABTestExperimentResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateABTestExperimentResponseBody) GoString

func (*CreateABTestExperimentResponseBody) SetRequestId

func (CreateABTestExperimentResponseBody) String

type CreateABTestExperimentResponseBodyResult

type CreateABTestExperimentResponseBodyResult struct {
	Created *int32                 `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string                `json:"name,omitempty" xml:"name,omitempty"`
	Online  *bool                  `json:"online,omitempty" xml:"online,omitempty"`
	Params  map[string]interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Traffic *int32                 `json:"traffic,omitempty" xml:"traffic,omitempty"`
	Updated *int32                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateABTestExperimentResponseBodyResult) GoString

func (*CreateABTestExperimentResponseBodyResult) SetCreated

func (*CreateABTestExperimentResponseBodyResult) SetId

func (*CreateABTestExperimentResponseBodyResult) SetName

func (*CreateABTestExperimentResponseBodyResult) SetOnline

func (*CreateABTestExperimentResponseBodyResult) SetParams

func (*CreateABTestExperimentResponseBodyResult) SetTraffic

func (*CreateABTestExperimentResponseBodyResult) SetUpdated

func (CreateABTestExperimentResponseBodyResult) String

type CreateABTestGroupResponse

type CreateABTestGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateABTestGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateABTestGroupResponse) GoString

func (s CreateABTestGroupResponse) GoString() string

func (*CreateABTestGroupResponse) SetBody

func (*CreateABTestGroupResponse) SetHeaders

func (*CreateABTestGroupResponse) SetStatusCode

func (CreateABTestGroupResponse) String

func (s CreateABTestGroupResponse) String() string

type CreateABTestGroupResponseBody

type CreateABTestGroupResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateABTestGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateABTestGroupResponseBody) GoString

func (*CreateABTestGroupResponseBody) SetRequestId

func (CreateABTestGroupResponseBody) String

type CreateABTestGroupResponseBodyResult

type CreateABTestGroupResponseBodyResult struct {
	Created *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32  `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateABTestGroupResponseBodyResult) GoString

func (*CreateABTestGroupResponseBodyResult) SetCreated

func (*CreateABTestGroupResponseBodyResult) SetId

func (*CreateABTestGroupResponseBodyResult) SetName

func (*CreateABTestGroupResponseBodyResult) SetStatus

func (*CreateABTestGroupResponseBodyResult) SetUpdated

func (CreateABTestGroupResponseBodyResult) String

type CreateABTestSceneResponse

type CreateABTestSceneResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateABTestSceneResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateABTestSceneResponse) GoString

func (s CreateABTestSceneResponse) GoString() string

func (*CreateABTestSceneResponse) SetBody

func (*CreateABTestSceneResponse) SetHeaders

func (*CreateABTestSceneResponse) SetStatusCode

func (CreateABTestSceneResponse) String

func (s CreateABTestSceneResponse) String() string

type CreateABTestSceneResponseBody

type CreateABTestSceneResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateABTestSceneResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateABTestSceneResponseBody) GoString

func (*CreateABTestSceneResponseBody) SetRequestId

func (CreateABTestSceneResponseBody) String

type CreateABTestSceneResponseBodyResult

type CreateABTestSceneResponseBodyResult struct {
	Created *int32    `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string   `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string   `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32    `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32    `json:"updated,omitempty" xml:"updated,omitempty"`
	Values  []*string `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (CreateABTestSceneResponseBodyResult) GoString

func (*CreateABTestSceneResponseBodyResult) SetCreated

func (*CreateABTestSceneResponseBodyResult) SetId

func (*CreateABTestSceneResponseBodyResult) SetName

func (*CreateABTestSceneResponseBodyResult) SetStatus

func (*CreateABTestSceneResponseBodyResult) SetUpdated

func (*CreateABTestSceneResponseBodyResult) SetValues

func (CreateABTestSceneResponseBodyResult) String

type CreateAppGroupResponse

type CreateAppGroupResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAppGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAppGroupResponse) GoString

func (s CreateAppGroupResponse) GoString() string

func (*CreateAppGroupResponse) SetBody

func (*CreateAppGroupResponse) SetHeaders

func (*CreateAppGroupResponse) SetStatusCode

func (CreateAppGroupResponse) String

func (s CreateAppGroupResponse) String() string

type CreateAppGroupResponseBody

type CreateAppGroupResponseBody struct {
	RequestId *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateAppGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateAppGroupResponseBody) GoString

func (s CreateAppGroupResponseBody) GoString() string

func (*CreateAppGroupResponseBody) SetRequestId

func (*CreateAppGroupResponseBody) SetResult

func (CreateAppGroupResponseBody) String

type CreateAppGroupResponseBodyResult

type CreateAppGroupResponseBodyResult struct {
	ChargeType                        *string                                `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                 `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                                `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                 `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                                `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                                `json:"description,omitempty" xml:"description,omitempty"`
	Domain                            *string                                `json:"domain,omitempty" xml:"domain,omitempty"`
	ExpireOn                          *string                                `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                 `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                 `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                                `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                                `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                                `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                 `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                                `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                 `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                                `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                 `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                                `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *CreateAppGroupResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                 `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                                `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                 `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                                `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateAppGroupResponseBodyResult) GoString

func (*CreateAppGroupResponseBodyResult) SetChargeType

func (*CreateAppGroupResponseBodyResult) SetChargingWay

func (*CreateAppGroupResponseBodyResult) SetCommodityCode

func (*CreateAppGroupResponseBodyResult) SetCreated

func (*CreateAppGroupResponseBodyResult) SetCurrentVersion

func (*CreateAppGroupResponseBodyResult) SetDescription

func (*CreateAppGroupResponseBodyResult) SetDomain

func (*CreateAppGroupResponseBodyResult) SetExpireOn

func (*CreateAppGroupResponseBodyResult) SetFirstRankAlgoDeploymentId

func (s *CreateAppGroupResponseBodyResult) SetFirstRankAlgoDeploymentId(v int32) *CreateAppGroupResponseBodyResult

func (*CreateAppGroupResponseBodyResult) SetHasPendingQuotaReviewTask

func (s *CreateAppGroupResponseBodyResult) SetHasPendingQuotaReviewTask(v int32) *CreateAppGroupResponseBodyResult

func (*CreateAppGroupResponseBodyResult) SetId

func (*CreateAppGroupResponseBodyResult) SetInstanceId

func (*CreateAppGroupResponseBodyResult) SetLockMode

func (*CreateAppGroupResponseBodyResult) SetLockedByExpiration

func (*CreateAppGroupResponseBodyResult) SetName

func (*CreateAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (s *CreateAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId(v int32) *CreateAppGroupResponseBodyResult

func (*CreateAppGroupResponseBodyResult) SetProcessingOrderId

func (*CreateAppGroupResponseBodyResult) SetProduced

func (*CreateAppGroupResponseBodyResult) SetProjectId

func (*CreateAppGroupResponseBodyResult) SetSecondRankAlgoDeploymentId

func (s *CreateAppGroupResponseBodyResult) SetSecondRankAlgoDeploymentId(v int32) *CreateAppGroupResponseBodyResult

func (*CreateAppGroupResponseBodyResult) SetStatus

func (*CreateAppGroupResponseBodyResult) SetSwitchedTime

func (*CreateAppGroupResponseBodyResult) SetType

func (*CreateAppGroupResponseBodyResult) SetUpdated

func (CreateAppGroupResponseBodyResult) String

type CreateAppGroupResponseBodyResultQuota

type CreateAppGroupResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (CreateAppGroupResponseBodyResultQuota) GoString

func (*CreateAppGroupResponseBodyResultQuota) SetComputeResource

func (*CreateAppGroupResponseBodyResultQuota) SetDocSize

func (*CreateAppGroupResponseBodyResultQuota) SetSpec

func (CreateAppGroupResponseBodyResultQuota) String

type CreateAppRequest

type CreateAppRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (CreateAppRequest) GoString

func (s CreateAppRequest) GoString() string

func (*CreateAppRequest) SetDryRun

func (s *CreateAppRequest) SetDryRun(v bool) *CreateAppRequest

func (CreateAppRequest) String

func (s CreateAppRequest) String() string

type CreateAppResponse

type CreateAppResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAppResponse) GoString

func (s CreateAppResponse) GoString() string

func (*CreateAppResponse) SetBody

func (*CreateAppResponse) SetHeaders

func (s *CreateAppResponse) SetHeaders(v map[string]*string) *CreateAppResponse

func (*CreateAppResponse) SetStatusCode

func (s *CreateAppResponse) SetStatusCode(v int32) *CreateAppResponse

func (CreateAppResponse) String

func (s CreateAppResponse) String() string

type CreateAppResponseBody

type CreateAppResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateAppResponseBody) GoString

func (s CreateAppResponseBody) GoString() string

func (*CreateAppResponseBody) SetRequestId

func (*CreateAppResponseBody) SetResult

func (s *CreateAppResponseBody) SetResult(v map[string]interface{}) *CreateAppResponseBody

func (CreateAppResponseBody) String

func (s CreateAppResponseBody) String() string

type CreateDataCollectionResponse

type CreateDataCollectionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDataCollectionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDataCollectionResponse) GoString

func (s CreateDataCollectionResponse) GoString() string

func (*CreateDataCollectionResponse) SetBody

func (*CreateDataCollectionResponse) SetHeaders

func (*CreateDataCollectionResponse) SetStatusCode

func (CreateDataCollectionResponse) String

type CreateDataCollectionResponseBody

type CreateDataCollectionResponseBody struct {
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateDataCollectionResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateDataCollectionResponseBody) GoString

func (*CreateDataCollectionResponseBody) SetRequestId

func (CreateDataCollectionResponseBody) String

type CreateDataCollectionResponseBodyResult

type CreateDataCollectionResponseBodyResult struct {
	Created            *int32  `json:"created,omitempty" xml:"created,omitempty"`
	DataCollectionType *string `json:"dataCollectionType,omitempty" xml:"dataCollectionType,omitempty"`
	Id                 *string `json:"id,omitempty" xml:"id,omitempty"`
	IndustryName       *string `json:"industryName,omitempty" xml:"industryName,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	Status             *int32  `json:"status,omitempty" xml:"status,omitempty"`
	SundialId          *string `json:"sundialId,omitempty" xml:"sundialId,omitempty"`
	Type               *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated            *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateDataCollectionResponseBodyResult) GoString

func (*CreateDataCollectionResponseBodyResult) SetCreated

func (*CreateDataCollectionResponseBodyResult) SetDataCollectionType

func (*CreateDataCollectionResponseBodyResult) SetId

func (*CreateDataCollectionResponseBodyResult) SetIndustryName

func (*CreateDataCollectionResponseBodyResult) SetName

func (*CreateDataCollectionResponseBodyResult) SetStatus

func (*CreateDataCollectionResponseBodyResult) SetSundialId

func (*CreateDataCollectionResponseBodyResult) SetType

func (*CreateDataCollectionResponseBodyResult) SetUpdated

func (CreateDataCollectionResponseBodyResult) String

type CreateFirstRankRequest

type CreateFirstRankRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (CreateFirstRankRequest) GoString

func (s CreateFirstRankRequest) GoString() string

func (*CreateFirstRankRequest) SetDryRun

func (CreateFirstRankRequest) String

func (s CreateFirstRankRequest) String() string

type CreateFirstRankResponse

type CreateFirstRankResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFirstRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFirstRankResponse) GoString

func (s CreateFirstRankResponse) GoString() string

func (*CreateFirstRankResponse) SetBody

func (*CreateFirstRankResponse) SetHeaders

func (*CreateFirstRankResponse) SetStatusCode

func (CreateFirstRankResponse) String

func (s CreateFirstRankResponse) String() string

type CreateFirstRankResponseBody

type CreateFirstRankResponseBody struct {
	RequestId *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateFirstRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateFirstRankResponseBody) GoString

func (s CreateFirstRankResponseBody) GoString() string

func (*CreateFirstRankResponseBody) SetRequestId

func (*CreateFirstRankResponseBody) SetResult

func (CreateFirstRankResponseBody) String

type CreateFirstRankResponseBodyResult

type CreateFirstRankResponseBodyResult struct {
	Active *bool                                    `json:"active,omitempty" xml:"active,omitempty"`
	Meta   []*CreateFirstRankResponseBodyResultMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Repeated"`
	Name   *string                                  `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateFirstRankResponseBodyResult) GoString

func (*CreateFirstRankResponseBodyResult) SetActive

func (*CreateFirstRankResponseBodyResult) SetName

func (CreateFirstRankResponseBodyResult) String

type CreateFirstRankResponseBodyResultMeta

type CreateFirstRankResponseBodyResultMeta struct {
	Arg       *string  `json:"arg,omitempty" xml:"arg,omitempty"`
	Attribute *string  `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Weight    *float32 `json:"weight,omitempty" xml:"weight,omitempty"`
}

func (CreateFirstRankResponseBodyResultMeta) GoString

func (*CreateFirstRankResponseBodyResultMeta) SetArg

func (*CreateFirstRankResponseBodyResultMeta) SetAttribute

func (*CreateFirstRankResponseBodyResultMeta) SetWeight

func (CreateFirstRankResponseBodyResultMeta) String

type CreateFunctionInstanceRequest

type CreateFunctionInstanceRequest struct {
	CreateParameters []*CreateFunctionInstanceRequestCreateParameters `json:"createParameters,omitempty" xml:"createParameters,omitempty" type:"Repeated"`
	Cron             *string                                          `json:"cron,omitempty" xml:"cron,omitempty"`
	Description      *string                                          `json:"description,omitempty" xml:"description,omitempty"`
	FunctionType     *string                                          `json:"functionType,omitempty" xml:"functionType,omitempty"`
	InstanceName     *string                                          `json:"instanceName,omitempty" xml:"instanceName,omitempty"`
	ModelType        *string                                          `json:"modelType,omitempty" xml:"modelType,omitempty"`
	UsageParameters  []*CreateFunctionInstanceRequestUsageParameters  `json:"usageParameters,omitempty" xml:"usageParameters,omitempty" type:"Repeated"`
}

func (CreateFunctionInstanceRequest) GoString

func (*CreateFunctionInstanceRequest) SetCron

func (*CreateFunctionInstanceRequest) SetDescription

func (*CreateFunctionInstanceRequest) SetFunctionType

func (*CreateFunctionInstanceRequest) SetInstanceName

func (*CreateFunctionInstanceRequest) SetModelType

func (CreateFunctionInstanceRequest) String

type CreateFunctionInstanceRequestCreateParameters

type CreateFunctionInstanceRequestCreateParameters struct {
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateFunctionInstanceRequestCreateParameters) GoString

func (*CreateFunctionInstanceRequestCreateParameters) SetName

func (*CreateFunctionInstanceRequestCreateParameters) SetValue

func (CreateFunctionInstanceRequestCreateParameters) String

type CreateFunctionInstanceRequestUsageParameters

type CreateFunctionInstanceRequestUsageParameters struct {
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateFunctionInstanceRequestUsageParameters) GoString

func (*CreateFunctionInstanceRequestUsageParameters) SetName

func (*CreateFunctionInstanceRequestUsageParameters) SetValue

func (CreateFunctionInstanceRequestUsageParameters) String

type CreateFunctionInstanceResponse

type CreateFunctionInstanceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFunctionInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFunctionInstanceResponse) GoString

func (*CreateFunctionInstanceResponse) SetHeaders

func (*CreateFunctionInstanceResponse) SetStatusCode

func (CreateFunctionInstanceResponse) String

type CreateFunctionInstanceResponseBody

type CreateFunctionInstanceResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (CreateFunctionInstanceResponseBody) GoString

func (*CreateFunctionInstanceResponseBody) SetCode

func (*CreateFunctionInstanceResponseBody) SetHttpCode

func (*CreateFunctionInstanceResponseBody) SetLatency

func (*CreateFunctionInstanceResponseBody) SetMessage

func (*CreateFunctionInstanceResponseBody) SetRequestId

func (*CreateFunctionInstanceResponseBody) SetStatus

func (CreateFunctionInstanceResponseBody) String

type CreateFunctionTaskResponse

type CreateFunctionTaskResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFunctionTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFunctionTaskResponse) GoString

func (s CreateFunctionTaskResponse) GoString() string

func (*CreateFunctionTaskResponse) SetBody

func (*CreateFunctionTaskResponse) SetHeaders

func (*CreateFunctionTaskResponse) SetStatusCode

func (CreateFunctionTaskResponse) String

type CreateFunctionTaskResponseBody

type CreateFunctionTaskResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (CreateFunctionTaskResponseBody) GoString

func (*CreateFunctionTaskResponseBody) SetCode

func (*CreateFunctionTaskResponseBody) SetHttpCode

func (*CreateFunctionTaskResponseBody) SetLatency

func (*CreateFunctionTaskResponseBody) SetMessage

func (*CreateFunctionTaskResponseBody) SetRequestId

func (*CreateFunctionTaskResponseBody) SetStatus

func (CreateFunctionTaskResponseBody) String

type CreateInterventionDictionaryResponse

type CreateInterventionDictionaryResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateInterventionDictionaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateInterventionDictionaryResponse) GoString

func (*CreateInterventionDictionaryResponse) SetHeaders

func (*CreateInterventionDictionaryResponse) SetStatusCode

func (CreateInterventionDictionaryResponse) String

type CreateInterventionDictionaryResponseBody

type CreateInterventionDictionaryResponseBody struct {
	RequestId *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateInterventionDictionaryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateInterventionDictionaryResponseBody) GoString

func (*CreateInterventionDictionaryResponseBody) SetRequestId

func (CreateInterventionDictionaryResponseBody) String

type CreateInterventionDictionaryResponseBodyResult

type CreateInterventionDictionaryResponseBodyResult struct {
	Analyzer *string `json:"analyzer,omitempty" xml:"analyzer,omitempty"`
	Created  *string `json:"created,omitempty" xml:"created,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated  *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateInterventionDictionaryResponseBodyResult) GoString

func (*CreateInterventionDictionaryResponseBodyResult) SetAnalyzer

func (*CreateInterventionDictionaryResponseBodyResult) SetCreated

func (*CreateInterventionDictionaryResponseBodyResult) SetName

func (*CreateInterventionDictionaryResponseBodyResult) SetType

func (*CreateInterventionDictionaryResponseBodyResult) SetUpdated

func (CreateInterventionDictionaryResponseBodyResult) String

type CreateModelResponse

type CreateModelResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateModelResponse) GoString

func (s CreateModelResponse) GoString() string

func (*CreateModelResponse) SetBody

func (*CreateModelResponse) SetHeaders

func (s *CreateModelResponse) SetHeaders(v map[string]*string) *CreateModelResponse

func (*CreateModelResponse) SetStatusCode

func (s *CreateModelResponse) SetStatusCode(v int32) *CreateModelResponse

func (CreateModelResponse) String

func (s CreateModelResponse) String() string

type CreateModelResponseBody

type CreateModelResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateModelResponseBody) GoString

func (s CreateModelResponseBody) GoString() string

func (*CreateModelResponseBody) SetRequestId

func (*CreateModelResponseBody) SetResult

func (s *CreateModelResponseBody) SetResult(v map[string]interface{}) *CreateModelResponseBody

func (CreateModelResponseBody) String

func (s CreateModelResponseBody) String() string

type CreateQueryProcessorRequest

type CreateQueryProcessorRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (CreateQueryProcessorRequest) GoString

func (s CreateQueryProcessorRequest) GoString() string

func (*CreateQueryProcessorRequest) SetDryRun

func (CreateQueryProcessorRequest) String

type CreateQueryProcessorResponse

type CreateQueryProcessorResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateQueryProcessorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateQueryProcessorResponse) GoString

func (s CreateQueryProcessorResponse) GoString() string

func (*CreateQueryProcessorResponse) SetBody

func (*CreateQueryProcessorResponse) SetHeaders

func (*CreateQueryProcessorResponse) SetStatusCode

func (CreateQueryProcessorResponse) String

type CreateQueryProcessorResponseBody

type CreateQueryProcessorResponseBody struct {
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateQueryProcessorResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (CreateQueryProcessorResponseBody) GoString

func (*CreateQueryProcessorResponseBody) SetRequestId

func (CreateQueryProcessorResponseBody) String

type CreateQueryProcessorResponseBodyResult

type CreateQueryProcessorResponseBodyResult struct {
	Active     *bool                    `json:"active,omitempty" xml:"active,omitempty"`
	Created    *int32                   `json:"created,omitempty" xml:"created,omitempty"`
	Domain     *string                  `json:"domain,omitempty" xml:"domain,omitempty"`
	Indexes    []*string                `json:"indexes,omitempty" xml:"indexes,omitempty" type:"Repeated"`
	Name       *string                  `json:"name,omitempty" xml:"name,omitempty"`
	Processors []map[string]interface{} `json:"processors,omitempty" xml:"processors,omitempty" type:"Repeated"`
	Updated    *int32                   `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (CreateQueryProcessorResponseBodyResult) GoString

func (*CreateQueryProcessorResponseBodyResult) SetActive

func (*CreateQueryProcessorResponseBodyResult) SetCreated

func (*CreateQueryProcessorResponseBodyResult) SetDomain

func (*CreateQueryProcessorResponseBodyResult) SetIndexes

func (*CreateQueryProcessorResponseBodyResult) SetName

func (*CreateQueryProcessorResponseBodyResult) SetProcessors

func (*CreateQueryProcessorResponseBodyResult) SetUpdated

func (CreateQueryProcessorResponseBodyResult) String

type CreateScheduledTaskResponse

type CreateScheduledTaskResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateScheduledTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateScheduledTaskResponse) GoString

func (s CreateScheduledTaskResponse) GoString() string

func (*CreateScheduledTaskResponse) SetBody

func (*CreateScheduledTaskResponse) SetHeaders

func (*CreateScheduledTaskResponse) SetStatusCode

func (CreateScheduledTaskResponse) String

type CreateScheduledTaskResponseBody

type CreateScheduledTaskResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateScheduledTaskResponseBody) GoString

func (*CreateScheduledTaskResponseBody) SetRequestId

func (*CreateScheduledTaskResponseBody) SetResult

func (CreateScheduledTaskResponseBody) String

type CreateSearchStrategyResponse

type CreateSearchStrategyResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSearchStrategyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSearchStrategyResponse) GoString

func (s CreateSearchStrategyResponse) GoString() string

func (*CreateSearchStrategyResponse) SetBody

func (*CreateSearchStrategyResponse) SetHeaders

func (*CreateSearchStrategyResponse) SetStatusCode

func (CreateSearchStrategyResponse) String

type CreateSearchStrategyResponseBody

type CreateSearchStrategyResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (CreateSearchStrategyResponseBody) GoString

func (*CreateSearchStrategyResponseBody) SetRequestId

func (CreateSearchStrategyResponseBody) String

type CreateSecondRankRequest

type CreateSecondRankRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (CreateSecondRankRequest) GoString

func (s CreateSecondRankRequest) GoString() string

func (*CreateSecondRankRequest) SetDryRun

func (CreateSecondRankRequest) String

func (s CreateSecondRankRequest) String() string

type CreateSecondRankResponse

type CreateSecondRankResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSecondRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSecondRankResponse) GoString

func (s CreateSecondRankResponse) GoString() string

func (*CreateSecondRankResponse) SetBody

func (*CreateSecondRankResponse) SetHeaders

func (*CreateSecondRankResponse) SetStatusCode

func (CreateSecondRankResponse) String

func (s CreateSecondRankResponse) String() string

type CreateSecondRankResponseBody

type CreateSecondRankResponseBody struct {
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateSecondRankResponseBody) GoString

func (s CreateSecondRankResponseBody) GoString() string

func (*CreateSecondRankResponseBody) SetRequestId

func (*CreateSecondRankResponseBody) SetResult

func (s *CreateSecondRankResponseBody) SetResult(v map[string]interface{}) *CreateSecondRankResponseBody

func (CreateSecondRankResponseBody) String

type CreateSortScriptResponse

type CreateSortScriptResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSortScriptResponse) GoString

func (s CreateSortScriptResponse) GoString() string

func (*CreateSortScriptResponse) SetBody

func (*CreateSortScriptResponse) SetHeaders

func (*CreateSortScriptResponse) SetStatusCode

func (CreateSortScriptResponse) String

func (s CreateSortScriptResponse) String() string

type CreateSortScriptResponseBody

type CreateSortScriptResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (CreateSortScriptResponseBody) GoString

func (s CreateSortScriptResponseBody) GoString() string

func (*CreateSortScriptResponseBody) SetRequestId

func (CreateSortScriptResponseBody) String

type CreateUserAnalyzerResponse

type CreateUserAnalyzerResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateUserAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateUserAnalyzerResponse) GoString

func (s CreateUserAnalyzerResponse) GoString() string

func (*CreateUserAnalyzerResponse) SetBody

func (*CreateUserAnalyzerResponse) SetHeaders

func (*CreateUserAnalyzerResponse) SetStatusCode

func (CreateUserAnalyzerResponse) String

type CreateUserAnalyzerResponseBody

type CreateUserAnalyzerResponseBody struct {
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateUserAnalyzerResponseBody) GoString

func (*CreateUserAnalyzerResponseBody) SetRequestId

func (*CreateUserAnalyzerResponseBody) SetResult

func (s *CreateUserAnalyzerResponseBody) SetResult(v map[string]interface{}) *CreateUserAnalyzerResponseBody

func (CreateUserAnalyzerResponseBody) String

type DeleteABTestExperimentResponse

type DeleteABTestExperimentResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteABTestExperimentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteABTestExperimentResponse) GoString

func (*DeleteABTestExperimentResponse) SetHeaders

func (*DeleteABTestExperimentResponse) SetStatusCode

func (DeleteABTestExperimentResponse) String

type DeleteABTestExperimentResponseBody

type DeleteABTestExperimentResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteABTestExperimentResponseBody) GoString

func (*DeleteABTestExperimentResponseBody) SetRequestId

func (*DeleteABTestExperimentResponseBody) SetResult

func (DeleteABTestExperimentResponseBody) String

type DeleteABTestGroupResponse

type DeleteABTestGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteABTestGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteABTestGroupResponse) GoString

func (s DeleteABTestGroupResponse) GoString() string

func (*DeleteABTestGroupResponse) SetBody

func (*DeleteABTestGroupResponse) SetHeaders

func (*DeleteABTestGroupResponse) SetStatusCode

func (DeleteABTestGroupResponse) String

func (s DeleteABTestGroupResponse) String() string

type DeleteABTestGroupResponseBody

type DeleteABTestGroupResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteABTestGroupResponseBody) GoString

func (*DeleteABTestGroupResponseBody) SetRequestId

func (*DeleteABTestGroupResponseBody) SetResult

func (s *DeleteABTestGroupResponseBody) SetResult(v map[string]interface{}) *DeleteABTestGroupResponseBody

func (DeleteABTestGroupResponseBody) String

type DeleteABTestSceneResponse

type DeleteABTestSceneResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteABTestSceneResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteABTestSceneResponse) GoString

func (s DeleteABTestSceneResponse) GoString() string

func (*DeleteABTestSceneResponse) SetBody

func (*DeleteABTestSceneResponse) SetHeaders

func (*DeleteABTestSceneResponse) SetStatusCode

func (DeleteABTestSceneResponse) String

func (s DeleteABTestSceneResponse) String() string

type DeleteABTestSceneResponseBody

type DeleteABTestSceneResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteABTestSceneResponseBody) GoString

func (*DeleteABTestSceneResponseBody) SetRequestId

func (*DeleteABTestSceneResponseBody) SetResult

func (s *DeleteABTestSceneResponseBody) SetResult(v map[string]interface{}) *DeleteABTestSceneResponseBody

func (DeleteABTestSceneResponseBody) String

type DeleteFunctionInstanceResponse

type DeleteFunctionInstanceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteFunctionInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteFunctionInstanceResponse) GoString

func (*DeleteFunctionInstanceResponse) SetHeaders

func (*DeleteFunctionInstanceResponse) SetStatusCode

func (DeleteFunctionInstanceResponse) String

type DeleteFunctionInstanceResponseBody

type DeleteFunctionInstanceResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DeleteFunctionInstanceResponseBody) GoString

func (*DeleteFunctionInstanceResponseBody) SetCode

func (*DeleteFunctionInstanceResponseBody) SetHttpCode

func (*DeleteFunctionInstanceResponseBody) SetLatency

func (*DeleteFunctionInstanceResponseBody) SetMessage

func (*DeleteFunctionInstanceResponseBody) SetRequestId

func (*DeleteFunctionInstanceResponseBody) SetStatus

func (DeleteFunctionInstanceResponseBody) String

type DeleteFunctionTaskResponse

type DeleteFunctionTaskResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteFunctionTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteFunctionTaskResponse) GoString

func (s DeleteFunctionTaskResponse) GoString() string

func (*DeleteFunctionTaskResponse) SetBody

func (*DeleteFunctionTaskResponse) SetHeaders

func (*DeleteFunctionTaskResponse) SetStatusCode

func (DeleteFunctionTaskResponse) String

type DeleteFunctionTaskResponseBody

type DeleteFunctionTaskResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DeleteFunctionTaskResponseBody) GoString

func (*DeleteFunctionTaskResponseBody) SetCode

func (*DeleteFunctionTaskResponseBody) SetHttpCode

func (*DeleteFunctionTaskResponseBody) SetLatency

func (*DeleteFunctionTaskResponseBody) SetMessage

func (*DeleteFunctionTaskResponseBody) SetRequestId

func (*DeleteFunctionTaskResponseBody) SetStatus

func (DeleteFunctionTaskResponseBody) String

type DeleteModelResponse

type DeleteModelResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteModelResponse) GoString

func (s DeleteModelResponse) GoString() string

func (*DeleteModelResponse) SetBody

func (*DeleteModelResponse) SetHeaders

func (s *DeleteModelResponse) SetHeaders(v map[string]*string) *DeleteModelResponse

func (*DeleteModelResponse) SetStatusCode

func (s *DeleteModelResponse) SetStatusCode(v int32) *DeleteModelResponse

func (DeleteModelResponse) String

func (s DeleteModelResponse) String() string

type DeleteModelResponseBody

type DeleteModelResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteModelResponseBody) GoString

func (s DeleteModelResponseBody) GoString() string

func (*DeleteModelResponseBody) SetRequestId

func (*DeleteModelResponseBody) SetResult

func (DeleteModelResponseBody) String

func (s DeleteModelResponseBody) String() string

type DeleteSortScriptFileResponse

type DeleteSortScriptFileResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteSortScriptFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteSortScriptFileResponse) GoString

func (s DeleteSortScriptFileResponse) GoString() string

func (*DeleteSortScriptFileResponse) SetBody

func (*DeleteSortScriptFileResponse) SetHeaders

func (*DeleteSortScriptFileResponse) SetStatusCode

func (DeleteSortScriptFileResponse) String

type DeleteSortScriptFileResponseBody

type DeleteSortScriptFileResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (DeleteSortScriptFileResponseBody) GoString

func (*DeleteSortScriptFileResponseBody) SetRequestId

func (DeleteSortScriptFileResponseBody) String

type DeleteSortScriptResponse

type DeleteSortScriptResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteSortScriptResponse) GoString

func (s DeleteSortScriptResponse) GoString() string

func (*DeleteSortScriptResponse) SetBody

func (*DeleteSortScriptResponse) SetHeaders

func (*DeleteSortScriptResponse) SetStatusCode

func (DeleteSortScriptResponse) String

func (s DeleteSortScriptResponse) String() string

type DeleteSortScriptResponseBody

type DeleteSortScriptResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (DeleteSortScriptResponseBody) GoString

func (s DeleteSortScriptResponseBody) GoString() string

func (*DeleteSortScriptResponseBody) SetRequestId

func (DeleteSortScriptResponseBody) String

type DescribeABTestExperimentResponse

type DescribeABTestExperimentResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeABTestExperimentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeABTestExperimentResponse) GoString

func (*DescribeABTestExperimentResponse) SetHeaders

func (*DescribeABTestExperimentResponse) SetStatusCode

func (DescribeABTestExperimentResponse) String

type DescribeABTestExperimentResponseBody

type DescribeABTestExperimentResponseBody struct {
	RequestId *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeABTestExperimentResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeABTestExperimentResponseBody) GoString

func (*DescribeABTestExperimentResponseBody) SetRequestId

func (DescribeABTestExperimentResponseBody) String

type DescribeABTestExperimentResponseBodyResult

type DescribeABTestExperimentResponseBodyResult struct {
	Created *int32                                            `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string                                           `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string                                           `json:"name,omitempty" xml:"name,omitempty"`
	Online  *bool                                             `json:"online,omitempty" xml:"online,omitempty"`
	Params  *DescribeABTestExperimentResponseBodyResultParams `json:"params,omitempty" xml:"params,omitempty" type:"Struct"`
	Traffic *int32                                            `json:"traffic,omitempty" xml:"traffic,omitempty"`
	Updated *int32                                            `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeABTestExperimentResponseBodyResult) GoString

func (*DescribeABTestExperimentResponseBodyResult) SetCreated

func (*DescribeABTestExperimentResponseBodyResult) SetId

func (*DescribeABTestExperimentResponseBodyResult) SetName

func (*DescribeABTestExperimentResponseBodyResult) SetOnline

func (*DescribeABTestExperimentResponseBodyResult) SetTraffic

func (*DescribeABTestExperimentResponseBodyResult) SetUpdated

func (DescribeABTestExperimentResponseBodyResult) String

type DescribeABTestExperimentResponseBodyResultParams

type DescribeABTestExperimentResponseBodyResultParams struct {
	FirstFormulaName *string `json:"first_formula_name,omitempty" xml:"first_formula_name,omitempty"`
}

func (DescribeABTestExperimentResponseBodyResultParams) GoString

func (*DescribeABTestExperimentResponseBodyResultParams) SetFirstFormulaName

func (DescribeABTestExperimentResponseBodyResultParams) String

type DescribeABTestGroupResponse

type DescribeABTestGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeABTestGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeABTestGroupResponse) GoString

func (s DescribeABTestGroupResponse) GoString() string

func (*DescribeABTestGroupResponse) SetBody

func (*DescribeABTestGroupResponse) SetHeaders

func (*DescribeABTestGroupResponse) SetStatusCode

func (DescribeABTestGroupResponse) String

type DescribeABTestGroupResponseBody

type DescribeABTestGroupResponseBody struct {
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeABTestGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeABTestGroupResponseBody) GoString

func (*DescribeABTestGroupResponseBody) SetRequestId

func (DescribeABTestGroupResponseBody) String

type DescribeABTestGroupResponseBodyResult

type DescribeABTestGroupResponseBodyResult struct {
	Created *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32  `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeABTestGroupResponseBodyResult) GoString

func (*DescribeABTestGroupResponseBodyResult) SetCreated

func (*DescribeABTestGroupResponseBodyResult) SetId

func (*DescribeABTestGroupResponseBodyResult) SetName

func (*DescribeABTestGroupResponseBodyResult) SetStatus

func (*DescribeABTestGroupResponseBodyResult) SetUpdated

func (DescribeABTestGroupResponseBodyResult) String

type DescribeABTestSceneResponse

type DescribeABTestSceneResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeABTestSceneResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeABTestSceneResponse) GoString

func (s DescribeABTestSceneResponse) GoString() string

func (*DescribeABTestSceneResponse) SetBody

func (*DescribeABTestSceneResponse) SetHeaders

func (*DescribeABTestSceneResponse) SetStatusCode

func (DescribeABTestSceneResponse) String

type DescribeABTestSceneResponseBody

type DescribeABTestSceneResponseBody struct {
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeABTestSceneResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeABTestSceneResponseBody) GoString

func (*DescribeABTestSceneResponseBody) SetRequestId

func (DescribeABTestSceneResponseBody) String

type DescribeABTestSceneResponseBodyResult

type DescribeABTestSceneResponseBodyResult struct {
	Created *int32    `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string   `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string   `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32    `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32    `json:"updated,omitempty" xml:"updated,omitempty"`
	Values  []*string `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (DescribeABTestSceneResponseBodyResult) GoString

func (*DescribeABTestSceneResponseBodyResult) SetCreated

func (*DescribeABTestSceneResponseBodyResult) SetId

func (*DescribeABTestSceneResponseBodyResult) SetName

func (*DescribeABTestSceneResponseBodyResult) SetStatus

func (*DescribeABTestSceneResponseBodyResult) SetUpdated

func (*DescribeABTestSceneResponseBodyResult) SetValues

func (DescribeABTestSceneResponseBodyResult) String

type DescribeAppGroupDataReportRequest

type DescribeAppGroupDataReportRequest struct {
	EndTime   *string `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *string `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (DescribeAppGroupDataReportRequest) GoString

func (*DescribeAppGroupDataReportRequest) SetEndTime

func (*DescribeAppGroupDataReportRequest) SetStartTime

func (DescribeAppGroupDataReportRequest) String

type DescribeAppGroupDataReportResponse

type DescribeAppGroupDataReportResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppGroupDataReportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppGroupDataReportResponse) GoString

func (*DescribeAppGroupDataReportResponse) SetHeaders

func (*DescribeAppGroupDataReportResponse) SetStatusCode

func (DescribeAppGroupDataReportResponse) String

type DescribeAppGroupDataReportResponseBody

type DescribeAppGroupDataReportResponseBody struct {
	RequestId *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeAppGroupDataReportResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeAppGroupDataReportResponseBody) GoString

func (*DescribeAppGroupDataReportResponseBody) SetRequestId

func (DescribeAppGroupDataReportResponseBody) String

type DescribeAppGroupDataReportResponseBodyResult

type DescribeAppGroupDataReportResponseBodyResult struct {
	ReceivedCount  *int32                                                        `json:"receivedCount,omitempty" xml:"receivedCount,omitempty"`
	ReceivedSample []*DescribeAppGroupDataReportResponseBodyResultReceivedSample `json:"receivedSample,omitempty" xml:"receivedSample,omitempty" type:"Repeated"`
}

func (DescribeAppGroupDataReportResponseBodyResult) GoString

func (*DescribeAppGroupDataReportResponseBodyResult) SetReceivedCount

func (DescribeAppGroupDataReportResponseBodyResult) String

type DescribeAppGroupDataReportResponseBodyResultReceivedSample

type DescribeAppGroupDataReportResponseBodyResultReceivedSample struct {
	Message        *DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage `json:"message,omitempty" xml:"message,omitempty" type:"Struct"`
	ReceivedTimeMs *int64                                                             `json:"receivedTimeMs,omitempty" xml:"receivedTimeMs,omitempty"`
}

func (DescribeAppGroupDataReportResponseBodyResultReceivedSample) GoString

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSample) SetReceivedTimeMs

func (DescribeAppGroupDataReportResponseBodyResultReceivedSample) String

type DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage

type DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage struct {
	Arg1       *string `json:"arg1,omitempty" xml:"arg1,omitempty"`
	Arg3       *string `json:"arg3,omitempty" xml:"arg3,omitempty"`
	Args       *string `json:"args,omitempty" xml:"args,omitempty"`
	ClientIp   *string `json:"clientIp,omitempty" xml:"clientIp,omitempty"`
	EventId    *int32  `json:"eventId,omitempty" xml:"eventId,omitempty"`
	Page       *string `json:"page,omitempty" xml:"page,omitempty"`
	SdkType    *string `json:"sdkType,omitempty" xml:"sdkType,omitempty"`
	SdkVersion *string `json:"sdkVersion,omitempty" xml:"sdkVersion,omitempty"`
	SessionId  *string `json:"sessionId,omitempty" xml:"sessionId,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) GoString

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetArg1

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetArg3

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetArgs

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetClientIp

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetEventId

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetPage

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetSdkType

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetSdkVersion

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetSessionId

func (*DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) SetUserId

func (DescribeAppGroupDataReportResponseBodyResultReceivedSampleMessage) String

type DescribeAppGroupResponse

type DescribeAppGroupResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppGroupResponse) GoString

func (s DescribeAppGroupResponse) GoString() string

func (*DescribeAppGroupResponse) SetBody

func (*DescribeAppGroupResponse) SetHeaders

func (*DescribeAppGroupResponse) SetStatusCode

func (DescribeAppGroupResponse) String

func (s DescribeAppGroupResponse) String() string

type DescribeAppGroupResponseBody

type DescribeAppGroupResponseBody struct {
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeAppGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeAppGroupResponseBody) GoString

func (s DescribeAppGroupResponseBody) GoString() string

func (*DescribeAppGroupResponseBody) SetRequestId

func (*DescribeAppGroupResponseBody) SetResult

func (DescribeAppGroupResponseBody) String

type DescribeAppGroupResponseBodyResult

type DescribeAppGroupResponseBodyResult struct {
	ChargeType                        *string                                  `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                   `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                                  `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                   `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                                  `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                                  `json:"description,omitempty" xml:"description,omitempty"`
	Domain                            *string                                  `json:"domain,omitempty" xml:"domain,omitempty"`
	ExpireOn                          *string                                  `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                   `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                   `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                                  `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                                  `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                                  `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                   `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                                  `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                   `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                                  `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                   `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                                  `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *DescribeAppGroupResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                   `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                                  `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                   `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                                  `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                   `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeAppGroupResponseBodyResult) GoString

func (*DescribeAppGroupResponseBodyResult) SetChargeType

func (*DescribeAppGroupResponseBodyResult) SetChargingWay

func (*DescribeAppGroupResponseBodyResult) SetCommodityCode

func (*DescribeAppGroupResponseBodyResult) SetCreated

func (*DescribeAppGroupResponseBodyResult) SetCurrentVersion

func (*DescribeAppGroupResponseBodyResult) SetDescription

func (*DescribeAppGroupResponseBodyResult) SetDomain

func (*DescribeAppGroupResponseBodyResult) SetExpireOn

func (*DescribeAppGroupResponseBodyResult) SetFirstRankAlgoDeploymentId

func (*DescribeAppGroupResponseBodyResult) SetHasPendingQuotaReviewTask

func (*DescribeAppGroupResponseBodyResult) SetId

func (*DescribeAppGroupResponseBodyResult) SetInstanceId

func (*DescribeAppGroupResponseBodyResult) SetLockMode

func (*DescribeAppGroupResponseBodyResult) SetLockedByExpiration

func (*DescribeAppGroupResponseBodyResult) SetName

func (*DescribeAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (s *DescribeAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId(v int32) *DescribeAppGroupResponseBodyResult

func (*DescribeAppGroupResponseBodyResult) SetProcessingOrderId

func (*DescribeAppGroupResponseBodyResult) SetProduced

func (*DescribeAppGroupResponseBodyResult) SetProjectId

func (*DescribeAppGroupResponseBodyResult) SetSecondRankAlgoDeploymentId

func (*DescribeAppGroupResponseBodyResult) SetStatus

func (*DescribeAppGroupResponseBodyResult) SetSwitchedTime

func (*DescribeAppGroupResponseBodyResult) SetType

func (*DescribeAppGroupResponseBodyResult) SetUpdated

func (DescribeAppGroupResponseBodyResult) String

type DescribeAppGroupResponseBodyResultQuota

type DescribeAppGroupResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (DescribeAppGroupResponseBodyResultQuota) GoString

func (*DescribeAppGroupResponseBodyResultQuota) SetComputeResource

func (*DescribeAppGroupResponseBodyResultQuota) SetDocSize

func (*DescribeAppGroupResponseBodyResultQuota) SetSpec

func (DescribeAppGroupResponseBodyResultQuota) String

type DescribeAppGroupStatisticsResponse

type DescribeAppGroupStatisticsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppGroupStatisticsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppGroupStatisticsResponse) GoString

func (*DescribeAppGroupStatisticsResponse) SetHeaders

func (*DescribeAppGroupStatisticsResponse) SetStatusCode

func (DescribeAppGroupStatisticsResponse) String

type DescribeAppGroupStatisticsResponseBody

type DescribeAppGroupStatisticsResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DescribeAppGroupStatisticsResponseBody) GoString

func (*DescribeAppGroupStatisticsResponseBody) SetRequestId

func (*DescribeAppGroupStatisticsResponseBody) SetResult

func (DescribeAppGroupStatisticsResponseBody) String

type DescribeAppResponse

type DescribeAppResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppResponse) GoString

func (s DescribeAppResponse) GoString() string

func (*DescribeAppResponse) SetBody

func (*DescribeAppResponse) SetHeaders

func (s *DescribeAppResponse) SetHeaders(v map[string]*string) *DescribeAppResponse

func (*DescribeAppResponse) SetStatusCode

func (s *DescribeAppResponse) SetStatusCode(v int32) *DescribeAppResponse

func (DescribeAppResponse) String

func (s DescribeAppResponse) String() string

type DescribeAppResponseBody

type DescribeAppResponseBody struct {
	RequestId *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeAppResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeAppResponseBody) GoString

func (s DescribeAppResponseBody) GoString() string

func (*DescribeAppResponseBody) SetRequestId

func (*DescribeAppResponseBody) SetResult

func (DescribeAppResponseBody) String

func (s DescribeAppResponseBody) String() string

type DescribeAppResponseBodyResult

type DescribeAppResponseBodyResult struct {
	AlgoDeploymentId *int32                               `json:"algoDeploymentId,omitempty" xml:"algoDeploymentId,omitempty"`
	AutoSwitch       *bool                                `json:"autoSwitch,omitempty" xml:"autoSwitch,omitempty"`
	ClusterName      *string                              `json:"clusterName,omitempty" xml:"clusterName,omitempty"`
	Created          *int32                               `json:"created,omitempty" xml:"created,omitempty"`
	Description      *string                              `json:"description,omitempty" xml:"description,omitempty"`
	Domain           *DescribeAppResponseBodyResultDomain `json:"domain,omitempty" xml:"domain,omitempty" type:"Struct"`
	FetchFields      []*string                            `json:"fetchFields,omitempty" xml:"fetchFields,omitempty" type:"Repeated"`
	Id               *string                              `json:"id,omitempty" xml:"id,omitempty"`
	ProgressPercent  *int32                               `json:"progressPercent,omitempty" xml:"progressPercent,omitempty"`
	Quota            *DescribeAppResponseBodyResultQuota  `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	Schema           map[string]interface{}               `json:"schema,omitempty" xml:"schema,omitempty"`
	Status           *string                              `json:"status,omitempty" xml:"status,omitempty"`
	Type             *string                              `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeAppResponseBodyResult) GoString

func (*DescribeAppResponseBodyResult) SetAlgoDeploymentId

func (*DescribeAppResponseBodyResult) SetAutoSwitch

func (*DescribeAppResponseBodyResult) SetClusterName

func (*DescribeAppResponseBodyResult) SetCreated

func (*DescribeAppResponseBodyResult) SetDescription

func (*DescribeAppResponseBodyResult) SetFetchFields

func (*DescribeAppResponseBodyResult) SetId

func (*DescribeAppResponseBodyResult) SetProgressPercent

func (*DescribeAppResponseBodyResult) SetQuota

func (*DescribeAppResponseBodyResult) SetSchema

func (s *DescribeAppResponseBodyResult) SetSchema(v map[string]interface{}) *DescribeAppResponseBodyResult

func (*DescribeAppResponseBodyResult) SetStatus

func (*DescribeAppResponseBodyResult) SetType

func (DescribeAppResponseBodyResult) String

type DescribeAppResponseBodyResultDomain

type DescribeAppResponseBodyResultDomain struct {
	Category  *string                                       `json:"category,omitempty" xml:"category,omitempty"`
	Functions *DescribeAppResponseBodyResultDomainFunctions `json:"functions,omitempty" xml:"functions,omitempty" type:"Struct"`
	Name      *string                                       `json:"name,omitempty" xml:"name,omitempty"`
}

func (DescribeAppResponseBodyResultDomain) GoString

func (*DescribeAppResponseBodyResultDomain) SetCategory

func (*DescribeAppResponseBodyResultDomain) SetName

func (DescribeAppResponseBodyResultDomain) String

type DescribeAppResponseBodyResultDomainFunctions

type DescribeAppResponseBodyResultDomainFunctions struct {
	Algo    []*string `json:"algo,omitempty" xml:"algo,omitempty" type:"Repeated"`
	Qp      []*string `json:"qp,omitempty" xml:"qp,omitempty" type:"Repeated"`
	Service []*string `json:"service,omitempty" xml:"service,omitempty" type:"Repeated"`
}

func (DescribeAppResponseBodyResultDomainFunctions) GoString

func (*DescribeAppResponseBodyResultDomainFunctions) SetAlgo

func (*DescribeAppResponseBodyResultDomainFunctions) SetQp

func (*DescribeAppResponseBodyResultDomainFunctions) SetService

func (DescribeAppResponseBodyResultDomainFunctions) String

type DescribeAppResponseBodyResultQuota

type DescribeAppResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Qps             *int32  `json:"qps,omitempty" xml:"qps,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (DescribeAppResponseBodyResultQuota) GoString

func (*DescribeAppResponseBodyResultQuota) SetComputeResource

func (*DescribeAppResponseBodyResultQuota) SetDocSize

func (*DescribeAppResponseBodyResultQuota) SetQps

func (*DescribeAppResponseBodyResultQuota) SetSpec

func (DescribeAppResponseBodyResultQuota) String

type DescribeAppStatisticsResponse

type DescribeAppStatisticsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppStatisticsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppStatisticsResponse) GoString

func (*DescribeAppStatisticsResponse) SetBody

func (*DescribeAppStatisticsResponse) SetHeaders

func (*DescribeAppStatisticsResponse) SetStatusCode

func (DescribeAppStatisticsResponse) String

type DescribeAppStatisticsResponseBody

type DescribeAppStatisticsResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DescribeAppStatisticsResponseBody) GoString

func (*DescribeAppStatisticsResponseBody) SetRequestId

func (*DescribeAppStatisticsResponseBody) SetResult

func (DescribeAppStatisticsResponseBody) String

type DescribeAppsResponse

type DescribeAppsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppsResponse) GoString

func (s DescribeAppsResponse) GoString() string

func (*DescribeAppsResponse) SetBody

func (*DescribeAppsResponse) SetHeaders

func (s *DescribeAppsResponse) SetHeaders(v map[string]*string) *DescribeAppsResponse

func (*DescribeAppsResponse) SetStatusCode

func (s *DescribeAppsResponse) SetStatusCode(v int32) *DescribeAppsResponse

func (DescribeAppsResponse) String

func (s DescribeAppsResponse) String() string

type DescribeAppsResponseBody

type DescribeAppsResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (DescribeAppsResponseBody) GoString

func (s DescribeAppsResponseBody) GoString() string

func (*DescribeAppsResponseBody) SetRequestId

func (*DescribeAppsResponseBody) SetResult

func (s *DescribeAppsResponseBody) SetResult(v []map[string]interface{}) *DescribeAppsResponseBody

func (DescribeAppsResponseBody) String

func (s DescribeAppsResponseBody) String() string

type DescribeDataCollctionResponse

type DescribeDataCollctionResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDataCollctionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDataCollctionResponse) GoString

func (*DescribeDataCollctionResponse) SetBody

func (*DescribeDataCollctionResponse) SetHeaders

func (*DescribeDataCollctionResponse) SetStatusCode

func (DescribeDataCollctionResponse) String

type DescribeDataCollctionResponseBody

type DescribeDataCollctionResponseBody struct {
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeDataCollctionResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeDataCollctionResponseBody) GoString

func (*DescribeDataCollctionResponseBody) SetRequestId

func (DescribeDataCollctionResponseBody) String

type DescribeDataCollctionResponseBodyResult

type DescribeDataCollctionResponseBodyResult struct {
	Created            *int32  `json:"created,omitempty" xml:"created,omitempty"`
	DataCollectionType *string `json:"dataCollectionType,omitempty" xml:"dataCollectionType,omitempty"`
	Id                 *string `json:"id,omitempty" xml:"id,omitempty"`
	IndustryName       *string `json:"industryName,omitempty" xml:"industryName,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	Status             *int32  `json:"status,omitempty" xml:"status,omitempty"`
	SundialId          *string `json:"sundialId,omitempty" xml:"sundialId,omitempty"`
	Type               *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated            *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeDataCollctionResponseBodyResult) GoString

func (*DescribeDataCollctionResponseBodyResult) SetCreated

func (*DescribeDataCollctionResponseBodyResult) SetDataCollectionType

func (*DescribeDataCollctionResponseBodyResult) SetId

func (*DescribeDataCollctionResponseBodyResult) SetIndustryName

func (*DescribeDataCollctionResponseBodyResult) SetName

func (*DescribeDataCollctionResponseBodyResult) SetStatus

func (*DescribeDataCollctionResponseBodyResult) SetSundialId

func (*DescribeDataCollctionResponseBodyResult) SetType

func (*DescribeDataCollctionResponseBodyResult) SetUpdated

func (DescribeDataCollctionResponseBodyResult) String

type DescribeFirstRankResponse

type DescribeFirstRankResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFirstRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFirstRankResponse) GoString

func (s DescribeFirstRankResponse) GoString() string

func (*DescribeFirstRankResponse) SetBody

func (*DescribeFirstRankResponse) SetHeaders

func (*DescribeFirstRankResponse) SetStatusCode

func (DescribeFirstRankResponse) String

func (s DescribeFirstRankResponse) String() string

type DescribeFirstRankResponseBody

type DescribeFirstRankResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeFirstRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeFirstRankResponseBody) GoString

func (*DescribeFirstRankResponseBody) SetRequestId

func (DescribeFirstRankResponseBody) String

type DescribeFirstRankResponseBodyResult

type DescribeFirstRankResponseBodyResult struct {
	Active      *bool                                      `json:"active,omitempty" xml:"active,omitempty"`
	Description *string                                    `json:"description,omitempty" xml:"description,omitempty"`
	Meta        []*DescribeFirstRankResponseBodyResultMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Repeated"`
	Name        *string                                    `json:"name,omitempty" xml:"name,omitempty"`
}

func (DescribeFirstRankResponseBodyResult) GoString

func (*DescribeFirstRankResponseBodyResult) SetActive

func (*DescribeFirstRankResponseBodyResult) SetDescription

func (*DescribeFirstRankResponseBodyResult) SetName

func (DescribeFirstRankResponseBodyResult) String

type DescribeFirstRankResponseBodyResultMeta

type DescribeFirstRankResponseBodyResultMeta struct {
	Arg       *string  `json:"arg,omitempty" xml:"arg,omitempty"`
	Attribute *string  `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Weight    *float32 `json:"weight,omitempty" xml:"weight,omitempty"`
}

func (DescribeFirstRankResponseBodyResultMeta) GoString

func (*DescribeFirstRankResponseBodyResultMeta) SetArg

func (*DescribeFirstRankResponseBodyResultMeta) SetAttribute

func (*DescribeFirstRankResponseBodyResultMeta) SetWeight

func (DescribeFirstRankResponseBodyResultMeta) String

type DescribeInterventionDictionaryResponse

type DescribeInterventionDictionaryResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeInterventionDictionaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeInterventionDictionaryResponse) GoString

func (*DescribeInterventionDictionaryResponse) SetHeaders

func (*DescribeInterventionDictionaryResponse) SetStatusCode

func (DescribeInterventionDictionaryResponse) String

type DescribeInterventionDictionaryResponseBody

type DescribeInterventionDictionaryResponseBody struct {
	RequestId *string                                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeInterventionDictionaryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeInterventionDictionaryResponseBody) GoString

func (*DescribeInterventionDictionaryResponseBody) SetRequestId

func (DescribeInterventionDictionaryResponseBody) String

type DescribeInterventionDictionaryResponseBodyResult

type DescribeInterventionDictionaryResponseBodyResult struct {
	Analyzer *string `json:"analyzer,omitempty" xml:"analyzer,omitempty"`
	Created  *string `json:"created,omitempty" xml:"created,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated  *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeInterventionDictionaryResponseBodyResult) GoString

func (*DescribeInterventionDictionaryResponseBodyResult) SetAnalyzer

func (*DescribeInterventionDictionaryResponseBodyResult) SetCreated

func (*DescribeInterventionDictionaryResponseBodyResult) SetName

func (*DescribeInterventionDictionaryResponseBodyResult) SetType

func (*DescribeInterventionDictionaryResponseBodyResult) SetUpdated

func (DescribeInterventionDictionaryResponseBodyResult) String

type DescribeModelResponse

type DescribeModelResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeModelResponse) GoString

func (s DescribeModelResponse) GoString() string

func (*DescribeModelResponse) SetBody

func (*DescribeModelResponse) SetHeaders

func (*DescribeModelResponse) SetStatusCode

func (s *DescribeModelResponse) SetStatusCode(v int32) *DescribeModelResponse

func (DescribeModelResponse) String

func (s DescribeModelResponse) String() string

type DescribeModelResponseBody

type DescribeModelResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DescribeModelResponseBody) GoString

func (s DescribeModelResponseBody) GoString() string

func (*DescribeModelResponseBody) SetRequestId

func (*DescribeModelResponseBody) SetResult

func (s *DescribeModelResponseBody) SetResult(v map[string]interface{}) *DescribeModelResponseBody

func (DescribeModelResponseBody) String

func (s DescribeModelResponseBody) String() string

type DescribeQueryProcessorResponse

type DescribeQueryProcessorResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeQueryProcessorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeQueryProcessorResponse) GoString

func (*DescribeQueryProcessorResponse) SetHeaders

func (*DescribeQueryProcessorResponse) SetStatusCode

func (DescribeQueryProcessorResponse) String

type DescribeQueryProcessorResponseBody

type DescribeQueryProcessorResponseBody struct {
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeQueryProcessorResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeQueryProcessorResponseBody) GoString

func (*DescribeQueryProcessorResponseBody) SetRequestId

func (DescribeQueryProcessorResponseBody) String

type DescribeQueryProcessorResponseBodyResult

type DescribeQueryProcessorResponseBodyResult struct {
	Active     *bool                    `json:"active,omitempty" xml:"active,omitempty"`
	Created    *int32                   `json:"created,omitempty" xml:"created,omitempty"`
	Domain     *string                  `json:"domain,omitempty" xml:"domain,omitempty"`
	Indexes    []*string                `json:"indexes,omitempty" xml:"indexes,omitempty" type:"Repeated"`
	Name       *string                  `json:"name,omitempty" xml:"name,omitempty"`
	Processors []map[string]interface{} `json:"processors,omitempty" xml:"processors,omitempty" type:"Repeated"`
	Updated    *int32                   `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeQueryProcessorResponseBodyResult) GoString

func (*DescribeQueryProcessorResponseBodyResult) SetActive

func (*DescribeQueryProcessorResponseBodyResult) SetCreated

func (*DescribeQueryProcessorResponseBodyResult) SetDomain

func (*DescribeQueryProcessorResponseBodyResult) SetIndexes

func (*DescribeQueryProcessorResponseBodyResult) SetName

func (*DescribeQueryProcessorResponseBodyResult) SetProcessors

func (*DescribeQueryProcessorResponseBodyResult) SetUpdated

func (DescribeQueryProcessorResponseBodyResult) String

type DescribeRegionResponse

type DescribeRegionResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeRegionResponse) GoString

func (s DescribeRegionResponse) GoString() string

func (*DescribeRegionResponse) SetBody

func (*DescribeRegionResponse) SetHeaders

func (*DescribeRegionResponse) SetStatusCode

func (DescribeRegionResponse) String

func (s DescribeRegionResponse) String() string

type DescribeRegionResponseBody

type DescribeRegionResponseBody struct {
	RequestId *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeRegionResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeRegionResponseBody) GoString

func (s DescribeRegionResponseBody) GoString() string

func (*DescribeRegionResponseBody) SetRequestId

func (*DescribeRegionResponseBody) SetResult

func (DescribeRegionResponseBody) String

type DescribeRegionResponseBodyResult

type DescribeRegionResponseBodyResult struct {
	Config   map[string]interface{} `json:"config,omitempty" xml:"config,omitempty"`
	RegionId *string                `json:"regionId,omitempty" xml:"regionId,omitempty"`
}

func (DescribeRegionResponseBodyResult) GoString

func (*DescribeRegionResponseBodyResult) SetConfig

func (*DescribeRegionResponseBodyResult) SetRegionId

func (DescribeRegionResponseBodyResult) String

type DescribeRegionsResponse

type DescribeRegionsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeRegionsResponse) GoString

func (s DescribeRegionsResponse) GoString() string

func (*DescribeRegionsResponse) SetBody

func (*DescribeRegionsResponse) SetHeaders

func (*DescribeRegionsResponse) SetStatusCode

func (DescribeRegionsResponse) String

func (s DescribeRegionsResponse) String() string

type DescribeRegionsResponseBody

type DescribeRegionsResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*DescribeRegionsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (DescribeRegionsResponseBody) GoString

func (s DescribeRegionsResponseBody) GoString() string

func (*DescribeRegionsResponseBody) SetRequestId

func (*DescribeRegionsResponseBody) SetResult

func (DescribeRegionsResponseBody) String

type DescribeRegionsResponseBodyResult

type DescribeRegionsResponseBodyResult struct {
	ConsoleUrl *string `json:"consoleUrl,omitempty" xml:"consoleUrl,omitempty"`
	Endpoint   *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	LocalName  *string `json:"localName,omitempty" xml:"localName,omitempty"`
	RegionId   *string `json:"regionId,omitempty" xml:"regionId,omitempty"`
}

func (DescribeRegionsResponseBodyResult) GoString

func (*DescribeRegionsResponseBodyResult) SetConsoleUrl

func (*DescribeRegionsResponseBodyResult) SetEndpoint

func (*DescribeRegionsResponseBodyResult) SetLocalName

func (*DescribeRegionsResponseBodyResult) SetRegionId

func (DescribeRegionsResponseBodyResult) String

type DescribeScheduledTaskResponse

type DescribeScheduledTaskResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeScheduledTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeScheduledTaskResponse) GoString

func (*DescribeScheduledTaskResponse) SetBody

func (*DescribeScheduledTaskResponse) SetHeaders

func (*DescribeScheduledTaskResponse) SetStatusCode

func (DescribeScheduledTaskResponse) String

type DescribeScheduledTaskResponseBody

type DescribeScheduledTaskResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DescribeScheduledTaskResponseBody) GoString

func (*DescribeScheduledTaskResponseBody) SetRequestId

func (*DescribeScheduledTaskResponseBody) SetResult

func (DescribeScheduledTaskResponseBody) String

type DescribeSecondRankResponse

type DescribeSecondRankResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSecondRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSecondRankResponse) GoString

func (s DescribeSecondRankResponse) GoString() string

func (*DescribeSecondRankResponse) SetBody

func (*DescribeSecondRankResponse) SetHeaders

func (*DescribeSecondRankResponse) SetStatusCode

func (DescribeSecondRankResponse) String

type DescribeSecondRankResponseBody

type DescribeSecondRankResponseBody struct {
	RequestId *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeSecondRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeSecondRankResponseBody) GoString

func (*DescribeSecondRankResponseBody) SetRequestId

func (DescribeSecondRankResponseBody) String

type DescribeSecondRankResponseBodyResult

type DescribeSecondRankResponseBodyResult struct {
	Active      *bool   `json:"active,omitempty" xml:"active,omitempty"`
	Created     *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	IsDefault   *string `json:"isDefault,omitempty" xml:"isDefault,omitempty"`
	IsSys       *string `json:"isSys,omitempty" xml:"isSys,omitempty"`
	Meta        *string `json:"meta,omitempty" xml:"meta,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Updated     *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeSecondRankResponseBodyResult) GoString

func (*DescribeSecondRankResponseBodyResult) SetActive

func (*DescribeSecondRankResponseBodyResult) SetCreated

func (*DescribeSecondRankResponseBodyResult) SetDescription

func (*DescribeSecondRankResponseBodyResult) SetId

func (*DescribeSecondRankResponseBodyResult) SetIsDefault

func (*DescribeSecondRankResponseBodyResult) SetIsSys

func (*DescribeSecondRankResponseBodyResult) SetMeta

func (*DescribeSecondRankResponseBodyResult) SetName

func (*DescribeSecondRankResponseBodyResult) SetUpdated

func (DescribeSecondRankResponseBodyResult) String

type DescribeSlowQueryStatusResponse

type DescribeSlowQueryStatusResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSlowQueryStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSlowQueryStatusResponse) GoString

func (*DescribeSlowQueryStatusResponse) SetHeaders

func (*DescribeSlowQueryStatusResponse) SetStatusCode

func (DescribeSlowQueryStatusResponse) String

type DescribeSlowQueryStatusResponseBody

type DescribeSlowQueryStatusResponseBody struct {
	RequestId *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *DescribeSlowQueryStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (DescribeSlowQueryStatusResponseBody) GoString

func (*DescribeSlowQueryStatusResponseBody) SetRequestId

func (DescribeSlowQueryStatusResponseBody) String

type DescribeSlowQueryStatusResponseBodyResult

type DescribeSlowQueryStatusResponseBodyResult struct {
	AppGroupId *string `json:"appGroupId,omitempty" xml:"appGroupId,omitempty"`
	Region     *string `json:"region,omitempty" xml:"region,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (DescribeSlowQueryStatusResponseBodyResult) GoString

func (*DescribeSlowQueryStatusResponseBodyResult) SetAppGroupId

func (*DescribeSlowQueryStatusResponseBodyResult) SetRegion

func (*DescribeSlowQueryStatusResponseBodyResult) SetStatus

func (DescribeSlowQueryStatusResponseBodyResult) String

type DescribeUserAnalyzerRequest

type DescribeUserAnalyzerRequest struct {
	With *string `json:"with,omitempty" xml:"with,omitempty"`
}

func (DescribeUserAnalyzerRequest) GoString

func (s DescribeUserAnalyzerRequest) GoString() string

func (*DescribeUserAnalyzerRequest) SetWith

func (DescribeUserAnalyzerRequest) String

type DescribeUserAnalyzerResponse

type DescribeUserAnalyzerResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeUserAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeUserAnalyzerResponse) GoString

func (s DescribeUserAnalyzerResponse) GoString() string

func (*DescribeUserAnalyzerResponse) SetBody

func (*DescribeUserAnalyzerResponse) SetHeaders

func (*DescribeUserAnalyzerResponse) SetStatusCode

func (DescribeUserAnalyzerResponse) String

type DescribeUserAnalyzerResponseBody

type DescribeUserAnalyzerResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DescribeUserAnalyzerResponseBody) GoString

func (*DescribeUserAnalyzerResponseBody) SetRequestId

func (*DescribeUserAnalyzerResponseBody) SetResult

func (DescribeUserAnalyzerResponseBody) String

type DisableSlowQueryResponse

type DisableSlowQueryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableSlowQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableSlowQueryResponse) GoString

func (s DisableSlowQueryResponse) GoString() string

func (*DisableSlowQueryResponse) SetBody

func (*DisableSlowQueryResponse) SetHeaders

func (*DisableSlowQueryResponse) SetStatusCode

func (DisableSlowQueryResponse) String

func (s DisableSlowQueryResponse) String() string

type DisableSlowQueryResponseBody

type DisableSlowQueryResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (DisableSlowQueryResponseBody) GoString

func (s DisableSlowQueryResponseBody) GoString() string

func (*DisableSlowQueryResponseBody) SetRequestId

func (*DisableSlowQueryResponseBody) SetResult

func (s *DisableSlowQueryResponseBody) SetResult(v map[string]interface{}) *DisableSlowQueryResponseBody

func (DisableSlowQueryResponseBody) String

type EnableSlowQueryResponse

type EnableSlowQueryResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableSlowQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableSlowQueryResponse) GoString

func (s EnableSlowQueryResponse) GoString() string

func (*EnableSlowQueryResponse) SetBody

func (*EnableSlowQueryResponse) SetHeaders

func (*EnableSlowQueryResponse) SetStatusCode

func (EnableSlowQueryResponse) String

func (s EnableSlowQueryResponse) String() string

type EnableSlowQueryResponseBody

type EnableSlowQueryResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (EnableSlowQueryResponseBody) GoString

func (s EnableSlowQueryResponseBody) GoString() string

func (*EnableSlowQueryResponseBody) SetRequestId

func (*EnableSlowQueryResponseBody) SetResult

func (s *EnableSlowQueryResponseBody) SetResult(v map[string]interface{}) *EnableSlowQueryResponseBody

func (EnableSlowQueryResponseBody) String

type GenerateMergedTableRequest

type GenerateMergedTableRequest struct {
	Spec *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (GenerateMergedTableRequest) GoString

func (s GenerateMergedTableRequest) GoString() string

func (*GenerateMergedTableRequest) SetSpec

func (GenerateMergedTableRequest) String

type GenerateMergedTableResponse

type GenerateMergedTableResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateMergedTableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateMergedTableResponse) GoString

func (s GenerateMergedTableResponse) GoString() string

func (*GenerateMergedTableResponse) SetBody

func (*GenerateMergedTableResponse) SetHeaders

func (*GenerateMergedTableResponse) SetStatusCode

func (GenerateMergedTableResponse) String

type GenerateMergedTableResponseBody

type GenerateMergedTableResponseBody struct {
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *GenerateMergedTableResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GenerateMergedTableResponseBody) GoString

func (*GenerateMergedTableResponseBody) SetRequestId

func (GenerateMergedTableResponseBody) String

type GenerateMergedTableResponseBodyResult

type GenerateMergedTableResponseBodyResult struct {
	FromTable  map[string]interface{} `json:"fromTable,omitempty" xml:"fromTable,omitempty"`
	MergeTable map[string]interface{} `json:"mergeTable,omitempty" xml:"mergeTable,omitempty"`
	PrimaryKey *string                `json:"primaryKey,omitempty" xml:"primaryKey,omitempty"`
}

func (GenerateMergedTableResponseBodyResult) GoString

func (*GenerateMergedTableResponseBodyResult) SetFromTable

func (*GenerateMergedTableResponseBodyResult) SetMergeTable

func (*GenerateMergedTableResponseBodyResult) SetPrimaryKey

func (GenerateMergedTableResponseBodyResult) String

type GetDomainRequest

type GetDomainRequest struct {
	AppGroupIdentity *string `json:"appGroupIdentity,omitempty" xml:"appGroupIdentity,omitempty"`
}

func (GetDomainRequest) GoString

func (s GetDomainRequest) GoString() string

func (*GetDomainRequest) SetAppGroupIdentity

func (s *GetDomainRequest) SetAppGroupIdentity(v string) *GetDomainRequest

func (GetDomainRequest) String

func (s GetDomainRequest) String() string

type GetDomainResponse

type GetDomainResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDomainResponse) GoString

func (s GetDomainResponse) GoString() string

func (*GetDomainResponse) SetBody

func (*GetDomainResponse) SetHeaders

func (s *GetDomainResponse) SetHeaders(v map[string]*string) *GetDomainResponse

func (*GetDomainResponse) SetStatusCode

func (s *GetDomainResponse) SetStatusCode(v int32) *GetDomainResponse

func (GetDomainResponse) String

func (s GetDomainResponse) String() string

type GetDomainResponseBody

type GetDomainResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetDomainResponseBody) GoString

func (s GetDomainResponseBody) GoString() string

func (*GetDomainResponseBody) SetRequestId

func (*GetDomainResponseBody) SetResult

func (s *GetDomainResponseBody) SetResult(v map[string]interface{}) *GetDomainResponseBody

func (GetDomainResponseBody) String

func (s GetDomainResponseBody) String() string

type GetFunctionCurrentVersionRequest

type GetFunctionCurrentVersionRequest struct {
	Category     *string `json:"category,omitempty" xml:"category,omitempty"`
	Domain       *string `json:"domain,omitempty" xml:"domain,omitempty"`
	FunctionType *string `json:"functionType,omitempty" xml:"functionType,omitempty"`
	ModelType    *string `json:"modelType,omitempty" xml:"modelType,omitempty"`
}

func (GetFunctionCurrentVersionRequest) GoString

func (*GetFunctionCurrentVersionRequest) SetCategory

func (*GetFunctionCurrentVersionRequest) SetDomain

func (*GetFunctionCurrentVersionRequest) SetFunctionType

func (*GetFunctionCurrentVersionRequest) SetModelType

func (GetFunctionCurrentVersionRequest) String

type GetFunctionCurrentVersionResponse

type GetFunctionCurrentVersionResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFunctionCurrentVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFunctionCurrentVersionResponse) GoString

func (*GetFunctionCurrentVersionResponse) SetHeaders

func (*GetFunctionCurrentVersionResponse) SetStatusCode

func (GetFunctionCurrentVersionResponse) String

type GetFunctionCurrentVersionResponseBody

type GetFunctionCurrentVersionResponseBody struct {
	Code      *string                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64                                       `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64                                       `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *GetFunctionCurrentVersionResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status    *string                                      `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionCurrentVersionResponseBody) GoString

func (*GetFunctionCurrentVersionResponseBody) SetCode

func (*GetFunctionCurrentVersionResponseBody) SetHttpCode

func (*GetFunctionCurrentVersionResponseBody) SetLatency

func (*GetFunctionCurrentVersionResponseBody) SetMessage

func (*GetFunctionCurrentVersionResponseBody) SetRequestId

func (*GetFunctionCurrentVersionResponseBody) SetStatus

func (GetFunctionCurrentVersionResponseBody) String

type GetFunctionCurrentVersionResponseBodyResult

type GetFunctionCurrentVersionResponseBodyResult struct {
	FunctionName  *string                                                   `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType  *string                                                   `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	ModelType     *string                                                   `json:"ModelType,omitempty" xml:"ModelType,omitempty"`
	VersionConfig *GetFunctionCurrentVersionResponseBodyResultVersionConfig `json:"VersionConfig,omitempty" xml:"VersionConfig,omitempty" type:"Struct"`
	VersionId     *int64                                                    `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionName   *string                                                   `json:"VersionName,omitempty" xml:"VersionName,omitempty"`
}

func (GetFunctionCurrentVersionResponseBodyResult) GoString

func (*GetFunctionCurrentVersionResponseBodyResult) SetFunctionName

func (*GetFunctionCurrentVersionResponseBodyResult) SetFunctionType

func (*GetFunctionCurrentVersionResponseBodyResult) SetModelType

func (*GetFunctionCurrentVersionResponseBodyResult) SetVersionId

func (*GetFunctionCurrentVersionResponseBodyResult) SetVersionName

func (GetFunctionCurrentVersionResponseBodyResult) String

type GetFunctionCurrentVersionResponseBodyResultVersionConfig

type GetFunctionCurrentVersionResponseBodyResultVersionConfig struct {
	CreateParameters []*GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters `json:"CreateParameters,omitempty" xml:"CreateParameters,omitempty" type:"Repeated"`
	Depends          []*GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends          `json:"Depends,omitempty" xml:"Depends,omitempty" type:"Repeated"`
	UsageParameters  []*GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters  `json:"UsageParameters,omitempty" xml:"UsageParameters,omitempty" type:"Repeated"`
}

func (GetFunctionCurrentVersionResponseBodyResultVersionConfig) GoString

func (GetFunctionCurrentVersionResponseBodyResultVersionConfig) String

type GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters

type GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Required *string `json:"Required,omitempty" xml:"Required,omitempty"`
}

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters) GoString

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters) SetName

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters) SetRequired

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigCreateParameters) String

type GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends

type GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends struct {
	Condition   *string `json:"Condition,omitempty" xml:"Condition,omitempty"`
	Dependency  *string `json:"Dependency,omitempty" xml:"Dependency,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
}

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends) GoString

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends) SetCondition

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends) SetDependency

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends) SetDescription

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigDepends) String

type GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters

type GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Required *string `json:"Required,omitempty" xml:"Required,omitempty"`
}

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters) GoString

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters) SetName

func (*GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters) SetRequired

func (GetFunctionCurrentVersionResponseBodyResultVersionConfigUsageParameters) String

type GetFunctionDefaultInstanceResponse

type GetFunctionDefaultInstanceResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFunctionDefaultInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFunctionDefaultInstanceResponse) GoString

func (*GetFunctionDefaultInstanceResponse) SetHeaders

func (*GetFunctionDefaultInstanceResponse) SetStatusCode

func (GetFunctionDefaultInstanceResponse) String

type GetFunctionDefaultInstanceResponseBody

type GetFunctionDefaultInstanceResponseBody struct {
	Code         *string                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	FunctionName *string                                       `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	HttpCode     *int64                                        `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	InstanceName *string                                       `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	Latency      *int64                                        `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message      *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId    *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result       *GetFunctionDefaultInstanceResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status       *string                                       `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionDefaultInstanceResponseBody) GoString

func (*GetFunctionDefaultInstanceResponseBody) SetCode

func (*GetFunctionDefaultInstanceResponseBody) SetFunctionName

func (*GetFunctionDefaultInstanceResponseBody) SetHttpCode

func (*GetFunctionDefaultInstanceResponseBody) SetInstanceName

func (*GetFunctionDefaultInstanceResponseBody) SetLatency

func (*GetFunctionDefaultInstanceResponseBody) SetMessage

func (*GetFunctionDefaultInstanceResponseBody) SetRequestId

func (*GetFunctionDefaultInstanceResponseBody) SetStatus

func (GetFunctionDefaultInstanceResponseBody) String

type GetFunctionDefaultInstanceResponseBodyResult

type GetFunctionDefaultInstanceResponseBodyResult struct {
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
}

func (GetFunctionDefaultInstanceResponseBodyResult) GoString

func (*GetFunctionDefaultInstanceResponseBodyResult) SetInstanceName

func (GetFunctionDefaultInstanceResponseBodyResult) String

type GetFunctionInstanceRequest

type GetFunctionInstanceRequest struct {
	Output *string `json:"output,omitempty" xml:"output,omitempty"`
}

func (GetFunctionInstanceRequest) GoString

func (s GetFunctionInstanceRequest) GoString() string

func (*GetFunctionInstanceRequest) SetOutput

func (GetFunctionInstanceRequest) String

type GetFunctionInstanceResponse

type GetFunctionInstanceResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFunctionInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFunctionInstanceResponse) GoString

func (s GetFunctionInstanceResponse) GoString() string

func (*GetFunctionInstanceResponse) SetBody

func (*GetFunctionInstanceResponse) SetHeaders

func (*GetFunctionInstanceResponse) SetStatusCode

func (GetFunctionInstanceResponse) String

type GetFunctionInstanceResponseBody

type GetFunctionInstanceResponseBody struct {
	Code      *string                                `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64                                 `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64                                 `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *GetFunctionInstanceResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status    *string                                `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionInstanceResponseBody) GoString

func (*GetFunctionInstanceResponseBody) SetCode

func (*GetFunctionInstanceResponseBody) SetHttpCode

func (*GetFunctionInstanceResponseBody) SetLatency

func (*GetFunctionInstanceResponseBody) SetMessage

func (*GetFunctionInstanceResponseBody) SetRequestId

func (*GetFunctionInstanceResponseBody) SetStatus

func (GetFunctionInstanceResponseBody) String

type GetFunctionInstanceResponseBodyResult

type GetFunctionInstanceResponseBodyResult struct {
	Belongs          *GetFunctionInstanceResponseBodyResultBelongs            `json:"Belongs,omitempty" xml:"Belongs,omitempty" type:"Struct"`
	CreateParameters []*GetFunctionInstanceResponseBodyResultCreateParameters `json:"CreateParameters,omitempty" xml:"CreateParameters,omitempty" type:"Repeated"`
	CreateTime       *int64                                                   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Cron             *string                                                  `json:"Cron,omitempty" xml:"Cron,omitempty"`
	Description      *string                                                  `json:"Description,omitempty" xml:"Description,omitempty"`
	ExtendInfo       *string                                                  `json:"ExtendInfo,omitempty" xml:"ExtendInfo,omitempty"`
	FunctionName     *string                                                  `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType     *string                                                  `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	InstanceName     *string                                                  `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	ModelType        *string                                                  `json:"ModelType,omitempty" xml:"ModelType,omitempty"`
	Source           *string                                                  `json:"Source,omitempty" xml:"Source,omitempty"`
	Status           *string                                                  `json:"Status,omitempty" xml:"Status,omitempty"`
	Task             *GetFunctionInstanceResponseBodyResultTask               `json:"Task,omitempty" xml:"Task,omitempty" type:"Struct"`
	UsageParameters  []*GetFunctionInstanceResponseBodyResultUsageParameters  `json:"UsageParameters,omitempty" xml:"UsageParameters,omitempty" type:"Repeated"`
	VersionId        *int64                                                   `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetFunctionInstanceResponseBodyResult) GoString

func (*GetFunctionInstanceResponseBodyResult) SetCreateTime

func (*GetFunctionInstanceResponseBodyResult) SetCron

func (*GetFunctionInstanceResponseBodyResult) SetDescription

func (*GetFunctionInstanceResponseBodyResult) SetExtendInfo

func (*GetFunctionInstanceResponseBodyResult) SetFunctionName

func (*GetFunctionInstanceResponseBodyResult) SetFunctionType

func (*GetFunctionInstanceResponseBodyResult) SetInstanceName

func (*GetFunctionInstanceResponseBodyResult) SetModelType

func (*GetFunctionInstanceResponseBodyResult) SetSource

func (*GetFunctionInstanceResponseBodyResult) SetStatus

func (*GetFunctionInstanceResponseBodyResult) SetVersionId

func (GetFunctionInstanceResponseBodyResult) String

type GetFunctionInstanceResponseBodyResultBelongs

type GetFunctionInstanceResponseBodyResultBelongs struct {
	Category *string `json:"Category,omitempty" xml:"Category,omitempty"`
	Domain   *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Language *string `json:"Language,omitempty" xml:"Language,omitempty"`
}

func (GetFunctionInstanceResponseBodyResultBelongs) GoString

func (*GetFunctionInstanceResponseBodyResultBelongs) SetCategory

func (*GetFunctionInstanceResponseBodyResultBelongs) SetDomain

func (*GetFunctionInstanceResponseBodyResultBelongs) SetLanguage

func (GetFunctionInstanceResponseBodyResultBelongs) String

type GetFunctionInstanceResponseBodyResultCreateParameters

type GetFunctionInstanceResponseBodyResultCreateParameters struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetFunctionInstanceResponseBodyResultCreateParameters) GoString

func (*GetFunctionInstanceResponseBodyResultCreateParameters) SetName

func (*GetFunctionInstanceResponseBodyResultCreateParameters) SetValue

func (GetFunctionInstanceResponseBodyResultCreateParameters) String

type GetFunctionInstanceResponseBodyResultTask

type GetFunctionInstanceResponseBodyResultTask struct {
	DagStatus   *string `json:"DagStatus,omitempty" xml:"DagStatus,omitempty"`
	LastRunTime *int64  `json:"LastRunTime,omitempty" xml:"LastRunTime,omitempty"`
}

func (GetFunctionInstanceResponseBodyResultTask) GoString

func (*GetFunctionInstanceResponseBodyResultTask) SetDagStatus

func (*GetFunctionInstanceResponseBodyResultTask) SetLastRunTime

func (GetFunctionInstanceResponseBodyResultTask) String

type GetFunctionInstanceResponseBodyResultUsageParameters

type GetFunctionInstanceResponseBodyResultUsageParameters struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetFunctionInstanceResponseBodyResultUsageParameters) GoString

func (*GetFunctionInstanceResponseBodyResultUsageParameters) SetName

func (*GetFunctionInstanceResponseBodyResultUsageParameters) SetValue

func (GetFunctionInstanceResponseBodyResultUsageParameters) String

type GetFunctionTaskResponse

type GetFunctionTaskResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFunctionTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFunctionTaskResponse) GoString

func (s GetFunctionTaskResponse) GoString() string

func (*GetFunctionTaskResponse) SetBody

func (*GetFunctionTaskResponse) SetHeaders

func (*GetFunctionTaskResponse) SetStatusCode

func (GetFunctionTaskResponse) String

func (s GetFunctionTaskResponse) String() string

type GetFunctionTaskResponseBody

type GetFunctionTaskResponseBody struct {
	Code      *string                            `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64                             `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64                             `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *GetFunctionTaskResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status    *string                            `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionTaskResponseBody) GoString

func (s GetFunctionTaskResponseBody) GoString() string

func (*GetFunctionTaskResponseBody) SetCode

func (*GetFunctionTaskResponseBody) SetHttpCode

func (*GetFunctionTaskResponseBody) SetLatency

func (*GetFunctionTaskResponseBody) SetMessage

func (*GetFunctionTaskResponseBody) SetRequestId

func (*GetFunctionTaskResponseBody) SetResult

func (*GetFunctionTaskResponseBody) SetStatus

func (GetFunctionTaskResponseBody) String

type GetFunctionTaskResponseBodyResult

type GetFunctionTaskResponseBodyResult struct {
	EndTime      *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExtendInfo   *string `json:"ExtendInfo,omitempty" xml:"ExtendInfo,omitempty"`
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	Generation   *string `json:"Generation,omitempty" xml:"Generation,omitempty"`
	Progress     *int64  `json:"Progress,omitempty" xml:"Progress,omitempty"`
	RunId        *string `json:"RunId,omitempty" xml:"RunId,omitempty"`
	StartTime    *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionTaskResponseBodyResult) GoString

func (*GetFunctionTaskResponseBodyResult) SetEndTime

func (*GetFunctionTaskResponseBodyResult) SetExtendInfo

func (*GetFunctionTaskResponseBodyResult) SetFunctionName

func (*GetFunctionTaskResponseBodyResult) SetGeneration

func (*GetFunctionTaskResponseBodyResult) SetProgress

func (*GetFunctionTaskResponseBodyResult) SetRunId

func (*GetFunctionTaskResponseBodyResult) SetStartTime

func (*GetFunctionTaskResponseBodyResult) SetStatus

func (GetFunctionTaskResponseBodyResult) String

type GetFunctionVersionResponse

type GetFunctionVersionResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetFunctionVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetFunctionVersionResponse) GoString

func (s GetFunctionVersionResponse) GoString() string

func (*GetFunctionVersionResponse) SetBody

func (*GetFunctionVersionResponse) SetHeaders

func (*GetFunctionVersionResponse) SetStatusCode

func (GetFunctionVersionResponse) String

type GetFunctionVersionResponseBody

type GetFunctionVersionResponseBody struct {
	Code      *string                               `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64                                `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64                                `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *GetFunctionVersionResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status    *string                               `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetFunctionVersionResponseBody) GoString

func (*GetFunctionVersionResponseBody) SetCode

func (*GetFunctionVersionResponseBody) SetHttpCode

func (*GetFunctionVersionResponseBody) SetLatency

func (*GetFunctionVersionResponseBody) SetMessage

func (*GetFunctionVersionResponseBody) SetRequestId

func (*GetFunctionVersionResponseBody) SetStatus

func (GetFunctionVersionResponseBody) String

type GetFunctionVersionResponseBodyResult

type GetFunctionVersionResponseBodyResult struct {
	FunctionName  *string                                            `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType  *string                                            `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	ModelType     *string                                            `json:"ModelType,omitempty" xml:"ModelType,omitempty"`
	VersionConfig *GetFunctionVersionResponseBodyResultVersionConfig `json:"VersionConfig,omitempty" xml:"VersionConfig,omitempty" type:"Struct"`
	VersionId     *int64                                             `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionName   *string                                            `json:"VersionName,omitempty" xml:"VersionName,omitempty"`
}

func (GetFunctionVersionResponseBodyResult) GoString

func (*GetFunctionVersionResponseBodyResult) SetFunctionName

func (*GetFunctionVersionResponseBodyResult) SetFunctionType

func (*GetFunctionVersionResponseBodyResult) SetModelType

func (*GetFunctionVersionResponseBodyResult) SetVersionId

func (*GetFunctionVersionResponseBodyResult) SetVersionName

func (GetFunctionVersionResponseBodyResult) String

type GetFunctionVersionResponseBodyResultVersionConfig

type GetFunctionVersionResponseBodyResultVersionConfig struct {
	CreateParameters []*GetFunctionVersionResponseBodyResultVersionConfigCreateParameters `json:"CreateParameters,omitempty" xml:"CreateParameters,omitempty" type:"Repeated"`
	Depends          []*GetFunctionVersionResponseBodyResultVersionConfigDepends          `json:"Depends,omitempty" xml:"Depends,omitempty" type:"Repeated"`
	UsageParameters  []*GetFunctionVersionResponseBodyResultVersionConfigUsageParameters  `json:"UsageParameters,omitempty" xml:"UsageParameters,omitempty" type:"Repeated"`
}

func (GetFunctionVersionResponseBodyResultVersionConfig) GoString

func (GetFunctionVersionResponseBodyResultVersionConfig) String

type GetFunctionVersionResponseBodyResultVersionConfigCreateParameters

type GetFunctionVersionResponseBodyResultVersionConfigCreateParameters struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Required *string `json:"Required,omitempty" xml:"Required,omitempty"`
}

func (GetFunctionVersionResponseBodyResultVersionConfigCreateParameters) GoString

func (*GetFunctionVersionResponseBodyResultVersionConfigCreateParameters) SetName

func (*GetFunctionVersionResponseBodyResultVersionConfigCreateParameters) SetRequired

func (GetFunctionVersionResponseBodyResultVersionConfigCreateParameters) String

type GetFunctionVersionResponseBodyResultVersionConfigDepends

type GetFunctionVersionResponseBodyResultVersionConfigDepends struct {
	Condition   *string `json:"Condition,omitempty" xml:"Condition,omitempty"`
	Dependency  *string `json:"Dependency,omitempty" xml:"Dependency,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
}

func (GetFunctionVersionResponseBodyResultVersionConfigDepends) GoString

func (*GetFunctionVersionResponseBodyResultVersionConfigDepends) SetCondition

func (*GetFunctionVersionResponseBodyResultVersionConfigDepends) SetDependency

func (*GetFunctionVersionResponseBodyResultVersionConfigDepends) SetDescription

func (GetFunctionVersionResponseBodyResultVersionConfigDepends) String

type GetFunctionVersionResponseBodyResultVersionConfigUsageParameters

type GetFunctionVersionResponseBodyResultVersionConfigUsageParameters struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Required *string `json:"Required,omitempty" xml:"Required,omitempty"`
}

func (GetFunctionVersionResponseBodyResultVersionConfigUsageParameters) GoString

func (*GetFunctionVersionResponseBodyResultVersionConfigUsageParameters) SetName

func (*GetFunctionVersionResponseBodyResultVersionConfigUsageParameters) SetRequired

func (GetFunctionVersionResponseBodyResultVersionConfigUsageParameters) String

type GetModelProgressResponse

type GetModelProgressResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetModelProgressResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetModelProgressResponse) GoString

func (s GetModelProgressResponse) GoString() string

func (*GetModelProgressResponse) SetBody

func (*GetModelProgressResponse) SetHeaders

func (*GetModelProgressResponse) SetStatusCode

func (GetModelProgressResponse) String

func (s GetModelProgressResponse) String() string

type GetModelProgressResponseBody

type GetModelProgressResponseBody struct {
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *GetModelProgressResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetModelProgressResponseBody) GoString

func (s GetModelProgressResponseBody) GoString() string

func (*GetModelProgressResponseBody) SetRequestId

func (*GetModelProgressResponseBody) SetResult

func (GetModelProgressResponseBody) String

type GetModelProgressResponseBodyResult

type GetModelProgressResponseBodyResult struct {
	Progress *int32  `json:"progress,omitempty" xml:"progress,omitempty"`
	Status   *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetModelProgressResponseBodyResult) GoString

func (*GetModelProgressResponseBodyResult) SetProgress

func (*GetModelProgressResponseBodyResult) SetStatus

func (GetModelProgressResponseBodyResult) String

type GetModelReportResponse

type GetModelReportResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetModelReportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetModelReportResponse) GoString

func (s GetModelReportResponse) GoString() string

func (*GetModelReportResponse) SetBody

func (*GetModelReportResponse) SetHeaders

func (*GetModelReportResponse) SetStatusCode

func (GetModelReportResponse) String

func (s GetModelReportResponse) String() string

type GetModelReportResponseBody

type GetModelReportResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetModelReportResponseBody) GoString

func (s GetModelReportResponseBody) GoString() string

func (*GetModelReportResponseBody) SetRequestId

func (*GetModelReportResponseBody) SetResult

func (s *GetModelReportResponseBody) SetResult(v map[string]interface{}) *GetModelReportResponseBody

func (GetModelReportResponseBody) String

type GetScriptFileNamesResponse

type GetScriptFileNamesResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetScriptFileNamesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetScriptFileNamesResponse) GoString

func (s GetScriptFileNamesResponse) GoString() string

func (*GetScriptFileNamesResponse) SetBody

func (*GetScriptFileNamesResponse) SetHeaders

func (*GetScriptFileNamesResponse) SetStatusCode

func (GetScriptFileNamesResponse) String

type GetScriptFileNamesResponseBody

type GetScriptFileNamesResponseBody struct {
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*GetScriptFileNamesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (GetScriptFileNamesResponseBody) GoString

func (*GetScriptFileNamesResponseBody) SetRequestId

func (*GetScriptFileNamesResponseBody) SetResult

func (GetScriptFileNamesResponseBody) String

type GetScriptFileNamesResponseBodyResult

type GetScriptFileNamesResponseBodyResult struct {
	CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	FileName   *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
}

func (GetScriptFileNamesResponseBodyResult) GoString

func (*GetScriptFileNamesResponseBodyResult) SetCreateTime

func (*GetScriptFileNamesResponseBodyResult) SetFileName

func (*GetScriptFileNamesResponseBodyResult) SetModifyTime

func (GetScriptFileNamesResponseBodyResult) String

type GetSearchStrategyResponse

type GetSearchStrategyResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSearchStrategyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSearchStrategyResponse) GoString

func (s GetSearchStrategyResponse) GoString() string

func (*GetSearchStrategyResponse) SetBody

func (*GetSearchStrategyResponse) SetHeaders

func (*GetSearchStrategyResponse) SetStatusCode

func (GetSearchStrategyResponse) String

func (s GetSearchStrategyResponse) String() string

type GetSearchStrategyResponseBody

type GetSearchStrategyResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetSearchStrategyResponseBody) GoString

func (*GetSearchStrategyResponseBody) SetRequestId

func (GetSearchStrategyResponseBody) String

type GetSortScriptFileResponse

type GetSortScriptFileResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSortScriptFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSortScriptFileResponse) GoString

func (s GetSortScriptFileResponse) GoString() string

func (*GetSortScriptFileResponse) SetBody

func (*GetSortScriptFileResponse) SetHeaders

func (*GetSortScriptFileResponse) SetStatusCode

func (GetSortScriptFileResponse) String

func (s GetSortScriptFileResponse) String() string

type GetSortScriptFileResponseBody

type GetSortScriptFileResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *GetSortScriptFileResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetSortScriptFileResponseBody) GoString

func (*GetSortScriptFileResponseBody) SetRequestId

func (GetSortScriptFileResponseBody) String

type GetSortScriptFileResponseBodyResult

type GetSortScriptFileResponseBodyResult struct {
	Content    *string `json:"content,omitempty" xml:"content,omitempty"`
	CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
	Version    *int64  `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetSortScriptFileResponseBodyResult) GoString

func (*GetSortScriptFileResponseBodyResult) SetContent

func (*GetSortScriptFileResponseBodyResult) SetCreateTime

func (*GetSortScriptFileResponseBodyResult) SetModifyTime

func (*GetSortScriptFileResponseBodyResult) SetVersion

func (GetSortScriptFileResponseBodyResult) String

type GetSortScriptResponse

type GetSortScriptResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSortScriptResponse) GoString

func (s GetSortScriptResponse) GoString() string

func (*GetSortScriptResponse) SetBody

func (*GetSortScriptResponse) SetHeaders

func (*GetSortScriptResponse) SetStatusCode

func (s *GetSortScriptResponse) SetStatusCode(v int32) *GetSortScriptResponse

func (GetSortScriptResponse) String

func (s GetSortScriptResponse) String() string

type GetSortScriptResponseBody

type GetSortScriptResponseBody struct {
	RequestId *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *GetSortScriptResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetSortScriptResponseBody) GoString

func (s GetSortScriptResponseBody) GoString() string

func (*GetSortScriptResponseBody) SetRequestId

func (*GetSortScriptResponseBody) SetResult

func (GetSortScriptResponseBody) String

func (s GetSortScriptResponseBody) String() string

type GetSortScriptResponseBodyResult

type GetSortScriptResponseBodyResult struct {
	CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
	Scope      *string `json:"scope,omitempty" xml:"scope,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetSortScriptResponseBodyResult) GoString

func (*GetSortScriptResponseBodyResult) SetCreateTime

func (*GetSortScriptResponseBodyResult) SetModifyTime

func (*GetSortScriptResponseBodyResult) SetScope

func (*GetSortScriptResponseBodyResult) SetStatus

func (*GetSortScriptResponseBodyResult) SetType

func (GetSortScriptResponseBodyResult) String

type GetValidationErrorRequest

type GetValidationErrorRequest struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
}

func (GetValidationErrorRequest) GoString

func (s GetValidationErrorRequest) GoString() string

func (*GetValidationErrorRequest) SetErrorCode

func (GetValidationErrorRequest) String

func (s GetValidationErrorRequest) String() string

type GetValidationErrorResponse

type GetValidationErrorResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetValidationErrorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetValidationErrorResponse) GoString

func (s GetValidationErrorResponse) GoString() string

func (*GetValidationErrorResponse) SetBody

func (*GetValidationErrorResponse) SetHeaders

func (*GetValidationErrorResponse) SetStatusCode

func (GetValidationErrorResponse) String

type GetValidationErrorResponseBody

type GetValidationErrorResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (GetValidationErrorResponseBody) GoString

func (*GetValidationErrorResponseBody) SetRequestId

func (*GetValidationErrorResponseBody) SetResult

func (s *GetValidationErrorResponseBody) SetResult(v []map[string]interface{}) *GetValidationErrorResponseBody

func (GetValidationErrorResponseBody) String

type GetValidationReportRequest

type GetValidationReportRequest struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetValidationReportRequest) GoString

func (s GetValidationReportRequest) GoString() string

func (*GetValidationReportRequest) SetType

func (GetValidationReportRequest) String

type GetValidationReportResponse

type GetValidationReportResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetValidationReportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetValidationReportResponse) GoString

func (s GetValidationReportResponse) GoString() string

func (*GetValidationReportResponse) SetBody

func (*GetValidationReportResponse) SetHeaders

func (*GetValidationReportResponse) SetStatusCode

func (GetValidationReportResponse) String

type GetValidationReportResponseBody

type GetValidationReportResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (GetValidationReportResponseBody) GoString

func (*GetValidationReportResponseBody) SetRequestId

func (*GetValidationReportResponseBody) SetResult

func (s *GetValidationReportResponseBody) SetResult(v []map[string]interface{}) *GetValidationReportResponseBody

func (GetValidationReportResponseBody) String

type ListABTestExperimentsResponse

type ListABTestExperimentsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListABTestExperimentsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListABTestExperimentsResponse) GoString

func (*ListABTestExperimentsResponse) SetBody

func (*ListABTestExperimentsResponse) SetHeaders

func (*ListABTestExperimentsResponse) SetStatusCode

func (ListABTestExperimentsResponse) String

type ListABTestExperimentsResponseBody

type ListABTestExperimentsResponseBody struct {
	RequestId *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListABTestExperimentsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListABTestExperimentsResponseBody) GoString

func (*ListABTestExperimentsResponseBody) SetRequestId

func (ListABTestExperimentsResponseBody) String

type ListABTestExperimentsResponseBodyResult

type ListABTestExperimentsResponseBodyResult struct {
	Created *int32                 `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string                `json:"name,omitempty" xml:"name,omitempty"`
	Online  *bool                  `json:"online,omitempty" xml:"online,omitempty"`
	Params  map[string]interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Traffic *int32                 `json:"traffic,omitempty" xml:"traffic,omitempty"`
	Updated *int32                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListABTestExperimentsResponseBodyResult) GoString

func (*ListABTestExperimentsResponseBodyResult) SetCreated

func (*ListABTestExperimentsResponseBodyResult) SetId

func (*ListABTestExperimentsResponseBodyResult) SetName

func (*ListABTestExperimentsResponseBodyResult) SetOnline

func (*ListABTestExperimentsResponseBodyResult) SetParams

func (*ListABTestExperimentsResponseBodyResult) SetTraffic

func (*ListABTestExperimentsResponseBodyResult) SetUpdated

func (ListABTestExperimentsResponseBodyResult) String

type ListABTestFixedFlowDividersResponse

type ListABTestFixedFlowDividersResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListABTestFixedFlowDividersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListABTestFixedFlowDividersResponse) GoString

func (*ListABTestFixedFlowDividersResponse) SetHeaders

func (*ListABTestFixedFlowDividersResponse) SetStatusCode

func (ListABTestFixedFlowDividersResponse) String

type ListABTestFixedFlowDividersResponseBody

type ListABTestFixedFlowDividersResponseBody struct {
	RequestId *string   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*string `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListABTestFixedFlowDividersResponseBody) GoString

func (*ListABTestFixedFlowDividersResponseBody) SetRequestId

func (*ListABTestFixedFlowDividersResponseBody) SetResult

func (ListABTestFixedFlowDividersResponseBody) String

type ListABTestGroupsResponse

type ListABTestGroupsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListABTestGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListABTestGroupsResponse) GoString

func (s ListABTestGroupsResponse) GoString() string

func (*ListABTestGroupsResponse) SetBody

func (*ListABTestGroupsResponse) SetHeaders

func (*ListABTestGroupsResponse) SetStatusCode

func (ListABTestGroupsResponse) String

func (s ListABTestGroupsResponse) String() string

type ListABTestGroupsResponseBody

type ListABTestGroupsResponseBody struct {
	RequestId *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListABTestGroupsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListABTestGroupsResponseBody) GoString

func (s ListABTestGroupsResponseBody) GoString() string

func (*ListABTestGroupsResponseBody) SetRequestId

func (*ListABTestGroupsResponseBody) SetResult

func (ListABTestGroupsResponseBody) String

type ListABTestGroupsResponseBodyResult

type ListABTestGroupsResponseBodyResult struct {
	Created *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32  `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListABTestGroupsResponseBodyResult) GoString

func (*ListABTestGroupsResponseBodyResult) SetCreated

func (*ListABTestGroupsResponseBodyResult) SetId

func (*ListABTestGroupsResponseBodyResult) SetName

func (*ListABTestGroupsResponseBodyResult) SetStatus

func (*ListABTestGroupsResponseBodyResult) SetUpdated

func (ListABTestGroupsResponseBodyResult) String

type ListABTestMetricsResponse

type ListABTestMetricsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListABTestMetricsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListABTestMetricsResponse) GoString

func (s ListABTestMetricsResponse) GoString() string

func (*ListABTestMetricsResponse) SetBody

func (*ListABTestMetricsResponse) SetHeaders

func (*ListABTestMetricsResponse) SetStatusCode

func (ListABTestMetricsResponse) String

func (s ListABTestMetricsResponse) String() string

type ListABTestMetricsResponseBody

type ListABTestMetricsResponseBody struct {
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListABTestMetricsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListABTestMetricsResponseBody) GoString

func (*ListABTestMetricsResponseBody) SetRequestId

func (*ListABTestMetricsResponseBody) SetResult

func (ListABTestMetricsResponseBody) String

type ListABTestMetricsResponseBodyResult

type ListABTestMetricsResponseBodyResult struct {
	Ctr            *float32 `json:"ctr,omitempty" xml:"ctr,omitempty"`
	Date           *string  `json:"date,omitempty" xml:"date,omitempty"`
	ExperimentName *string  `json:"experimentName,omitempty" xml:"experimentName,omitempty"`
	Ipv            *int32   `json:"ipv,omitempty" xml:"ipv,omitempty"`
	IpvUv          *int32   `json:"ipvUv,omitempty" xml:"ipvUv,omitempty"`
	Pv             *int32   `json:"pv,omitempty" xml:"pv,omitempty"`
	Uv             *int32   `json:"uv,omitempty" xml:"uv,omitempty"`
	ZeroHitRate    *float32 `json:"zeroHitRate,omitempty" xml:"zeroHitRate,omitempty"`
}

func (ListABTestMetricsResponseBodyResult) GoString

func (*ListABTestMetricsResponseBodyResult) SetCtr

func (*ListABTestMetricsResponseBodyResult) SetDate

func (*ListABTestMetricsResponseBodyResult) SetExperimentName

func (*ListABTestMetricsResponseBodyResult) SetIpv

func (*ListABTestMetricsResponseBodyResult) SetIpvUv

func (*ListABTestMetricsResponseBodyResult) SetPv

func (*ListABTestMetricsResponseBodyResult) SetUv

func (*ListABTestMetricsResponseBodyResult) SetZeroHitRate

func (ListABTestMetricsResponseBodyResult) String

type ListABTestScenesResponse

type ListABTestScenesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListABTestScenesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListABTestScenesResponse) GoString

func (s ListABTestScenesResponse) GoString() string

func (*ListABTestScenesResponse) SetBody

func (*ListABTestScenesResponse) SetHeaders

func (*ListABTestScenesResponse) SetStatusCode

func (ListABTestScenesResponse) String

func (s ListABTestScenesResponse) String() string

type ListABTestScenesResponseBody

type ListABTestScenesResponseBody struct {
	RequestId *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListABTestScenesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListABTestScenesResponseBody) GoString

func (s ListABTestScenesResponseBody) GoString() string

func (*ListABTestScenesResponseBody) SetRequestId

func (*ListABTestScenesResponseBody) SetResult

func (ListABTestScenesResponseBody) String

type ListABTestScenesResponseBodyResult

type ListABTestScenesResponseBodyResult struct {
	Created *int32    `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string   `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string   `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32    `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32    `json:"updated,omitempty" xml:"updated,omitempty"`
	Values  []*string `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (ListABTestScenesResponseBodyResult) GoString

func (*ListABTestScenesResponseBodyResult) SetCreated

func (*ListABTestScenesResponseBodyResult) SetId

func (*ListABTestScenesResponseBodyResult) SetName

func (*ListABTestScenesResponseBodyResult) SetStatus

func (*ListABTestScenesResponseBodyResult) SetUpdated

func (*ListABTestScenesResponseBodyResult) SetValues

func (ListABTestScenesResponseBodyResult) String

type ListAppGroupErrorsRequest

type ListAppGroupErrorsRequest struct {
	AppId      *string `json:"appId,omitempty" xml:"appId,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime  *int32  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	StopTime   *int32  `json:"stopTime,omitempty" xml:"stopTime,omitempty"`
}

func (ListAppGroupErrorsRequest) GoString

func (s ListAppGroupErrorsRequest) GoString() string

func (*ListAppGroupErrorsRequest) SetAppId

func (*ListAppGroupErrorsRequest) SetPageNumber

func (*ListAppGroupErrorsRequest) SetPageSize

func (*ListAppGroupErrorsRequest) SetStartTime

func (*ListAppGroupErrorsRequest) SetStopTime

func (ListAppGroupErrorsRequest) String

func (s ListAppGroupErrorsRequest) String() string

type ListAppGroupErrorsResponse

type ListAppGroupErrorsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAppGroupErrorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAppGroupErrorsResponse) GoString

func (s ListAppGroupErrorsResponse) GoString() string

func (*ListAppGroupErrorsResponse) SetBody

func (*ListAppGroupErrorsResponse) SetHeaders

func (*ListAppGroupErrorsResponse) SetStatusCode

func (ListAppGroupErrorsResponse) String

type ListAppGroupErrorsResponseBody

type ListAppGroupErrorsResponseBody struct {
	RequestId  *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int64                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListAppGroupErrorsResponseBody) GoString

func (*ListAppGroupErrorsResponseBody) SetRequestId

func (*ListAppGroupErrorsResponseBody) SetResult

func (s *ListAppGroupErrorsResponseBody) SetResult(v []map[string]interface{}) *ListAppGroupErrorsResponseBody

func (*ListAppGroupErrorsResponseBody) SetTotalCount

func (ListAppGroupErrorsResponseBody) String

type ListAppGroupMetricsRequest

type ListAppGroupMetricsRequest struct {
	EndTime    *int32  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	Indexes    *string `json:"indexes,omitempty" xml:"indexes,omitempty"`
	MetricType *string `json:"metricType,omitempty" xml:"metricType,omitempty"`
	StartTime  *int32  `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (ListAppGroupMetricsRequest) GoString

func (s ListAppGroupMetricsRequest) GoString() string

func (*ListAppGroupMetricsRequest) SetEndTime

func (*ListAppGroupMetricsRequest) SetIndexes

func (*ListAppGroupMetricsRequest) SetMetricType

func (*ListAppGroupMetricsRequest) SetStartTime

func (ListAppGroupMetricsRequest) String

type ListAppGroupMetricsResponse

type ListAppGroupMetricsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAppGroupMetricsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAppGroupMetricsResponse) GoString

func (s ListAppGroupMetricsResponse) GoString() string

func (*ListAppGroupMetricsResponse) SetBody

func (*ListAppGroupMetricsResponse) SetHeaders

func (*ListAppGroupMetricsResponse) SetStatusCode

func (ListAppGroupMetricsResponse) String

type ListAppGroupMetricsResponseBody

type ListAppGroupMetricsResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListAppGroupMetricsResponseBody) GoString

func (*ListAppGroupMetricsResponseBody) SetRequestId

func (*ListAppGroupMetricsResponseBody) SetResult

func (s *ListAppGroupMetricsResponseBody) SetResult(v []map[string]interface{}) *ListAppGroupMetricsResponseBody

func (ListAppGroupMetricsResponseBody) String

type ListAppGroupsRequest

type ListAppGroupsRequest struct {
	InstanceId      *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	PageNumber      *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize        *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ResourceGroupId *string `json:"resourceGroupId,omitempty" xml:"resourceGroupId,omitempty"`
	SortBy          *int32  `json:"sortBy,omitempty" xml:"sortBy,omitempty"`
	Type            *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListAppGroupsRequest) GoString

func (s ListAppGroupsRequest) GoString() string

func (*ListAppGroupsRequest) SetInstanceId

func (s *ListAppGroupsRequest) SetInstanceId(v string) *ListAppGroupsRequest

func (*ListAppGroupsRequest) SetName

func (*ListAppGroupsRequest) SetPageNumber

func (s *ListAppGroupsRequest) SetPageNumber(v int32) *ListAppGroupsRequest

func (*ListAppGroupsRequest) SetPageSize

func (s *ListAppGroupsRequest) SetPageSize(v int32) *ListAppGroupsRequest

func (*ListAppGroupsRequest) SetResourceGroupId

func (s *ListAppGroupsRequest) SetResourceGroupId(v string) *ListAppGroupsRequest

func (*ListAppGroupsRequest) SetSortBy

func (*ListAppGroupsRequest) SetType

func (ListAppGroupsRequest) String

func (s ListAppGroupsRequest) String() string

type ListAppGroupsResponse

type ListAppGroupsResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAppGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAppGroupsResponse) GoString

func (s ListAppGroupsResponse) GoString() string

func (*ListAppGroupsResponse) SetBody

func (*ListAppGroupsResponse) SetHeaders

func (*ListAppGroupsResponse) SetStatusCode

func (s *ListAppGroupsResponse) SetStatusCode(v int32) *ListAppGroupsResponse

func (ListAppGroupsResponse) String

func (s ListAppGroupsResponse) String() string

type ListAppGroupsResponseBody

type ListAppGroupsResponseBody struct {
	RequestId  *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListAppGroupsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                             `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListAppGroupsResponseBody) GoString

func (s ListAppGroupsResponseBody) GoString() string

func (*ListAppGroupsResponseBody) SetRequestId

func (*ListAppGroupsResponseBody) SetResult

func (*ListAppGroupsResponseBody) SetTotalCount

func (ListAppGroupsResponseBody) String

func (s ListAppGroupsResponseBody) String() string

type ListAppGroupsResponseBodyResult

type ListAppGroupsResponseBodyResult struct {
	ChargeType                        *string                               `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                               `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                               `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                               `json:"description,omitempty" xml:"description,omitempty"`
	Domain                            *string                               `json:"domain,omitempty" xml:"domain,omitempty"`
	ExpireOn                          *string                               `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                               `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                               `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                               `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                               `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                               `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                               `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *ListAppGroupsResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                               `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                               `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListAppGroupsResponseBodyResult) GoString

func (*ListAppGroupsResponseBodyResult) SetChargeType

func (*ListAppGroupsResponseBodyResult) SetChargingWay

func (*ListAppGroupsResponseBodyResult) SetCommodityCode

func (*ListAppGroupsResponseBodyResult) SetCreated

func (*ListAppGroupsResponseBodyResult) SetCurrentVersion

func (*ListAppGroupsResponseBodyResult) SetDescription

func (*ListAppGroupsResponseBodyResult) SetDomain

func (*ListAppGroupsResponseBodyResult) SetExpireOn

func (*ListAppGroupsResponseBodyResult) SetFirstRankAlgoDeploymentId

func (s *ListAppGroupsResponseBodyResult) SetFirstRankAlgoDeploymentId(v int32) *ListAppGroupsResponseBodyResult

func (*ListAppGroupsResponseBodyResult) SetHasPendingQuotaReviewTask

func (s *ListAppGroupsResponseBodyResult) SetHasPendingQuotaReviewTask(v int32) *ListAppGroupsResponseBodyResult

func (*ListAppGroupsResponseBodyResult) SetId

func (*ListAppGroupsResponseBodyResult) SetInstanceId

func (*ListAppGroupsResponseBodyResult) SetLockMode

func (*ListAppGroupsResponseBodyResult) SetLockedByExpiration

func (*ListAppGroupsResponseBodyResult) SetName

func (*ListAppGroupsResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (s *ListAppGroupsResponseBodyResult) SetPendingSecondRankAlgoDeploymentId(v int32) *ListAppGroupsResponseBodyResult

func (*ListAppGroupsResponseBodyResult) SetProcessingOrderId

func (*ListAppGroupsResponseBodyResult) SetProduced

func (*ListAppGroupsResponseBodyResult) SetProjectId

func (*ListAppGroupsResponseBodyResult) SetSecondRankAlgoDeploymentId

func (s *ListAppGroupsResponseBodyResult) SetSecondRankAlgoDeploymentId(v int32) *ListAppGroupsResponseBodyResult

func (*ListAppGroupsResponseBodyResult) SetStatus

func (*ListAppGroupsResponseBodyResult) SetSwitchedTime

func (*ListAppGroupsResponseBodyResult) SetType

func (*ListAppGroupsResponseBodyResult) SetUpdated

func (ListAppGroupsResponseBodyResult) String

type ListAppGroupsResponseBodyResultQuota

type ListAppGroupsResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (ListAppGroupsResponseBodyResultQuota) GoString

func (*ListAppGroupsResponseBodyResultQuota) SetComputeResource

func (*ListAppGroupsResponseBodyResultQuota) SetDocSize

func (*ListAppGroupsResponseBodyResultQuota) SetSpec

func (ListAppGroupsResponseBodyResultQuota) String

type ListAppsRequest

type ListAppsRequest struct {
	Group *bool  `json:"group,omitempty" xml:"group,omitempty"`
	Page  *int32 `json:"page,omitempty" xml:"page,omitempty"`
	Size  *int32 `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListAppsRequest) GoString

func (s ListAppsRequest) GoString() string

func (*ListAppsRequest) SetGroup

func (s *ListAppsRequest) SetGroup(v bool) *ListAppsRequest

func (*ListAppsRequest) SetPage

func (s *ListAppsRequest) SetPage(v int32) *ListAppsRequest

func (*ListAppsRequest) SetSize

func (s *ListAppsRequest) SetSize(v int32) *ListAppsRequest

func (ListAppsRequest) String

func (s ListAppsRequest) String() string

type ListAppsResponse

type ListAppsResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (ListAppsResponse) GoString

func (s ListAppsResponse) GoString() string

func (*ListAppsResponse) SetHeaders

func (s *ListAppsResponse) SetHeaders(v map[string]*string) *ListAppsResponse

func (*ListAppsResponse) SetStatusCode

func (s *ListAppsResponse) SetStatusCode(v int32) *ListAppsResponse

func (ListAppsResponse) String

func (s ListAppsResponse) String() string

type ListDataCollectionsRequest

type ListDataCollectionsRequest struct {
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListDataCollectionsRequest) GoString

func (s ListDataCollectionsRequest) GoString() string

func (*ListDataCollectionsRequest) SetPageNumber

func (*ListDataCollectionsRequest) SetPageSize

func (ListDataCollectionsRequest) String

type ListDataCollectionsResponse

type ListDataCollectionsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDataCollectionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDataCollectionsResponse) GoString

func (s ListDataCollectionsResponse) GoString() string

func (*ListDataCollectionsResponse) SetBody

func (*ListDataCollectionsResponse) SetHeaders

func (*ListDataCollectionsResponse) SetStatusCode

func (ListDataCollectionsResponse) String

type ListDataCollectionsResponseBody

type ListDataCollectionsResponseBody struct {
	RequestId  *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListDataCollectionsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListDataCollectionsResponseBody) GoString

func (*ListDataCollectionsResponseBody) SetRequestId

func (*ListDataCollectionsResponseBody) SetTotalCount

func (ListDataCollectionsResponseBody) String

type ListDataCollectionsResponseBodyResult

type ListDataCollectionsResponseBodyResult struct {
	Created            *int32  `json:"created,omitempty" xml:"created,omitempty"`
	DataCollectionType *string `json:"dataCollectionType,omitempty" xml:"dataCollectionType,omitempty"`
	Id                 *string `json:"id,omitempty" xml:"id,omitempty"`
	IndustryName       *string `json:"industryName,omitempty" xml:"industryName,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	Status             *int32  `json:"status,omitempty" xml:"status,omitempty"`
	SundialId          *string `json:"sundialId,omitempty" xml:"sundialId,omitempty"`
	Type               *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated            *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListDataCollectionsResponseBodyResult) GoString

func (*ListDataCollectionsResponseBodyResult) SetCreated

func (*ListDataCollectionsResponseBodyResult) SetDataCollectionType

func (*ListDataCollectionsResponseBodyResult) SetId

func (*ListDataCollectionsResponseBodyResult) SetIndustryName

func (*ListDataCollectionsResponseBodyResult) SetName

func (*ListDataCollectionsResponseBodyResult) SetStatus

func (*ListDataCollectionsResponseBodyResult) SetSundialId

func (*ListDataCollectionsResponseBodyResult) SetType

func (*ListDataCollectionsResponseBodyResult) SetUpdated

func (ListDataCollectionsResponseBodyResult) String

type ListDataSourceTableFieldsRequest

type ListDataSourceTableFieldsRequest struct {
	Params *string `json:"params,omitempty" xml:"params,omitempty"`
}

func (ListDataSourceTableFieldsRequest) GoString

func (*ListDataSourceTableFieldsRequest) SetParams

func (ListDataSourceTableFieldsRequest) String

type ListDataSourceTableFieldsResponse

type ListDataSourceTableFieldsResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDataSourceTableFieldsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDataSourceTableFieldsResponse) GoString

func (*ListDataSourceTableFieldsResponse) SetHeaders

func (*ListDataSourceTableFieldsResponse) SetStatusCode

func (ListDataSourceTableFieldsResponse) String

type ListDataSourceTableFieldsResponseBody

type ListDataSourceTableFieldsResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (ListDataSourceTableFieldsResponseBody) GoString

func (*ListDataSourceTableFieldsResponseBody) SetRequestId

func (*ListDataSourceTableFieldsResponseBody) SetResult

func (ListDataSourceTableFieldsResponseBody) String

type ListDataSourceTablesRequest

type ListDataSourceTablesRequest struct {
	Params *string `json:"params,omitempty" xml:"params,omitempty"`
}

func (ListDataSourceTablesRequest) GoString

func (s ListDataSourceTablesRequest) GoString() string

func (*ListDataSourceTablesRequest) SetParams

func (ListDataSourceTablesRequest) String

type ListDataSourceTablesResponse

type ListDataSourceTablesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDataSourceTablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDataSourceTablesResponse) GoString

func (s ListDataSourceTablesResponse) GoString() string

func (*ListDataSourceTablesResponse) SetBody

func (*ListDataSourceTablesResponse) SetHeaders

func (*ListDataSourceTablesResponse) SetStatusCode

func (ListDataSourceTablesResponse) String

type ListDataSourceTablesResponseBody

type ListDataSourceTablesResponseBody struct {
	RequestId *string   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*string `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListDataSourceTablesResponseBody) GoString

func (*ListDataSourceTablesResponseBody) SetRequestId

func (*ListDataSourceTablesResponseBody) SetResult

func (ListDataSourceTablesResponseBody) String

type ListDeployedAlgorithmModelsRequest

type ListDeployedAlgorithmModelsRequest struct {
	AlgorithmType *string `json:"algorithmType,omitempty" xml:"algorithmType,omitempty"`
	InServiceOnly *bool   `json:"inServiceOnly,omitempty" xml:"inServiceOnly,omitempty"`
}

func (ListDeployedAlgorithmModelsRequest) GoString

func (*ListDeployedAlgorithmModelsRequest) SetAlgorithmType

func (*ListDeployedAlgorithmModelsRequest) SetInServiceOnly

func (ListDeployedAlgorithmModelsRequest) String

type ListDeployedAlgorithmModelsResponse

type ListDeployedAlgorithmModelsResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDeployedAlgorithmModelsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDeployedAlgorithmModelsResponse) GoString

func (*ListDeployedAlgorithmModelsResponse) SetHeaders

func (*ListDeployedAlgorithmModelsResponse) SetStatusCode

func (ListDeployedAlgorithmModelsResponse) String

type ListDeployedAlgorithmModelsResponseBody

type ListDeployedAlgorithmModelsResponseBody struct {
	RequestId *string                                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListDeployedAlgorithmModelsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListDeployedAlgorithmModelsResponseBody) GoString

func (*ListDeployedAlgorithmModelsResponseBody) SetRequestId

func (ListDeployedAlgorithmModelsResponseBody) String

type ListDeployedAlgorithmModelsResponseBodyResult

type ListDeployedAlgorithmModelsResponseBodyResult struct {
	AppGroupName *string                                                `json:"appGroupName,omitempty" xml:"appGroupName,omitempty"`
	Apps         []*string                                              `json:"apps,omitempty" xml:"apps,omitempty" type:"Repeated"`
	Desc         *string                                                `json:"desc,omitempty" xml:"desc,omitempty"`
	GmtCreate    *string                                                `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified  *string                                                `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id           *string                                                `json:"id,omitempty" xml:"id,omitempty"`
	Models       []*ListDeployedAlgorithmModelsResponseBodyResultModels `json:"models,omitempty" xml:"models,omitempty" type:"Repeated"`
	Scene        *string                                                `json:"scene,omitempty" xml:"scene,omitempty"`
	Status       *string                                                `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListDeployedAlgorithmModelsResponseBodyResult) GoString

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetAppGroupName

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetApps

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetDesc

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetGmtCreate

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetGmtModified

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetId

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetScene

func (*ListDeployedAlgorithmModelsResponseBodyResult) SetStatus

func (ListDeployedAlgorithmModelsResponseBodyResult) String

type ListDeployedAlgorithmModelsResponseBodyResultModels

type ListDeployedAlgorithmModelsResponseBodyResultModels struct {
	AlgorithmType *string `json:"algorithmType,omitempty" xml:"algorithmType,omitempty"`
	ModelId       *int32  `json:"modelId,omitempty" xml:"modelId,omitempty"`
	ModelName     *string `json:"modelName,omitempty" xml:"modelName,omitempty"`
	Progress      *int32  `json:"progress,omitempty" xml:"progress,omitempty"`
	ProjectId     *int32  `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Status        *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListDeployedAlgorithmModelsResponseBodyResultModels) GoString

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetAlgorithmType

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetModelId

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetModelName

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetProgress

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetProjectId

func (*ListDeployedAlgorithmModelsResponseBodyResultModels) SetStatus

func (ListDeployedAlgorithmModelsResponseBodyResultModels) String

type ListFirstRanksResponse

type ListFirstRanksResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListFirstRanksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListFirstRanksResponse) GoString

func (s ListFirstRanksResponse) GoString() string

func (*ListFirstRanksResponse) SetBody

func (*ListFirstRanksResponse) SetHeaders

func (*ListFirstRanksResponse) SetStatusCode

func (ListFirstRanksResponse) String

func (s ListFirstRanksResponse) String() string

type ListFirstRanksResponseBody

type ListFirstRanksResponseBody struct {
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListFirstRanksResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListFirstRanksResponseBody) GoString

func (s ListFirstRanksResponseBody) GoString() string

func (*ListFirstRanksResponseBody) SetRequestId

func (*ListFirstRanksResponseBody) SetResult

func (ListFirstRanksResponseBody) String

type ListFirstRanksResponseBodyResult

type ListFirstRanksResponseBodyResult struct {
	Active      *bool                                   `json:"active,omitempty" xml:"active,omitempty"`
	Created     *int32                                  `json:"created,omitempty" xml:"created,omitempty"`
	Description *string                                 `json:"description,omitempty" xml:"description,omitempty"`
	Meta        []*ListFirstRanksResponseBodyResultMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Repeated"`
	Name        *string                                 `json:"name,omitempty" xml:"name,omitempty"`
	Updated     *int32                                  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListFirstRanksResponseBodyResult) GoString

func (*ListFirstRanksResponseBodyResult) SetActive

func (*ListFirstRanksResponseBodyResult) SetCreated

func (*ListFirstRanksResponseBodyResult) SetDescription

func (*ListFirstRanksResponseBodyResult) SetName

func (*ListFirstRanksResponseBodyResult) SetUpdated

func (ListFirstRanksResponseBodyResult) String

type ListFirstRanksResponseBodyResultMeta

type ListFirstRanksResponseBodyResultMeta struct {
	Arg       *string `json:"arg,omitempty" xml:"arg,omitempty"`
	Attribute *string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Weight    *int32  `json:"weight,omitempty" xml:"weight,omitempty"`
}

func (ListFirstRanksResponseBodyResultMeta) GoString

func (*ListFirstRanksResponseBodyResultMeta) SetArg

func (*ListFirstRanksResponseBodyResultMeta) SetAttribute

func (*ListFirstRanksResponseBodyResultMeta) SetWeight

func (ListFirstRanksResponseBodyResultMeta) String

type ListFunctionInstancesRequest

type ListFunctionInstancesRequest struct {
	FunctionType *string `json:"functionType,omitempty" xml:"functionType,omitempty"`
	ModelType    *string `json:"modelType,omitempty" xml:"modelType,omitempty"`
	Output       *string `json:"output,omitempty" xml:"output,omitempty"`
	PageNumber   *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize     *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Source       *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (ListFunctionInstancesRequest) GoString

func (s ListFunctionInstancesRequest) GoString() string

func (*ListFunctionInstancesRequest) SetFunctionType

func (*ListFunctionInstancesRequest) SetModelType

func (*ListFunctionInstancesRequest) SetOutput

func (*ListFunctionInstancesRequest) SetPageNumber

func (*ListFunctionInstancesRequest) SetPageSize

func (*ListFunctionInstancesRequest) SetSource

func (ListFunctionInstancesRequest) String

type ListFunctionInstancesResponse

type ListFunctionInstancesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListFunctionInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListFunctionInstancesResponse) GoString

func (*ListFunctionInstancesResponse) SetBody

func (*ListFunctionInstancesResponse) SetHeaders

func (*ListFunctionInstancesResponse) SetStatusCode

func (ListFunctionInstancesResponse) String

type ListFunctionInstancesResponseBody

type ListFunctionInstancesResponseBody struct {
	Code       *string                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode   *int64                                     `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency    *int64                                     `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message    *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result     []*ListFunctionInstancesResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Status     *string                                    `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalCount *int64                                     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListFunctionInstancesResponseBody) GoString

func (*ListFunctionInstancesResponseBody) SetCode

func (*ListFunctionInstancesResponseBody) SetHttpCode

func (*ListFunctionInstancesResponseBody) SetLatency

func (*ListFunctionInstancesResponseBody) SetMessage

func (*ListFunctionInstancesResponseBody) SetRequestId

func (*ListFunctionInstancesResponseBody) SetStatus

func (*ListFunctionInstancesResponseBody) SetTotalCount

func (ListFunctionInstancesResponseBody) String

type ListFunctionInstancesResponseBodyResult

type ListFunctionInstancesResponseBodyResult struct {
	Belongs          *ListFunctionInstancesResponseBodyResultBelongs            `json:"Belongs,omitempty" xml:"Belongs,omitempty" type:"Struct"`
	CreateParameters []*ListFunctionInstancesResponseBodyResultCreateParameters `json:"CreateParameters,omitempty" xml:"CreateParameters,omitempty" type:"Repeated"`
	CreateTime       *int64                                                     `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Cron             *string                                                    `json:"Cron,omitempty" xml:"Cron,omitempty"`
	Description      *string                                                    `json:"Description,omitempty" xml:"Description,omitempty"`
	ExtendInfo       *string                                                    `json:"ExtendInfo,omitempty" xml:"ExtendInfo,omitempty"`
	FunctionName     *string                                                    `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType     *string                                                    `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	InstanceName     *string                                                    `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	ModelType        *string                                                    `json:"ModelType,omitempty" xml:"ModelType,omitempty"`
	Source           *string                                                    `json:"Source,omitempty" xml:"Source,omitempty"`
	Status           *string                                                    `json:"Status,omitempty" xml:"Status,omitempty"`
	UsageParameters  []*ListFunctionInstancesResponseBodyResultUsageParameters  `json:"UsageParameters,omitempty" xml:"UsageParameters,omitempty" type:"Repeated"`
	VersionId        *int64                                                     `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (ListFunctionInstancesResponseBodyResult) GoString

func (*ListFunctionInstancesResponseBodyResult) SetCreateTime

func (*ListFunctionInstancesResponseBodyResult) SetCron

func (*ListFunctionInstancesResponseBodyResult) SetDescription

func (*ListFunctionInstancesResponseBodyResult) SetExtendInfo

func (*ListFunctionInstancesResponseBodyResult) SetFunctionName

func (*ListFunctionInstancesResponseBodyResult) SetFunctionType

func (*ListFunctionInstancesResponseBodyResult) SetInstanceName

func (*ListFunctionInstancesResponseBodyResult) SetModelType

func (*ListFunctionInstancesResponseBodyResult) SetSource

func (*ListFunctionInstancesResponseBodyResult) SetStatus

func (*ListFunctionInstancesResponseBodyResult) SetVersionId

func (ListFunctionInstancesResponseBodyResult) String

type ListFunctionInstancesResponseBodyResultBelongs

type ListFunctionInstancesResponseBodyResultBelongs struct {
	Category *string `json:"Category,omitempty" xml:"Category,omitempty"`
	Domain   *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Language *string `json:"Language,omitempty" xml:"Language,omitempty"`
}

func (ListFunctionInstancesResponseBodyResultBelongs) GoString

func (*ListFunctionInstancesResponseBodyResultBelongs) SetCategory

func (*ListFunctionInstancesResponseBodyResultBelongs) SetDomain

func (*ListFunctionInstancesResponseBodyResultBelongs) SetLanguage

func (ListFunctionInstancesResponseBodyResultBelongs) String

type ListFunctionInstancesResponseBodyResultCreateParameters

type ListFunctionInstancesResponseBodyResultCreateParameters struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListFunctionInstancesResponseBodyResultCreateParameters) GoString

func (*ListFunctionInstancesResponseBodyResultCreateParameters) SetName

func (*ListFunctionInstancesResponseBodyResultCreateParameters) SetValue

func (ListFunctionInstancesResponseBodyResultCreateParameters) String

type ListFunctionInstancesResponseBodyResultUsageParameters

type ListFunctionInstancesResponseBodyResultUsageParameters struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListFunctionInstancesResponseBodyResultUsageParameters) GoString

func (*ListFunctionInstancesResponseBodyResultUsageParameters) SetName

func (*ListFunctionInstancesResponseBodyResultUsageParameters) SetValue

func (ListFunctionInstancesResponseBodyResultUsageParameters) String

type ListFunctionTasksRequest

type ListFunctionTasksRequest struct {
	EndTime    *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime  *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListFunctionTasksRequest) GoString

func (s ListFunctionTasksRequest) GoString() string

func (*ListFunctionTasksRequest) SetEndTime

func (*ListFunctionTasksRequest) SetPageNumber

func (*ListFunctionTasksRequest) SetPageSize

func (*ListFunctionTasksRequest) SetStartTime

func (*ListFunctionTasksRequest) SetStatus

func (ListFunctionTasksRequest) String

func (s ListFunctionTasksRequest) String() string

type ListFunctionTasksResponse

type ListFunctionTasksResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListFunctionTasksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListFunctionTasksResponse) GoString

func (s ListFunctionTasksResponse) GoString() string

func (*ListFunctionTasksResponse) SetBody

func (*ListFunctionTasksResponse) SetHeaders

func (*ListFunctionTasksResponse) SetStatusCode

func (ListFunctionTasksResponse) String

func (s ListFunctionTasksResponse) String() string

type ListFunctionTasksResponseBody

type ListFunctionTasksResponseBody struct {
	Code       *string                                `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode   *int64                                 `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency    *int64                                 `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message    *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result     []*ListFunctionTasksResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Status     *string                                `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalCount *int64                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListFunctionTasksResponseBody) GoString

func (*ListFunctionTasksResponseBody) SetCode

func (*ListFunctionTasksResponseBody) SetHttpCode

func (*ListFunctionTasksResponseBody) SetLatency

func (*ListFunctionTasksResponseBody) SetMessage

func (*ListFunctionTasksResponseBody) SetRequestId

func (*ListFunctionTasksResponseBody) SetResult

func (*ListFunctionTasksResponseBody) SetStatus

func (*ListFunctionTasksResponseBody) SetTotalCount

func (ListFunctionTasksResponseBody) String

type ListFunctionTasksResponseBodyResult

type ListFunctionTasksResponseBodyResult struct {
	EndTime      *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExtendInfo   *string `json:"ExtendInfo,omitempty" xml:"ExtendInfo,omitempty"`
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	Generation   *string `json:"Generation,omitempty" xml:"Generation,omitempty"`
	Progress     *int64  `json:"Progress,omitempty" xml:"Progress,omitempty"`
	RunId        *string `json:"RunId,omitempty" xml:"RunId,omitempty"`
	StartTime    *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListFunctionTasksResponseBodyResult) GoString

func (*ListFunctionTasksResponseBodyResult) SetEndTime

func (*ListFunctionTasksResponseBodyResult) SetExtendInfo

func (*ListFunctionTasksResponseBodyResult) SetFunctionName

func (*ListFunctionTasksResponseBodyResult) SetGeneration

func (*ListFunctionTasksResponseBodyResult) SetProgress

func (*ListFunctionTasksResponseBodyResult) SetRunId

func (*ListFunctionTasksResponseBodyResult) SetStartTime

func (*ListFunctionTasksResponseBodyResult) SetStatus

func (ListFunctionTasksResponseBodyResult) String

type ListInterventionDictionariesRequest

type ListInterventionDictionariesRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Types      *string `json:"types,omitempty" xml:"types,omitempty"`
}

func (ListInterventionDictionariesRequest) GoString

func (*ListInterventionDictionariesRequest) SetPageNumber

func (*ListInterventionDictionariesRequest) SetPageSize

func (*ListInterventionDictionariesRequest) SetTypes

func (ListInterventionDictionariesRequest) String

type ListInterventionDictionariesResponse

type ListInterventionDictionariesResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInterventionDictionariesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInterventionDictionariesResponse) GoString

func (*ListInterventionDictionariesResponse) SetHeaders

func (*ListInterventionDictionariesResponse) SetStatusCode

func (ListInterventionDictionariesResponse) String

type ListInterventionDictionariesResponseBody

type ListInterventionDictionariesResponseBody struct {
	RequestId  *string                                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListInterventionDictionariesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                                            `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListInterventionDictionariesResponseBody) GoString

func (*ListInterventionDictionariesResponseBody) SetRequestId

func (*ListInterventionDictionariesResponseBody) SetTotalCount

func (ListInterventionDictionariesResponseBody) String

type ListInterventionDictionariesResponseBodyResult

type ListInterventionDictionariesResponseBodyResult struct {
	Analyzer *string `json:"analyzer,omitempty" xml:"analyzer,omitempty"`
	Created  *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Id       *int32  `json:"id,omitempty" xml:"id,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated  *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListInterventionDictionariesResponseBodyResult) GoString

func (*ListInterventionDictionariesResponseBodyResult) SetAnalyzer

func (*ListInterventionDictionariesResponseBodyResult) SetCreated

func (*ListInterventionDictionariesResponseBodyResult) SetId

func (*ListInterventionDictionariesResponseBodyResult) SetName

func (*ListInterventionDictionariesResponseBodyResult) SetType

func (*ListInterventionDictionariesResponseBodyResult) SetUpdated

func (ListInterventionDictionariesResponseBodyResult) String

type ListInterventionDictionaryEntriesRequest

type ListInterventionDictionaryEntriesRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Word       *string `json:"word,omitempty" xml:"word,omitempty"`
}

func (ListInterventionDictionaryEntriesRequest) GoString

func (*ListInterventionDictionaryEntriesRequest) SetPageNumber

func (*ListInterventionDictionaryEntriesRequest) SetPageSize

func (*ListInterventionDictionaryEntriesRequest) SetWord

func (ListInterventionDictionaryEntriesRequest) String

type ListInterventionDictionaryEntriesResponse

type ListInterventionDictionaryEntriesResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInterventionDictionaryEntriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInterventionDictionaryEntriesResponse) GoString

func (*ListInterventionDictionaryEntriesResponse) SetHeaders

func (*ListInterventionDictionaryEntriesResponse) SetStatusCode

func (ListInterventionDictionaryEntriesResponse) String

type ListInterventionDictionaryEntriesResponseBody

type ListInterventionDictionaryEntriesResponseBody struct {
	RequestId  *string                                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListInterventionDictionaryEntriesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                                                 `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListInterventionDictionaryEntriesResponseBody) GoString

func (*ListInterventionDictionaryEntriesResponseBody) SetRequestId

func (*ListInterventionDictionaryEntriesResponseBody) SetTotalCount

func (ListInterventionDictionaryEntriesResponseBody) String

type ListInterventionDictionaryEntriesResponseBodyResult

type ListInterventionDictionaryEntriesResponseBodyResult struct {
	Cmd       *string                                                      `json:"cmd,omitempty" xml:"cmd,omitempty"`
	Created   *int64                                                       `json:"created,omitempty" xml:"created,omitempty"`
	Relevance map[string]interface{}                                       `json:"relevance,omitempty" xml:"relevance,omitempty"`
	Status    *string                                                      `json:"status,omitempty" xml:"status,omitempty"`
	Tokens    []*ListInterventionDictionaryEntriesResponseBodyResultTokens `json:"tokens,omitempty" xml:"tokens,omitempty" type:"Repeated"`
	Updated   *int64                                                       `json:"updated,omitempty" xml:"updated,omitempty"`
	Word      *string                                                      `json:"word,omitempty" xml:"word,omitempty"`
}

func (ListInterventionDictionaryEntriesResponseBodyResult) GoString

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetCmd

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetCreated

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetRelevance

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetStatus

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetUpdated

func (*ListInterventionDictionaryEntriesResponseBodyResult) SetWord

func (ListInterventionDictionaryEntriesResponseBodyResult) String

type ListInterventionDictionaryEntriesResponseBodyResultTokens

type ListInterventionDictionaryEntriesResponseBodyResultTokens struct {
	Order    *int32  `json:"order,omitempty" xml:"order,omitempty"`
	Tag      *string `json:"tag,omitempty" xml:"tag,omitempty"`
	TagLabel *string `json:"tagLabel,omitempty" xml:"tagLabel,omitempty"`
	Token    *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (ListInterventionDictionaryEntriesResponseBodyResultTokens) GoString

func (*ListInterventionDictionaryEntriesResponseBodyResultTokens) SetOrder

func (*ListInterventionDictionaryEntriesResponseBodyResultTokens) SetTag

func (*ListInterventionDictionaryEntriesResponseBodyResultTokens) SetTagLabel

func (*ListInterventionDictionaryEntriesResponseBodyResultTokens) SetToken

func (ListInterventionDictionaryEntriesResponseBodyResultTokens) String

type ListInterventionDictionaryNerResultsRequest

type ListInterventionDictionaryNerResultsRequest struct {
	Query *string `json:"query,omitempty" xml:"query,omitempty"`
}

func (ListInterventionDictionaryNerResultsRequest) GoString

func (*ListInterventionDictionaryNerResultsRequest) SetQuery

func (ListInterventionDictionaryNerResultsRequest) String

type ListInterventionDictionaryNerResultsResponse

type ListInterventionDictionaryNerResultsResponse struct {
	Headers    map[string]*string                                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInterventionDictionaryNerResultsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInterventionDictionaryNerResultsResponse) GoString

func (*ListInterventionDictionaryNerResultsResponse) SetHeaders

func (*ListInterventionDictionaryNerResultsResponse) SetStatusCode

func (ListInterventionDictionaryNerResultsResponse) String

type ListInterventionDictionaryNerResultsResponseBody

type ListInterventionDictionaryNerResultsResponseBody struct {
	RequestId *string                                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListInterventionDictionaryNerResultsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListInterventionDictionaryNerResultsResponseBody) GoString

func (*ListInterventionDictionaryNerResultsResponseBody) SetRequestId

func (ListInterventionDictionaryNerResultsResponseBody) String

type ListInterventionDictionaryNerResultsResponseBodyResult

type ListInterventionDictionaryNerResultsResponseBodyResult struct {
	Order    *int32  `json:"order,omitempty" xml:"order,omitempty"`
	Tag      *string `json:"tag,omitempty" xml:"tag,omitempty"`
	TagLabel *string `json:"tagLabel,omitempty" xml:"tagLabel,omitempty"`
	Token    *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (ListInterventionDictionaryNerResultsResponseBodyResult) GoString

func (*ListInterventionDictionaryNerResultsResponseBodyResult) SetOrder

func (*ListInterventionDictionaryNerResultsResponseBodyResult) SetTag

func (*ListInterventionDictionaryNerResultsResponseBodyResult) SetTagLabel

func (*ListInterventionDictionaryNerResultsResponseBodyResult) SetToken

func (ListInterventionDictionaryNerResultsResponseBodyResult) String

type ListInterventionDictionaryRelatedEntitiesResponse

type ListInterventionDictionaryRelatedEntitiesResponse struct {
	Headers    map[string]*string                                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInterventionDictionaryRelatedEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInterventionDictionaryRelatedEntitiesResponse) GoString

func (*ListInterventionDictionaryRelatedEntitiesResponse) SetHeaders

func (*ListInterventionDictionaryRelatedEntitiesResponse) SetStatusCode

func (ListInterventionDictionaryRelatedEntitiesResponse) String

type ListInterventionDictionaryRelatedEntitiesResponseBody

type ListInterventionDictionaryRelatedEntitiesResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListInterventionDictionaryRelatedEntitiesResponseBody) GoString

func (*ListInterventionDictionaryRelatedEntitiesResponseBody) SetRequestId

func (*ListInterventionDictionaryRelatedEntitiesResponseBody) SetResult

func (ListInterventionDictionaryRelatedEntitiesResponseBody) String

type ListModelsRequest

type ListModelsRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListModelsRequest) GoString

func (s ListModelsRequest) GoString() string

func (*ListModelsRequest) SetPageNumber

func (s *ListModelsRequest) SetPageNumber(v int32) *ListModelsRequest

func (*ListModelsRequest) SetPageSize

func (s *ListModelsRequest) SetPageSize(v int32) *ListModelsRequest

func (*ListModelsRequest) SetType

func (ListModelsRequest) String

func (s ListModelsRequest) String() string

type ListModelsResponse

type ListModelsResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListModelsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListModelsResponse) GoString

func (s ListModelsResponse) GoString() string

func (*ListModelsResponse) SetBody

func (*ListModelsResponse) SetHeaders

func (s *ListModelsResponse) SetHeaders(v map[string]*string) *ListModelsResponse

func (*ListModelsResponse) SetStatusCode

func (s *ListModelsResponse) SetStatusCode(v int32) *ListModelsResponse

func (ListModelsResponse) String

func (s ListModelsResponse) String() string

type ListModelsResponseBody

type ListModelsResponseBody struct {
	RequestId *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListModelsResponseBody) GoString

func (s ListModelsResponseBody) GoString() string

func (*ListModelsResponseBody) SetRequestId

func (*ListModelsResponseBody) SetResult

func (s *ListModelsResponseBody) SetResult(v []map[string]interface{}) *ListModelsResponseBody

func (ListModelsResponseBody) String

func (s ListModelsResponseBody) String() string

type ListProceedingsRequest

type ListProceedingsRequest struct {
	FilterFinished *bool `json:"filterFinished,omitempty" xml:"filterFinished,omitempty"`
}

func (ListProceedingsRequest) GoString

func (s ListProceedingsRequest) GoString() string

func (*ListProceedingsRequest) SetFilterFinished

func (s *ListProceedingsRequest) SetFilterFinished(v bool) *ListProceedingsRequest

func (ListProceedingsRequest) String

func (s ListProceedingsRequest) String() string

type ListProceedingsResponse

type ListProceedingsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProceedingsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProceedingsResponse) GoString

func (s ListProceedingsResponse) GoString() string

func (*ListProceedingsResponse) SetBody

func (*ListProceedingsResponse) SetHeaders

func (*ListProceedingsResponse) SetStatusCode

func (ListProceedingsResponse) String

func (s ListProceedingsResponse) String() string

type ListProceedingsResponseBody

type ListProceedingsResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ListProceedingsResponseBody) GoString

func (s ListProceedingsResponseBody) GoString() string

func (*ListProceedingsResponseBody) SetRequestId

func (ListProceedingsResponseBody) String

type ListQueryProcessorAnalyzerResultsRequest

type ListQueryProcessorAnalyzerResultsRequest struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (ListQueryProcessorAnalyzerResultsRequest) GoString

func (*ListQueryProcessorAnalyzerResultsRequest) SetText

func (ListQueryProcessorAnalyzerResultsRequest) String

type ListQueryProcessorAnalyzerResultsResponse

type ListQueryProcessorAnalyzerResultsResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListQueryProcessorAnalyzerResultsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListQueryProcessorAnalyzerResultsResponse) GoString

func (*ListQueryProcessorAnalyzerResultsResponse) SetHeaders

func (*ListQueryProcessorAnalyzerResultsResponse) SetStatusCode

func (ListQueryProcessorAnalyzerResultsResponse) String

type ListQueryProcessorAnalyzerResultsResponseBody

type ListQueryProcessorAnalyzerResultsResponseBody struct {
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (ListQueryProcessorAnalyzerResultsResponseBody) GoString

func (*ListQueryProcessorAnalyzerResultsResponseBody) SetRequestId

func (*ListQueryProcessorAnalyzerResultsResponseBody) SetResult

func (ListQueryProcessorAnalyzerResultsResponseBody) String

type ListQueryProcessorNersRequest

type ListQueryProcessorNersRequest struct {
	Domain *string `json:"domain,omitempty" xml:"domain,omitempty"`
}

func (ListQueryProcessorNersRequest) GoString

func (*ListQueryProcessorNersRequest) SetDomain

func (ListQueryProcessorNersRequest) String

type ListQueryProcessorNersResponse

type ListQueryProcessorNersResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListQueryProcessorNersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListQueryProcessorNersResponse) GoString

func (*ListQueryProcessorNersResponse) SetHeaders

func (*ListQueryProcessorNersResponse) SetStatusCode

func (ListQueryProcessorNersResponse) String

type ListQueryProcessorNersResponseBody

type ListQueryProcessorNersResponseBody struct {
	RequestId *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListQueryProcessorNersResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListQueryProcessorNersResponseBody) GoString

func (*ListQueryProcessorNersResponseBody) SetRequestId

func (ListQueryProcessorNersResponseBody) String

type ListQueryProcessorNersResponseBodyResult

type ListQueryProcessorNersResponseBodyResult struct {
	Label    *string `json:"label,omitempty" xml:"label,omitempty"`
	Order    *int32  `json:"order,omitempty" xml:"order,omitempty"`
	Priority *string `json:"priority,omitempty" xml:"priority,omitempty"`
	Tag      *string `json:"tag,omitempty" xml:"tag,omitempty"`
}

func (ListQueryProcessorNersResponseBodyResult) GoString

func (*ListQueryProcessorNersResponseBodyResult) SetLabel

func (*ListQueryProcessorNersResponseBodyResult) SetOrder

func (*ListQueryProcessorNersResponseBodyResult) SetPriority

func (*ListQueryProcessorNersResponseBodyResult) SetTag

func (ListQueryProcessorNersResponseBodyResult) String

type ListQueryProcessorsRequest

type ListQueryProcessorsRequest struct {
	IsActive *int32 `json:"isActive,omitempty" xml:"isActive,omitempty"`
}

func (ListQueryProcessorsRequest) GoString

func (s ListQueryProcessorsRequest) GoString() string

func (*ListQueryProcessorsRequest) SetIsActive

func (ListQueryProcessorsRequest) String

type ListQueryProcessorsResponse

type ListQueryProcessorsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListQueryProcessorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListQueryProcessorsResponse) GoString

func (s ListQueryProcessorsResponse) GoString() string

func (*ListQueryProcessorsResponse) SetBody

func (*ListQueryProcessorsResponse) SetHeaders

func (*ListQueryProcessorsResponse) SetStatusCode

func (ListQueryProcessorsResponse) String

type ListQueryProcessorsResponseBody

type ListQueryProcessorsResponseBody struct {
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListQueryProcessorsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListQueryProcessorsResponseBody) GoString

func (*ListQueryProcessorsResponseBody) SetRequestId

func (ListQueryProcessorsResponseBody) String

type ListQueryProcessorsResponseBodyResult

type ListQueryProcessorsResponseBodyResult struct {
	Active     *bool                    `json:"active,omitempty" xml:"active,omitempty"`
	Created    *int32                   `json:"created,omitempty" xml:"created,omitempty"`
	Domain     *string                  `json:"domain,omitempty" xml:"domain,omitempty"`
	Indexes    []*string                `json:"indexes,omitempty" xml:"indexes,omitempty" type:"Repeated"`
	Name       *string                  `json:"name,omitempty" xml:"name,omitempty"`
	Processors []map[string]interface{} `json:"processors,omitempty" xml:"processors,omitempty" type:"Repeated"`
	Updated    *int32                   `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListQueryProcessorsResponseBodyResult) GoString

func (*ListQueryProcessorsResponseBodyResult) SetActive

func (*ListQueryProcessorsResponseBodyResult) SetCreated

func (*ListQueryProcessorsResponseBodyResult) SetDomain

func (*ListQueryProcessorsResponseBodyResult) SetIndexes

func (*ListQueryProcessorsResponseBodyResult) SetName

func (*ListQueryProcessorsResponseBodyResult) SetProcessors

func (*ListQueryProcessorsResponseBodyResult) SetUpdated

func (ListQueryProcessorsResponseBodyResult) String

type ListQuotaReviewTasksRequest

type ListQuotaReviewTasksRequest struct {
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListQuotaReviewTasksRequest) GoString

func (s ListQuotaReviewTasksRequest) GoString() string

func (*ListQuotaReviewTasksRequest) SetPageNumber

func (*ListQuotaReviewTasksRequest) SetPageSize

func (ListQuotaReviewTasksRequest) String

type ListQuotaReviewTasksResponse

type ListQuotaReviewTasksResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListQuotaReviewTasksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListQuotaReviewTasksResponse) GoString

func (s ListQuotaReviewTasksResponse) GoString() string

func (*ListQuotaReviewTasksResponse) SetBody

func (*ListQuotaReviewTasksResponse) SetHeaders

func (*ListQuotaReviewTasksResponse) SetStatusCode

func (ListQuotaReviewTasksResponse) String

type ListQuotaReviewTasksResponseBody

type ListQuotaReviewTasksResponseBody struct {
	RequestId  *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListQuotaReviewTasksResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                                    `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListQuotaReviewTasksResponseBody) GoString

func (*ListQuotaReviewTasksResponseBody) SetRequestId

func (*ListQuotaReviewTasksResponseBody) SetTotalCount

func (ListQuotaReviewTasksResponseBody) String

type ListQuotaReviewTasksResponseBodyResult

type ListQuotaReviewTasksResponseBodyResult struct {
	AppGroupId         *int32  `json:"appGroupId,omitempty" xml:"appGroupId,omitempty"`
	AppGroupName       *string `json:"appGroupName,omitempty" xml:"appGroupName,omitempty"`
	AppGroupType       *string `json:"appGroupType,omitempty" xml:"appGroupType,omitempty"`
	Approved           *bool   `json:"approved,omitempty" xml:"approved,omitempty"`
	Available          *bool   `json:"available,omitempty" xml:"available,omitempty"`
	GmtCreate          *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified        *string `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id                 *int32  `json:"id,omitempty" xml:"id,omitempty"`
	Memo               *string `json:"memo,omitempty" xml:"memo,omitempty"`
	NewComputeResource *int32  `json:"newComputeResource,omitempty" xml:"newComputeResource,omitempty"`
	NewSocSize         *int32  `json:"newSocSize,omitempty" xml:"newSocSize,omitempty"`
	NewSpec            *string `json:"newSpec,omitempty" xml:"newSpec,omitempty"`
	OldComputeResource *int32  `json:"oldComputeResource,omitempty" xml:"oldComputeResource,omitempty"`
	OldDocSize         *int32  `json:"oldDocSize,omitempty" xml:"oldDocSize,omitempty"`
	OldSpec            *string `json:"oldSpec,omitempty" xml:"oldSpec,omitempty"`
	Pending            *bool   `json:"pending,omitempty" xml:"pending,omitempty"`
}

func (ListQuotaReviewTasksResponseBodyResult) GoString

func (*ListQuotaReviewTasksResponseBodyResult) SetAppGroupId

func (*ListQuotaReviewTasksResponseBodyResult) SetAppGroupName

func (*ListQuotaReviewTasksResponseBodyResult) SetAppGroupType

func (*ListQuotaReviewTasksResponseBodyResult) SetApproved

func (*ListQuotaReviewTasksResponseBodyResult) SetAvailable

func (*ListQuotaReviewTasksResponseBodyResult) SetGmtCreate

func (*ListQuotaReviewTasksResponseBodyResult) SetGmtModified

func (*ListQuotaReviewTasksResponseBodyResult) SetId

func (*ListQuotaReviewTasksResponseBodyResult) SetMemo

func (*ListQuotaReviewTasksResponseBodyResult) SetNewComputeResource

func (*ListQuotaReviewTasksResponseBodyResult) SetNewSocSize

func (*ListQuotaReviewTasksResponseBodyResult) SetNewSpec

func (*ListQuotaReviewTasksResponseBodyResult) SetOldComputeResource

func (*ListQuotaReviewTasksResponseBodyResult) SetOldDocSize

func (*ListQuotaReviewTasksResponseBodyResult) SetOldSpec

func (*ListQuotaReviewTasksResponseBodyResult) SetPending

func (ListQuotaReviewTasksResponseBodyResult) String

type ListRamRolesResponse

type ListRamRolesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRamRolesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRamRolesResponse) GoString

func (s ListRamRolesResponse) GoString() string

func (*ListRamRolesResponse) SetBody

func (*ListRamRolesResponse) SetHeaders

func (s *ListRamRolesResponse) SetHeaders(v map[string]*string) *ListRamRolesResponse

func (*ListRamRolesResponse) SetStatusCode

func (s *ListRamRolesResponse) SetStatusCode(v int32) *ListRamRolesResponse

func (ListRamRolesResponse) String

func (s ListRamRolesResponse) String() string

type ListRamRolesResponseBody

type ListRamRolesResponseBody struct {
	RequestId *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListRamRolesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListRamRolesResponseBody) GoString

func (s ListRamRolesResponseBody) GoString() string

func (*ListRamRolesResponseBody) SetRequestId

func (*ListRamRolesResponseBody) SetResult

func (ListRamRolesResponseBody) String

func (s ListRamRolesResponseBody) String() string

type ListRamRolesResponseBodyResult

type ListRamRolesResponseBodyResult struct {
	Assumed    *bool   `json:"assumed,omitempty" xml:"assumed,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	Service    *string `json:"service,omitempty" xml:"service,omitempty"`
	TemplateId *string `json:"template_id,omitempty" xml:"template_id,omitempty"`
}

func (ListRamRolesResponseBodyResult) GoString

func (*ListRamRolesResponseBodyResult) SetAssumed

func (*ListRamRolesResponseBodyResult) SetName

func (*ListRamRolesResponseBodyResult) SetService

func (*ListRamRolesResponseBodyResult) SetTemplateId

func (ListRamRolesResponseBodyResult) String

type ListScheduledTasksRequest

type ListScheduledTasksRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListScheduledTasksRequest) GoString

func (s ListScheduledTasksRequest) GoString() string

func (*ListScheduledTasksRequest) SetPageNumber

func (*ListScheduledTasksRequest) SetPageSize

func (*ListScheduledTasksRequest) SetType

func (ListScheduledTasksRequest) String

func (s ListScheduledTasksRequest) String() string

type ListScheduledTasksResponse

type ListScheduledTasksResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListScheduledTasksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListScheduledTasksResponse) GoString

func (s ListScheduledTasksResponse) GoString() string

func (*ListScheduledTasksResponse) SetBody

func (*ListScheduledTasksResponse) SetHeaders

func (*ListScheduledTasksResponse) SetStatusCode

func (ListScheduledTasksResponse) String

type ListScheduledTasksResponseBody

type ListScheduledTasksResponseBody struct {
	RequestId  *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int64                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListScheduledTasksResponseBody) GoString

func (*ListScheduledTasksResponseBody) SetRequestId

func (*ListScheduledTasksResponseBody) SetResult

func (s *ListScheduledTasksResponseBody) SetResult(v []map[string]interface{}) *ListScheduledTasksResponseBody

func (*ListScheduledTasksResponseBody) SetTotalCount

func (ListScheduledTasksResponseBody) String

type ListSearchStrategiesResponse

type ListSearchStrategiesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSearchStrategiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSearchStrategiesResponse) GoString

func (s ListSearchStrategiesResponse) GoString() string

func (*ListSearchStrategiesResponse) SetBody

func (*ListSearchStrategiesResponse) SetHeaders

func (*ListSearchStrategiesResponse) SetStatusCode

func (ListSearchStrategiesResponse) String

type ListSearchStrategiesResponseBody

type ListSearchStrategiesResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ListSearchStrategiesResponseBody) GoString

func (*ListSearchStrategiesResponseBody) SetRequestId

func (ListSearchStrategiesResponseBody) String

type ListSecondRanksResponse

type ListSecondRanksResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSecondRanksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSecondRanksResponse) GoString

func (s ListSecondRanksResponse) GoString() string

func (*ListSecondRanksResponse) SetBody

func (*ListSecondRanksResponse) SetHeaders

func (*ListSecondRanksResponse) SetStatusCode

func (ListSecondRanksResponse) String

func (s ListSecondRanksResponse) String() string

type ListSecondRanksResponseBody

type ListSecondRanksResponseBody struct {
	RequestId  *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListSecondRanksResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                               `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListSecondRanksResponseBody) GoString

func (s ListSecondRanksResponseBody) GoString() string

func (*ListSecondRanksResponseBody) SetRequestId

func (*ListSecondRanksResponseBody) SetResult

func (*ListSecondRanksResponseBody) SetTotalCount

func (ListSecondRanksResponseBody) String

type ListSecondRanksResponseBodyResult

type ListSecondRanksResponseBodyResult struct {
	Active      *bool   `json:"active,omitempty" xml:"active,omitempty"`
	Created     *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	IsDefault   *string `json:"isDefault,omitempty" xml:"isDefault,omitempty"`
	IsSys       *string `json:"isSys,omitempty" xml:"isSys,omitempty"`
	Meta        *string `json:"meta,omitempty" xml:"meta,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Updated     *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListSecondRanksResponseBodyResult) GoString

func (*ListSecondRanksResponseBodyResult) SetActive

func (*ListSecondRanksResponseBodyResult) SetCreated

func (*ListSecondRanksResponseBodyResult) SetDescription

func (*ListSecondRanksResponseBodyResult) SetId

func (*ListSecondRanksResponseBodyResult) SetIsDefault

func (*ListSecondRanksResponseBodyResult) SetIsSys

func (*ListSecondRanksResponseBodyResult) SetMeta

func (*ListSecondRanksResponseBodyResult) SetName

func (*ListSecondRanksResponseBodyResult) SetUpdated

func (ListSecondRanksResponseBodyResult) String

type ListSlowQueryCategoriesResponse

type ListSlowQueryCategoriesResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSlowQueryCategoriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSlowQueryCategoriesResponse) GoString

func (*ListSlowQueryCategoriesResponse) SetHeaders

func (*ListSlowQueryCategoriesResponse) SetStatusCode

func (ListSlowQueryCategoriesResponse) String

type ListSlowQueryCategoriesResponseBody

type ListSlowQueryCategoriesResponseBody struct {
	RequestId *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ListSlowQueryCategoriesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ListSlowQueryCategoriesResponseBody) GoString

func (*ListSlowQueryCategoriesResponseBody) SetRequestId

func (ListSlowQueryCategoriesResponseBody) String

type ListSlowQueryCategoriesResponseBodyResult

type ListSlowQueryCategoriesResponseBodyResult struct {
	AnalyzeStatus *string `json:"analyzeStatus,omitempty" xml:"analyzeStatus,omitempty"`
	End           *int32  `json:"end,omitempty" xml:"end,omitempty"`
	Start         *int32  `json:"start,omitempty" xml:"start,omitempty"`
}

func (ListSlowQueryCategoriesResponseBodyResult) GoString

func (*ListSlowQueryCategoriesResponseBodyResult) SetAnalyzeStatus

func (*ListSlowQueryCategoriesResponseBodyResult) SetEnd

func (*ListSlowQueryCategoriesResponseBodyResult) SetStart

func (ListSlowQueryCategoriesResponseBodyResult) String

type ListSlowQueryQueriesResponse

type ListSlowQueryQueriesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSlowQueryQueriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSlowQueryQueriesResponse) GoString

func (s ListSlowQueryQueriesResponse) GoString() string

func (*ListSlowQueryQueriesResponse) SetBody

func (*ListSlowQueryQueriesResponse) SetHeaders

func (*ListSlowQueryQueriesResponse) SetStatusCode

func (ListSlowQueryQueriesResponse) String

type ListSlowQueryQueriesResponseBody

type ListSlowQueryQueriesResponseBody struct {
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ListSlowQueryQueriesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ListSlowQueryQueriesResponseBody) GoString

func (*ListSlowQueryQueriesResponseBody) SetRequestId

func (ListSlowQueryQueriesResponseBody) String

type ListSlowQueryQueriesResponseBodyResult

type ListSlowQueryQueriesResponseBodyResult struct {
	AppQuery *string `json:"appQuery,omitempty" xml:"appQuery,omitempty"`
	End      *int32  `json:"end,omitempty" xml:"end,omitempty"`
	Index    *int32  `json:"index,omitempty" xml:"index,omitempty"`
	Start    *int32  `json:"start,omitempty" xml:"start,omitempty"`
}

func (ListSlowQueryQueriesResponseBodyResult) GoString

func (*ListSlowQueryQueriesResponseBodyResult) SetAppQuery

func (*ListSlowQueryQueriesResponseBodyResult) SetEnd

func (*ListSlowQueryQueriesResponseBodyResult) SetIndex

func (*ListSlowQueryQueriesResponseBodyResult) SetStart

func (ListSlowQueryQueriesResponseBodyResult) String

type ListSortExpressionsResponse

type ListSortExpressionsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSortExpressionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSortExpressionsResponse) GoString

func (s ListSortExpressionsResponse) GoString() string

func (*ListSortExpressionsResponse) SetBody

func (*ListSortExpressionsResponse) SetHeaders

func (*ListSortExpressionsResponse) SetStatusCode

func (ListSortExpressionsResponse) String

type ListSortExpressionsResponseBody

type ListSortExpressionsResponseBody struct {
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListSortExpressionsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListSortExpressionsResponseBody) GoString

func (*ListSortExpressionsResponseBody) SetRequestId

func (ListSortExpressionsResponseBody) String

type ListSortExpressionsResponseBodyResult

type ListSortExpressionsResponseBodyResult struct {
	Active      *bool   `json:"active,omitempty" xml:"active,omitempty"`
	Created     *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Updated     *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListSortExpressionsResponseBodyResult) GoString

func (*ListSortExpressionsResponseBodyResult) SetActive

func (*ListSortExpressionsResponseBodyResult) SetCreated

func (*ListSortExpressionsResponseBodyResult) SetDescription

func (*ListSortExpressionsResponseBodyResult) SetName

func (*ListSortExpressionsResponseBodyResult) SetUpdated

func (ListSortExpressionsResponseBodyResult) String

type ListSortScriptsResponse

type ListSortScriptsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSortScriptsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSortScriptsResponse) GoString

func (s ListSortScriptsResponse) GoString() string

func (*ListSortScriptsResponse) SetBody

func (*ListSortScriptsResponse) SetHeaders

func (*ListSortScriptsResponse) SetStatusCode

func (ListSortScriptsResponse) String

func (s ListSortScriptsResponse) String() string

type ListSortScriptsResponseBody

type ListSortScriptsResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListSortScriptsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListSortScriptsResponseBody) GoString

func (s ListSortScriptsResponseBody) GoString() string

func (*ListSortScriptsResponseBody) SetRequestId

func (*ListSortScriptsResponseBody) SetResult

func (ListSortScriptsResponseBody) String

type ListSortScriptsResponseBodyResult

type ListSortScriptsResponseBodyResult struct {
	CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
	Scope      *string `json:"scope,omitempty" xml:"scope,omitempty"`
	ScriptName *string `json:"scriptName,omitempty" xml:"scriptName,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListSortScriptsResponseBodyResult) GoString

func (*ListSortScriptsResponseBodyResult) SetCreateTime

func (*ListSortScriptsResponseBodyResult) SetModifyTime

func (*ListSortScriptsResponseBodyResult) SetScope

func (*ListSortScriptsResponseBodyResult) SetScriptName

func (*ListSortScriptsResponseBodyResult) SetStatus

func (*ListSortScriptsResponseBodyResult) SetType

func (ListSortScriptsResponseBodyResult) String

type ListStatisticLogsRequest

type ListStatisticLogsRequest struct {
	Columns    *string `json:"columns,omitempty" xml:"columns,omitempty"`
	Distinct   *bool   `json:"distinct,omitempty" xml:"distinct,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Query      *string `json:"query,omitempty" xml:"query,omitempty"`
	SortBy     *string `json:"sortBy,omitempty" xml:"sortBy,omitempty"`
	StartTime  *int32  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	StopTime   *int32  `json:"stopTime,omitempty" xml:"stopTime,omitempty"`
}

func (ListStatisticLogsRequest) GoString

func (s ListStatisticLogsRequest) GoString() string

func (*ListStatisticLogsRequest) SetColumns

func (*ListStatisticLogsRequest) SetDistinct

func (*ListStatisticLogsRequest) SetPageNumber

func (*ListStatisticLogsRequest) SetPageSize

func (*ListStatisticLogsRequest) SetQuery

func (*ListStatisticLogsRequest) SetSortBy

func (*ListStatisticLogsRequest) SetStartTime

func (*ListStatisticLogsRequest) SetStopTime

func (ListStatisticLogsRequest) String

func (s ListStatisticLogsRequest) String() string

type ListStatisticLogsResponse

type ListStatisticLogsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListStatisticLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListStatisticLogsResponse) GoString

func (s ListStatisticLogsResponse) GoString() string

func (*ListStatisticLogsResponse) SetBody

func (*ListStatisticLogsResponse) SetHeaders

func (*ListStatisticLogsResponse) SetStatusCode

func (ListStatisticLogsResponse) String

func (s ListStatisticLogsResponse) String() string

type ListStatisticLogsResponseBody

type ListStatisticLogsResponseBody struct {
	RequestId  *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int64                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListStatisticLogsResponseBody) GoString

func (*ListStatisticLogsResponseBody) SetRequestId

func (*ListStatisticLogsResponseBody) SetResult

func (s *ListStatisticLogsResponseBody) SetResult(v []map[string]interface{}) *ListStatisticLogsResponseBody

func (*ListStatisticLogsResponseBody) SetTotalCount

func (ListStatisticLogsResponseBody) String

type ListStatisticReportRequest

type ListStatisticReportRequest struct {
	Columns    *string `json:"columns,omitempty" xml:"columns,omitempty"`
	EndTime    *int32  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Query      *string `json:"query,omitempty" xml:"query,omitempty"`
	StartTime  *int32  `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (ListStatisticReportRequest) GoString

func (s ListStatisticReportRequest) GoString() string

func (*ListStatisticReportRequest) SetColumns

func (*ListStatisticReportRequest) SetEndTime

func (*ListStatisticReportRequest) SetPageNumber

func (*ListStatisticReportRequest) SetPageSize

func (*ListStatisticReportRequest) SetQuery

func (*ListStatisticReportRequest) SetStartTime

func (ListStatisticReportRequest) String

type ListStatisticReportResponse

type ListStatisticReportResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListStatisticReportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListStatisticReportResponse) GoString

func (s ListStatisticReportResponse) GoString() string

func (*ListStatisticReportResponse) SetBody

func (*ListStatisticReportResponse) SetHeaders

func (*ListStatisticReportResponse) SetStatusCode

func (ListStatisticReportResponse) String

type ListStatisticReportResponseBody

type ListStatisticReportResponseBody struct {
	RequestId  *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int64                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListStatisticReportResponseBody) GoString

func (*ListStatisticReportResponseBody) SetRequestId

func (*ListStatisticReportResponseBody) SetResult

func (s *ListStatisticReportResponseBody) SetResult(v []map[string]interface{}) *ListStatisticReportResponseBody

func (*ListStatisticReportResponseBody) SetTotalCount

func (ListStatisticReportResponseBody) String

type ListUserAnalyzerEntriesRequest

type ListUserAnalyzerEntriesRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Word       *string `json:"word,omitempty" xml:"word,omitempty"`
}

func (ListUserAnalyzerEntriesRequest) GoString

func (*ListUserAnalyzerEntriesRequest) SetPageNumber

func (*ListUserAnalyzerEntriesRequest) SetPageSize

func (*ListUserAnalyzerEntriesRequest) SetWord

func (ListUserAnalyzerEntriesRequest) String

type ListUserAnalyzerEntriesResponse

type ListUserAnalyzerEntriesResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUserAnalyzerEntriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserAnalyzerEntriesResponse) GoString

func (*ListUserAnalyzerEntriesResponse) SetHeaders

func (*ListUserAnalyzerEntriesResponse) SetStatusCode

func (ListUserAnalyzerEntriesResponse) String

type ListUserAnalyzerEntriesResponseBody

type ListUserAnalyzerEntriesResponseBody struct {
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (ListUserAnalyzerEntriesResponseBody) GoString

func (*ListUserAnalyzerEntriesResponseBody) SetRequestId

func (*ListUserAnalyzerEntriesResponseBody) SetResult

func (ListUserAnalyzerEntriesResponseBody) String

type ListUserAnalyzersRequest

type ListUserAnalyzersRequest struct {
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListUserAnalyzersRequest) GoString

func (s ListUserAnalyzersRequest) GoString() string

func (*ListUserAnalyzersRequest) SetPageNumber

func (*ListUserAnalyzersRequest) SetPageSize

func (ListUserAnalyzersRequest) String

func (s ListUserAnalyzersRequest) String() string

type ListUserAnalyzersResponse

type ListUserAnalyzersResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUserAnalyzersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserAnalyzersResponse) GoString

func (s ListUserAnalyzersResponse) GoString() string

func (*ListUserAnalyzersResponse) SetBody

func (*ListUserAnalyzersResponse) SetHeaders

func (*ListUserAnalyzersResponse) SetStatusCode

func (ListUserAnalyzersResponse) String

func (s ListUserAnalyzersResponse) String() string

type ListUserAnalyzersResponseBody

type ListUserAnalyzersResponseBody struct {
	RequestId  *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []*ListUserAnalyzersResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int32                                 `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListUserAnalyzersResponseBody) GoString

func (*ListUserAnalyzersResponseBody) SetRequestId

func (*ListUserAnalyzersResponseBody) SetResult

func (*ListUserAnalyzersResponseBody) SetTotalCount

func (ListUserAnalyzersResponseBody) String

type ListUserAnalyzersResponseBodyResult

type ListUserAnalyzersResponseBodyResult struct {
	Available *bool                                       `json:"available,omitempty" xml:"available,omitempty"`
	Business  *string                                     `json:"business,omitempty" xml:"business,omitempty"`
	Created   *int32                                      `json:"created,omitempty" xml:"created,omitempty"`
	Dicts     []*ListUserAnalyzersResponseBodyResultDicts `json:"dicts,omitempty" xml:"dicts,omitempty" type:"Repeated"`
	Id        *string                                     `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string                                     `json:"name,omitempty" xml:"name,omitempty"`
	Updated   *int32                                      `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListUserAnalyzersResponseBodyResult) GoString

func (*ListUserAnalyzersResponseBodyResult) SetAvailable

func (*ListUserAnalyzersResponseBodyResult) SetBusiness

func (*ListUserAnalyzersResponseBodyResult) SetCreated

func (*ListUserAnalyzersResponseBodyResult) SetId

func (*ListUserAnalyzersResponseBodyResult) SetName

func (*ListUserAnalyzersResponseBodyResult) SetUpdated

func (ListUserAnalyzersResponseBodyResult) String

type ListUserAnalyzersResponseBodyResultDicts

type ListUserAnalyzersResponseBodyResultDicts struct {
	Available    *bool   `json:"available,omitempty" xml:"available,omitempty"`
	Created      *int32  `json:"created,omitempty" xml:"created,omitempty"`
	EntriesCount *int32  `json:"entriesCount,omitempty" xml:"entriesCount,omitempty"`
	EntriesLimit *int32  `json:"entriesLimit,omitempty" xml:"entriesLimit,omitempty"`
	Id           *string `json:"id,omitempty" xml:"id,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated      *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ListUserAnalyzersResponseBodyResultDicts) GoString

func (*ListUserAnalyzersResponseBodyResultDicts) SetAvailable

func (*ListUserAnalyzersResponseBodyResultDicts) SetCreated

func (*ListUserAnalyzersResponseBodyResultDicts) SetEntriesCount

func (*ListUserAnalyzersResponseBodyResultDicts) SetEntriesLimit

func (*ListUserAnalyzersResponseBodyResultDicts) SetId

func (*ListUserAnalyzersResponseBodyResultDicts) SetType

func (*ListUserAnalyzersResponseBodyResultDicts) SetUpdated

func (ListUserAnalyzersResponseBodyResultDicts) String

type ModifyAppGroupQuotaResponse

type ModifyAppGroupQuotaResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyAppGroupQuotaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyAppGroupQuotaResponse) GoString

func (s ModifyAppGroupQuotaResponse) GoString() string

func (*ModifyAppGroupQuotaResponse) SetBody

func (*ModifyAppGroupQuotaResponse) SetHeaders

func (*ModifyAppGroupQuotaResponse) SetStatusCode

func (ModifyAppGroupQuotaResponse) String

type ModifyAppGroupQuotaResponseBody

type ModifyAppGroupQuotaResponseBody struct {
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ModifyAppGroupQuotaResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ModifyAppGroupQuotaResponseBody) GoString

func (*ModifyAppGroupQuotaResponseBody) SetRequestId

func (ModifyAppGroupQuotaResponseBody) String

type ModifyAppGroupQuotaResponseBodyResult

type ModifyAppGroupQuotaResponseBodyResult struct {
	ChargeType                        *string                                     `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                      `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                                     `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                      `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                                     `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                                     `json:"description,omitempty" xml:"description,omitempty"`
	ExpireOn                          *string                                     `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                      `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                      `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                                     `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                                     `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                                     `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                      `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                                     `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                      `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                                     `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                      `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                                     `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *ModifyAppGroupQuotaResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                      `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                                     `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                      `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                                     `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                      `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ModifyAppGroupQuotaResponseBodyResult) GoString

func (*ModifyAppGroupQuotaResponseBodyResult) SetChargeType

func (*ModifyAppGroupQuotaResponseBodyResult) SetChargingWay

func (*ModifyAppGroupQuotaResponseBodyResult) SetCommodityCode

func (*ModifyAppGroupQuotaResponseBodyResult) SetCreated

func (*ModifyAppGroupQuotaResponseBodyResult) SetCurrentVersion

func (*ModifyAppGroupQuotaResponseBodyResult) SetDescription

func (*ModifyAppGroupQuotaResponseBodyResult) SetExpireOn

func (*ModifyAppGroupQuotaResponseBodyResult) SetFirstRankAlgoDeploymentId

func (*ModifyAppGroupQuotaResponseBodyResult) SetHasPendingQuotaReviewTask

func (*ModifyAppGroupQuotaResponseBodyResult) SetId

func (*ModifyAppGroupQuotaResponseBodyResult) SetInstanceId

func (*ModifyAppGroupQuotaResponseBodyResult) SetLockMode

func (*ModifyAppGroupQuotaResponseBodyResult) SetLockedByExpiration

func (*ModifyAppGroupQuotaResponseBodyResult) SetName

func (*ModifyAppGroupQuotaResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (s *ModifyAppGroupQuotaResponseBodyResult) SetPendingSecondRankAlgoDeploymentId(v int32) *ModifyAppGroupQuotaResponseBodyResult

func (*ModifyAppGroupQuotaResponseBodyResult) SetProcessingOrderId

func (*ModifyAppGroupQuotaResponseBodyResult) SetProduced

func (*ModifyAppGroupQuotaResponseBodyResult) SetProjectId

func (*ModifyAppGroupQuotaResponseBodyResult) SetSecondRankAlgoDeploymentId

func (*ModifyAppGroupQuotaResponseBodyResult) SetStatus

func (*ModifyAppGroupQuotaResponseBodyResult) SetSwitchedTime

func (*ModifyAppGroupQuotaResponseBodyResult) SetType

func (*ModifyAppGroupQuotaResponseBodyResult) SetUpdated

func (ModifyAppGroupQuotaResponseBodyResult) String

type ModifyAppGroupQuotaResponseBodyResultQuota

type ModifyAppGroupQuotaResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (ModifyAppGroupQuotaResponseBodyResultQuota) GoString

func (*ModifyAppGroupQuotaResponseBodyResultQuota) SetComputeResource

func (*ModifyAppGroupQuotaResponseBodyResultQuota) SetDocSize

func (*ModifyAppGroupQuotaResponseBodyResultQuota) SetSpec

func (ModifyAppGroupQuotaResponseBodyResultQuota) String

type ModifyAppGroupResponse

type ModifyAppGroupResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyAppGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyAppGroupResponse) GoString

func (s ModifyAppGroupResponse) GoString() string

func (*ModifyAppGroupResponse) SetBody

func (*ModifyAppGroupResponse) SetHeaders

func (*ModifyAppGroupResponse) SetStatusCode

func (ModifyAppGroupResponse) String

func (s ModifyAppGroupResponse) String() string

type ModifyAppGroupResponseBody

type ModifyAppGroupResponseBody struct {
	RequestId *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ModifyAppGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ModifyAppGroupResponseBody) GoString

func (s ModifyAppGroupResponseBody) GoString() string

func (*ModifyAppGroupResponseBody) SetRequestId

func (*ModifyAppGroupResponseBody) SetResult

func (ModifyAppGroupResponseBody) String

type ModifyAppGroupResponseBodyResult

type ModifyAppGroupResponseBodyResult struct {
	ChargeType                        *string                                `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                 `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                                `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                 `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                                `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                                `json:"description,omitempty" xml:"description,omitempty"`
	Domain                            *string                                `json:"domain,omitempty" xml:"domain,omitempty"`
	ExpireOn                          *string                                `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                 `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                 `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                                `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                                `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                                `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                 `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                                `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                 `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                                `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                 `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                                `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *ModifyAppGroupResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                 `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                                `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                 `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                                `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ModifyAppGroupResponseBodyResult) GoString

func (*ModifyAppGroupResponseBodyResult) SetChargeType

func (*ModifyAppGroupResponseBodyResult) SetChargingWay

func (*ModifyAppGroupResponseBodyResult) SetCommodityCode

func (*ModifyAppGroupResponseBodyResult) SetCreated

func (*ModifyAppGroupResponseBodyResult) SetCurrentVersion

func (*ModifyAppGroupResponseBodyResult) SetDescription

func (*ModifyAppGroupResponseBodyResult) SetDomain

func (*ModifyAppGroupResponseBodyResult) SetExpireOn

func (*ModifyAppGroupResponseBodyResult) SetFirstRankAlgoDeploymentId

func (s *ModifyAppGroupResponseBodyResult) SetFirstRankAlgoDeploymentId(v int32) *ModifyAppGroupResponseBodyResult

func (*ModifyAppGroupResponseBodyResult) SetHasPendingQuotaReviewTask

func (s *ModifyAppGroupResponseBodyResult) SetHasPendingQuotaReviewTask(v int32) *ModifyAppGroupResponseBodyResult

func (*ModifyAppGroupResponseBodyResult) SetId

func (*ModifyAppGroupResponseBodyResult) SetInstanceId

func (*ModifyAppGroupResponseBodyResult) SetLockMode

func (*ModifyAppGroupResponseBodyResult) SetLockedByExpiration

func (*ModifyAppGroupResponseBodyResult) SetName

func (*ModifyAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (s *ModifyAppGroupResponseBodyResult) SetPendingSecondRankAlgoDeploymentId(v int32) *ModifyAppGroupResponseBodyResult

func (*ModifyAppGroupResponseBodyResult) SetProcessingOrderId

func (*ModifyAppGroupResponseBodyResult) SetProduced

func (*ModifyAppGroupResponseBodyResult) SetProjectId

func (*ModifyAppGroupResponseBodyResult) SetSecondRankAlgoDeploymentId

func (s *ModifyAppGroupResponseBodyResult) SetSecondRankAlgoDeploymentId(v int32) *ModifyAppGroupResponseBodyResult

func (*ModifyAppGroupResponseBodyResult) SetStatus

func (*ModifyAppGroupResponseBodyResult) SetSwitchedTime

func (*ModifyAppGroupResponseBodyResult) SetType

func (*ModifyAppGroupResponseBodyResult) SetUpdated

func (ModifyAppGroupResponseBodyResult) String

type ModifyAppGroupResponseBodyResultQuota

type ModifyAppGroupResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (ModifyAppGroupResponseBodyResultQuota) GoString

func (*ModifyAppGroupResponseBodyResultQuota) SetComputeResource

func (*ModifyAppGroupResponseBodyResultQuota) SetDocSize

func (*ModifyAppGroupResponseBodyResultQuota) SetSpec

func (ModifyAppGroupResponseBodyResultQuota) String

type ModifyFirstRankRequest

type ModifyFirstRankRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (ModifyFirstRankRequest) GoString

func (s ModifyFirstRankRequest) GoString() string

func (*ModifyFirstRankRequest) SetDryRun

func (ModifyFirstRankRequest) String

func (s ModifyFirstRankRequest) String() string

type ModifyFirstRankResponse

type ModifyFirstRankResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyFirstRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyFirstRankResponse) GoString

func (s ModifyFirstRankResponse) GoString() string

func (*ModifyFirstRankResponse) SetBody

func (*ModifyFirstRankResponse) SetHeaders

func (*ModifyFirstRankResponse) SetStatusCode

func (ModifyFirstRankResponse) String

func (s ModifyFirstRankResponse) String() string

type ModifyFirstRankResponseBody

type ModifyFirstRankResponseBody struct {
	RequestId *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ModifyFirstRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ModifyFirstRankResponseBody) GoString

func (s ModifyFirstRankResponseBody) GoString() string

func (*ModifyFirstRankResponseBody) SetRequestId

func (*ModifyFirstRankResponseBody) SetResult

func (ModifyFirstRankResponseBody) String

type ModifyFirstRankResponseBodyResult

type ModifyFirstRankResponseBodyResult struct {
	Active      *bool                                    `json:"active,omitempty" xml:"active,omitempty"`
	Description *string                                  `json:"description,omitempty" xml:"description,omitempty"`
	Meta        []*ModifyFirstRankResponseBodyResultMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Repeated"`
	Name        *string                                  `json:"name,omitempty" xml:"name,omitempty"`
}

func (ModifyFirstRankResponseBodyResult) GoString

func (*ModifyFirstRankResponseBodyResult) SetActive

func (*ModifyFirstRankResponseBodyResult) SetDescription

func (*ModifyFirstRankResponseBodyResult) SetName

func (ModifyFirstRankResponseBodyResult) String

type ModifyFirstRankResponseBodyResultMeta

type ModifyFirstRankResponseBodyResultMeta struct {
	Arg       *string  `json:"arg,omitempty" xml:"arg,omitempty"`
	Attribute *string  `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Weight    *float32 `json:"weight,omitempty" xml:"weight,omitempty"`
}

func (ModifyFirstRankResponseBodyResultMeta) GoString

func (*ModifyFirstRankResponseBodyResultMeta) SetArg

func (*ModifyFirstRankResponseBodyResultMeta) SetAttribute

func (*ModifyFirstRankResponseBodyResultMeta) SetWeight

func (ModifyFirstRankResponseBodyResultMeta) String

type ModifyModelResponse

type ModifyModelResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyModelResponse) GoString

func (s ModifyModelResponse) GoString() string

func (*ModifyModelResponse) SetBody

func (*ModifyModelResponse) SetHeaders

func (s *ModifyModelResponse) SetHeaders(v map[string]*string) *ModifyModelResponse

func (*ModifyModelResponse) SetStatusCode

func (s *ModifyModelResponse) SetStatusCode(v int32) *ModifyModelResponse

func (ModifyModelResponse) String

func (s ModifyModelResponse) String() string

type ModifyModelResponseBody

type ModifyModelResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (ModifyModelResponseBody) GoString

func (s ModifyModelResponseBody) GoString() string

func (*ModifyModelResponseBody) SetRequestId

func (*ModifyModelResponseBody) SetResult

func (ModifyModelResponseBody) String

func (s ModifyModelResponseBody) String() string

type ModifyQueryProcessorRequest

type ModifyQueryProcessorRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (ModifyQueryProcessorRequest) GoString

func (s ModifyQueryProcessorRequest) GoString() string

func (*ModifyQueryProcessorRequest) SetDryRun

func (ModifyQueryProcessorRequest) String

type ModifyQueryProcessorResponse

type ModifyQueryProcessorResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyQueryProcessorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyQueryProcessorResponse) GoString

func (s ModifyQueryProcessorResponse) GoString() string

func (*ModifyQueryProcessorResponse) SetBody

func (*ModifyQueryProcessorResponse) SetHeaders

func (*ModifyQueryProcessorResponse) SetStatusCode

func (ModifyQueryProcessorResponse) String

type ModifyQueryProcessorResponseBody

type ModifyQueryProcessorResponseBody struct {
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ModifyQueryProcessorResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ModifyQueryProcessorResponseBody) GoString

func (*ModifyQueryProcessorResponseBody) SetRequestId

func (ModifyQueryProcessorResponseBody) String

type ModifyQueryProcessorResponseBodyResult

type ModifyQueryProcessorResponseBodyResult struct {
	Active     *bool                    `json:"active,omitempty" xml:"active,omitempty"`
	Created    *int32                   `json:"created,omitempty" xml:"created,omitempty"`
	Domain     *string                  `json:"domain,omitempty" xml:"domain,omitempty"`
	Indexes    []*string                `json:"indexes,omitempty" xml:"indexes,omitempty" type:"Repeated"`
	Name       *string                  `json:"name,omitempty" xml:"name,omitempty"`
	Processors []map[string]interface{} `json:"processors,omitempty" xml:"processors,omitempty" type:"Repeated"`
	Updated    *int32                   `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ModifyQueryProcessorResponseBodyResult) GoString

func (*ModifyQueryProcessorResponseBodyResult) SetActive

func (*ModifyQueryProcessorResponseBodyResult) SetCreated

func (*ModifyQueryProcessorResponseBodyResult) SetDomain

func (*ModifyQueryProcessorResponseBodyResult) SetIndexes

func (*ModifyQueryProcessorResponseBodyResult) SetName

func (*ModifyQueryProcessorResponseBodyResult) SetProcessors

func (*ModifyQueryProcessorResponseBodyResult) SetUpdated

func (ModifyQueryProcessorResponseBodyResult) String

type ModifyScheduledTaskResponse

type ModifyScheduledTaskResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyScheduledTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyScheduledTaskResponse) GoString

func (s ModifyScheduledTaskResponse) GoString() string

func (*ModifyScheduledTaskResponse) SetBody

func (*ModifyScheduledTaskResponse) SetHeaders

func (*ModifyScheduledTaskResponse) SetStatusCode

func (ModifyScheduledTaskResponse) String

type ModifyScheduledTaskResponseBody

type ModifyScheduledTaskResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (ModifyScheduledTaskResponseBody) GoString

func (*ModifyScheduledTaskResponseBody) SetRequestId

func (*ModifyScheduledTaskResponseBody) SetResult

func (ModifyScheduledTaskResponseBody) String

type ModifySecondRankRequest

type ModifySecondRankRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (ModifySecondRankRequest) GoString

func (s ModifySecondRankRequest) GoString() string

func (*ModifySecondRankRequest) SetDryRun

func (ModifySecondRankRequest) String

func (s ModifySecondRankRequest) String() string

type ModifySecondRankResponse

type ModifySecondRankResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifySecondRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifySecondRankResponse) GoString

func (s ModifySecondRankResponse) GoString() string

func (*ModifySecondRankResponse) SetBody

func (*ModifySecondRankResponse) SetHeaders

func (*ModifySecondRankResponse) SetStatusCode

func (ModifySecondRankResponse) String

func (s ModifySecondRankResponse) String() string

type ModifySecondRankResponseBody

type ModifySecondRankResponseBody struct {
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ModifySecondRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ModifySecondRankResponseBody) GoString

func (s ModifySecondRankResponseBody) GoString() string

func (*ModifySecondRankResponseBody) SetRequestId

func (*ModifySecondRankResponseBody) SetResult

func (ModifySecondRankResponseBody) String

type ModifySecondRankResponseBodyResult

type ModifySecondRankResponseBodyResult struct {
	Active      *bool   `json:"active,omitempty" xml:"active,omitempty"`
	Created     *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	IsDefault   *string `json:"isDefault,omitempty" xml:"isDefault,omitempty"`
	IsSys       *string `json:"isSys,omitempty" xml:"isSys,omitempty"`
	Meta        *string `json:"meta,omitempty" xml:"meta,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Updated     *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (ModifySecondRankResponseBodyResult) GoString

func (*ModifySecondRankResponseBodyResult) SetActive

func (*ModifySecondRankResponseBodyResult) SetCreated

func (*ModifySecondRankResponseBodyResult) SetDescription

func (*ModifySecondRankResponseBodyResult) SetId

func (*ModifySecondRankResponseBodyResult) SetIsDefault

func (*ModifySecondRankResponseBodyResult) SetIsSys

func (*ModifySecondRankResponseBodyResult) SetMeta

func (*ModifySecondRankResponseBodyResult) SetName

func (*ModifySecondRankResponseBodyResult) SetUpdated

func (ModifySecondRankResponseBodyResult) String

type PreviewModelRequest

type PreviewModelRequest struct {
	Query *string `json:"query,omitempty" xml:"query,omitempty"`
}

func (PreviewModelRequest) GoString

func (s PreviewModelRequest) GoString() string

func (*PreviewModelRequest) SetQuery

func (PreviewModelRequest) String

func (s PreviewModelRequest) String() string

type PreviewModelResponse

type PreviewModelResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PreviewModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PreviewModelResponse) GoString

func (s PreviewModelResponse) GoString() string

func (*PreviewModelResponse) SetBody

func (*PreviewModelResponse) SetHeaders

func (s *PreviewModelResponse) SetHeaders(v map[string]*string) *PreviewModelResponse

func (*PreviewModelResponse) SetStatusCode

func (s *PreviewModelResponse) SetStatusCode(v int32) *PreviewModelResponse

func (PreviewModelResponse) String

func (s PreviewModelResponse) String() string

type PreviewModelResponseBody

type PreviewModelResponseBody struct {
	RequestId  *string                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result     []map[string]interface{} `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	TotalCount *int64                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (PreviewModelResponseBody) GoString

func (s PreviewModelResponseBody) GoString() string

func (*PreviewModelResponseBody) SetRequestId

func (*PreviewModelResponseBody) SetResult

func (s *PreviewModelResponseBody) SetResult(v []map[string]interface{}) *PreviewModelResponseBody

func (*PreviewModelResponseBody) SetTotalCount

func (PreviewModelResponseBody) String

func (s PreviewModelResponseBody) String() string

type PushInterventionDictionaryEntriesResponse

type PushInterventionDictionaryEntriesResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PushInterventionDictionaryEntriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PushInterventionDictionaryEntriesResponse) GoString

func (*PushInterventionDictionaryEntriesResponse) SetHeaders

func (*PushInterventionDictionaryEntriesResponse) SetStatusCode

func (PushInterventionDictionaryEntriesResponse) String

type PushInterventionDictionaryEntriesResponseBody

type PushInterventionDictionaryEntriesResponseBody struct {
	RequestId *string   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*string `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (PushInterventionDictionaryEntriesResponseBody) GoString

func (*PushInterventionDictionaryEntriesResponseBody) SetRequestId

func (*PushInterventionDictionaryEntriesResponseBody) SetResult

func (PushInterventionDictionaryEntriesResponseBody) String

type PushUserAnalyzerEntriesResponse

type PushUserAnalyzerEntriesResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PushUserAnalyzerEntriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PushUserAnalyzerEntriesResponse) GoString

func (*PushUserAnalyzerEntriesResponse) SetHeaders

func (*PushUserAnalyzerEntriesResponse) SetStatusCode

func (PushUserAnalyzerEntriesResponse) String

type PushUserAnalyzerEntriesResponseBody

type PushUserAnalyzerEntriesResponseBody struct {
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (PushUserAnalyzerEntriesResponseBody) GoString

func (*PushUserAnalyzerEntriesResponseBody) SetRequestId

func (*PushUserAnalyzerEntriesResponseBody) SetResult

func (PushUserAnalyzerEntriesResponseBody) String

type RankPreviewQueryResponse

type RankPreviewQueryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RankPreviewQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RankPreviewQueryResponse) GoString

func (s RankPreviewQueryResponse) GoString() string

func (*RankPreviewQueryResponse) SetBody

func (*RankPreviewQueryResponse) SetHeaders

func (*RankPreviewQueryResponse) SetStatusCode

func (RankPreviewQueryResponse) String

func (s RankPreviewQueryResponse) String() string

type RankPreviewQueryResponseBody

type RankPreviewQueryResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RankPreviewQueryResponseBody) GoString

func (s RankPreviewQueryResponseBody) GoString() string

func (*RankPreviewQueryResponseBody) SetRequestId

func (RankPreviewQueryResponseBody) String

type ReleaseSortScriptResponse

type ReleaseSortScriptResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReleaseSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReleaseSortScriptResponse) GoString

func (s ReleaseSortScriptResponse) GoString() string

func (*ReleaseSortScriptResponse) SetBody

func (*ReleaseSortScriptResponse) SetHeaders

func (*ReleaseSortScriptResponse) SetStatusCode

func (ReleaseSortScriptResponse) String

func (s ReleaseSortScriptResponse) String() string

type ReleaseSortScriptResponseBody

type ReleaseSortScriptResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ReleaseSortScriptResponseBody) GoString

func (*ReleaseSortScriptResponseBody) SetRequestId

func (ReleaseSortScriptResponseBody) String

type RemoveAppGroupResponse

type RemoveAppGroupResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveAppGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveAppGroupResponse) GoString

func (s RemoveAppGroupResponse) GoString() string

func (*RemoveAppGroupResponse) SetBody

func (*RemoveAppGroupResponse) SetHeaders

func (*RemoveAppGroupResponse) SetStatusCode

func (RemoveAppGroupResponse) String

func (s RemoveAppGroupResponse) String() string

type RemoveAppGroupResponseBody

type RemoveAppGroupResponseBody struct {
	RequestId *string  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*int32 `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (RemoveAppGroupResponseBody) GoString

func (s RemoveAppGroupResponseBody) GoString() string

func (*RemoveAppGroupResponseBody) SetRequestId

func (*RemoveAppGroupResponseBody) SetResult

func (RemoveAppGroupResponseBody) String

type RemoveAppResponse

type RemoveAppResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveAppResponse) GoString

func (s RemoveAppResponse) GoString() string

func (*RemoveAppResponse) SetBody

func (*RemoveAppResponse) SetHeaders

func (s *RemoveAppResponse) SetHeaders(v map[string]*string) *RemoveAppResponse

func (*RemoveAppResponse) SetStatusCode

func (s *RemoveAppResponse) SetStatusCode(v int32) *RemoveAppResponse

func (RemoveAppResponse) String

func (s RemoveAppResponse) String() string

type RemoveAppResponseBody

type RemoveAppResponseBody struct {
	RequestId *string  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*int32 `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (RemoveAppResponseBody) GoString

func (s RemoveAppResponseBody) GoString() string

func (*RemoveAppResponseBody) SetRequestId

func (*RemoveAppResponseBody) SetResult

func (RemoveAppResponseBody) String

func (s RemoveAppResponseBody) String() string

type RemoveDataCollectionResponse

type RemoveDataCollectionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveDataCollectionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveDataCollectionResponse) GoString

func (s RemoveDataCollectionResponse) GoString() string

func (*RemoveDataCollectionResponse) SetBody

func (*RemoveDataCollectionResponse) SetHeaders

func (*RemoveDataCollectionResponse) SetStatusCode

func (RemoveDataCollectionResponse) String

type RemoveDataCollectionResponseBody

type RemoveDataCollectionResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveDataCollectionResponseBody) GoString

func (*RemoveDataCollectionResponseBody) SetRequestId

func (*RemoveDataCollectionResponseBody) SetResult

func (RemoveDataCollectionResponseBody) String

type RemoveFirstRankResponse

type RemoveFirstRankResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveFirstRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveFirstRankResponse) GoString

func (s RemoveFirstRankResponse) GoString() string

func (*RemoveFirstRankResponse) SetBody

func (*RemoveFirstRankResponse) SetHeaders

func (*RemoveFirstRankResponse) SetStatusCode

func (RemoveFirstRankResponse) String

func (s RemoveFirstRankResponse) String() string

type RemoveFirstRankResponseBody

type RemoveFirstRankResponseBody struct {
	RequestId *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *RemoveFirstRankResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (RemoveFirstRankResponseBody) GoString

func (s RemoveFirstRankResponseBody) GoString() string

func (*RemoveFirstRankResponseBody) SetRequestId

func (*RemoveFirstRankResponseBody) SetResult

func (RemoveFirstRankResponseBody) String

type RemoveFirstRankResponseBodyResult

type RemoveFirstRankResponseBodyResult struct {
	Active      *bool                                    `json:"active,omitempty" xml:"active,omitempty"`
	Description *string                                  `json:"description,omitempty" xml:"description,omitempty"`
	Meta        []*RemoveFirstRankResponseBodyResultMeta `json:"meta,omitempty" xml:"meta,omitempty" type:"Repeated"`
	Name        *string                                  `json:"name,omitempty" xml:"name,omitempty"`
}

func (RemoveFirstRankResponseBodyResult) GoString

func (*RemoveFirstRankResponseBodyResult) SetActive

func (*RemoveFirstRankResponseBodyResult) SetDescription

func (*RemoveFirstRankResponseBodyResult) SetName

func (RemoveFirstRankResponseBodyResult) String

type RemoveFirstRankResponseBodyResultMeta

type RemoveFirstRankResponseBodyResultMeta struct {
	Arg       *string  `json:"arg,omitempty" xml:"arg,omitempty"`
	Attribute *string  `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Weight    *float32 `json:"weight,omitempty" xml:"weight,omitempty"`
}

func (RemoveFirstRankResponseBodyResultMeta) GoString

func (*RemoveFirstRankResponseBodyResultMeta) SetArg

func (*RemoveFirstRankResponseBodyResultMeta) SetAttribute

func (*RemoveFirstRankResponseBodyResultMeta) SetWeight

func (RemoveFirstRankResponseBodyResultMeta) String

type RemoveInterventionDictionaryResponse

type RemoveInterventionDictionaryResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveInterventionDictionaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveInterventionDictionaryResponse) GoString

func (*RemoveInterventionDictionaryResponse) SetHeaders

func (*RemoveInterventionDictionaryResponse) SetStatusCode

func (RemoveInterventionDictionaryResponse) String

type RemoveInterventionDictionaryResponseBody

type RemoveInterventionDictionaryResponseBody struct {
	RequestId *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *RemoveInterventionDictionaryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (RemoveInterventionDictionaryResponseBody) GoString

func (*RemoveInterventionDictionaryResponseBody) SetRequestId

func (RemoveInterventionDictionaryResponseBody) String

type RemoveInterventionDictionaryResponseBodyResult

type RemoveInterventionDictionaryResponseBodyResult struct {
	Analyzer *string `json:"analyzer,omitempty" xml:"analyzer,omitempty"`
	Created  *string `json:"created,omitempty" xml:"created,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
	Updated  *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (RemoveInterventionDictionaryResponseBodyResult) GoString

func (*RemoveInterventionDictionaryResponseBodyResult) SetAnalyzer

func (*RemoveInterventionDictionaryResponseBodyResult) SetCreated

func (*RemoveInterventionDictionaryResponseBodyResult) SetName

func (*RemoveInterventionDictionaryResponseBodyResult) SetType

func (*RemoveInterventionDictionaryResponseBodyResult) SetUpdated

func (RemoveInterventionDictionaryResponseBodyResult) String

type RemoveQueryProcessorResponse

type RemoveQueryProcessorResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveQueryProcessorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveQueryProcessorResponse) GoString

func (s RemoveQueryProcessorResponse) GoString() string

func (*RemoveQueryProcessorResponse) SetBody

func (*RemoveQueryProcessorResponse) SetHeaders

func (*RemoveQueryProcessorResponse) SetStatusCode

func (RemoveQueryProcessorResponse) String

type RemoveQueryProcessorResponseBody

type RemoveQueryProcessorResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveQueryProcessorResponseBody) GoString

func (*RemoveQueryProcessorResponseBody) SetRequestId

func (*RemoveQueryProcessorResponseBody) SetResult

func (RemoveQueryProcessorResponseBody) String

type RemoveScheduledTaskResponse

type RemoveScheduledTaskResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveScheduledTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveScheduledTaskResponse) GoString

func (s RemoveScheduledTaskResponse) GoString() string

func (*RemoveScheduledTaskResponse) SetBody

func (*RemoveScheduledTaskResponse) SetHeaders

func (*RemoveScheduledTaskResponse) SetStatusCode

func (RemoveScheduledTaskResponse) String

type RemoveScheduledTaskResponseBody

type RemoveScheduledTaskResponseBody struct {
	RequestId *string  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*int32 `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (RemoveScheduledTaskResponseBody) GoString

func (*RemoveScheduledTaskResponseBody) SetRequestId

func (*RemoveScheduledTaskResponseBody) SetResult

func (RemoveScheduledTaskResponseBody) String

type RemoveSearchStrategyResponse

type RemoveSearchStrategyResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveSearchStrategyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveSearchStrategyResponse) GoString

func (s RemoveSearchStrategyResponse) GoString() string

func (*RemoveSearchStrategyResponse) SetBody

func (*RemoveSearchStrategyResponse) SetHeaders

func (*RemoveSearchStrategyResponse) SetStatusCode

func (RemoveSearchStrategyResponse) String

type RemoveSearchStrategyResponseBody

type RemoveSearchStrategyResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RemoveSearchStrategyResponseBody) GoString

func (*RemoveSearchStrategyResponseBody) SetRequestId

func (RemoveSearchStrategyResponseBody) String

type RemoveSecondRankResponse

type RemoveSecondRankResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveSecondRankResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveSecondRankResponse) GoString

func (s RemoveSecondRankResponse) GoString() string

func (*RemoveSecondRankResponse) SetBody

func (*RemoveSecondRankResponse) SetHeaders

func (*RemoveSecondRankResponse) SetStatusCode

func (RemoveSecondRankResponse) String

func (s RemoveSecondRankResponse) String() string

type RemoveSecondRankResponseBody

type RemoveSecondRankResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveSecondRankResponseBody) GoString

func (s RemoveSecondRankResponseBody) GoString() string

func (*RemoveSecondRankResponseBody) SetRequestId

func (*RemoveSecondRankResponseBody) SetResult

func (s *RemoveSecondRankResponseBody) SetResult(v map[string]interface{}) *RemoveSecondRankResponseBody

func (RemoveSecondRankResponseBody) String

type RemoveUserAnalyzerResponse

type RemoveUserAnalyzerResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveUserAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveUserAnalyzerResponse) GoString

func (s RemoveUserAnalyzerResponse) GoString() string

func (*RemoveUserAnalyzerResponse) SetBody

func (*RemoveUserAnalyzerResponse) SetHeaders

func (*RemoveUserAnalyzerResponse) SetStatusCode

func (RemoveUserAnalyzerResponse) String

type RemoveUserAnalyzerResponseBody

type RemoveUserAnalyzerResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveUserAnalyzerResponseBody) GoString

func (*RemoveUserAnalyzerResponseBody) SetRequestId

func (*RemoveUserAnalyzerResponseBody) SetResult

func (s *RemoveUserAnalyzerResponseBody) SetResult(v map[string]interface{}) *RemoveUserAnalyzerResponseBody

func (RemoveUserAnalyzerResponseBody) String

type RenewAppGroupRequest

type RenewAppGroupRequest struct {
	ClientToken *string `json:"clientToken,omitempty" xml:"clientToken,omitempty"`
}

func (RenewAppGroupRequest) GoString

func (s RenewAppGroupRequest) GoString() string

func (*RenewAppGroupRequest) SetClientToken

func (s *RenewAppGroupRequest) SetClientToken(v string) *RenewAppGroupRequest

func (RenewAppGroupRequest) String

func (s RenewAppGroupRequest) String() string

type RenewAppGroupResponse

type RenewAppGroupResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RenewAppGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RenewAppGroupResponse) GoString

func (s RenewAppGroupResponse) GoString() string

func (*RenewAppGroupResponse) SetBody

func (*RenewAppGroupResponse) SetHeaders

func (*RenewAppGroupResponse) SetStatusCode

func (s *RenewAppGroupResponse) SetStatusCode(v int32) *RenewAppGroupResponse

func (RenewAppGroupResponse) String

func (s RenewAppGroupResponse) String() string

type RenewAppGroupResponseBody

type RenewAppGroupResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RenewAppGroupResponseBody) GoString

func (s RenewAppGroupResponseBody) GoString() string

func (*RenewAppGroupResponseBody) SetRequestId

func (RenewAppGroupResponseBody) String

func (s RenewAppGroupResponseBody) String() string

type ReplaceAppGroupCommodityCodeResponse

type ReplaceAppGroupCommodityCodeResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReplaceAppGroupCommodityCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReplaceAppGroupCommodityCodeResponse) GoString

func (*ReplaceAppGroupCommodityCodeResponse) SetHeaders

func (*ReplaceAppGroupCommodityCodeResponse) SetStatusCode

func (ReplaceAppGroupCommodityCodeResponse) String

type ReplaceAppGroupCommodityCodeResponseBody

type ReplaceAppGroupCommodityCodeResponseBody struct {
	RequestId *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *ReplaceAppGroupCommodityCodeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ReplaceAppGroupCommodityCodeResponseBody) GoString

func (*ReplaceAppGroupCommodityCodeResponseBody) SetRequestId

func (ReplaceAppGroupCommodityCodeResponseBody) String

type ReplaceAppGroupCommodityCodeResponseBodyResult

type ReplaceAppGroupCommodityCodeResponseBodyResult struct {
	ChargeType                        *string                                              `json:"chargeType,omitempty" xml:"chargeType,omitempty"`
	ChargingWay                       *int32                                               `json:"chargingWay,omitempty" xml:"chargingWay,omitempty"`
	CommodityCode                     *string                                              `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	Created                           *int32                                               `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion                    *string                                              `json:"currentVersion,omitempty" xml:"currentVersion,omitempty"`
	Description                       *string                                              `json:"description,omitempty" xml:"description,omitempty"`
	ExpireOn                          *string                                              `json:"expireOn,omitempty" xml:"expireOn,omitempty"`
	FirstRankAlgoDeploymentId         *int32                                               `json:"firstRankAlgoDeploymentId,omitempty" xml:"firstRankAlgoDeploymentId,omitempty"`
	HasPendingQuotaReviewTask         *int32                                               `json:"hasPendingQuotaReviewTask,omitempty" xml:"hasPendingQuotaReviewTask,omitempty"`
	Id                                *string                                              `json:"id,omitempty" xml:"id,omitempty"`
	InstanceId                        *string                                              `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockMode                          *string                                              `json:"lockMode,omitempty" xml:"lockMode,omitempty"`
	LockedByExpiration                *int32                                               `json:"lockedByExpiration,omitempty" xml:"lockedByExpiration,omitempty"`
	Name                              *string                                              `json:"name,omitempty" xml:"name,omitempty"`
	PendingSecondRankAlgoDeploymentId *int32                                               `json:"pendingSecondRankAlgoDeploymentId,omitempty" xml:"pendingSecondRankAlgoDeploymentId,omitempty"`
	ProcessingOrderId                 *string                                              `json:"processingOrderId,omitempty" xml:"processingOrderId,omitempty"`
	Produced                          *int32                                               `json:"produced,omitempty" xml:"produced,omitempty"`
	ProjectId                         *string                                              `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Quota                             *ReplaceAppGroupCommodityCodeResponseBodyResultQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"`
	SecondRankAlgoDeploymentId        *int32                                               `json:"secondRankAlgoDeploymentId,omitempty" xml:"secondRankAlgoDeploymentId,omitempty"`
	Status                            *string                                              `json:"status,omitempty" xml:"status,omitempty"`
	SwitchedTime                      *int32                                               `json:"switchedTime,omitempty" xml:"switchedTime,omitempty"`
	Type                              *string                                              `json:"type,omitempty" xml:"type,omitempty"`
	Updated                           *int32                                               `json:"updated,omitempty" xml:"updated,omitempty"`
	Versions                          []*string                                            `json:"versions,omitempty" xml:"versions,omitempty" type:"Repeated"`
}

func (ReplaceAppGroupCommodityCodeResponseBodyResult) GoString

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetChargeType

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetChargingWay

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetCommodityCode

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetCreated

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetCurrentVersion

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetDescription

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetExpireOn

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetFirstRankAlgoDeploymentId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetHasPendingQuotaReviewTask

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetInstanceId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetLockMode

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetLockedByExpiration

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetName

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetPendingSecondRankAlgoDeploymentId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetProcessingOrderId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetProduced

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetProjectId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetSecondRankAlgoDeploymentId

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetStatus

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetSwitchedTime

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetType

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetUpdated

func (*ReplaceAppGroupCommodityCodeResponseBodyResult) SetVersions

func (ReplaceAppGroupCommodityCodeResponseBodyResult) String

type ReplaceAppGroupCommodityCodeResponseBodyResultQuota

type ReplaceAppGroupCommodityCodeResponseBodyResultQuota struct {
	ComputeResource *int32  `json:"computeResource,omitempty" xml:"computeResource,omitempty"`
	DocSize         *int32  `json:"docSize,omitempty" xml:"docSize,omitempty"`
	Spec            *string `json:"spec,omitempty" xml:"spec,omitempty"`
}

func (ReplaceAppGroupCommodityCodeResponseBodyResultQuota) GoString

func (*ReplaceAppGroupCommodityCodeResponseBodyResultQuota) SetComputeResource

func (*ReplaceAppGroupCommodityCodeResponseBodyResultQuota) SetDocSize

func (*ReplaceAppGroupCommodityCodeResponseBodyResultQuota) SetSpec

func (ReplaceAppGroupCommodityCodeResponseBodyResultQuota) String

type SaveSortScriptFileResponse

type SaveSortScriptFileResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SaveSortScriptFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SaveSortScriptFileResponse) GoString

func (s SaveSortScriptFileResponse) GoString() string

func (*SaveSortScriptFileResponse) SetBody

func (*SaveSortScriptFileResponse) SetHeaders

func (*SaveSortScriptFileResponse) SetStatusCode

func (SaveSortScriptFileResponse) String

type SaveSortScriptFileResponseBody

type SaveSortScriptFileResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (SaveSortScriptFileResponseBody) GoString

func (*SaveSortScriptFileResponseBody) SetRequestId

func (SaveSortScriptFileResponseBody) String

type StartSlowQueryAnalyzerResponse

type StartSlowQueryAnalyzerResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StartSlowQueryAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartSlowQueryAnalyzerResponse) GoString

func (*StartSlowQueryAnalyzerResponse) SetHeaders

func (*StartSlowQueryAnalyzerResponse) SetStatusCode

func (StartSlowQueryAnalyzerResponse) String

type StartSlowQueryAnalyzerResponseBody

type StartSlowQueryAnalyzerResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (StartSlowQueryAnalyzerResponseBody) GoString

func (*StartSlowQueryAnalyzerResponseBody) SetRequestId

func (*StartSlowQueryAnalyzerResponseBody) SetResult

func (StartSlowQueryAnalyzerResponseBody) String

type TrainModelResponse

type TrainModelResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TrainModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TrainModelResponse) GoString

func (s TrainModelResponse) GoString() string

func (*TrainModelResponse) SetBody

func (*TrainModelResponse) SetHeaders

func (s *TrainModelResponse) SetHeaders(v map[string]*string) *TrainModelResponse

func (*TrainModelResponse) SetStatusCode

func (s *TrainModelResponse) SetStatusCode(v int32) *TrainModelResponse

func (TrainModelResponse) String

func (s TrainModelResponse) String() string

type TrainModelResponseBody

type TrainModelResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (TrainModelResponseBody) GoString

func (s TrainModelResponseBody) GoString() string

func (*TrainModelResponseBody) SetRequestId

func (*TrainModelResponseBody) SetResult

func (s *TrainModelResponseBody) SetResult(v map[string]interface{}) *TrainModelResponseBody

func (TrainModelResponseBody) String

func (s TrainModelResponseBody) String() string

type UnbindESUserAnalyzerResponse

type UnbindESUserAnalyzerResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnbindESUserAnalyzerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnbindESUserAnalyzerResponse) GoString

func (s UnbindESUserAnalyzerResponse) GoString() string

func (*UnbindESUserAnalyzerResponse) SetBody

func (*UnbindESUserAnalyzerResponse) SetHeaders

func (*UnbindESUserAnalyzerResponse) SetStatusCode

func (UnbindESUserAnalyzerResponse) String

type UnbindESUserAnalyzerResponseBody

type UnbindESUserAnalyzerResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (UnbindESUserAnalyzerResponseBody) GoString

func (*UnbindESUserAnalyzerResponseBody) SetRequestId

func (*UnbindESUserAnalyzerResponseBody) SetResult

func (UnbindESUserAnalyzerResponseBody) String

type UnbindEsInstanceResponse

type UnbindEsInstanceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnbindEsInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnbindEsInstanceResponse) GoString

func (s UnbindEsInstanceResponse) GoString() string

func (*UnbindEsInstanceResponse) SetBody

func (*UnbindEsInstanceResponse) SetHeaders

func (*UnbindEsInstanceResponse) SetStatusCode

func (UnbindEsInstanceResponse) String

func (s UnbindEsInstanceResponse) String() string

type UnbindEsInstanceResponseBody

type UnbindEsInstanceResponseBody struct {
	RequestId *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"`
}

func (UnbindEsInstanceResponseBody) GoString

func (s UnbindEsInstanceResponseBody) GoString() string

func (*UnbindEsInstanceResponseBody) SetRequestId

func (*UnbindEsInstanceResponseBody) SetResult

func (s *UnbindEsInstanceResponseBody) SetResult(v map[string]interface{}) *UnbindEsInstanceResponseBody

func (UnbindEsInstanceResponseBody) String

type UpdateABTestExperimentResponse

type UpdateABTestExperimentResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateABTestExperimentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateABTestExperimentResponse) GoString

func (*UpdateABTestExperimentResponse) SetHeaders

func (*UpdateABTestExperimentResponse) SetStatusCode

func (UpdateABTestExperimentResponse) String

type UpdateABTestExperimentResponseBody

type UpdateABTestExperimentResponseBody struct {
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *UpdateABTestExperimentResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (UpdateABTestExperimentResponseBody) GoString

func (*UpdateABTestExperimentResponseBody) SetRequestId

func (UpdateABTestExperimentResponseBody) String

type UpdateABTestExperimentResponseBodyResult

type UpdateABTestExperimentResponseBodyResult struct {
	Created *int32                 `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string                `json:"name,omitempty" xml:"name,omitempty"`
	Online  *bool                  `json:"online,omitempty" xml:"online,omitempty"`
	Params  map[string]interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Traffic *int32                 `json:"traffic,omitempty" xml:"traffic,omitempty"`
	Updated *int32                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (UpdateABTestExperimentResponseBodyResult) GoString

func (*UpdateABTestExperimentResponseBodyResult) SetCreated

func (*UpdateABTestExperimentResponseBodyResult) SetId

func (*UpdateABTestExperimentResponseBodyResult) SetName

func (*UpdateABTestExperimentResponseBodyResult) SetOnline

func (*UpdateABTestExperimentResponseBodyResult) SetParams

func (*UpdateABTestExperimentResponseBodyResult) SetTraffic

func (*UpdateABTestExperimentResponseBodyResult) SetUpdated

func (UpdateABTestExperimentResponseBodyResult) String

type UpdateABTestFixedFlowDividersResponse

type UpdateABTestFixedFlowDividersResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateABTestFixedFlowDividersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateABTestFixedFlowDividersResponse) GoString

func (*UpdateABTestFixedFlowDividersResponse) SetHeaders

func (*UpdateABTestFixedFlowDividersResponse) SetStatusCode

func (UpdateABTestFixedFlowDividersResponse) String

type UpdateABTestFixedFlowDividersResponseBody

type UpdateABTestFixedFlowDividersResponseBody struct {
	RequestId *string   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*string `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (UpdateABTestFixedFlowDividersResponseBody) GoString

func (*UpdateABTestFixedFlowDividersResponseBody) SetRequestId

func (*UpdateABTestFixedFlowDividersResponseBody) SetResult

func (UpdateABTestFixedFlowDividersResponseBody) String

type UpdateABTestGroupResponse

type UpdateABTestGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateABTestGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateABTestGroupResponse) GoString

func (s UpdateABTestGroupResponse) GoString() string

func (*UpdateABTestGroupResponse) SetBody

func (*UpdateABTestGroupResponse) SetHeaders

func (*UpdateABTestGroupResponse) SetStatusCode

func (UpdateABTestGroupResponse) String

func (s UpdateABTestGroupResponse) String() string

type UpdateABTestGroupResponseBody

type UpdateABTestGroupResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *UpdateABTestGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (UpdateABTestGroupResponseBody) GoString

func (*UpdateABTestGroupResponseBody) SetRequestId

func (UpdateABTestGroupResponseBody) String

type UpdateABTestGroupResponseBodyResult

type UpdateABTestGroupResponseBodyResult struct {
	Created *int32  `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Status  *int32  `json:"status,omitempty" xml:"status,omitempty"`
	Updated *int32  `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (UpdateABTestGroupResponseBodyResult) GoString

func (*UpdateABTestGroupResponseBodyResult) SetCreated

func (*UpdateABTestGroupResponseBodyResult) SetId

func (*UpdateABTestGroupResponseBodyResult) SetName

func (*UpdateABTestGroupResponseBodyResult) SetStatus

func (*UpdateABTestGroupResponseBodyResult) SetUpdated

func (UpdateABTestGroupResponseBodyResult) String

type UpdateABTestSceneResponse

type UpdateABTestSceneResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateABTestSceneResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateABTestSceneResponse) GoString

func (s UpdateABTestSceneResponse) GoString() string

func (*UpdateABTestSceneResponse) SetBody

func (*UpdateABTestSceneResponse) SetHeaders

func (*UpdateABTestSceneResponse) SetStatusCode

func (UpdateABTestSceneResponse) String

func (s UpdateABTestSceneResponse) String() string

type UpdateABTestSceneResponseBody

type UpdateABTestSceneResponseBody struct {
	RequestId *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *UpdateABTestSceneResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (UpdateABTestSceneResponseBody) GoString

func (*UpdateABTestSceneResponseBody) SetRequestId

func (UpdateABTestSceneResponseBody) String

type UpdateABTestSceneResponseBodyResult

type UpdateABTestSceneResponseBodyResult struct {
	Created *int32                 `json:"created,omitempty" xml:"created,omitempty"`
	Id      *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name    *string                `json:"name,omitempty" xml:"name,omitempty"`
	Online  *bool                  `json:"online,omitempty" xml:"online,omitempty"`
	Params  map[string]interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Traffic *int32                 `json:"traffic,omitempty" xml:"traffic,omitempty"`
	Updated *int32                 `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (UpdateABTestSceneResponseBodyResult) GoString

func (*UpdateABTestSceneResponseBodyResult) SetCreated

func (*UpdateABTestSceneResponseBodyResult) SetId

func (*UpdateABTestSceneResponseBodyResult) SetName

func (*UpdateABTestSceneResponseBodyResult) SetOnline

func (*UpdateABTestSceneResponseBodyResult) SetParams

func (*UpdateABTestSceneResponseBodyResult) SetTraffic

func (*UpdateABTestSceneResponseBodyResult) SetUpdated

func (UpdateABTestSceneResponseBodyResult) String

type UpdateFetchFieldsRequest

type UpdateFetchFieldsRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (UpdateFetchFieldsRequest) GoString

func (s UpdateFetchFieldsRequest) GoString() string

func (*UpdateFetchFieldsRequest) SetDryRun

func (UpdateFetchFieldsRequest) String

func (s UpdateFetchFieldsRequest) String() string

type UpdateFetchFieldsResponse

type UpdateFetchFieldsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateFetchFieldsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateFetchFieldsResponse) GoString

func (s UpdateFetchFieldsResponse) GoString() string

func (*UpdateFetchFieldsResponse) SetBody

func (*UpdateFetchFieldsResponse) SetHeaders

func (*UpdateFetchFieldsResponse) SetStatusCode

func (UpdateFetchFieldsResponse) String

func (s UpdateFetchFieldsResponse) String() string

type UpdateFetchFieldsResponseBody

type UpdateFetchFieldsResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateFetchFieldsResponseBody) GoString

func (*UpdateFetchFieldsResponseBody) SetRequestId

func (*UpdateFetchFieldsResponseBody) SetResult

func (UpdateFetchFieldsResponseBody) String

type UpdateFunctionDefaultInstanceRequest

type UpdateFunctionDefaultInstanceRequest struct {
	InstanceName *string `json:"instanceName,omitempty" xml:"instanceName,omitempty"`
}

func (UpdateFunctionDefaultInstanceRequest) GoString

func (*UpdateFunctionDefaultInstanceRequest) SetInstanceName

func (UpdateFunctionDefaultInstanceRequest) String

type UpdateFunctionDefaultInstanceResponse

type UpdateFunctionDefaultInstanceResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateFunctionDefaultInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateFunctionDefaultInstanceResponse) GoString

func (*UpdateFunctionDefaultInstanceResponse) SetHeaders

func (*UpdateFunctionDefaultInstanceResponse) SetStatusCode

func (UpdateFunctionDefaultInstanceResponse) String

type UpdateFunctionDefaultInstanceResponseBody

type UpdateFunctionDefaultInstanceResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (UpdateFunctionDefaultInstanceResponseBody) GoString

func (*UpdateFunctionDefaultInstanceResponseBody) SetCode

func (*UpdateFunctionDefaultInstanceResponseBody) SetHttpCode

func (*UpdateFunctionDefaultInstanceResponseBody) SetLatency

func (*UpdateFunctionDefaultInstanceResponseBody) SetMessage

func (*UpdateFunctionDefaultInstanceResponseBody) SetRequestId

func (*UpdateFunctionDefaultInstanceResponseBody) SetStatus

func (UpdateFunctionDefaultInstanceResponseBody) String

type UpdateFunctionInstanceRequest

type UpdateFunctionInstanceRequest struct {
	CreateParameters []*UpdateFunctionInstanceRequestCreateParameters `json:"createParameters,omitempty" xml:"createParameters,omitempty" type:"Repeated"`
	Cron             *string                                          `json:"cron,omitempty" xml:"cron,omitempty"`
	Description      *string                                          `json:"description,omitempty" xml:"description,omitempty"`
	UsageParameters  []*UpdateFunctionInstanceRequestUsageParameters  `json:"usageParameters,omitempty" xml:"usageParameters,omitempty" type:"Repeated"`
}

func (UpdateFunctionInstanceRequest) GoString

func (*UpdateFunctionInstanceRequest) SetCron

func (*UpdateFunctionInstanceRequest) SetDescription

func (UpdateFunctionInstanceRequest) String

type UpdateFunctionInstanceRequestCreateParameters

type UpdateFunctionInstanceRequestCreateParameters struct {
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (UpdateFunctionInstanceRequestCreateParameters) GoString

func (*UpdateFunctionInstanceRequestCreateParameters) SetName

func (*UpdateFunctionInstanceRequestCreateParameters) SetValue

func (UpdateFunctionInstanceRequestCreateParameters) String

type UpdateFunctionInstanceRequestUsageParameters

type UpdateFunctionInstanceRequestUsageParameters struct {
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (UpdateFunctionInstanceRequestUsageParameters) GoString

func (*UpdateFunctionInstanceRequestUsageParameters) SetName

func (*UpdateFunctionInstanceRequestUsageParameters) SetValue

func (UpdateFunctionInstanceRequestUsageParameters) String

type UpdateFunctionInstanceResponse

type UpdateFunctionInstanceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateFunctionInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateFunctionInstanceResponse) GoString

func (*UpdateFunctionInstanceResponse) SetHeaders

func (*UpdateFunctionInstanceResponse) SetStatusCode

func (UpdateFunctionInstanceResponse) String

type UpdateFunctionInstanceResponseBody

type UpdateFunctionInstanceResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpCode  *int64  `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Latency   *int64  `json:"Latency,omitempty" xml:"Latency,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (UpdateFunctionInstanceResponseBody) GoString

func (*UpdateFunctionInstanceResponseBody) SetCode

func (*UpdateFunctionInstanceResponseBody) SetHttpCode

func (*UpdateFunctionInstanceResponseBody) SetLatency

func (*UpdateFunctionInstanceResponseBody) SetMessage

func (*UpdateFunctionInstanceResponseBody) SetRequestId

func (*UpdateFunctionInstanceResponseBody) SetStatus

func (UpdateFunctionInstanceResponseBody) String

type UpdateSearchStrategyResponse

type UpdateSearchStrategyResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSearchStrategyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSearchStrategyResponse) GoString

func (s UpdateSearchStrategyResponse) GoString() string

func (*UpdateSearchStrategyResponse) SetBody

func (*UpdateSearchStrategyResponse) SetHeaders

func (*UpdateSearchStrategyResponse) SetStatusCode

func (UpdateSearchStrategyResponse) String

type UpdateSearchStrategyResponseBody

type UpdateSearchStrategyResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (UpdateSearchStrategyResponseBody) GoString

func (*UpdateSearchStrategyResponseBody) SetRequestId

func (UpdateSearchStrategyResponseBody) String

type UpdateSortScriptResponse

type UpdateSortScriptResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSortScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSortScriptResponse) GoString

func (s UpdateSortScriptResponse) GoString() string

func (*UpdateSortScriptResponse) SetBody

func (*UpdateSortScriptResponse) SetHeaders

func (*UpdateSortScriptResponse) SetStatusCode

func (UpdateSortScriptResponse) String

func (s UpdateSortScriptResponse) String() string

type UpdateSortScriptResponseBody

type UpdateSortScriptResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (UpdateSortScriptResponseBody) GoString

func (s UpdateSortScriptResponseBody) GoString() string

func (*UpdateSortScriptResponseBody) SetRequestId

func (UpdateSortScriptResponseBody) String

type UpdateSummariesRequest

type UpdateSummariesRequest struct {
	DryRun *bool `json:"dryRun,omitempty" xml:"dryRun,omitempty"`
}

func (UpdateSummariesRequest) GoString

func (s UpdateSummariesRequest) GoString() string

func (*UpdateSummariesRequest) SetDryRun

func (UpdateSummariesRequest) String

func (s UpdateSummariesRequest) String() string

type UpdateSummariesResponse

type UpdateSummariesResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSummariesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSummariesResponse) GoString

func (s UpdateSummariesResponse) GoString() string

func (*UpdateSummariesResponse) SetBody

func (*UpdateSummariesResponse) SetHeaders

func (*UpdateSummariesResponse) SetStatusCode

func (UpdateSummariesResponse) String

func (s UpdateSummariesResponse) String() string

type UpdateSummariesResponseBody

type UpdateSummariesResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateSummariesResponseBody) GoString

func (s UpdateSummariesResponseBody) GoString() string

func (*UpdateSummariesResponseBody) SetRequestId

func (*UpdateSummariesResponseBody) SetResult

func (UpdateSummariesResponseBody) String

type ValidateDataSourcesResponse

type ValidateDataSourcesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ValidateDataSourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ValidateDataSourcesResponse) GoString

func (s ValidateDataSourcesResponse) GoString() string

func (*ValidateDataSourcesResponse) SetBody

func (*ValidateDataSourcesResponse) SetHeaders

func (*ValidateDataSourcesResponse) SetStatusCode

func (ValidateDataSourcesResponse) String

type ValidateDataSourcesResponseBody

type ValidateDataSourcesResponseBody struct {
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ValidateDataSourcesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ValidateDataSourcesResponseBody) GoString

func (*ValidateDataSourcesResponseBody) SetRequestId

func (ValidateDataSourcesResponseBody) String

type ValidateDataSourcesResponseBodyResult

type ValidateDataSourcesResponseBodyResult struct {
	Code       *string                                          `json:"code,omitempty" xml:"code,omitempty"`
	DataSource *ValidateDataSourcesResponseBodyResultDataSource `json:"dataSource,omitempty" xml:"dataSource,omitempty" type:"Struct"`
	Message    *string                                          `json:"message,omitempty" xml:"message,omitempty"`
}

func (ValidateDataSourcesResponseBodyResult) GoString

func (*ValidateDataSourcesResponseBodyResult) SetCode

func (*ValidateDataSourcesResponseBodyResult) SetMessage

func (ValidateDataSourcesResponseBodyResult) String

type ValidateDataSourcesResponseBodyResultDataSource

type ValidateDataSourcesResponseBodyResultDataSource struct {
	Parameters map[string]interface{} `json:"parameters,omitempty" xml:"parameters,omitempty"`
	TableName  *string                `json:"tableName,omitempty" xml:"tableName,omitempty"`
	Type       *string                `json:"type,omitempty" xml:"type,omitempty"`
}

func (ValidateDataSourcesResponseBodyResultDataSource) GoString

func (*ValidateDataSourcesResponseBodyResultDataSource) SetParameters

func (*ValidateDataSourcesResponseBodyResultDataSource) SetTableName

func (*ValidateDataSourcesResponseBodyResultDataSource) SetType

func (ValidateDataSourcesResponseBodyResultDataSource) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL