Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AbolishApiRequest
- func (s AbolishApiRequest) GoString() string
- func (s *AbolishApiRequest) SetApiId(v string) *AbolishApiRequest
- func (s *AbolishApiRequest) SetGroupId(v string) *AbolishApiRequest
- func (s *AbolishApiRequest) SetSecurityToken(v string) *AbolishApiRequest
- func (s *AbolishApiRequest) SetStageName(v string) *AbolishApiRequest
- func (s AbolishApiRequest) String() string
- type AbolishApiResponse
- func (s AbolishApiResponse) GoString() string
- func (s *AbolishApiResponse) SetBody(v *AbolishApiResponseBody) *AbolishApiResponse
- func (s *AbolishApiResponse) SetHeaders(v map[string]*string) *AbolishApiResponse
- func (s *AbolishApiResponse) SetStatusCode(v int32) *AbolishApiResponse
- func (s AbolishApiResponse) String() string
- type AbolishApiResponseBody
- type AddBlackListRequest
- func (s AddBlackListRequest) GoString() string
- func (s *AddBlackListRequest) SetBlackContent(v string) *AddBlackListRequest
- func (s *AddBlackListRequest) SetBlackType(v string) *AddBlackListRequest
- func (s *AddBlackListRequest) SetDescription(v string) *AddBlackListRequest
- func (s *AddBlackListRequest) SetSecurityToken(v string) *AddBlackListRequest
- func (s AddBlackListRequest) String() string
- type AddBlackListResponse
- func (s AddBlackListResponse) GoString() string
- func (s *AddBlackListResponse) SetBody(v *AddBlackListResponseBody) *AddBlackListResponse
- func (s *AddBlackListResponse) SetHeaders(v map[string]*string) *AddBlackListResponse
- func (s *AddBlackListResponse) SetStatusCode(v int32) *AddBlackListResponse
- func (s AddBlackListResponse) String() string
- type AddBlackListResponseBody
- type AddIpControlPolicyItemRequest
- func (s AddIpControlPolicyItemRequest) GoString() string
- func (s *AddIpControlPolicyItemRequest) SetAppId(v string) *AddIpControlPolicyItemRequest
- func (s *AddIpControlPolicyItemRequest) SetCidrIp(v string) *AddIpControlPolicyItemRequest
- func (s *AddIpControlPolicyItemRequest) SetIpControlId(v string) *AddIpControlPolicyItemRequest
- func (s *AddIpControlPolicyItemRequest) SetSecurityToken(v string) *AddIpControlPolicyItemRequest
- func (s AddIpControlPolicyItemRequest) String() string
- type AddIpControlPolicyItemResponse
- func (s AddIpControlPolicyItemResponse) GoString() string
- func (s *AddIpControlPolicyItemResponse) SetBody(v *AddIpControlPolicyItemResponseBody) *AddIpControlPolicyItemResponse
- func (s *AddIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *AddIpControlPolicyItemResponse
- func (s *AddIpControlPolicyItemResponse) SetStatusCode(v int32) *AddIpControlPolicyItemResponse
- func (s AddIpControlPolicyItemResponse) String() string
- type AddIpControlPolicyItemResponseBody
- func (s AddIpControlPolicyItemResponseBody) GoString() string
- func (s *AddIpControlPolicyItemResponseBody) SetPolicyItemId(v string) *AddIpControlPolicyItemResponseBody
- func (s *AddIpControlPolicyItemResponseBody) SetRequestId(v string) *AddIpControlPolicyItemResponseBody
- func (s AddIpControlPolicyItemResponseBody) String() string
- type AddTrafficSpecialControlRequest
- func (s AddTrafficSpecialControlRequest) GoString() string
- func (s *AddTrafficSpecialControlRequest) SetSecurityToken(v string) *AddTrafficSpecialControlRequest
- func (s *AddTrafficSpecialControlRequest) SetSpecialKey(v string) *AddTrafficSpecialControlRequest
- func (s *AddTrafficSpecialControlRequest) SetSpecialType(v string) *AddTrafficSpecialControlRequest
- func (s *AddTrafficSpecialControlRequest) SetTrafficControlId(v string) *AddTrafficSpecialControlRequest
- func (s *AddTrafficSpecialControlRequest) SetTrafficValue(v int32) *AddTrafficSpecialControlRequest
- func (s AddTrafficSpecialControlRequest) String() string
- type AddTrafficSpecialControlResponse
- func (s AddTrafficSpecialControlResponse) GoString() string
- func (s *AddTrafficSpecialControlResponse) SetBody(v *AddTrafficSpecialControlResponseBody) *AddTrafficSpecialControlResponse
- func (s *AddTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *AddTrafficSpecialControlResponse
- func (s *AddTrafficSpecialControlResponse) SetStatusCode(v int32) *AddTrafficSpecialControlResponse
- func (s AddTrafficSpecialControlResponse) String() string
- type AddTrafficSpecialControlResponseBody
- type Client
- func (client *Client) AbolishApi(request *AbolishApiRequest) (_result *AbolishApiResponse, _err error)
- func (client *Client) AbolishApiWithOptions(request *AbolishApiRequest, runtime *util.RuntimeOptions) (_result *AbolishApiResponse, _err error)
- func (client *Client) AddBlackList(request *AddBlackListRequest) (_result *AddBlackListResponse, _err error)
- func (client *Client) AddBlackListWithOptions(request *AddBlackListRequest, runtime *util.RuntimeOptions) (_result *AddBlackListResponse, _err error)
- func (client *Client) AddIpControlPolicyItem(request *AddIpControlPolicyItemRequest) (_result *AddIpControlPolicyItemResponse, _err error)
- func (client *Client) AddIpControlPolicyItemWithOptions(request *AddIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *AddIpControlPolicyItemResponse, _err error)
- func (client *Client) AddTrafficSpecialControl(request *AddTrafficSpecialControlRequest) (_result *AddTrafficSpecialControlResponse, _err error)
- func (client *Client) AddTrafficSpecialControlWithOptions(request *AddTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *AddTrafficSpecialControlResponse, _err error)
- func (client *Client) CreateApi(request *CreateApiRequest) (_result *CreateApiResponse, _err error)
- func (client *Client) CreateApiGroup(request *CreateApiGroupRequest) (_result *CreateApiGroupResponse, _err error)
- func (client *Client) CreateApiGroupWithOptions(request *CreateApiGroupRequest, runtime *util.RuntimeOptions) (_result *CreateApiGroupResponse, _err error)
- func (client *Client) CreateApiStageVariable(request *CreateApiStageVariableRequest) (_result *CreateApiStageVariableResponse, _err error)
- func (client *Client) CreateApiStageVariableWithOptions(request *CreateApiStageVariableRequest, runtime *util.RuntimeOptions) (_result *CreateApiStageVariableResponse, _err error)
- func (client *Client) CreateApiWithOptions(request *CreateApiRequest, runtime *util.RuntimeOptions) (_result *CreateApiResponse, _err error)
- func (client *Client) CreateApp(request *CreateAppRequest) (_result *CreateAppResponse, _err error)
- func (client *Client) CreateAppWithOptions(request *CreateAppRequest, runtime *util.RuntimeOptions) (_result *CreateAppResponse, _err error)
- func (client *Client) CreateCustomizedInfo(request *CreateCustomizedInfoRequest) (_result *CreateCustomizedInfoResponse, _err error)
- func (client *Client) CreateCustomizedInfoWithOptions(request *CreateCustomizedInfoRequest, runtime *util.RuntimeOptions) (_result *CreateCustomizedInfoResponse, _err error)
- func (client *Client) CreateInstance(request *CreateInstanceRequest) (_result *CreateInstanceResponse, _err error)
- func (client *Client) CreateInstanceWithOptions(request *CreateInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateInstanceResponse, _err error)
- func (client *Client) CreateIntranetDomain(request *CreateIntranetDomainRequest) (_result *CreateIntranetDomainResponse, _err error)
- func (client *Client) CreateIntranetDomainWithOptions(request *CreateIntranetDomainRequest, runtime *util.RuntimeOptions) (_result *CreateIntranetDomainResponse, _err error)
- func (client *Client) CreateIpControl(request *CreateIpControlRequest) (_result *CreateIpControlResponse, _err error)
- func (client *Client) CreateIpControlWithOptions(request *CreateIpControlRequest, runtime *util.RuntimeOptions) (_result *CreateIpControlResponse, _err error)
- func (client *Client) CreateLogConfig(request *CreateLogConfigRequest) (_result *CreateLogConfigResponse, _err error)
- func (client *Client) CreateLogConfigWithOptions(request *CreateLogConfigRequest, runtime *util.RuntimeOptions) (_result *CreateLogConfigResponse, _err error)
- func (client *Client) CreateRaceWorkForInner(request *CreateRaceWorkForInnerRequest) (_result *CreateRaceWorkForInnerResponse, _err error)
- func (client *Client) CreateRaceWorkForInnerWithOptions(request *CreateRaceWorkForInnerRequest, runtime *util.RuntimeOptions) (_result *CreateRaceWorkForInnerResponse, _err error)
- func (client *Client) CreateSecretKey(request *CreateSecretKeyRequest) (_result *CreateSecretKeyResponse, _err error)
- func (client *Client) CreateSecretKeyWithOptions(request *CreateSecretKeyRequest, runtime *util.RuntimeOptions) (_result *CreateSecretKeyResponse, _err error)
- func (client *Client) CreateTrafficControl(request *CreateTrafficControlRequest) (_result *CreateTrafficControlResponse, _err error)
- func (client *Client) CreateTrafficControlWithOptions(request *CreateTrafficControlRequest, runtime *util.RuntimeOptions) (_result *CreateTrafficControlResponse, _err error)
- func (client *Client) DeleteAllTrafficSpecialControl(request *DeleteAllTrafficSpecialControlRequest) (_result *DeleteAllTrafficSpecialControlResponse, _err error)
- func (client *Client) DeleteAllTrafficSpecialControlWithOptions(request *DeleteAllTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *DeleteAllTrafficSpecialControlResponse, _err error)
- func (client *Client) DeleteApi(request *DeleteApiRequest) (_result *DeleteApiResponse, _err error)
- func (client *Client) DeleteApiGroup(request *DeleteApiGroupRequest) (_result *DeleteApiGroupResponse, _err error)
- func (client *Client) DeleteApiGroupWithOptions(request *DeleteApiGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteApiGroupResponse, _err error)
- func (client *Client) DeleteApiStageVariable(request *DeleteApiStageVariableRequest) (_result *DeleteApiStageVariableResponse, _err error)
- func (client *Client) DeleteApiStageVariableWithOptions(request *DeleteApiStageVariableRequest, runtime *util.RuntimeOptions) (_result *DeleteApiStageVariableResponse, _err error)
- func (client *Client) DeleteApiWithOptions(request *DeleteApiRequest, runtime *util.RuntimeOptions) (_result *DeleteApiResponse, _err error)
- func (client *Client) DeleteApp(request *DeleteAppRequest) (_result *DeleteAppResponse, _err error)
- func (client *Client) DeleteAppWithOptions(request *DeleteAppRequest, runtime *util.RuntimeOptions) (_result *DeleteAppResponse, _err error)
- func (client *Client) DeleteDomain(request *DeleteDomainRequest) (_result *DeleteDomainResponse, _err error)
- func (client *Client) DeleteDomainCertificate(request *DeleteDomainCertificateRequest) (_result *DeleteDomainCertificateResponse, _err error)
- func (client *Client) DeleteDomainCertificateWithOptions(request *DeleteDomainCertificateRequest, runtime *util.RuntimeOptions) (_result *DeleteDomainCertificateResponse, _err error)
- func (client *Client) DeleteDomainWithOptions(request *DeleteDomainRequest, runtime *util.RuntimeOptions) (_result *DeleteDomainResponse, _err error)
- func (client *Client) DeleteIpControl(request *DeleteIpControlRequest) (_result *DeleteIpControlResponse, _err error)
- func (client *Client) DeleteIpControlWithOptions(request *DeleteIpControlRequest, runtime *util.RuntimeOptions) (_result *DeleteIpControlResponse, _err error)
- func (client *Client) DeleteLogConfig(request *DeleteLogConfigRequest) (_result *DeleteLogConfigResponse, _err error)
- func (client *Client) DeleteLogConfigWithOptions(request *DeleteLogConfigRequest, runtime *util.RuntimeOptions) (_result *DeleteLogConfigResponse, _err error)
- func (client *Client) DeleteSecretKey(request *DeleteSecretKeyRequest) (_result *DeleteSecretKeyResponse, _err error)
- func (client *Client) DeleteSecretKeyWithOptions(request *DeleteSecretKeyRequest, runtime *util.RuntimeOptions) (_result *DeleteSecretKeyResponse, _err error)
- func (client *Client) DeleteTrafficControl(request *DeleteTrafficControlRequest) (_result *DeleteTrafficControlResponse, _err error)
- func (client *Client) DeleteTrafficControlWithOptions(request *DeleteTrafficControlRequest, runtime *util.RuntimeOptions) (_result *DeleteTrafficControlResponse, _err error)
- func (client *Client) DeleteTrafficSpecialControl(request *DeleteTrafficSpecialControlRequest) (_result *DeleteTrafficSpecialControlResponse, _err error)
- func (client *Client) DeleteTrafficSpecialControlWithOptions(request *DeleteTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *DeleteTrafficSpecialControlResponse, _err error)
- func (client *Client) DeployApi(request *DeployApiRequest) (_result *DeployApiResponse, _err error)
- func (client *Client) DeployApiWithOptions(request *DeployApiRequest, runtime *util.RuntimeOptions) (_result *DeployApiResponse, _err error)
- func (client *Client) DescribeApi(request *DescribeApiRequest) (_result *DescribeApiResponse, _err error)
- func (client *Client) DescribeApiDoc(request *DescribeApiDocRequest) (_result *DescribeApiDocResponse, _err error)
- func (client *Client) DescribeApiDocWithOptions(request *DescribeApiDocRequest, runtime *util.RuntimeOptions) (_result *DescribeApiDocResponse, _err error)
- func (client *Client) DescribeApiDocs(request *DescribeApiDocsRequest) (_result *DescribeApiDocsResponse, _err error)
- func (client *Client) DescribeApiDocsWithOptions(request *DescribeApiDocsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiDocsResponse, _err error)
- func (client *Client) DescribeApiError(request *DescribeApiErrorRequest) (_result *DescribeApiErrorResponse, _err error)
- func (client *Client) DescribeApiErrorWithOptions(request *DescribeApiErrorRequest, runtime *util.RuntimeOptions) (_result *DescribeApiErrorResponse, _err error)
- func (client *Client) DescribeApiGroupDetail(request *DescribeApiGroupDetailRequest) (_result *DescribeApiGroupDetailResponse, _err error)
- func (client *Client) DescribeApiGroupDetailForConsumer(request *DescribeApiGroupDetailForConsumerRequest) (_result *DescribeApiGroupDetailForConsumerResponse, _err error)
- func (client *Client) DescribeApiGroupDetailForConsumerWithOptions(request *DescribeApiGroupDetailForConsumerRequest, ...) (_result *DescribeApiGroupDetailForConsumerResponse, _err error)
- func (client *Client) DescribeApiGroupDetailWithOptions(request *DescribeApiGroupDetailRequest, runtime *util.RuntimeOptions) (_result *DescribeApiGroupDetailResponse, _err error)
- func (client *Client) DescribeApiGroups(request *DescribeApiGroupsRequest) (_result *DescribeApiGroupsResponse, _err error)
- func (client *Client) DescribeApiGroupsWithOptions(request *DescribeApiGroupsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiGroupsResponse, _err error)
- func (client *Client) DescribeApiIpControls(request *DescribeApiIpControlsRequest) (_result *DescribeApiIpControlsResponse, _err error)
- func (client *Client) DescribeApiIpControlsWithOptions(request *DescribeApiIpControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiIpControlsResponse, _err error)
- func (client *Client) DescribeApiLatency(request *DescribeApiLatencyRequest) (_result *DescribeApiLatencyResponse, _err error)
- func (client *Client) DescribeApiLatencyWithOptions(request *DescribeApiLatencyRequest, runtime *util.RuntimeOptions) (_result *DescribeApiLatencyResponse, _err error)
- func (client *Client) DescribeApiQps(request *DescribeApiQpsRequest) (_result *DescribeApiQpsResponse, _err error)
- func (client *Client) DescribeApiQpsWithOptions(request *DescribeApiQpsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiQpsResponse, _err error)
- func (client *Client) DescribeApiRules(request *DescribeApiRulesRequest) (_result *DescribeApiRulesResponse, _err error)
- func (client *Client) DescribeApiRulesWithOptions(request *DescribeApiRulesRequest, runtime *util.RuntimeOptions) (_result *DescribeApiRulesResponse, _err error)
- func (client *Client) DescribeApiStageDetail(request *DescribeApiStageDetailRequest) (_result *DescribeApiStageDetailResponse, _err error)
- func (client *Client) DescribeApiStageDetailWithOptions(request *DescribeApiStageDetailRequest, runtime *util.RuntimeOptions) (_result *DescribeApiStageDetailResponse, _err error)
- func (client *Client) DescribeApiTraffic(request *DescribeApiTrafficRequest) (_result *DescribeApiTrafficResponse, _err error)
- func (client *Client) DescribeApiTrafficWithOptions(request *DescribeApiTrafficRequest, runtime *util.RuntimeOptions) (_result *DescribeApiTrafficResponse, _err error)
- func (client *Client) DescribeApiWithOptions(request *DescribeApiRequest, runtime *util.RuntimeOptions) (_result *DescribeApiResponse, _err error)
- func (client *Client) DescribeApis(request *DescribeApisRequest) (_result *DescribeApisResponse, _err error)
- func (client *Client) DescribeApisByApp(request *DescribeApisByAppRequest) (_result *DescribeApisByAppResponse, _err error)
- func (client *Client) DescribeApisByAppWithOptions(request *DescribeApisByAppRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByAppResponse, _err error)
- func (client *Client) DescribeApisByIpControl(request *DescribeApisByIpControlRequest) (_result *DescribeApisByIpControlResponse, _err error)
- func (client *Client) DescribeApisByIpControlWithOptions(request *DescribeApisByIpControlRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByIpControlResponse, _err error)
- func (client *Client) DescribeApisByRule(request *DescribeApisByRuleRequest) (_result *DescribeApisByRuleResponse, _err error)
- func (client *Client) DescribeApisByRuleWithOptions(request *DescribeApisByRuleRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByRuleResponse, _err error)
- func (client *Client) DescribeApisForConsole(request *DescribeApisForConsoleRequest) (_result *DescribeApisForConsoleResponse, _err error)
- func (client *Client) DescribeApisForConsoleWithOptions(request *DescribeApisForConsoleRequest, runtime *util.RuntimeOptions) (_result *DescribeApisForConsoleResponse, _err error)
- func (client *Client) DescribeApisWithOptions(request *DescribeApisRequest, runtime *util.RuntimeOptions) (_result *DescribeApisResponse, _err error)
- func (client *Client) DescribeApp(request *DescribeAppRequest) (_result *DescribeAppResponse, _err error)
- func (client *Client) DescribeAppSecurities(request *DescribeAppSecuritiesRequest) (_result *DescribeAppSecuritiesResponse, _err error)
- func (client *Client) DescribeAppSecuritiesWithOptions(request *DescribeAppSecuritiesRequest, runtime *util.RuntimeOptions) (_result *DescribeAppSecuritiesResponse, _err error)
- func (client *Client) DescribeAppSecurity(request *DescribeAppSecurityRequest) (_result *DescribeAppSecurityResponse, _err error)
- func (client *Client) DescribeAppSecurityWithOptions(request *DescribeAppSecurityRequest, runtime *util.RuntimeOptions) (_result *DescribeAppSecurityResponse, _err error)
- func (client *Client) DescribeAppWithOptions(request *DescribeAppRequest, runtime *util.RuntimeOptions) (_result *DescribeAppResponse, _err error)
- func (client *Client) DescribeApps(request *DescribeAppsRequest) (_result *DescribeAppsResponse, _err error)
- func (client *Client) DescribeAppsByApi(request *DescribeAppsByApiRequest) (_result *DescribeAppsByApiResponse, _err error)
- func (client *Client) DescribeAppsByApiWithOptions(request *DescribeAppsByApiRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsByApiResponse, _err error)
- func (client *Client) DescribeAppsForProvider(request *DescribeAppsForProviderRequest) (_result *DescribeAppsForProviderResponse, _err error)
- func (client *Client) DescribeAppsForProviderWithOptions(request *DescribeAppsForProviderRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsForProviderResponse, _err error)
- func (client *Client) DescribeAppsWithOptions(request *DescribeAppsRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsResponse, _err error)
- func (client *Client) DescribeBlackLists(request *DescribeBlackListsRequest) (_result *DescribeBlackListsResponse, _err error)
- func (client *Client) DescribeBlackListsWithOptions(request *DescribeBlackListsRequest, runtime *util.RuntimeOptions) (_result *DescribeBlackListsResponse, _err error)
- func (client *Client) DescribeDeployedApi(request *DescribeDeployedApiRequest) (_result *DescribeDeployedApiResponse, _err error)
- func (client *Client) DescribeDeployedApiWithOptions(request *DescribeDeployedApiRequest, runtime *util.RuntimeOptions) (_result *DescribeDeployedApiResponse, _err error)
- func (client *Client) DescribeDeployedApis(request *DescribeDeployedApisRequest) (_result *DescribeDeployedApisResponse, _err error)
- func (client *Client) DescribeDeployedApisWithOptions(request *DescribeDeployedApisRequest, runtime *util.RuntimeOptions) (_result *DescribeDeployedApisResponse, _err error)
- func (client *Client) DescribeDomain(request *DescribeDomainRequest) (_result *DescribeDomainResponse, _err error)
- func (client *Client) DescribeDomainResolution(request *DescribeDomainResolutionRequest) (_result *DescribeDomainResolutionResponse, _err error)
- func (client *Client) DescribeDomainResolutionWithOptions(request *DescribeDomainResolutionRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainResolutionResponse, _err error)
- func (client *Client) DescribeDomainWithOptions(request *DescribeDomainRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainResponse, _err error)
- func (client *Client) DescribeHistoryApi(request *DescribeHistoryApiRequest) (_result *DescribeHistoryApiResponse, _err error)
- func (client *Client) DescribeHistoryApiWithOptions(request *DescribeHistoryApiRequest, runtime *util.RuntimeOptions) (_result *DescribeHistoryApiResponse, _err error)
- func (client *Client) DescribeHistoryApis(request *DescribeHistoryApisRequest) (_result *DescribeHistoryApisResponse, _err error)
- func (client *Client) DescribeHistoryApisWithOptions(request *DescribeHistoryApisRequest, runtime *util.RuntimeOptions) (_result *DescribeHistoryApisResponse, _err error)
- func (client *Client) DescribeIpControlPolicyItems(request *DescribeIpControlPolicyItemsRequest) (_result *DescribeIpControlPolicyItemsResponse, _err error)
- func (client *Client) DescribeIpControlPolicyItemsWithOptions(request *DescribeIpControlPolicyItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeIpControlPolicyItemsResponse, _err error)
- func (client *Client) DescribeIpControls(request *DescribeIpControlsRequest) (_result *DescribeIpControlsResponse, _err error)
- func (client *Client) DescribeIpControlsWithOptions(request *DescribeIpControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeIpControlsResponse, _err error)
- func (client *Client) DescribeLogConfig(request *DescribeLogConfigRequest) (_result *DescribeLogConfigResponse, _err error)
- func (client *Client) DescribeLogConfigWithOptions(request *DescribeLogConfigRequest, runtime *util.RuntimeOptions) (_result *DescribeLogConfigResponse, _err error)
- func (client *Client) DescribePurchasedApi(request *DescribePurchasedApiRequest) (_result *DescribePurchasedApiResponse, _err error)
- func (client *Client) DescribePurchasedApiGroupDetail(request *DescribePurchasedApiGroupDetailRequest) (_result *DescribePurchasedApiGroupDetailResponse, _err error)
- func (client *Client) DescribePurchasedApiGroupDetailWithOptions(request *DescribePurchasedApiGroupDetailRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiGroupDetailResponse, _err error)
- func (client *Client) DescribePurchasedApiGroups(request *DescribePurchasedApiGroupsRequest) (_result *DescribePurchasedApiGroupsResponse, _err error)
- func (client *Client) DescribePurchasedApiGroupsWithOptions(request *DescribePurchasedApiGroupsRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiGroupsResponse, _err error)
- func (client *Client) DescribePurchasedApiWithOptions(request *DescribePurchasedApiRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiResponse, _err error)
- func (client *Client) DescribePurchasedApis(request *DescribePurchasedApisRequest) (_result *DescribePurchasedApisResponse, _err error)
- func (client *Client) DescribePurchasedApisWithOptions(request *DescribePurchasedApisRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApisResponse, _err error)
- func (client *Client) DescribeRaceWorkForInner(request *DescribeRaceWorkForInnerRequest) (_result *DescribeRaceWorkForInnerResponse, _err error)
- func (client *Client) DescribeRaceWorkForInnerWithOptions(request *DescribeRaceWorkForInnerRequest, runtime *util.RuntimeOptions) (_result *DescribeRaceWorkForInnerResponse, _err error)
- func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error)
- func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)
- func (client *Client) DescribeRulesByApi(request *DescribeRulesByApiRequest) (_result *DescribeRulesByApiResponse, _err error)
- func (client *Client) DescribeRulesByApiWithOptions(request *DescribeRulesByApiRequest, runtime *util.RuntimeOptions) (_result *DescribeRulesByApiResponse, _err error)
- func (client *Client) DescribeSecretKeys(request *DescribeSecretKeysRequest) (_result *DescribeSecretKeysResponse, _err error)
- func (client *Client) DescribeSecretKeysWithOptions(request *DescribeSecretKeysRequest, runtime *util.RuntimeOptions) (_result *DescribeSecretKeysResponse, _err error)
- func (client *Client) DescribeSystemParameters(request *DescribeSystemParametersRequest) (_result *DescribeSystemParametersResponse, _err error)
- func (client *Client) DescribeSystemParametersWithOptions(request *DescribeSystemParametersRequest, runtime *util.RuntimeOptions) (_result *DescribeSystemParametersResponse, _err error)
- func (client *Client) DescribeSystemParams(request *DescribeSystemParamsRequest) (_result *DescribeSystemParamsResponse, _err error)
- func (client *Client) DescribeSystemParamsWithOptions(request *DescribeSystemParamsRequest, runtime *util.RuntimeOptions) (_result *DescribeSystemParamsResponse, _err error)
- func (client *Client) DescribeTrafficControls(request *DescribeTrafficControlsRequest) (_result *DescribeTrafficControlsResponse, _err error)
- func (client *Client) DescribeTrafficControlsWithOptions(request *DescribeTrafficControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeTrafficControlsResponse, _err error)
- func (client *Client) ExportSwagger(request *ExportSwaggerRequest) (_result *ExportSwaggerResponse, _err error)
- func (client *Client) ExportSwaggerWithOptions(request *ExportSwaggerRequest, runtime *util.RuntimeOptions) (_result *ExportSwaggerResponse, _err error)
- func (client *Client) GetApiMethods(request *GetApiMethodsRequest) (_result *GetApiMethodsResponse, _err error)
- func (client *Client) GetApiMethodsWithOptions(request *GetApiMethodsRequest, runtime *util.RuntimeOptions) (_result *GetApiMethodsResponse, _err error)
- func (client *Client) GetCustomizedInfo(request *GetCustomizedInfoRequest) (_result *GetCustomizedInfoResponse, _err error)
- func (client *Client) GetCustomizedInfoWithOptions(request *GetCustomizedInfoRequest, runtime *util.RuntimeOptions) (_result *GetCustomizedInfoResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) ImportSwagger(request *ImportSwaggerRequest) (_result *ImportSwaggerResponse, _err error)
- func (client *Client) ImportSwaggerWithOptions(request *ImportSwaggerRequest, runtime *util.RuntimeOptions) (_result *ImportSwaggerResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ModifyApi(request *ModifyApiRequest) (_result *ModifyApiResponse, _err error)
- func (client *Client) ModifyApiGroup(request *ModifyApiGroupRequest) (_result *ModifyApiGroupResponse, _err error)
- func (client *Client) ModifyApiGroupWithOptions(request *ModifyApiGroupRequest, runtime *util.RuntimeOptions) (_result *ModifyApiGroupResponse, _err error)
- func (client *Client) ModifyApiWithOptions(request *ModifyApiRequest, runtime *util.RuntimeOptions) (_result *ModifyApiResponse, _err error)
- func (client *Client) ModifyApp(request *ModifyAppRequest) (_result *ModifyAppResponse, _err error)
- func (client *Client) ModifyAppWithOptions(request *ModifyAppRequest, runtime *util.RuntimeOptions) (_result *ModifyAppResponse, _err error)
- func (client *Client) ModifyInstanceAttribute(request *ModifyInstanceAttributeRequest) (_result *ModifyInstanceAttributeResponse, _err error)
- func (client *Client) ModifyInstanceAttributeWithOptions(request *ModifyInstanceAttributeRequest, runtime *util.RuntimeOptions) (_result *ModifyInstanceAttributeResponse, _err error)
- func (client *Client) ModifyInstanceVpcAttribute(request *ModifyInstanceVpcAttributeRequest) (_result *ModifyInstanceVpcAttributeResponse, _err error)
- func (client *Client) ModifyInstanceVpcAttributeWithOptions(request *ModifyInstanceVpcAttributeRequest, runtime *util.RuntimeOptions) (_result *ModifyInstanceVpcAttributeResponse, _err error)
- func (client *Client) ModifyIpControl(request *ModifyIpControlRequest) (_result *ModifyIpControlResponse, _err error)
- func (client *Client) ModifyIpControlPolicyItem(request *ModifyIpControlPolicyItemRequest) (_result *ModifyIpControlPolicyItemResponse, _err error)
- func (client *Client) ModifyIpControlPolicyItemWithOptions(request *ModifyIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *ModifyIpControlPolicyItemResponse, _err error)
- func (client *Client) ModifyIpControlWithOptions(request *ModifyIpControlRequest, runtime *util.RuntimeOptions) (_result *ModifyIpControlResponse, _err error)
- func (client *Client) ModifyLogConfig(request *ModifyLogConfigRequest) (_result *ModifyLogConfigResponse, _err error)
- func (client *Client) ModifyLogConfigWithOptions(request *ModifyLogConfigRequest, runtime *util.RuntimeOptions) (_result *ModifyLogConfigResponse, _err error)
- func (client *Client) ModifySecretKey(request *ModifySecretKeyRequest) (_result *ModifySecretKeyResponse, _err error)
- func (client *Client) ModifySecretKeyWithOptions(request *ModifySecretKeyRequest, runtime *util.RuntimeOptions) (_result *ModifySecretKeyResponse, _err error)
- func (client *Client) ModifyTrafficControl(request *ModifyTrafficControlRequest) (_result *ModifyTrafficControlResponse, _err error)
- func (client *Client) ModifyTrafficControlWithOptions(request *ModifyTrafficControlRequest, runtime *util.RuntimeOptions) (_result *ModifyTrafficControlResponse, _err error)
- func (client *Client) ReactivateDomain(request *ReactivateDomainRequest) (_result *ReactivateDomainResponse, _err error)
- func (client *Client) ReactivateDomainWithOptions(request *ReactivateDomainRequest, runtime *util.RuntimeOptions) (_result *ReactivateDomainResponse, _err error)
- func (client *Client) RecoverApiFromHistorical(request *RecoverApiFromHistoricalRequest) (_result *RecoverApiFromHistoricalResponse, _err error)
- func (client *Client) RecoverApiFromHistoricalWithOptions(request *RecoverApiFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoverApiFromHistoricalResponse, _err error)
- func (client *Client) RecoveryApiDefineFromHistorical(request *RecoveryApiDefineFromHistoricalRequest) (_result *RecoveryApiDefineFromHistoricalResponse, _err error)
- func (client *Client) RecoveryApiDefineFromHistoricalWithOptions(request *RecoveryApiDefineFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoveryApiDefineFromHistoricalResponse, _err error)
- func (client *Client) RecoveryApiFromHistorical(request *RecoveryApiFromHistoricalRequest) (_result *RecoveryApiFromHistoricalResponse, _err error)
- func (client *Client) RecoveryApiFromHistoricalWithOptions(request *RecoveryApiFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoveryApiFromHistoricalResponse, _err error)
- func (client *Client) RefreshDomain(request *RefreshDomainRequest) (_result *RefreshDomainResponse, _err error)
- func (client *Client) RefreshDomainWithOptions(request *RefreshDomainRequest, runtime *util.RuntimeOptions) (_result *RefreshDomainResponse, _err error)
- func (client *Client) RemoveAccessPermissionByApis(request *RemoveAccessPermissionByApisRequest) (_result *RemoveAccessPermissionByApisResponse, _err error)
- func (client *Client) RemoveAccessPermissionByApisWithOptions(request *RemoveAccessPermissionByApisRequest, runtime *util.RuntimeOptions) (_result *RemoveAccessPermissionByApisResponse, _err error)
- func (client *Client) RemoveAccessPermissionByApps(request *RemoveAccessPermissionByAppsRequest) (_result *RemoveAccessPermissionByAppsResponse, _err error)
- func (client *Client) RemoveAccessPermissionByAppsWithOptions(request *RemoveAccessPermissionByAppsRequest, runtime *util.RuntimeOptions) (_result *RemoveAccessPermissionByAppsResponse, _err error)
- func (client *Client) RemoveAllBlackList(request *RemoveAllBlackListRequest) (_result *RemoveAllBlackListResponse, _err error)
- func (client *Client) RemoveAllBlackListWithOptions(request *RemoveAllBlackListRequest, runtime *util.RuntimeOptions) (_result *RemoveAllBlackListResponse, _err error)
- func (client *Client) RemoveApiRule(request *RemoveApiRuleRequest) (_result *RemoveApiRuleResponse, _err error)
- func (client *Client) RemoveApiRuleWithOptions(request *RemoveApiRuleRequest, runtime *util.RuntimeOptions) (_result *RemoveApiRuleResponse, _err error)
- func (client *Client) RemoveBlackList(request *RemoveBlackListRequest) (_result *RemoveBlackListResponse, _err error)
- func (client *Client) RemoveBlackListWithOptions(request *RemoveBlackListRequest, runtime *util.RuntimeOptions) (_result *RemoveBlackListResponse, _err error)
- func (client *Client) RemoveIpControlApis(request *RemoveIpControlApisRequest) (_result *RemoveIpControlApisResponse, _err error)
- func (client *Client) RemoveIpControlApisWithOptions(request *RemoveIpControlApisRequest, runtime *util.RuntimeOptions) (_result *RemoveIpControlApisResponse, _err error)
- func (client *Client) RemoveIpControlPolicyItem(request *RemoveIpControlPolicyItemRequest) (_result *RemoveIpControlPolicyItemResponse, _err error)
- func (client *Client) RemoveIpControlPolicyItemWithOptions(request *RemoveIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *RemoveIpControlPolicyItemResponse, _err error)
- func (client *Client) ResetAppKeySecret(request *ResetAppKeySecretRequest) (_result *ResetAppKeySecretResponse, _err error)
- func (client *Client) ResetAppKeySecretWithOptions(request *ResetAppKeySecretRequest, runtime *util.RuntimeOptions) (_result *ResetAppKeySecretResponse, _err error)
- func (client *Client) ResetCustomized(request *ResetCustomizedRequest) (_result *ResetCustomizedResponse, _err error)
- func (client *Client) ResetCustomizedWithOptions(request *ResetCustomizedRequest, runtime *util.RuntimeOptions) (_result *ResetCustomizedResponse, _err error)
- func (client *Client) SdkGenerate(request *SdkGenerateRequest) (_result *SdkGenerateResponse, _err error)
- func (client *Client) SdkGenerateByApp(request *SdkGenerateByAppRequest) (_result *SdkGenerateByAppResponse, _err error)
- func (client *Client) SdkGenerateByAppWithOptions(request *SdkGenerateByAppRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateByAppResponse, _err error)
- func (client *Client) SdkGenerateByGroup(request *SdkGenerateByGroupRequest) (_result *SdkGenerateByGroupResponse, _err error)
- func (client *Client) SdkGenerateByGroupWithOptions(request *SdkGenerateByGroupRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateByGroupResponse, _err error)
- func (client *Client) SdkGenerateWithOptions(request *SdkGenerateRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateResponse, _err error)
- func (client *Client) SetAccessPermissionByApis(request *SetAccessPermissionByApisRequest) (_result *SetAccessPermissionByApisResponse, _err error)
- func (client *Client) SetAccessPermissionByApisWithOptions(request *SetAccessPermissionByApisRequest, runtime *util.RuntimeOptions) (_result *SetAccessPermissionByApisResponse, _err error)
- func (client *Client) SetAccessPermissions(request *SetAccessPermissionsRequest) (_result *SetAccessPermissionsResponse, _err error)
- func (client *Client) SetAccessPermissionsWithOptions(request *SetAccessPermissionsRequest, runtime *util.RuntimeOptions) (_result *SetAccessPermissionsResponse, _err error)
- func (client *Client) SetApiRule(request *SetApiRuleRequest) (_result *SetApiRuleResponse, _err error)
- func (client *Client) SetApiRuleWithOptions(request *SetApiRuleRequest, runtime *util.RuntimeOptions) (_result *SetApiRuleResponse, _err error)
- func (client *Client) SetDomain(request *SetDomainRequest) (_result *SetDomainResponse, _err error)
- func (client *Client) SetDomainCertificate(request *SetDomainCertificateRequest) (_result *SetDomainCertificateResponse, _err error)
- func (client *Client) SetDomainCertificateWithOptions(request *SetDomainCertificateRequest, runtime *util.RuntimeOptions) (_result *SetDomainCertificateResponse, _err error)
- func (client *Client) SetDomainWebSocketStatus(request *SetDomainWebSocketStatusRequest) (_result *SetDomainWebSocketStatusResponse, _err error)
- func (client *Client) SetDomainWebSocketStatusWithOptions(request *SetDomainWebSocketStatusRequest, runtime *util.RuntimeOptions) (_result *SetDomainWebSocketStatusResponse, _err error)
- func (client *Client) SetDomainWithOptions(request *SetDomainRequest, runtime *util.RuntimeOptions) (_result *SetDomainResponse, _err error)
- func (client *Client) SetIpControlApis(request *SetIpControlApisRequest) (_result *SetIpControlApisResponse, _err error)
- func (client *Client) SetIpControlApisWithOptions(request *SetIpControlApisRequest, runtime *util.RuntimeOptions) (_result *SetIpControlApisResponse, _err error)
- func (client *Client) SetMockIntegration(request *SetMockIntegrationRequest) (_result *SetMockIntegrationResponse, _err error)
- func (client *Client) SetMockIntegrationWithOptions(request *SetMockIntegrationRequest, runtime *util.RuntimeOptions) (_result *SetMockIntegrationResponse, _err error)
- func (client *Client) SetWildcardDomainPatterns(request *SetWildcardDomainPatternsRequest) (_result *SetWildcardDomainPatternsResponse, _err error)
- func (client *Client) SetWildcardDomainPatternsWithOptions(request *SetWildcardDomainPatternsRequest, runtime *util.RuntimeOptions) (_result *SetWildcardDomainPatternsResponse, _err error)
- func (client *Client) SwitchApi(request *SwitchApiRequest) (_result *SwitchApiResponse, _err error)
- func (client *Client) SwitchApiWithOptions(request *SwitchApiRequest, runtime *util.RuntimeOptions) (_result *SwitchApiResponse, _err error)
- func (client *Client) VpcDescribeAccesses(request *VpcDescribeAccessesRequest) (_result *VpcDescribeAccessesResponse, _err error)
- func (client *Client) VpcDescribeAccessesWithOptions(request *VpcDescribeAccessesRequest, runtime *util.RuntimeOptions) (_result *VpcDescribeAccessesResponse, _err error)
- func (client *Client) VpcGrantAccess(request *VpcGrantAccessRequest) (_result *VpcGrantAccessResponse, _err error)
- func (client *Client) VpcGrantAccessWithOptions(request *VpcGrantAccessRequest, runtime *util.RuntimeOptions) (_result *VpcGrantAccessResponse, _err error)
- func (client *Client) VpcModifyAccess(request *VpcModifyAccessRequest) (_result *VpcModifyAccessResponse, _err error)
- func (client *Client) VpcModifyAccessWithOptions(request *VpcModifyAccessRequest, runtime *util.RuntimeOptions) (_result *VpcModifyAccessResponse, _err error)
- func (client *Client) VpcRevokeAccess(request *VpcRevokeAccessRequest) (_result *VpcRevokeAccessResponse, _err error)
- func (client *Client) VpcRevokeAccessWithOptions(request *VpcRevokeAccessRequest, runtime *util.RuntimeOptions) (_result *VpcRevokeAccessResponse, _err error)
- type CreateApiGroupRequest
- func (s CreateApiGroupRequest) GoString() string
- func (s *CreateApiGroupRequest) SetDescription(v string) *CreateApiGroupRequest
- func (s *CreateApiGroupRequest) SetGroupName(v string) *CreateApiGroupRequest
- func (s *CreateApiGroupRequest) SetInstanceId(v string) *CreateApiGroupRequest
- func (s *CreateApiGroupRequest) SetSecurityToken(v string) *CreateApiGroupRequest
- func (s CreateApiGroupRequest) String() string
- type CreateApiGroupResponse
- func (s CreateApiGroupResponse) GoString() string
- func (s *CreateApiGroupResponse) SetBody(v *CreateApiGroupResponseBody) *CreateApiGroupResponse
- func (s *CreateApiGroupResponse) SetHeaders(v map[string]*string) *CreateApiGroupResponse
- func (s *CreateApiGroupResponse) SetStatusCode(v int32) *CreateApiGroupResponse
- func (s CreateApiGroupResponse) String() string
- type CreateApiGroupResponseBody
- func (s CreateApiGroupResponseBody) GoString() string
- func (s *CreateApiGroupResponseBody) SetDescription(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetGroupId(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetGroupName(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetInstanceId(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetInstanceType(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetRequestId(v string) *CreateApiGroupResponseBody
- func (s *CreateApiGroupResponseBody) SetSubDomain(v string) *CreateApiGroupResponseBody
- func (s CreateApiGroupResponseBody) String() string
- type CreateApiRequest
- func (s CreateApiRequest) GoString() string
- func (s *CreateApiRequest) SetAllowSignatureMethod(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetApiName(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetAppCodeAuthType(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetAuthType(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetDescription(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetDisableInternet(v bool) *CreateApiRequest
- func (s *CreateApiRequest) SetErrorCodeSamples(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetFailResultSample(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetForceNonceCheck(v bool) *CreateApiRequest
- func (s *CreateApiRequest) SetGroupId(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetOpenIdConnectConfig(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetRequestConfig(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetRequestParamters(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetResultBodyModel(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetResultDescriptions(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetResultSample(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetResultType(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetSecurityToken(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetServiceConfig(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetServiceParameters(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetServiceParametersMap(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetVisibility(v string) *CreateApiRequest
- func (s *CreateApiRequest) SetWebSocketApiType(v string) *CreateApiRequest
- func (s CreateApiRequest) String() string
- type CreateApiResponse
- func (s CreateApiResponse) GoString() string
- func (s *CreateApiResponse) SetBody(v *CreateApiResponseBody) *CreateApiResponse
- func (s *CreateApiResponse) SetHeaders(v map[string]*string) *CreateApiResponse
- func (s *CreateApiResponse) SetStatusCode(v int32) *CreateApiResponse
- func (s CreateApiResponse) String() string
- type CreateApiResponseBody
- type CreateApiStageVariableRequest
- func (s CreateApiStageVariableRequest) GoString() string
- func (s *CreateApiStageVariableRequest) SetGroupId(v string) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetSecurityToken(v string) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetStageId(v string) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetStageRouteModel(v string) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetSupportRoute(v bool) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetVariableName(v string) *CreateApiStageVariableRequest
- func (s *CreateApiStageVariableRequest) SetVariableValue(v string) *CreateApiStageVariableRequest
- func (s CreateApiStageVariableRequest) String() string
- type CreateApiStageVariableResponse
- func (s CreateApiStageVariableResponse) GoString() string
- func (s *CreateApiStageVariableResponse) SetBody(v *CreateApiStageVariableResponseBody) *CreateApiStageVariableResponse
- func (s *CreateApiStageVariableResponse) SetHeaders(v map[string]*string) *CreateApiStageVariableResponse
- func (s *CreateApiStageVariableResponse) SetStatusCode(v int32) *CreateApiStageVariableResponse
- func (s CreateApiStageVariableResponse) String() string
- type CreateApiStageVariableResponseBody
- type CreateAppRequest
- type CreateAppResponse
- func (s CreateAppResponse) GoString() string
- func (s *CreateAppResponse) SetBody(v *CreateAppResponseBody) *CreateAppResponse
- func (s *CreateAppResponse) SetHeaders(v map[string]*string) *CreateAppResponse
- func (s *CreateAppResponse) SetStatusCode(v int32) *CreateAppResponse
- func (s CreateAppResponse) String() string
- type CreateAppResponseBody
- type CreateCustomizedInfoRequest
- func (s CreateCustomizedInfoRequest) GoString() string
- func (s *CreateCustomizedInfoRequest) SetApiId(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetApiName(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetCsharpDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetCurlDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetGroupId(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetJavaDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetObjectcDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetPhpDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetPythonDemo(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetSecurityToken(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetStageId(v string) *CreateCustomizedInfoRequest
- func (s *CreateCustomizedInfoRequest) SetStageName(v string) *CreateCustomizedInfoRequest
- func (s CreateCustomizedInfoRequest) String() string
- type CreateCustomizedInfoResponse
- func (s CreateCustomizedInfoResponse) GoString() string
- func (s *CreateCustomizedInfoResponse) SetBody(v *CreateCustomizedInfoResponseBody) *CreateCustomizedInfoResponse
- func (s *CreateCustomizedInfoResponse) SetHeaders(v map[string]*string) *CreateCustomizedInfoResponse
- func (s *CreateCustomizedInfoResponse) SetStatusCode(v int32) *CreateCustomizedInfoResponse
- func (s CreateCustomizedInfoResponse) String() string
- type CreateCustomizedInfoResponseBody
- type CreateInstanceRequest
- func (s CreateInstanceRequest) GoString() string
- func (s *CreateInstanceRequest) SetAccountQuantity(v int32) *CreateInstanceRequest
- func (s *CreateInstanceRequest) SetExpiredOn(v string) *CreateInstanceRequest
- func (s *CreateInstanceRequest) SetSecurityToken(v string) *CreateInstanceRequest
- func (s *CreateInstanceRequest) SetSkuId(v string) *CreateInstanceRequest
- func (s *CreateInstanceRequest) SetToken(v string) *CreateInstanceRequest
- func (s CreateInstanceRequest) String() string
- type CreateInstanceResponse
- func (s CreateInstanceResponse) GoString() string
- func (s *CreateInstanceResponse) SetBody(v *CreateInstanceResponseBody) *CreateInstanceResponse
- func (s *CreateInstanceResponse) SetHeaders(v map[string]*string) *CreateInstanceResponse
- func (s *CreateInstanceResponse) SetStatusCode(v int32) *CreateInstanceResponse
- func (s CreateInstanceResponse) String() string
- type CreateInstanceResponseBody
- type CreateIntranetDomainRequest
- type CreateIntranetDomainResponse
- func (s CreateIntranetDomainResponse) GoString() string
- func (s *CreateIntranetDomainResponse) SetBody(v *CreateIntranetDomainResponseBody) *CreateIntranetDomainResponse
- func (s *CreateIntranetDomainResponse) SetHeaders(v map[string]*string) *CreateIntranetDomainResponse
- func (s *CreateIntranetDomainResponse) SetStatusCode(v int32) *CreateIntranetDomainResponse
- func (s CreateIntranetDomainResponse) String() string
- type CreateIntranetDomainResponseBody
- func (s CreateIntranetDomainResponseBody) GoString() string
- func (s *CreateIntranetDomainResponseBody) SetDomainName(v string) *CreateIntranetDomainResponseBody
- func (s *CreateIntranetDomainResponseBody) SetRequestId(v string) *CreateIntranetDomainResponseBody
- func (s CreateIntranetDomainResponseBody) String() string
- type CreateIpControlRequest
- func (s CreateIpControlRequest) GoString() string
- func (s *CreateIpControlRequest) SetDescription(v string) *CreateIpControlRequest
- func (s *CreateIpControlRequest) SetIpControlName(v string) *CreateIpControlRequest
- func (s *CreateIpControlRequest) SetIpControlPolicys(v []*CreateIpControlRequestIpControlPolicys) *CreateIpControlRequest
- func (s *CreateIpControlRequest) SetIpControlType(v string) *CreateIpControlRequest
- func (s *CreateIpControlRequest) SetSecurityToken(v string) *CreateIpControlRequest
- func (s CreateIpControlRequest) String() string
- type CreateIpControlRequestIpControlPolicys
- func (s CreateIpControlRequestIpControlPolicys) GoString() string
- func (s *CreateIpControlRequestIpControlPolicys) SetAppId(v string) *CreateIpControlRequestIpControlPolicys
- func (s *CreateIpControlRequestIpControlPolicys) SetIP(v string) *CreateIpControlRequestIpControlPolicys
- func (s CreateIpControlRequestIpControlPolicys) String() string
- type CreateIpControlResponse
- func (s CreateIpControlResponse) GoString() string
- func (s *CreateIpControlResponse) SetBody(v *CreateIpControlResponseBody) *CreateIpControlResponse
- func (s *CreateIpControlResponse) SetHeaders(v map[string]*string) *CreateIpControlResponse
- func (s *CreateIpControlResponse) SetStatusCode(v int32) *CreateIpControlResponse
- func (s CreateIpControlResponse) String() string
- type CreateIpControlResponseBody
- type CreateLogConfigRequest
- func (s CreateLogConfigRequest) GoString() string
- func (s *CreateLogConfigRequest) SetLogType(v string) *CreateLogConfigRequest
- func (s *CreateLogConfigRequest) SetSecurityToken(v string) *CreateLogConfigRequest
- func (s *CreateLogConfigRequest) SetSlsLogStore(v string) *CreateLogConfigRequest
- func (s *CreateLogConfigRequest) SetSlsProject(v string) *CreateLogConfigRequest
- func (s CreateLogConfigRequest) String() string
- type CreateLogConfigResponse
- func (s CreateLogConfigResponse) GoString() string
- func (s *CreateLogConfigResponse) SetBody(v *CreateLogConfigResponseBody) *CreateLogConfigResponse
- func (s *CreateLogConfigResponse) SetHeaders(v map[string]*string) *CreateLogConfigResponse
- func (s *CreateLogConfigResponse) SetStatusCode(v int32) *CreateLogConfigResponse
- func (s CreateLogConfigResponse) String() string
- type CreateLogConfigResponseBody
- type CreateRaceWorkForInnerRequest
- func (s CreateRaceWorkForInnerRequest) GoString() string
- func (s *CreateRaceWorkForInnerRequest) SetCommodityCode(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetGroupId(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetKeywords(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetLogoUrl(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetSecurityToken(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetShortDescription(v string) *CreateRaceWorkForInnerRequest
- func (s *CreateRaceWorkForInnerRequest) SetWorkName(v string) *CreateRaceWorkForInnerRequest
- func (s CreateRaceWorkForInnerRequest) String() string
- type CreateRaceWorkForInnerResponse
- func (s CreateRaceWorkForInnerResponse) GoString() string
- func (s *CreateRaceWorkForInnerResponse) SetBody(v *CreateRaceWorkForInnerResponseBody) *CreateRaceWorkForInnerResponse
- func (s *CreateRaceWorkForInnerResponse) SetHeaders(v map[string]*string) *CreateRaceWorkForInnerResponse
- func (s *CreateRaceWorkForInnerResponse) SetStatusCode(v int32) *CreateRaceWorkForInnerResponse
- func (s CreateRaceWorkForInnerResponse) String() string
- type CreateRaceWorkForInnerResponseBody
- type CreateSecretKeyRequest
- func (s CreateSecretKeyRequest) GoString() string
- func (s *CreateSecretKeyRequest) SetSecretKey(v string) *CreateSecretKeyRequest
- func (s *CreateSecretKeyRequest) SetSecretKeyName(v string) *CreateSecretKeyRequest
- func (s *CreateSecretKeyRequest) SetSecretValue(v string) *CreateSecretKeyRequest
- func (s *CreateSecretKeyRequest) SetSecurityToken(v string) *CreateSecretKeyRequest
- func (s CreateSecretKeyRequest) String() string
- type CreateSecretKeyResponse
- func (s CreateSecretKeyResponse) GoString() string
- func (s *CreateSecretKeyResponse) SetBody(v *CreateSecretKeyResponseBody) *CreateSecretKeyResponse
- func (s *CreateSecretKeyResponse) SetHeaders(v map[string]*string) *CreateSecretKeyResponse
- func (s *CreateSecretKeyResponse) SetStatusCode(v int32) *CreateSecretKeyResponse
- func (s CreateSecretKeyResponse) String() string
- type CreateSecretKeyResponseBody
- func (s CreateSecretKeyResponseBody) GoString() string
- func (s *CreateSecretKeyResponseBody) SetRequestId(v string) *CreateSecretKeyResponseBody
- func (s *CreateSecretKeyResponseBody) SetSecretKeyId(v string) *CreateSecretKeyResponseBody
- func (s *CreateSecretKeyResponseBody) SetSecretKeyName(v string) *CreateSecretKeyResponseBody
- func (s CreateSecretKeyResponseBody) String() string
- type CreateTrafficControlRequest
- func (s CreateTrafficControlRequest) GoString() string
- func (s *CreateTrafficControlRequest) SetApiDefault(v int32) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetAppDefault(v int32) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetDescription(v string) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetSecurityToken(v string) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetTrafficControlName(v string) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetTrafficControlUnit(v string) *CreateTrafficControlRequest
- func (s *CreateTrafficControlRequest) SetUserDefault(v int32) *CreateTrafficControlRequest
- func (s CreateTrafficControlRequest) String() string
- type CreateTrafficControlResponse
- func (s CreateTrafficControlResponse) GoString() string
- func (s *CreateTrafficControlResponse) SetBody(v *CreateTrafficControlResponseBody) *CreateTrafficControlResponse
- func (s *CreateTrafficControlResponse) SetHeaders(v map[string]*string) *CreateTrafficControlResponse
- func (s *CreateTrafficControlResponse) SetStatusCode(v int32) *CreateTrafficControlResponse
- func (s CreateTrafficControlResponse) String() string
- type CreateTrafficControlResponseBody
- func (s CreateTrafficControlResponseBody) GoString() string
- func (s *CreateTrafficControlResponseBody) SetRequestId(v string) *CreateTrafficControlResponseBody
- func (s *CreateTrafficControlResponseBody) SetTrafficControlId(v string) *CreateTrafficControlResponseBody
- func (s CreateTrafficControlResponseBody) String() string
- type DeleteAllTrafficSpecialControlRequest
- func (s DeleteAllTrafficSpecialControlRequest) GoString() string
- func (s *DeleteAllTrafficSpecialControlRequest) SetSecurityToken(v string) *DeleteAllTrafficSpecialControlRequest
- func (s *DeleteAllTrafficSpecialControlRequest) SetTrafficControlId(v string) *DeleteAllTrafficSpecialControlRequest
- func (s DeleteAllTrafficSpecialControlRequest) String() string
- type DeleteAllTrafficSpecialControlResponse
- func (s DeleteAllTrafficSpecialControlResponse) GoString() string
- func (s *DeleteAllTrafficSpecialControlResponse) SetBody(v *DeleteAllTrafficSpecialControlResponseBody) *DeleteAllTrafficSpecialControlResponse
- func (s *DeleteAllTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *DeleteAllTrafficSpecialControlResponse
- func (s *DeleteAllTrafficSpecialControlResponse) SetStatusCode(v int32) *DeleteAllTrafficSpecialControlResponse
- func (s DeleteAllTrafficSpecialControlResponse) String() string
- type DeleteAllTrafficSpecialControlResponseBody
- type DeleteApiGroupRequest
- type DeleteApiGroupResponse
- func (s DeleteApiGroupResponse) GoString() string
- func (s *DeleteApiGroupResponse) SetBody(v *DeleteApiGroupResponseBody) *DeleteApiGroupResponse
- func (s *DeleteApiGroupResponse) SetHeaders(v map[string]*string) *DeleteApiGroupResponse
- func (s *DeleteApiGroupResponse) SetStatusCode(v int32) *DeleteApiGroupResponse
- func (s DeleteApiGroupResponse) String() string
- type DeleteApiGroupResponseBody
- type DeleteApiRequest
- type DeleteApiResponse
- func (s DeleteApiResponse) GoString() string
- func (s *DeleteApiResponse) SetBody(v *DeleteApiResponseBody) *DeleteApiResponse
- func (s *DeleteApiResponse) SetHeaders(v map[string]*string) *DeleteApiResponse
- func (s *DeleteApiResponse) SetStatusCode(v int32) *DeleteApiResponse
- func (s DeleteApiResponse) String() string
- type DeleteApiResponseBody
- type DeleteApiStageVariableRequest
- func (s DeleteApiStageVariableRequest) GoString() string
- func (s *DeleteApiStageVariableRequest) SetGroupId(v string) *DeleteApiStageVariableRequest
- func (s *DeleteApiStageVariableRequest) SetSecurityToken(v string) *DeleteApiStageVariableRequest
- func (s *DeleteApiStageVariableRequest) SetStageId(v string) *DeleteApiStageVariableRequest
- func (s *DeleteApiStageVariableRequest) SetVariableName(v string) *DeleteApiStageVariableRequest
- func (s DeleteApiStageVariableRequest) String() string
- type DeleteApiStageVariableResponse
- func (s DeleteApiStageVariableResponse) GoString() string
- func (s *DeleteApiStageVariableResponse) SetBody(v *DeleteApiStageVariableResponseBody) *DeleteApiStageVariableResponse
- func (s *DeleteApiStageVariableResponse) SetHeaders(v map[string]*string) *DeleteApiStageVariableResponse
- func (s *DeleteApiStageVariableResponse) SetStatusCode(v int32) *DeleteApiStageVariableResponse
- func (s DeleteApiStageVariableResponse) String() string
- type DeleteApiStageVariableResponseBody
- type DeleteAppRequest
- type DeleteAppResponse
- func (s DeleteAppResponse) GoString() string
- func (s *DeleteAppResponse) SetBody(v *DeleteAppResponseBody) *DeleteAppResponse
- func (s *DeleteAppResponse) SetHeaders(v map[string]*string) *DeleteAppResponse
- func (s *DeleteAppResponse) SetStatusCode(v int32) *DeleteAppResponse
- func (s DeleteAppResponse) String() string
- type DeleteAppResponseBody
- type DeleteDomainCertificateRequest
- func (s DeleteDomainCertificateRequest) GoString() string
- func (s *DeleteDomainCertificateRequest) SetCertificateId(v string) *DeleteDomainCertificateRequest
- func (s *DeleteDomainCertificateRequest) SetDomainName(v string) *DeleteDomainCertificateRequest
- func (s *DeleteDomainCertificateRequest) SetGroupId(v string) *DeleteDomainCertificateRequest
- func (s *DeleteDomainCertificateRequest) SetSecurityToken(v string) *DeleteDomainCertificateRequest
- func (s DeleteDomainCertificateRequest) String() string
- type DeleteDomainCertificateResponse
- func (s DeleteDomainCertificateResponse) GoString() string
- func (s *DeleteDomainCertificateResponse) SetBody(v *DeleteDomainCertificateResponseBody) *DeleteDomainCertificateResponse
- func (s *DeleteDomainCertificateResponse) SetHeaders(v map[string]*string) *DeleteDomainCertificateResponse
- func (s *DeleteDomainCertificateResponse) SetStatusCode(v int32) *DeleteDomainCertificateResponse
- func (s DeleteDomainCertificateResponse) String() string
- type DeleteDomainCertificateResponseBody
- type DeleteDomainRequest
- func (s DeleteDomainRequest) GoString() string
- func (s *DeleteDomainRequest) SetDomainName(v string) *DeleteDomainRequest
- func (s *DeleteDomainRequest) SetGroupId(v string) *DeleteDomainRequest
- func (s *DeleteDomainRequest) SetSecurityToken(v string) *DeleteDomainRequest
- func (s DeleteDomainRequest) String() string
- type DeleteDomainResponse
- func (s DeleteDomainResponse) GoString() string
- func (s *DeleteDomainResponse) SetBody(v *DeleteDomainResponseBody) *DeleteDomainResponse
- func (s *DeleteDomainResponse) SetHeaders(v map[string]*string) *DeleteDomainResponse
- func (s *DeleteDomainResponse) SetStatusCode(v int32) *DeleteDomainResponse
- func (s DeleteDomainResponse) String() string
- type DeleteDomainResponseBody
- type DeleteIpControlRequest
- type DeleteIpControlResponse
- func (s DeleteIpControlResponse) GoString() string
- func (s *DeleteIpControlResponse) SetBody(v *DeleteIpControlResponseBody) *DeleteIpControlResponse
- func (s *DeleteIpControlResponse) SetHeaders(v map[string]*string) *DeleteIpControlResponse
- func (s *DeleteIpControlResponse) SetStatusCode(v int32) *DeleteIpControlResponse
- func (s DeleteIpControlResponse) String() string
- type DeleteIpControlResponseBody
- type DeleteLogConfigRequest
- type DeleteLogConfigResponse
- func (s DeleteLogConfigResponse) GoString() string
- func (s *DeleteLogConfigResponse) SetBody(v *DeleteLogConfigResponseBody) *DeleteLogConfigResponse
- func (s *DeleteLogConfigResponse) SetHeaders(v map[string]*string) *DeleteLogConfigResponse
- func (s *DeleteLogConfigResponse) SetStatusCode(v int32) *DeleteLogConfigResponse
- func (s DeleteLogConfigResponse) String() string
- type DeleteLogConfigResponseBody
- type DeleteSecretKeyRequest
- type DeleteSecretKeyResponse
- func (s DeleteSecretKeyResponse) GoString() string
- func (s *DeleteSecretKeyResponse) SetBody(v *DeleteSecretKeyResponseBody) *DeleteSecretKeyResponse
- func (s *DeleteSecretKeyResponse) SetHeaders(v map[string]*string) *DeleteSecretKeyResponse
- func (s *DeleteSecretKeyResponse) SetStatusCode(v int32) *DeleteSecretKeyResponse
- func (s DeleteSecretKeyResponse) String() string
- type DeleteSecretKeyResponseBody
- type DeleteTrafficControlRequest
- type DeleteTrafficControlResponse
- func (s DeleteTrafficControlResponse) GoString() string
- func (s *DeleteTrafficControlResponse) SetBody(v *DeleteTrafficControlResponseBody) *DeleteTrafficControlResponse
- func (s *DeleteTrafficControlResponse) SetHeaders(v map[string]*string) *DeleteTrafficControlResponse
- func (s *DeleteTrafficControlResponse) SetStatusCode(v int32) *DeleteTrafficControlResponse
- func (s DeleteTrafficControlResponse) String() string
- type DeleteTrafficControlResponseBody
- type DeleteTrafficSpecialControlRequest
- func (s DeleteTrafficSpecialControlRequest) GoString() string
- func (s *DeleteTrafficSpecialControlRequest) SetSecurityToken(v string) *DeleteTrafficSpecialControlRequest
- func (s *DeleteTrafficSpecialControlRequest) SetSpecialKey(v string) *DeleteTrafficSpecialControlRequest
- func (s *DeleteTrafficSpecialControlRequest) SetSpecialType(v string) *DeleteTrafficSpecialControlRequest
- func (s *DeleteTrafficSpecialControlRequest) SetTrafficControlId(v string) *DeleteTrafficSpecialControlRequest
- func (s DeleteTrafficSpecialControlRequest) String() string
- type DeleteTrafficSpecialControlResponse
- func (s DeleteTrafficSpecialControlResponse) GoString() string
- func (s *DeleteTrafficSpecialControlResponse) SetBody(v *DeleteTrafficSpecialControlResponseBody) *DeleteTrafficSpecialControlResponse
- func (s *DeleteTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *DeleteTrafficSpecialControlResponse
- func (s *DeleteTrafficSpecialControlResponse) SetStatusCode(v int32) *DeleteTrafficSpecialControlResponse
- func (s DeleteTrafficSpecialControlResponse) String() string
- type DeleteTrafficSpecialControlResponseBody
- type DeployApiRequest
- func (s DeployApiRequest) GoString() string
- func (s *DeployApiRequest) SetApiId(v string) *DeployApiRequest
- func (s *DeployApiRequest) SetDescription(v string) *DeployApiRequest
- func (s *DeployApiRequest) SetGroupId(v string) *DeployApiRequest
- func (s *DeployApiRequest) SetSecurityToken(v string) *DeployApiRequest
- func (s *DeployApiRequest) SetStageName(v string) *DeployApiRequest
- func (s *DeployApiRequest) SetSupportMock(v string) *DeployApiRequest
- func (s DeployApiRequest) String() string
- type DeployApiResponse
- func (s DeployApiResponse) GoString() string
- func (s *DeployApiResponse) SetBody(v *DeployApiResponseBody) *DeployApiResponse
- func (s *DeployApiResponse) SetHeaders(v map[string]*string) *DeployApiResponse
- func (s *DeployApiResponse) SetStatusCode(v int32) *DeployApiResponse
- func (s DeployApiResponse) String() string
- type DeployApiResponseBody
- type DescribeApiDocRequest
- func (s DescribeApiDocRequest) GoString() string
- func (s *DescribeApiDocRequest) SetApiId(v string) *DescribeApiDocRequest
- func (s *DescribeApiDocRequest) SetGroupId(v string) *DescribeApiDocRequest
- func (s *DescribeApiDocRequest) SetSecurityToken(v string) *DescribeApiDocRequest
- func (s *DescribeApiDocRequest) SetStageName(v string) *DescribeApiDocRequest
- func (s DescribeApiDocRequest) String() string
- type DescribeApiDocResponse
- func (s DescribeApiDocResponse) GoString() string
- func (s *DescribeApiDocResponse) SetBody(v *DescribeApiDocResponseBody) *DescribeApiDocResponse
- func (s *DescribeApiDocResponse) SetHeaders(v map[string]*string) *DescribeApiDocResponse
- func (s *DescribeApiDocResponse) SetStatusCode(v int32) *DescribeApiDocResponse
- func (s DescribeApiDocResponse) String() string
- type DescribeApiDocResponseBody
- func (s DescribeApiDocResponseBody) GoString() string
- func (s *DescribeApiDocResponseBody) SetApiId(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetApiName(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetBodyFormat(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetDeployedTime(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetDescription(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetDisableInternet(v bool) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetErrorCodeSamples(v *DescribeApiDocResponseBodyErrorCodeSamples) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetFailResultSample(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetForceNonceCheck(v bool) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetGroupId(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetGroupName(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetHttpMethod(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetHttpProtocol(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetMock(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetMockResult(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetOriginResultDescription(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetPath(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetPathParameters(v *DescribeApiDocResponseBodyPathParameters) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetPostBodyDescription(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetPostBodyType(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRegionId(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRequestBody(v *DescribeApiDocResponseBodyRequestBody) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRequestHeaders(v *DescribeApiDocResponseBodyRequestHeaders) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRequestId(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRequestMode(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetRequestQueries(v *DescribeApiDocResponseBodyRequestQueries) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetResultSample(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetResultType(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetServiceTimeout(v int32) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetServiceVpcEnable(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetStageName(v string) *DescribeApiDocResponseBody
- func (s *DescribeApiDocResponseBody) SetVpcName(v string) *DescribeApiDocResponseBody
- func (s DescribeApiDocResponseBody) String() string
- type DescribeApiDocResponseBodyErrorCodeSamples
- func (s DescribeApiDocResponseBodyErrorCodeSamples) GoString() string
- func (s *DescribeApiDocResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeApiDocResponseBodyErrorCodeSamples
- func (s DescribeApiDocResponseBodyErrorCodeSamples) String() string
- type DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
- func (s *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetCode(v string) *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage(v string) *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) String() string
- type DescribeApiDocResponseBodyPathParameters
- func (s DescribeApiDocResponseBodyPathParameters) GoString() string
- func (s *DescribeApiDocResponseBodyPathParameters) SetPathParameter(v []*DescribeApiDocResponseBodyPathParametersPathParameter) *DescribeApiDocResponseBodyPathParameters
- func (s DescribeApiDocResponseBodyPathParameters) String() string
- type DescribeApiDocResponseBodyPathParametersPathParameter
- func (s DescribeApiDocResponseBodyPathParametersPathParameter) GoString() string
- func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
- func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetDemoValue(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
- func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
- func (s DescribeApiDocResponseBodyPathParametersPathParameter) String() string
- type DescribeApiDocResponseBodyRequestBody
- type DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s DescribeApiDocResponseBodyRequestBodyRequestParam) GoString() string
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
- func (s DescribeApiDocResponseBodyRequestBodyRequestParam) String() string
- type DescribeApiDocResponseBodyRequestHeaders
- func (s DescribeApiDocResponseBodyRequestHeaders) GoString() string
- func (s *DescribeApiDocResponseBodyRequestHeaders) SetRequestParam(v []*DescribeApiDocResponseBodyRequestHeadersRequestParam) *DescribeApiDocResponseBodyRequestHeaders
- func (s DescribeApiDocResponseBodyRequestHeaders) String() string
- type DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s DescribeApiDocResponseBodyRequestHeadersRequestParam) GoString() string
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
- func (s DescribeApiDocResponseBodyRequestHeadersRequestParam) String() string
- type DescribeApiDocResponseBodyRequestQueries
- func (s DescribeApiDocResponseBodyRequestQueries) GoString() string
- func (s *DescribeApiDocResponseBodyRequestQueries) SetRequestParam(v []*DescribeApiDocResponseBodyRequestQueriesRequestParam) *DescribeApiDocResponseBodyRequestQueries
- func (s DescribeApiDocResponseBodyRequestQueries) String() string
- type DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s DescribeApiDocResponseBodyRequestQueriesRequestParam) GoString() string
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
- func (s DescribeApiDocResponseBodyRequestQueriesRequestParam) String() string
- type DescribeApiDocsRequest
- func (s DescribeApiDocsRequest) GoString() string
- func (s *DescribeApiDocsRequest) SetApiId(v string) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetApiName(v string) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetGroupId(v string) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetPageNumber(v int32) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetPageSize(v int32) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetSecurityToken(v string) *DescribeApiDocsRequest
- func (s *DescribeApiDocsRequest) SetStageName(v string) *DescribeApiDocsRequest
- func (s DescribeApiDocsRequest) String() string
- type DescribeApiDocsResponse
- func (s DescribeApiDocsResponse) GoString() string
- func (s *DescribeApiDocsResponse) SetBody(v *DescribeApiDocsResponseBody) *DescribeApiDocsResponse
- func (s *DescribeApiDocsResponse) SetHeaders(v map[string]*string) *DescribeApiDocsResponse
- func (s *DescribeApiDocsResponse) SetStatusCode(v int32) *DescribeApiDocsResponse
- func (s DescribeApiDocsResponse) String() string
- type DescribeApiDocsResponseBody
- func (s DescribeApiDocsResponseBody) GoString() string
- func (s *DescribeApiDocsResponseBody) SetApiInfos(v *DescribeApiDocsResponseBodyApiInfos) *DescribeApiDocsResponseBody
- func (s *DescribeApiDocsResponseBody) SetPageNumber(v int32) *DescribeApiDocsResponseBody
- func (s *DescribeApiDocsResponseBody) SetPageSize(v int32) *DescribeApiDocsResponseBody
- func (s *DescribeApiDocsResponseBody) SetRequestId(v string) *DescribeApiDocsResponseBody
- func (s *DescribeApiDocsResponseBody) SetTotalCount(v int32) *DescribeApiDocsResponseBody
- func (s DescribeApiDocsResponseBody) String() string
- type DescribeApiDocsResponseBodyApiInfos
- type DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s DescribeApiDocsResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupDescription(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
- func (s DescribeApiDocsResponseBodyApiInfosApiInfo) String() string
- type DescribeApiErrorRequest
- func (s DescribeApiErrorRequest) GoString() string
- func (s *DescribeApiErrorRequest) SetApiId(v string) *DescribeApiErrorRequest
- func (s *DescribeApiErrorRequest) SetEndTime(v string) *DescribeApiErrorRequest
- func (s *DescribeApiErrorRequest) SetGroupId(v string) *DescribeApiErrorRequest
- func (s *DescribeApiErrorRequest) SetSecurityToken(v string) *DescribeApiErrorRequest
- func (s *DescribeApiErrorRequest) SetStartTime(v string) *DescribeApiErrorRequest
- func (s DescribeApiErrorRequest) String() string
- type DescribeApiErrorResponse
- func (s DescribeApiErrorResponse) GoString() string
- func (s *DescribeApiErrorResponse) SetBody(v *DescribeApiErrorResponseBody) *DescribeApiErrorResponse
- func (s *DescribeApiErrorResponse) SetHeaders(v map[string]*string) *DescribeApiErrorResponse
- func (s *DescribeApiErrorResponse) SetStatusCode(v int32) *DescribeApiErrorResponse
- func (s DescribeApiErrorResponse) String() string
- type DescribeApiErrorResponseBody
- func (s DescribeApiErrorResponseBody) GoString() string
- func (s *DescribeApiErrorResponseBody) SetClientErrors(v *DescribeApiErrorResponseBodyClientErrors) *DescribeApiErrorResponseBody
- func (s *DescribeApiErrorResponseBody) SetRequestId(v string) *DescribeApiErrorResponseBody
- func (s *DescribeApiErrorResponseBody) SetServerErrors(v *DescribeApiErrorResponseBodyServerErrors) *DescribeApiErrorResponseBody
- func (s DescribeApiErrorResponseBody) String() string
- type DescribeApiErrorResponseBodyClientErrors
- type DescribeApiErrorResponseBodyClientErrorsClientError
- func (s DescribeApiErrorResponseBodyClientErrorsClientError) GoString() string
- func (s *DescribeApiErrorResponseBodyClientErrorsClientError) SetTime(v string) *DescribeApiErrorResponseBodyClientErrorsClientError
- func (s *DescribeApiErrorResponseBodyClientErrorsClientError) SetValue(v string) *DescribeApiErrorResponseBodyClientErrorsClientError
- func (s DescribeApiErrorResponseBodyClientErrorsClientError) String() string
- type DescribeApiErrorResponseBodyServerErrors
- type DescribeApiErrorResponseBodyServerErrorsServerError
- func (s DescribeApiErrorResponseBodyServerErrorsServerError) GoString() string
- func (s *DescribeApiErrorResponseBodyServerErrorsServerError) SetTime(v string) *DescribeApiErrorResponseBodyServerErrorsServerError
- func (s *DescribeApiErrorResponseBodyServerErrorsServerError) SetValue(v string) *DescribeApiErrorResponseBodyServerErrorsServerError
- func (s DescribeApiErrorResponseBodyServerErrorsServerError) String() string
- type DescribeApiGroupDetailForConsumerRequest
- func (s DescribeApiGroupDetailForConsumerRequest) GoString() string
- func (s *DescribeApiGroupDetailForConsumerRequest) SetApiId(v string) *DescribeApiGroupDetailForConsumerRequest
- func (s *DescribeApiGroupDetailForConsumerRequest) SetGroupId(v string) *DescribeApiGroupDetailForConsumerRequest
- func (s *DescribeApiGroupDetailForConsumerRequest) SetSecurityToken(v string) *DescribeApiGroupDetailForConsumerRequest
- func (s *DescribeApiGroupDetailForConsumerRequest) SetStageName(v string) *DescribeApiGroupDetailForConsumerRequest
- func (s DescribeApiGroupDetailForConsumerRequest) String() string
- type DescribeApiGroupDetailForConsumerResponse
- func (s DescribeApiGroupDetailForConsumerResponse) GoString() string
- func (s *DescribeApiGroupDetailForConsumerResponse) SetBody(v *DescribeApiGroupDetailForConsumerResponseBody) *DescribeApiGroupDetailForConsumerResponse
- func (s *DescribeApiGroupDetailForConsumerResponse) SetHeaders(v map[string]*string) *DescribeApiGroupDetailForConsumerResponse
- func (s *DescribeApiGroupDetailForConsumerResponse) SetStatusCode(v int32) *DescribeApiGroupDetailForConsumerResponse
- func (s DescribeApiGroupDetailForConsumerResponse) String() string
- type DescribeApiGroupDetailForConsumerResponseBody
- func (s DescribeApiGroupDetailForConsumerResponseBody) GoString() string
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetBillingStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetCreatedTime(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetDescription(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetDomainItems(v *DescribeApiGroupDetailForConsumerResponseBodyDomainItems) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetGroupId(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetGroupName(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetIllegalStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetModifiedTime(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetPurchased(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetRegionId(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetRequestId(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetSubDomain(v string) *DescribeApiGroupDetailForConsumerResponseBody
- func (s *DescribeApiGroupDetailForConsumerResponseBody) SetTrafficLimit(v int32) *DescribeApiGroupDetailForConsumerResponseBody
- func (s DescribeApiGroupDetailForConsumerResponseBody) String() string
- type DescribeApiGroupDetailForConsumerResponseBodyDomainItems
- func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItems) GoString() string
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItems) SetDomainItem(v []*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) *DescribeApiGroupDetailForConsumerResponseBodyDomainItems
- func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItems) String() string
- type DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) GoString() string
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetCertificateId(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetCertificateName(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainName(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainNameResolution(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainStatus(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
- func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) String() string
- type DescribeApiGroupDetailRequest
- func (s DescribeApiGroupDetailRequest) GoString() string
- func (s *DescribeApiGroupDetailRequest) SetGroupId(v string) *DescribeApiGroupDetailRequest
- func (s *DescribeApiGroupDetailRequest) SetSecurityToken(v string) *DescribeApiGroupDetailRequest
- func (s DescribeApiGroupDetailRequest) String() string
- type DescribeApiGroupDetailResponse
- func (s DescribeApiGroupDetailResponse) GoString() string
- func (s *DescribeApiGroupDetailResponse) SetBody(v *DescribeApiGroupDetailResponseBody) *DescribeApiGroupDetailResponse
- func (s *DescribeApiGroupDetailResponse) SetHeaders(v map[string]*string) *DescribeApiGroupDetailResponse
- func (s *DescribeApiGroupDetailResponse) SetStatusCode(v int32) *DescribeApiGroupDetailResponse
- func (s DescribeApiGroupDetailResponse) String() string
- type DescribeApiGroupDetailResponseBody
- func (s DescribeApiGroupDetailResponseBody) GoString() string
- func (s *DescribeApiGroupDetailResponseBody) SetBillingStatus(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetClassicVpcSubDomain(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetCompatibleFlags(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetCreatedTime(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetCustomTraceConfig(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetDefaultDomain(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetDescription(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetDomainItems(v *DescribeApiGroupDetailResponseBodyDomainItems) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetGroupId(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetGroupName(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetHttpsPolicy(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetIllegalStatus(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetInstanceId(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetInstanceName(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetInstanceType(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetInstanceVipList(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetIpv6Status(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetModifiedTime(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetPassthroughHeaders(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetRegionId(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetRequestId(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetRpcPattern(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetStageItems(v *DescribeApiGroupDetailResponseBodyStageItems) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetStatus(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetSubDomain(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetTrafficLimit(v int32) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetUserLogConfig(v string) *DescribeApiGroupDetailResponseBody
- func (s *DescribeApiGroupDetailResponseBody) SetVpcDomain(v string) *DescribeApiGroupDetailResponseBody
- func (s DescribeApiGroupDetailResponseBody) String() string
- type DescribeApiGroupDetailResponseBodyDomainItems
- func (s DescribeApiGroupDetailResponseBodyDomainItems) GoString() string
- func (s *DescribeApiGroupDetailResponseBodyDomainItems) SetDomainItem(v []*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) *DescribeApiGroupDetailResponseBodyDomainItems
- func (s DescribeApiGroupDetailResponseBodyDomainItems) String() string
- type DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) GoString() string
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetBindStageName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateId(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainBindingStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainLegalStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainNameResolution(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainRemark(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainWebSocketStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetWildcardDomainPatterns(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) String() string
- type DescribeApiGroupDetailResponseBodyStageItems
- func (s DescribeApiGroupDetailResponseBodyStageItems) GoString() string
- func (s *DescribeApiGroupDetailResponseBodyStageItems) SetStageInfo(v []*DescribeApiGroupDetailResponseBodyStageItemsStageInfo) *DescribeApiGroupDetailResponseBodyStageItems
- func (s DescribeApiGroupDetailResponseBodyStageItems) String() string
- type DescribeApiGroupDetailResponseBodyStageItemsStageInfo
- func (s DescribeApiGroupDetailResponseBodyStageItemsStageInfo) GoString() string
- func (s *DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetDescription(v string) *DescribeApiGroupDetailResponseBodyStageItemsStageInfo
- func (s *DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetStageId(v string) *DescribeApiGroupDetailResponseBodyStageItemsStageInfo
- func (s *DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetStageName(v string) *DescribeApiGroupDetailResponseBodyStageItemsStageInfo
- func (s DescribeApiGroupDetailResponseBodyStageItemsStageInfo) String() string
- type DescribeApiGroupsRequest
- func (s DescribeApiGroupsRequest) GoString() string
- func (s *DescribeApiGroupsRequest) SetEnableTagAuth(v bool) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetGroupId(v string) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetGroupName(v string) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetInstanceId(v string) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetNotClassic(v bool) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetPageNumber(v int32) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetPageSize(v int32) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetSecurityToken(v string) *DescribeApiGroupsRequest
- func (s *DescribeApiGroupsRequest) SetTag(v []*DescribeApiGroupsRequestTag) *DescribeApiGroupsRequest
- func (s DescribeApiGroupsRequest) String() string
- type DescribeApiGroupsRequestTag
- type DescribeApiGroupsResponse
- func (s DescribeApiGroupsResponse) GoString() string
- func (s *DescribeApiGroupsResponse) SetBody(v *DescribeApiGroupsResponseBody) *DescribeApiGroupsResponse
- func (s *DescribeApiGroupsResponse) SetHeaders(v map[string]*string) *DescribeApiGroupsResponse
- func (s *DescribeApiGroupsResponse) SetStatusCode(v int32) *DescribeApiGroupsResponse
- func (s DescribeApiGroupsResponse) String() string
- type DescribeApiGroupsResponseBody
- func (s DescribeApiGroupsResponseBody) GoString() string
- func (s *DescribeApiGroupsResponseBody) SetApiGroupAttributes(v *DescribeApiGroupsResponseBodyApiGroupAttributes) *DescribeApiGroupsResponseBody
- func (s *DescribeApiGroupsResponseBody) SetPageNumber(v int32) *DescribeApiGroupsResponseBody
- func (s *DescribeApiGroupsResponseBody) SetPageSize(v int32) *DescribeApiGroupsResponseBody
- func (s *DescribeApiGroupsResponseBody) SetRequestId(v string) *DescribeApiGroupsResponseBody
- func (s *DescribeApiGroupsResponseBody) SetTotalCount(v int32) *DescribeApiGroupsResponseBody
- func (s DescribeApiGroupsResponseBody) String() string
- type DescribeApiGroupsResponseBodyApiGroupAttributes
- func (s DescribeApiGroupsResponseBodyApiGroupAttributes) GoString() string
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributes) SetApiGroupAttribute(v []*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) *DescribeApiGroupsResponseBodyApiGroupAttributes
- func (s DescribeApiGroupsResponseBodyApiGroupAttributes) String() string
- type DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) GoString() string
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetBillingStatus(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetCreatedTime(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetDescription(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetGroupId(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetGroupName(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetHttpsPolicy(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetIllegalStatus(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetInstanceId(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetInstanceType(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetModifiedTime(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetRegionId(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetSubDomain(v string) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetTrafficLimit(v int32) *DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute
- func (s DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) String() string
- type DescribeApiIpControlsRequest
- func (s DescribeApiIpControlsRequest) GoString() string
- func (s *DescribeApiIpControlsRequest) SetApiIds(v string) *DescribeApiIpControlsRequest
- func (s *DescribeApiIpControlsRequest) SetGroupId(v string) *DescribeApiIpControlsRequest
- func (s *DescribeApiIpControlsRequest) SetPageNumber(v int32) *DescribeApiIpControlsRequest
- func (s *DescribeApiIpControlsRequest) SetPageSize(v int32) *DescribeApiIpControlsRequest
- func (s *DescribeApiIpControlsRequest) SetSecurityToken(v string) *DescribeApiIpControlsRequest
- func (s *DescribeApiIpControlsRequest) SetStageName(v string) *DescribeApiIpControlsRequest
- func (s DescribeApiIpControlsRequest) String() string
- type DescribeApiIpControlsResponse
- func (s DescribeApiIpControlsResponse) GoString() string
- func (s *DescribeApiIpControlsResponse) SetBody(v *DescribeApiIpControlsResponseBody) *DescribeApiIpControlsResponse
- func (s *DescribeApiIpControlsResponse) SetHeaders(v map[string]*string) *DescribeApiIpControlsResponse
- func (s *DescribeApiIpControlsResponse) SetStatusCode(v int32) *DescribeApiIpControlsResponse
- func (s DescribeApiIpControlsResponse) String() string
- type DescribeApiIpControlsResponseBody
- func (s DescribeApiIpControlsResponseBody) GoString() string
- func (s *DescribeApiIpControlsResponseBody) SetApiIpControls(v *DescribeApiIpControlsResponseBodyApiIpControls) *DescribeApiIpControlsResponseBody
- func (s *DescribeApiIpControlsResponseBody) SetPageNumber(v int32) *DescribeApiIpControlsResponseBody
- func (s *DescribeApiIpControlsResponseBody) SetPageSize(v int32) *DescribeApiIpControlsResponseBody
- func (s *DescribeApiIpControlsResponseBody) SetRequestId(v string) *DescribeApiIpControlsResponseBody
- func (s *DescribeApiIpControlsResponseBody) SetTotalCount(v int32) *DescribeApiIpControlsResponseBody
- func (s DescribeApiIpControlsResponseBody) String() string
- type DescribeApiIpControlsResponseBodyApiIpControls
- func (s DescribeApiIpControlsResponseBodyApiIpControls) GoString() string
- func (s *DescribeApiIpControlsResponseBodyApiIpControls) SetApiIpControlItem(v []*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) *DescribeApiIpControlsResponseBodyApiIpControls
- func (s DescribeApiIpControlsResponseBodyApiIpControls) String() string
- type DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) GoString() string
- func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetApiId(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetApiName(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetBoundTime(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetIpControlId(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetIpControlName(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
- func (s DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) String() string
- type DescribeApiLatencyRequest
- func (s DescribeApiLatencyRequest) GoString() string
- func (s *DescribeApiLatencyRequest) SetApiId(v string) *DescribeApiLatencyRequest
- func (s *DescribeApiLatencyRequest) SetEndTime(v string) *DescribeApiLatencyRequest
- func (s *DescribeApiLatencyRequest) SetGroupId(v string) *DescribeApiLatencyRequest
- func (s *DescribeApiLatencyRequest) SetSecurityToken(v string) *DescribeApiLatencyRequest
- func (s *DescribeApiLatencyRequest) SetStartTime(v string) *DescribeApiLatencyRequest
- func (s DescribeApiLatencyRequest) String() string
- type DescribeApiLatencyResponse
- func (s DescribeApiLatencyResponse) GoString() string
- func (s *DescribeApiLatencyResponse) SetBody(v *DescribeApiLatencyResponseBody) *DescribeApiLatencyResponse
- func (s *DescribeApiLatencyResponse) SetHeaders(v map[string]*string) *DescribeApiLatencyResponse
- func (s *DescribeApiLatencyResponse) SetStatusCode(v int32) *DescribeApiLatencyResponse
- func (s DescribeApiLatencyResponse) String() string
- type DescribeApiLatencyResponseBody
- func (s DescribeApiLatencyResponseBody) GoString() string
- func (s *DescribeApiLatencyResponseBody) SetLatencys(v *DescribeApiLatencyResponseBodyLatencys) *DescribeApiLatencyResponseBody
- func (s *DescribeApiLatencyResponseBody) SetRequestId(v string) *DescribeApiLatencyResponseBody
- func (s DescribeApiLatencyResponseBody) String() string
- type DescribeApiLatencyResponseBodyLatencys
- type DescribeApiLatencyResponseBodyLatencysLatency
- func (s DescribeApiLatencyResponseBodyLatencysLatency) GoString() string
- func (s *DescribeApiLatencyResponseBodyLatencysLatency) SetTime(v string) *DescribeApiLatencyResponseBodyLatencysLatency
- func (s *DescribeApiLatencyResponseBodyLatencysLatency) SetValue(v string) *DescribeApiLatencyResponseBodyLatencysLatency
- func (s DescribeApiLatencyResponseBodyLatencysLatency) String() string
- type DescribeApiQpsRequest
- func (s DescribeApiQpsRequest) GoString() string
- func (s *DescribeApiQpsRequest) SetApiId(v string) *DescribeApiQpsRequest
- func (s *DescribeApiQpsRequest) SetEndTime(v string) *DescribeApiQpsRequest
- func (s *DescribeApiQpsRequest) SetGroupId(v string) *DescribeApiQpsRequest
- func (s *DescribeApiQpsRequest) SetSecurityToken(v string) *DescribeApiQpsRequest
- func (s *DescribeApiQpsRequest) SetStartTime(v string) *DescribeApiQpsRequest
- func (s DescribeApiQpsRequest) String() string
- type DescribeApiQpsResponse
- func (s DescribeApiQpsResponse) GoString() string
- func (s *DescribeApiQpsResponse) SetBody(v *DescribeApiQpsResponseBody) *DescribeApiQpsResponse
- func (s *DescribeApiQpsResponse) SetHeaders(v map[string]*string) *DescribeApiQpsResponse
- func (s *DescribeApiQpsResponse) SetStatusCode(v int32) *DescribeApiQpsResponse
- func (s DescribeApiQpsResponse) String() string
- type DescribeApiQpsResponseBody
- func (s DescribeApiQpsResponseBody) GoString() string
- func (s *DescribeApiQpsResponseBody) SetFails(v *DescribeApiQpsResponseBodyFails) *DescribeApiQpsResponseBody
- func (s *DescribeApiQpsResponseBody) SetRequestId(v string) *DescribeApiQpsResponseBody
- func (s *DescribeApiQpsResponseBody) SetSuccesses(v *DescribeApiQpsResponseBodySuccesses) *DescribeApiQpsResponseBody
- func (s DescribeApiQpsResponseBody) String() string
- type DescribeApiQpsResponseBodyFails
- type DescribeApiQpsResponseBodyFailsFail
- func (s DescribeApiQpsResponseBodyFailsFail) GoString() string
- func (s *DescribeApiQpsResponseBodyFailsFail) SetTime(v string) *DescribeApiQpsResponseBodyFailsFail
- func (s *DescribeApiQpsResponseBodyFailsFail) SetValue(v string) *DescribeApiQpsResponseBodyFailsFail
- func (s DescribeApiQpsResponseBodyFailsFail) String() string
- type DescribeApiQpsResponseBodySuccesses
- type DescribeApiQpsResponseBodySuccessesSuccess
- func (s DescribeApiQpsResponseBodySuccessesSuccess) GoString() string
- func (s *DescribeApiQpsResponseBodySuccessesSuccess) SetTime(v string) *DescribeApiQpsResponseBodySuccessesSuccess
- func (s *DescribeApiQpsResponseBodySuccessesSuccess) SetValue(v string) *DescribeApiQpsResponseBodySuccessesSuccess
- func (s DescribeApiQpsResponseBodySuccessesSuccess) String() string
- type DescribeApiRequest
- func (s DescribeApiRequest) GoString() string
- func (s *DescribeApiRequest) SetApiId(v string) *DescribeApiRequest
- func (s *DescribeApiRequest) SetGroupId(v string) *DescribeApiRequest
- func (s *DescribeApiRequest) SetSecurityToken(v string) *DescribeApiRequest
- func (s DescribeApiRequest) String() string
- type DescribeApiResponse
- func (s DescribeApiResponse) GoString() string
- func (s *DescribeApiResponse) SetBody(v *DescribeApiResponseBody) *DescribeApiResponse
- func (s *DescribeApiResponse) SetHeaders(v map[string]*string) *DescribeApiResponse
- func (s *DescribeApiResponse) SetStatusCode(v int32) *DescribeApiResponse
- func (s DescribeApiResponse) String() string
- type DescribeApiResponseBody
- func (s DescribeApiResponseBody) GoString() string
- func (s *DescribeApiResponseBody) SetAllowSignatureMethod(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetApiId(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetApiName(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetAppCodeAuthType(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetAuthType(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetConstantParameters(v *DescribeApiResponseBodyConstantParameters) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetCreatedTime(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetCustomSystemParameters(v *DescribeApiResponseBodyCustomSystemParameters) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetDeployedInfos(v *DescribeApiResponseBodyDeployedInfos) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetDescription(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetDisableInternet(v bool) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetErrorCodeSamples(v *DescribeApiResponseBodyErrorCodeSamples) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetFailResultSample(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetForceNonceCheck(v bool) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetGroupId(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetGroupName(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetMock(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetMockResult(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetModifiedTime(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetOpenIdConnectConfig(v *DescribeApiResponseBodyOpenIdConnectConfig) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetOriginResultDescription(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetParametersMapObject(v *DescribeApiResponseBodyParametersMapObject) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetRegionId(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetRequestConfig(v *DescribeApiResponseBodyRequestConfig) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetRequestId(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetRequestParametersObject(v *DescribeApiResponseBodyRequestParametersObject) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetResultBodyModel(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetResultSample(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetResultType(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetServiceConfig(v *DescribeApiResponseBodyServiceConfig) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetServiceParametersObject(v *DescribeApiResponseBodyServiceParametersObject) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetSystemParameters(v *DescribeApiResponseBodySystemParameters) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetVisibility(v string) *DescribeApiResponseBody
- func (s *DescribeApiResponseBody) SetWebSocketApiType(v string) *DescribeApiResponseBody
- func (s DescribeApiResponseBody) String() string
- type DescribeApiResponseBodyConstantParameters
- func (s DescribeApiResponseBodyConstantParameters) GoString() string
- func (s *DescribeApiResponseBodyConstantParameters) SetConstantParameter(v []*DescribeApiResponseBodyConstantParametersConstantParameter) *DescribeApiResponseBodyConstantParameters
- func (s DescribeApiResponseBodyConstantParameters) String() string
- type DescribeApiResponseBodyConstantParametersConstantParameter
- func (s DescribeApiResponseBodyConstantParametersConstantParameter) GoString() string
- func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetConstantValue(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetDescription(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetLocation(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
- func (s DescribeApiResponseBodyConstantParametersConstantParameter) String() string
- type DescribeApiResponseBodyCustomSystemParameters
- func (s DescribeApiResponseBodyCustomSystemParameters) GoString() string
- func (s *DescribeApiResponseBodyCustomSystemParameters) SetCustomSystemParameter(v []*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) *DescribeApiResponseBodyCustomSystemParameters
- func (s DescribeApiResponseBodyCustomSystemParameters) String() string
- type DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString() string
- func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDemoValue(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDescription(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetLocation(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetParameterName(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) String() string
- type DescribeApiResponseBodyDeployedInfos
- type DescribeApiResponseBodyDeployedInfosDeployedInfo
- func (s DescribeApiResponseBodyDeployedInfosDeployedInfo) GoString() string
- func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetDeployedStatus(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
- func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetEffectiveVersion(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
- func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetStageName(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
- func (s DescribeApiResponseBodyDeployedInfosDeployedInfo) String() string
- type DescribeApiResponseBodyErrorCodeSamples
- func (s DescribeApiResponseBodyErrorCodeSamples) GoString() string
- func (s *DescribeApiResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeApiResponseBodyErrorCodeSamples
- func (s DescribeApiResponseBodyErrorCodeSamples) String() string
- type DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
- func (s *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetCode(v string) *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage(v string) *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetModel(v string) *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
- type DescribeApiResponseBodyOpenIdConnectConfig
- func (s DescribeApiResponseBodyOpenIdConnectConfig) GoString() string
- func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName(v string) *DescribeApiResponseBodyOpenIdConnectConfig
- func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType(v string) *DescribeApiResponseBodyOpenIdConnectConfig
- func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKey(v string) *DescribeApiResponseBodyOpenIdConnectConfig
- func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKeyId(v string) *DescribeApiResponseBodyOpenIdConnectConfig
- func (s DescribeApiResponseBodyOpenIdConnectConfig) String() string
- type DescribeApiResponseBodyParametersMapObject
- func (s DescribeApiResponseBodyParametersMapObject) GoString() string
- func (s *DescribeApiResponseBodyParametersMapObject) SetServiceParameterMap(v []*DescribeApiResponseBodyParametersMapObjectServiceParameterMap) *DescribeApiResponseBodyParametersMapObject
- func (s DescribeApiResponseBodyParametersMapObject) String() string
- type DescribeApiResponseBodyParametersMapObjectServiceParameterMap
- func (s DescribeApiResponseBodyParametersMapObjectServiceParameterMap) GoString() string
- func (s *DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetRequestParameterName(v string) *DescribeApiResponseBodyParametersMapObjectServiceParameterMap
- func (s *DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetServiceParameterName(v string) *DescribeApiResponseBodyParametersMapObjectServiceParameterMap
- func (s DescribeApiResponseBodyParametersMapObjectServiceParameterMap) String() string
- type DescribeApiResponseBodyRequestConfig
- func (s DescribeApiResponseBodyRequestConfig) GoString() string
- func (s *DescribeApiResponseBodyRequestConfig) SetBodyFormat(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetBodyModel(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetPostBodyDescription(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetRequestHttpMethod(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetRequestMode(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetRequestPath(v string) *DescribeApiResponseBodyRequestConfig
- func (s *DescribeApiResponseBodyRequestConfig) SetRequestProtocol(v string) *DescribeApiResponseBodyRequestConfig
- func (s DescribeApiResponseBodyRequestConfig) String() string
- type DescribeApiResponseBodyRequestParametersObject
- func (s DescribeApiResponseBodyRequestParametersObject) GoString() string
- func (s *DescribeApiResponseBodyRequestParametersObject) SetRequestParam(v []*DescribeApiResponseBodyRequestParametersObjectRequestParam) *DescribeApiResponseBodyRequestParametersObject
- func (s DescribeApiResponseBodyRequestParametersObject) String() string
- type DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s DescribeApiResponseBodyRequestParametersObjectRequestParam) GoString() string
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetApiParameterName(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetArrayItemsType(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDefaultValue(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDemoValue(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDescription(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDocOrder(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDocShow(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetEnumValue(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetJsonScheme(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetLocation(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMaxLength(v int64) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMaxValue(v int64) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMinLength(v int64) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMinValue(v int64) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetParameterType(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetRegularExpression(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetRequired(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
- func (s DescribeApiResponseBodyRequestParametersObjectRequestParam) String() string
- type DescribeApiResponseBodyServiceConfig
- func (s DescribeApiResponseBodyServiceConfig) GoString() string
- func (s *DescribeApiResponseBodyServiceConfig) SetAoneAppName(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetContentTypeCatagory(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetContentTypeValue(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetFunctionComputeConfig(v *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetInnerServiceInfo(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetInnerServiceType(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetMock(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetMockHeaders(v *DescribeApiResponseBodyServiceConfigMockHeaders) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetMockResult(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetMockStatusCode(v int32) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServiceAddress(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServiceHttpMethod(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServicePath(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServiceProtocol(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServiceTimeout(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetServiceVpcEnable(v string) *DescribeApiResponseBodyServiceConfig
- func (s *DescribeApiResponseBodyServiceConfig) SetVpcConfig(v *DescribeApiResponseBodyServiceConfigVpcConfig) *DescribeApiResponseBodyServiceConfig
- func (s DescribeApiResponseBodyServiceConfig) String() string
- type DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s DescribeApiResponseBodyServiceConfigFunctionComputeConfig) GoString() string
- func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFcRegionId(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFunctionName(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetQualifier(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetRoleArn(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetServiceName(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
- func (s DescribeApiResponseBodyServiceConfigFunctionComputeConfig) String() string
- type DescribeApiResponseBodyServiceConfigMockHeaders
- func (s DescribeApiResponseBodyServiceConfigMockHeaders) GoString() string
- func (s *DescribeApiResponseBodyServiceConfigMockHeaders) SetMockHeader(v []*DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) *DescribeApiResponseBodyServiceConfigMockHeaders
- func (s DescribeApiResponseBodyServiceConfigMockHeaders) String() string
- type DescribeApiResponseBodyServiceConfigMockHeadersMockHeader
- func (s DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) GoString() string
- func (s *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderName(v string) *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader
- func (s *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderValue(v string) *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader
- func (s DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) String() string
- type DescribeApiResponseBodyServiceConfigVpcConfig
- func (s DescribeApiResponseBodyServiceConfigVpcConfig) GoString() string
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetId(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetInstanceId(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetName(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetPort(v int32) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcId(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcScheme(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
- func (s DescribeApiResponseBodyServiceConfigVpcConfig) String() string
- type DescribeApiResponseBodyServiceParametersObject
- func (s DescribeApiResponseBodyServiceParametersObject) GoString() string
- func (s *DescribeApiResponseBodyServiceParametersObject) SetServiceParam(v []*DescribeApiResponseBodyServiceParametersObjectServiceParam) *DescribeApiResponseBodyServiceParametersObject
- func (s DescribeApiResponseBodyServiceParametersObject) String() string
- type DescribeApiResponseBodyServiceParametersObjectServiceParam
- func (s DescribeApiResponseBodyServiceParametersObjectServiceParam) GoString() string
- func (s *DescribeApiResponseBodyServiceParametersObjectServiceParam) SetLocation(v string) *DescribeApiResponseBodyServiceParametersObjectServiceParam
- func (s *DescribeApiResponseBodyServiceParametersObjectServiceParam) SetServiceParameterName(v string) *DescribeApiResponseBodyServiceParametersObjectServiceParam
- func (s *DescribeApiResponseBodyServiceParametersObjectServiceParam) SetType(v string) *DescribeApiResponseBodyServiceParametersObjectServiceParam
- func (s DescribeApiResponseBodyServiceParametersObjectServiceParam) String() string
- type DescribeApiResponseBodySystemParameters
- func (s DescribeApiResponseBodySystemParameters) GoString() string
- func (s *DescribeApiResponseBodySystemParameters) SetSystemParameter(v []*DescribeApiResponseBodySystemParametersSystemParameter) *DescribeApiResponseBodySystemParameters
- func (s DescribeApiResponseBodySystemParameters) String() string
- type DescribeApiResponseBodySystemParametersSystemParameter
- func (s DescribeApiResponseBodySystemParametersSystemParameter) GoString() string
- func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetDemoValue(v string) *DescribeApiResponseBodySystemParametersSystemParameter
- func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetDescription(v string) *DescribeApiResponseBodySystemParametersSystemParameter
- func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetLocation(v string) *DescribeApiResponseBodySystemParametersSystemParameter
- func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeApiResponseBodySystemParametersSystemParameter
- func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeApiResponseBodySystemParametersSystemParameter
- func (s DescribeApiResponseBodySystemParametersSystemParameter) String() string
- type DescribeApiRulesRequest
- func (s DescribeApiRulesRequest) GoString() string
- func (s *DescribeApiRulesRequest) SetApiIds(v string) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetApiName(v string) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetGroupId(v string) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetPageNumber(v int32) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetPageSize(v int32) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetRuleType(v string) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetSecurityToken(v string) *DescribeApiRulesRequest
- func (s *DescribeApiRulesRequest) SetStageName(v string) *DescribeApiRulesRequest
- func (s DescribeApiRulesRequest) String() string
- type DescribeApiRulesResponse
- func (s DescribeApiRulesResponse) GoString() string
- func (s *DescribeApiRulesResponse) SetBody(v *DescribeApiRulesResponseBody) *DescribeApiRulesResponse
- func (s *DescribeApiRulesResponse) SetHeaders(v map[string]*string) *DescribeApiRulesResponse
- func (s *DescribeApiRulesResponse) SetStatusCode(v int32) *DescribeApiRulesResponse
- func (s DescribeApiRulesResponse) String() string
- type DescribeApiRulesResponseBody
- func (s DescribeApiRulesResponseBody) GoString() string
- func (s *DescribeApiRulesResponseBody) SetApiRules(v *DescribeApiRulesResponseBodyApiRules) *DescribeApiRulesResponseBody
- func (s *DescribeApiRulesResponseBody) SetPageNumber(v int32) *DescribeApiRulesResponseBody
- func (s *DescribeApiRulesResponseBody) SetPageSize(v int32) *DescribeApiRulesResponseBody
- func (s *DescribeApiRulesResponseBody) SetRequestId(v string) *DescribeApiRulesResponseBody
- func (s *DescribeApiRulesResponseBody) SetTotalCount(v int32) *DescribeApiRulesResponseBody
- func (s DescribeApiRulesResponseBody) String() string
- type DescribeApiRulesResponseBodyApiRules
- type DescribeApiRulesResponseBodyApiRulesApiRule
- func (s DescribeApiRulesResponseBodyApiRulesApiRule) GoString() string
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetApiId(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetApiName(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetCreatedTime(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleId(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleName(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleType(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
- func (s DescribeApiRulesResponseBodyApiRulesApiRule) String() string
- type DescribeApiStageDetailRequest
- func (s DescribeApiStageDetailRequest) GoString() string
- func (s *DescribeApiStageDetailRequest) SetGroupId(v string) *DescribeApiStageDetailRequest
- func (s *DescribeApiStageDetailRequest) SetSecurityToken(v string) *DescribeApiStageDetailRequest
- func (s *DescribeApiStageDetailRequest) SetStageId(v string) *DescribeApiStageDetailRequest
- func (s DescribeApiStageDetailRequest) String() string
- type DescribeApiStageDetailResponse
- func (s DescribeApiStageDetailResponse) GoString() string
- func (s *DescribeApiStageDetailResponse) SetBody(v *DescribeApiStageDetailResponseBody) *DescribeApiStageDetailResponse
- func (s *DescribeApiStageDetailResponse) SetHeaders(v map[string]*string) *DescribeApiStageDetailResponse
- func (s *DescribeApiStageDetailResponse) SetStatusCode(v int32) *DescribeApiStageDetailResponse
- func (s DescribeApiStageDetailResponse) String() string
- type DescribeApiStageDetailResponseBody
- func (s DescribeApiStageDetailResponseBody) GoString() string
- func (s *DescribeApiStageDetailResponseBody) SetCreatedTime(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetDescription(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetGroupId(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetModifiedTime(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetRequestId(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetStageId(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetStageName(v string) *DescribeApiStageDetailResponseBody
- func (s *DescribeApiStageDetailResponseBody) SetVariables(v *DescribeApiStageDetailResponseBodyVariables) *DescribeApiStageDetailResponseBody
- func (s DescribeApiStageDetailResponseBody) String() string
- type DescribeApiStageDetailResponseBodyVariables
- func (s DescribeApiStageDetailResponseBodyVariables) GoString() string
- func (s *DescribeApiStageDetailResponseBodyVariables) SetVariableItem(v []*DescribeApiStageDetailResponseBodyVariablesVariableItem) *DescribeApiStageDetailResponseBodyVariables
- func (s DescribeApiStageDetailResponseBodyVariables) String() string
- type DescribeApiStageDetailResponseBodyVariablesVariableItem
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItem) GoString() string
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetStageRouteModel(v *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) *DescribeApiStageDetailResponseBodyVariablesVariableItem
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetSupportRoute(v bool) *DescribeApiStageDetailResponseBodyVariablesVariableItem
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableName(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItem
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableValue(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItem
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItem) String() string
- type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) GoString() string
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetLocation(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetParameterCatalog(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetParameterType(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetRouteMatchSymbol(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetRouteRules(...) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetServiceParameterName(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) String() string
- type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules) GoString() string
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules) SetRouteRuleItem(...) ...
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules) String() string
- type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) GoString() string
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetConditionValue(v string) ...
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetMaxValue(v int64) ...
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetMinValue(v int64) ...
- func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetResultValue(v string) ...
- func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) String() string
- type DescribeApiTrafficRequest
- func (s DescribeApiTrafficRequest) GoString() string
- func (s *DescribeApiTrafficRequest) SetApiId(v string) *DescribeApiTrafficRequest
- func (s *DescribeApiTrafficRequest) SetEndTime(v string) *DescribeApiTrafficRequest
- func (s *DescribeApiTrafficRequest) SetGroupId(v string) *DescribeApiTrafficRequest
- func (s *DescribeApiTrafficRequest) SetSecurityToken(v string) *DescribeApiTrafficRequest
- func (s *DescribeApiTrafficRequest) SetStartTime(v string) *DescribeApiTrafficRequest
- func (s DescribeApiTrafficRequest) String() string
- type DescribeApiTrafficResponse
- func (s DescribeApiTrafficResponse) GoString() string
- func (s *DescribeApiTrafficResponse) SetBody(v *DescribeApiTrafficResponseBody) *DescribeApiTrafficResponse
- func (s *DescribeApiTrafficResponse) SetHeaders(v map[string]*string) *DescribeApiTrafficResponse
- func (s *DescribeApiTrafficResponse) SetStatusCode(v int32) *DescribeApiTrafficResponse
- func (s DescribeApiTrafficResponse) String() string
- type DescribeApiTrafficResponseBody
- func (s DescribeApiTrafficResponseBody) GoString() string
- func (s *DescribeApiTrafficResponseBody) SetDownloads(v *DescribeApiTrafficResponseBodyDownloads) *DescribeApiTrafficResponseBody
- func (s *DescribeApiTrafficResponseBody) SetRequestId(v string) *DescribeApiTrafficResponseBody
- func (s *DescribeApiTrafficResponseBody) SetUploads(v *DescribeApiTrafficResponseBodyUploads) *DescribeApiTrafficResponseBody
- func (s DescribeApiTrafficResponseBody) String() string
- type DescribeApiTrafficResponseBodyDownloads
- type DescribeApiTrafficResponseBodyDownloadsDownload
- func (s DescribeApiTrafficResponseBodyDownloadsDownload) GoString() string
- func (s *DescribeApiTrafficResponseBodyDownloadsDownload) SetTime(v string) *DescribeApiTrafficResponseBodyDownloadsDownload
- func (s *DescribeApiTrafficResponseBodyDownloadsDownload) SetValue(v string) *DescribeApiTrafficResponseBodyDownloadsDownload
- func (s DescribeApiTrafficResponseBodyDownloadsDownload) String() string
- type DescribeApiTrafficResponseBodyUploads
- type DescribeApiTrafficResponseBodyUploadsUpload
- func (s DescribeApiTrafficResponseBodyUploadsUpload) GoString() string
- func (s *DescribeApiTrafficResponseBodyUploadsUpload) SetTime(v string) *DescribeApiTrafficResponseBodyUploadsUpload
- func (s *DescribeApiTrafficResponseBodyUploadsUpload) SetValue(v string) *DescribeApiTrafficResponseBodyUploadsUpload
- func (s DescribeApiTrafficResponseBodyUploadsUpload) String() string
- type DescribeApisByAppRequest
- func (s DescribeApisByAppRequest) GoString() string
- func (s *DescribeApisByAppRequest) SetAppId(v int64) *DescribeApisByAppRequest
- func (s *DescribeApisByAppRequest) SetPageNumber(v int32) *DescribeApisByAppRequest
- func (s *DescribeApisByAppRequest) SetPageSize(v int32) *DescribeApisByAppRequest
- func (s *DescribeApisByAppRequest) SetSecurityToken(v string) *DescribeApisByAppRequest
- func (s DescribeApisByAppRequest) String() string
- type DescribeApisByAppResponse
- func (s DescribeApisByAppResponse) GoString() string
- func (s *DescribeApisByAppResponse) SetBody(v *DescribeApisByAppResponseBody) *DescribeApisByAppResponse
- func (s *DescribeApisByAppResponse) SetHeaders(v map[string]*string) *DescribeApisByAppResponse
- func (s *DescribeApisByAppResponse) SetStatusCode(v int32) *DescribeApisByAppResponse
- func (s DescribeApisByAppResponse) String() string
- type DescribeApisByAppResponseBody
- func (s DescribeApisByAppResponseBody) GoString() string
- func (s *DescribeApisByAppResponseBody) SetAppApiRelationInfos(v *DescribeApisByAppResponseBodyAppApiRelationInfos) *DescribeApisByAppResponseBody
- func (s *DescribeApisByAppResponseBody) SetPageNumber(v int32) *DescribeApisByAppResponseBody
- func (s *DescribeApisByAppResponseBody) SetPageSize(v int32) *DescribeApisByAppResponseBody
- func (s *DescribeApisByAppResponseBody) SetRequestId(v string) *DescribeApisByAppResponseBody
- func (s *DescribeApisByAppResponseBody) SetTotalCount(v int32) *DescribeApisByAppResponseBody
- func (s DescribeApisByAppResponseBody) String() string
- type DescribeApisByAppResponseBodyAppApiRelationInfos
- func (s DescribeApisByAppResponseBodyAppApiRelationInfos) GoString() string
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfos) SetAppApiRelationInfo(v []*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) *DescribeApisByAppResponseBodyAppApiRelationInfos
- func (s DescribeApisByAppResponseBodyAppApiRelationInfos) String() string
- type DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString() string
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetApiId(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetApiName(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthVaildTime(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetCreatedTime(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetDescription(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetGroupId(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetGroupName(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetOperator(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetRegionId(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetStageName(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) String() string
- type DescribeApisByIpControlRequest
- func (s DescribeApisByIpControlRequest) GoString() string
- func (s *DescribeApisByIpControlRequest) SetIpControlId(v string) *DescribeApisByIpControlRequest
- func (s *DescribeApisByIpControlRequest) SetPageNumber(v int32) *DescribeApisByIpControlRequest
- func (s *DescribeApisByIpControlRequest) SetPageSize(v int32) *DescribeApisByIpControlRequest
- func (s *DescribeApisByIpControlRequest) SetSecurityToken(v string) *DescribeApisByIpControlRequest
- func (s DescribeApisByIpControlRequest) String() string
- type DescribeApisByIpControlResponse
- func (s DescribeApisByIpControlResponse) GoString() string
- func (s *DescribeApisByIpControlResponse) SetBody(v *DescribeApisByIpControlResponseBody) *DescribeApisByIpControlResponse
- func (s *DescribeApisByIpControlResponse) SetHeaders(v map[string]*string) *DescribeApisByIpControlResponse
- func (s *DescribeApisByIpControlResponse) SetStatusCode(v int32) *DescribeApisByIpControlResponse
- func (s DescribeApisByIpControlResponse) String() string
- type DescribeApisByIpControlResponseBody
- func (s DescribeApisByIpControlResponseBody) GoString() string
- func (s *DescribeApisByIpControlResponseBody) SetApiInfos(v *DescribeApisByIpControlResponseBodyApiInfos) *DescribeApisByIpControlResponseBody
- func (s *DescribeApisByIpControlResponseBody) SetPageNumber(v int32) *DescribeApisByIpControlResponseBody
- func (s *DescribeApisByIpControlResponseBody) SetPageSize(v int32) *DescribeApisByIpControlResponseBody
- func (s *DescribeApisByIpControlResponseBody) SetRequestId(v string) *DescribeApisByIpControlResponseBody
- func (s *DescribeApisByIpControlResponseBody) SetTotalCount(v int32) *DescribeApisByIpControlResponseBody
- func (s DescribeApisByIpControlResponseBody) String() string
- type DescribeApisByIpControlResponseBodyApiInfos
- func (s DescribeApisByIpControlResponseBodyApiInfos) GoString() string
- func (s *DescribeApisByIpControlResponseBodyApiInfos) SetApiInfo(v []*DescribeApisByIpControlResponseBodyApiInfosApiInfo) *DescribeApisByIpControlResponseBodyApiInfos
- func (s DescribeApisByIpControlResponseBodyApiInfos) String() string
- type DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s DescribeApisByIpControlResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetBoundTime(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
- func (s DescribeApisByIpControlResponseBodyApiInfosApiInfo) String() string
- type DescribeApisByRuleRequest
- func (s DescribeApisByRuleRequest) GoString() string
- func (s *DescribeApisByRuleRequest) SetPageNumber(v int32) *DescribeApisByRuleRequest
- func (s *DescribeApisByRuleRequest) SetPageSize(v int32) *DescribeApisByRuleRequest
- func (s *DescribeApisByRuleRequest) SetRuleId(v string) *DescribeApisByRuleRequest
- func (s *DescribeApisByRuleRequest) SetRuleType(v string) *DescribeApisByRuleRequest
- func (s *DescribeApisByRuleRequest) SetSecurityToken(v string) *DescribeApisByRuleRequest
- func (s DescribeApisByRuleRequest) String() string
- type DescribeApisByRuleResponse
- func (s DescribeApisByRuleResponse) GoString() string
- func (s *DescribeApisByRuleResponse) SetBody(v *DescribeApisByRuleResponseBody) *DescribeApisByRuleResponse
- func (s *DescribeApisByRuleResponse) SetHeaders(v map[string]*string) *DescribeApisByRuleResponse
- func (s *DescribeApisByRuleResponse) SetStatusCode(v int32) *DescribeApisByRuleResponse
- func (s DescribeApisByRuleResponse) String() string
- type DescribeApisByRuleResponseBody
- func (s DescribeApisByRuleResponseBody) GoString() string
- func (s *DescribeApisByRuleResponseBody) SetApiInfos(v *DescribeApisByRuleResponseBodyApiInfos) *DescribeApisByRuleResponseBody
- func (s *DescribeApisByRuleResponseBody) SetPageNumber(v int32) *DescribeApisByRuleResponseBody
- func (s *DescribeApisByRuleResponseBody) SetPageSize(v int32) *DescribeApisByRuleResponseBody
- func (s *DescribeApisByRuleResponseBody) SetRequestId(v string) *DescribeApisByRuleResponseBody
- func (s *DescribeApisByRuleResponseBody) SetTotalCount(v int32) *DescribeApisByRuleResponseBody
- func (s DescribeApisByRuleResponseBody) String() string
- type DescribeApisByRuleResponseBodyApiInfos
- type DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s DescribeApisByRuleResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
- func (s DescribeApisByRuleResponseBodyApiInfosApiInfo) String() string
- type DescribeApisForConsoleRequest
- func (s DescribeApisForConsoleRequest) GoString() string
- func (s *DescribeApisForConsoleRequest) SetApiId(v string) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetApiName(v string) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetGroupId(v string) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetPageNumber(v int32) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetPageSize(v int32) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetSecurityToken(v string) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetStageName(v string) *DescribeApisForConsoleRequest
- func (s *DescribeApisForConsoleRequest) SetVisibility(v string) *DescribeApisForConsoleRequest
- func (s DescribeApisForConsoleRequest) String() string
- type DescribeApisForConsoleResponse
- func (s DescribeApisForConsoleResponse) GoString() string
- func (s *DescribeApisForConsoleResponse) SetBody(v *DescribeApisForConsoleResponseBody) *DescribeApisForConsoleResponse
- func (s *DescribeApisForConsoleResponse) SetHeaders(v map[string]*string) *DescribeApisForConsoleResponse
- func (s *DescribeApisForConsoleResponse) SetStatusCode(v int32) *DescribeApisForConsoleResponse
- func (s DescribeApisForConsoleResponse) String() string
- type DescribeApisForConsoleResponseBody
- func (s DescribeApisForConsoleResponseBody) GoString() string
- func (s *DescribeApisForConsoleResponseBody) SetApiInfos(v *DescribeApisForConsoleResponseBodyApiInfos) *DescribeApisForConsoleResponseBody
- func (s *DescribeApisForConsoleResponseBody) SetPageNumber(v int32) *DescribeApisForConsoleResponseBody
- func (s *DescribeApisForConsoleResponseBody) SetPageSize(v int32) *DescribeApisForConsoleResponseBody
- func (s *DescribeApisForConsoleResponseBody) SetRequestId(v string) *DescribeApisForConsoleResponseBody
- func (s *DescribeApisForConsoleResponseBody) SetTotalCount(v int32) *DescribeApisForConsoleResponseBody
- func (s DescribeApisForConsoleResponseBody) String() string
- type DescribeApisForConsoleResponseBodyApiInfos
- func (s DescribeApisForConsoleResponseBodyApiInfos) GoString() string
- func (s *DescribeApisForConsoleResponseBodyApiInfos) SetApiInfo(v []*DescribeApisForConsoleResponseBodyApiInfosApiInfo) *DescribeApisForConsoleResponseBodyApiInfos
- func (s DescribeApisForConsoleResponseBodyApiInfos) String() string
- type DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetDeployedInfos(v *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfo) String() string
- type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) GoString() string
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) SetDeployedInfo(...) *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) String() string
- type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) GoString() string
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetDeployedStatus(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetEffectiveVersion(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo
- func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetStageName(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo
- func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) String() string
- type DescribeApisRequest
- func (s DescribeApisRequest) GoString() string
- func (s *DescribeApisRequest) SetApiId(v string) *DescribeApisRequest
- func (s *DescribeApisRequest) SetApiName(v string) *DescribeApisRequest
- func (s *DescribeApisRequest) SetGroupId(v string) *DescribeApisRequest
- func (s *DescribeApisRequest) SetPageNumber(v int32) *DescribeApisRequest
- func (s *DescribeApisRequest) SetPageSize(v int32) *DescribeApisRequest
- func (s *DescribeApisRequest) SetSecurityToken(v string) *DescribeApisRequest
- func (s *DescribeApisRequest) SetVisibility(v string) *DescribeApisRequest
- func (s DescribeApisRequest) String() string
- type DescribeApisResponse
- func (s DescribeApisResponse) GoString() string
- func (s *DescribeApisResponse) SetBody(v *DescribeApisResponseBody) *DescribeApisResponse
- func (s *DescribeApisResponse) SetHeaders(v map[string]*string) *DescribeApisResponse
- func (s *DescribeApisResponse) SetStatusCode(v int32) *DescribeApisResponse
- func (s DescribeApisResponse) String() string
- type DescribeApisResponseBody
- func (s DescribeApisResponseBody) GoString() string
- func (s *DescribeApisResponseBody) SetApiInfos(v *DescribeApisResponseBodyApiInfos) *DescribeApisResponseBody
- func (s *DescribeApisResponseBody) SetPageNumber(v int32) *DescribeApisResponseBody
- func (s *DescribeApisResponseBody) SetPageSize(v int32) *DescribeApisResponseBody
- func (s *DescribeApisResponseBody) SetRequestId(v string) *DescribeApisResponseBody
- func (s *DescribeApisResponseBody) SetTotalCount(v int32) *DescribeApisResponseBody
- func (s DescribeApisResponseBody) String() string
- type DescribeApisResponseBodyApiInfos
- type DescribeApisResponseBodyApiInfosApiInfo
- func (s DescribeApisResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s *DescribeApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisResponseBodyApiInfosApiInfo
- func (s DescribeApisResponseBodyApiInfosApiInfo) String() string
- type DescribeAppRequest
- type DescribeAppResponse
- func (s DescribeAppResponse) GoString() string
- func (s *DescribeAppResponse) SetBody(v *DescribeAppResponseBody) *DescribeAppResponse
- func (s *DescribeAppResponse) SetHeaders(v map[string]*string) *DescribeAppResponse
- func (s *DescribeAppResponse) SetStatusCode(v int32) *DescribeAppResponse
- func (s DescribeAppResponse) String() string
- type DescribeAppResponseBody
- func (s DescribeAppResponseBody) GoString() string
- func (s *DescribeAppResponseBody) SetAppId(v int64) *DescribeAppResponseBody
- func (s *DescribeAppResponseBody) SetAppName(v string) *DescribeAppResponseBody
- func (s *DescribeAppResponseBody) SetCreatedTime(v string) *DescribeAppResponseBody
- func (s *DescribeAppResponseBody) SetDescription(v string) *DescribeAppResponseBody
- func (s *DescribeAppResponseBody) SetModifiedTime(v string) *DescribeAppResponseBody
- func (s *DescribeAppResponseBody) SetRequestId(v string) *DescribeAppResponseBody
- func (s DescribeAppResponseBody) String() string
- type DescribeAppSecuritiesRequest
- type DescribeAppSecuritiesResponse
- func (s DescribeAppSecuritiesResponse) GoString() string
- func (s *DescribeAppSecuritiesResponse) SetBody(v *DescribeAppSecuritiesResponseBody) *DescribeAppSecuritiesResponse
- func (s *DescribeAppSecuritiesResponse) SetHeaders(v map[string]*string) *DescribeAppSecuritiesResponse
- func (s *DescribeAppSecuritiesResponse) SetStatusCode(v int32) *DescribeAppSecuritiesResponse
- func (s DescribeAppSecuritiesResponse) String() string
- type DescribeAppSecuritiesResponseBody
- func (s DescribeAppSecuritiesResponseBody) GoString() string
- func (s *DescribeAppSecuritiesResponseBody) SetAppSecuritys(v *DescribeAppSecuritiesResponseBodyAppSecuritys) *DescribeAppSecuritiesResponseBody
- func (s *DescribeAppSecuritiesResponseBody) SetRequestId(v string) *DescribeAppSecuritiesResponseBody
- func (s DescribeAppSecuritiesResponseBody) String() string
- type DescribeAppSecuritiesResponseBodyAppSecuritys
- func (s DescribeAppSecuritiesResponseBodyAppSecuritys) GoString() string
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritys) SetAppSecurity(v []*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) *DescribeAppSecuritiesResponseBodyAppSecuritys
- func (s DescribeAppSecuritiesResponseBodyAppSecuritys) String() string
- type DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) GoString() string
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetAppCode(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetAppKey(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetAppSecret(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetCreatedTime(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetModifiedTime(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
- func (s DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) String() string
- type DescribeAppSecurityRequest
- type DescribeAppSecurityResponse
- func (s DescribeAppSecurityResponse) GoString() string
- func (s *DescribeAppSecurityResponse) SetBody(v *DescribeAppSecurityResponseBody) *DescribeAppSecurityResponse
- func (s *DescribeAppSecurityResponse) SetHeaders(v map[string]*string) *DescribeAppSecurityResponse
- func (s *DescribeAppSecurityResponse) SetStatusCode(v int32) *DescribeAppSecurityResponse
- func (s DescribeAppSecurityResponse) String() string
- type DescribeAppSecurityResponseBody
- func (s DescribeAppSecurityResponseBody) GoString() string
- func (s *DescribeAppSecurityResponseBody) SetAppCode(v string) *DescribeAppSecurityResponseBody
- func (s *DescribeAppSecurityResponseBody) SetAppKey(v string) *DescribeAppSecurityResponseBody
- func (s *DescribeAppSecurityResponseBody) SetAppSecret(v string) *DescribeAppSecurityResponseBody
- func (s *DescribeAppSecurityResponseBody) SetCreatedTime(v string) *DescribeAppSecurityResponseBody
- func (s *DescribeAppSecurityResponseBody) SetModifiedTime(v string) *DescribeAppSecurityResponseBody
- func (s *DescribeAppSecurityResponseBody) SetRequestId(v string) *DescribeAppSecurityResponseBody
- func (s DescribeAppSecurityResponseBody) String() string
- type DescribeAppsByApiRequest
- func (s DescribeAppsByApiRequest) GoString() string
- func (s *DescribeAppsByApiRequest) SetApiId(v string) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetAppId(v int64) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetAppName(v string) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetAppOwnerId(v int64) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetGroupId(v string) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetPageNumber(v int32) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetPageSize(v int32) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetSecurityToken(v string) *DescribeAppsByApiRequest
- func (s *DescribeAppsByApiRequest) SetStageName(v string) *DescribeAppsByApiRequest
- func (s DescribeAppsByApiRequest) String() string
- type DescribeAppsByApiResponse
- func (s DescribeAppsByApiResponse) GoString() string
- func (s *DescribeAppsByApiResponse) SetBody(v *DescribeAppsByApiResponseBody) *DescribeAppsByApiResponse
- func (s *DescribeAppsByApiResponse) SetHeaders(v map[string]*string) *DescribeAppsByApiResponse
- func (s *DescribeAppsByApiResponse) SetStatusCode(v int32) *DescribeAppsByApiResponse
- func (s DescribeAppsByApiResponse) String() string
- type DescribeAppsByApiResponseBody
- func (s DescribeAppsByApiResponseBody) GoString() string
- func (s *DescribeAppsByApiResponseBody) SetAppApiRelationInfos(v *DescribeAppsByApiResponseBodyAppApiRelationInfos) *DescribeAppsByApiResponseBody
- func (s *DescribeAppsByApiResponseBody) SetPageNumber(v int32) *DescribeAppsByApiResponseBody
- func (s *DescribeAppsByApiResponseBody) SetPageSize(v int32) *DescribeAppsByApiResponseBody
- func (s *DescribeAppsByApiResponseBody) SetRequestId(v string) *DescribeAppsByApiResponseBody
- func (s *DescribeAppsByApiResponseBody) SetTotalCount(v int32) *DescribeAppsByApiResponseBody
- func (s DescribeAppsByApiResponseBody) String() string
- type DescribeAppsByApiResponseBodyAppApiRelationInfos
- func (s DescribeAppsByApiResponseBodyAppApiRelationInfos) GoString() string
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfos) SetAppApiRelationInfo(v []*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) *DescribeAppsByApiResponseBodyAppApiRelationInfos
- func (s DescribeAppsByApiResponseBodyAppApiRelationInfos) String() string
- type DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString() string
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAppId(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAppName(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthVaildTime(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetCreatedTime(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetDescription(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetOperator(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetStageName(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
- func (s DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) String() string
- type DescribeAppsForProviderRequest
- func (s DescribeAppsForProviderRequest) GoString() string
- func (s *DescribeAppsForProviderRequest) SetAppId(v int64) *DescribeAppsForProviderRequest
- func (s *DescribeAppsForProviderRequest) SetAppOwnerId(v int64) *DescribeAppsForProviderRequest
- func (s *DescribeAppsForProviderRequest) SetPageNumber(v int32) *DescribeAppsForProviderRequest
- func (s *DescribeAppsForProviderRequest) SetPageSize(v int32) *DescribeAppsForProviderRequest
- func (s *DescribeAppsForProviderRequest) SetSecurityToken(v string) *DescribeAppsForProviderRequest
- func (s DescribeAppsForProviderRequest) String() string
- type DescribeAppsForProviderResponse
- func (s DescribeAppsForProviderResponse) GoString() string
- func (s *DescribeAppsForProviderResponse) SetBody(v *DescribeAppsForProviderResponseBody) *DescribeAppsForProviderResponse
- func (s *DescribeAppsForProviderResponse) SetHeaders(v map[string]*string) *DescribeAppsForProviderResponse
- func (s *DescribeAppsForProviderResponse) SetStatusCode(v int32) *DescribeAppsForProviderResponse
- func (s DescribeAppsForProviderResponse) String() string
- type DescribeAppsForProviderResponseBody
- func (s DescribeAppsForProviderResponseBody) GoString() string
- func (s *DescribeAppsForProviderResponseBody) SetApps(v *DescribeAppsForProviderResponseBodyApps) *DescribeAppsForProviderResponseBody
- func (s *DescribeAppsForProviderResponseBody) SetPageNumber(v int32) *DescribeAppsForProviderResponseBody
- func (s *DescribeAppsForProviderResponseBody) SetPageSize(v int32) *DescribeAppsForProviderResponseBody
- func (s *DescribeAppsForProviderResponseBody) SetRequestId(v string) *DescribeAppsForProviderResponseBody
- func (s *DescribeAppsForProviderResponseBody) SetTotalCount(v int32) *DescribeAppsForProviderResponseBody
- func (s DescribeAppsForProviderResponseBody) String() string
- type DescribeAppsForProviderResponseBodyApps
- type DescribeAppsForProviderResponseBodyAppsApp
- func (s DescribeAppsForProviderResponseBodyAppsApp) GoString() string
- func (s *DescribeAppsForProviderResponseBodyAppsApp) SetAppId(v int64) *DescribeAppsForProviderResponseBodyAppsApp
- func (s *DescribeAppsForProviderResponseBodyAppsApp) SetAppName(v string) *DescribeAppsForProviderResponseBodyAppsApp
- func (s *DescribeAppsForProviderResponseBodyAppsApp) SetCreateTime(v string) *DescribeAppsForProviderResponseBodyAppsApp
- func (s *DescribeAppsForProviderResponseBodyAppsApp) SetDescription(v string) *DescribeAppsForProviderResponseBodyAppsApp
- func (s *DescribeAppsForProviderResponseBodyAppsApp) SetModifiedTime(v string) *DescribeAppsForProviderResponseBodyAppsApp
- func (s DescribeAppsForProviderResponseBodyAppsApp) String() string
- type DescribeAppsRequest
- func (s DescribeAppsRequest) GoString() string
- func (s *DescribeAppsRequest) SetAppId(v int64) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetAppName(v string) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetEnableTagAuth(v bool) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetPageNumber(v int32) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetPageSize(v int32) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetSecurityToken(v string) *DescribeAppsRequest
- func (s *DescribeAppsRequest) SetTag(v []*DescribeAppsRequestTag) *DescribeAppsRequest
- func (s DescribeAppsRequest) String() string
- type DescribeAppsRequestTag
- type DescribeAppsResponse
- func (s DescribeAppsResponse) GoString() string
- func (s *DescribeAppsResponse) SetBody(v *DescribeAppsResponseBody) *DescribeAppsResponse
- func (s *DescribeAppsResponse) SetHeaders(v map[string]*string) *DescribeAppsResponse
- func (s *DescribeAppsResponse) SetStatusCode(v int32) *DescribeAppsResponse
- func (s DescribeAppsResponse) String() string
- type DescribeAppsResponseBody
- func (s DescribeAppsResponseBody) GoString() string
- func (s *DescribeAppsResponseBody) SetApps(v *DescribeAppsResponseBodyApps) *DescribeAppsResponseBody
- func (s *DescribeAppsResponseBody) SetPageNumber(v int32) *DescribeAppsResponseBody
- func (s *DescribeAppsResponseBody) SetPageSize(v int32) *DescribeAppsResponseBody
- func (s *DescribeAppsResponseBody) SetRequestId(v string) *DescribeAppsResponseBody
- func (s *DescribeAppsResponseBody) SetTotalCount(v int32) *DescribeAppsResponseBody
- func (s DescribeAppsResponseBody) String() string
- type DescribeAppsResponseBodyApps
- type DescribeAppsResponseBodyAppsApp
- func (s DescribeAppsResponseBodyAppsApp) GoString() string
- func (s *DescribeAppsResponseBodyAppsApp) SetAppId(v int64) *DescribeAppsResponseBodyAppsApp
- func (s *DescribeAppsResponseBodyAppsApp) SetAppName(v string) *DescribeAppsResponseBodyAppsApp
- func (s *DescribeAppsResponseBodyAppsApp) SetCreatedTime(v string) *DescribeAppsResponseBodyAppsApp
- func (s *DescribeAppsResponseBodyAppsApp) SetDescription(v string) *DescribeAppsResponseBodyAppsApp
- func (s *DescribeAppsResponseBodyAppsApp) SetModifiedTime(v string) *DescribeAppsResponseBodyAppsApp
- func (s DescribeAppsResponseBodyAppsApp) String() string
- type DescribeBlackListsRequest
- func (s DescribeBlackListsRequest) GoString() string
- func (s *DescribeBlackListsRequest) SetBlackType(v string) *DescribeBlackListsRequest
- func (s *DescribeBlackListsRequest) SetPageNumber(v int32) *DescribeBlackListsRequest
- func (s *DescribeBlackListsRequest) SetPageSize(v int32) *DescribeBlackListsRequest
- func (s *DescribeBlackListsRequest) SetSecurityToken(v string) *DescribeBlackListsRequest
- func (s DescribeBlackListsRequest) String() string
- type DescribeBlackListsResponse
- func (s DescribeBlackListsResponse) GoString() string
- func (s *DescribeBlackListsResponse) SetBody(v *DescribeBlackListsResponseBody) *DescribeBlackListsResponse
- func (s *DescribeBlackListsResponse) SetHeaders(v map[string]*string) *DescribeBlackListsResponse
- func (s *DescribeBlackListsResponse) SetStatusCode(v int32) *DescribeBlackListsResponse
- func (s DescribeBlackListsResponse) String() string
- type DescribeBlackListsResponseBody
- func (s DescribeBlackListsResponseBody) GoString() string
- func (s *DescribeBlackListsResponseBody) SetBlackLists(v *DescribeBlackListsResponseBodyBlackLists) *DescribeBlackListsResponseBody
- func (s *DescribeBlackListsResponseBody) SetPageNumber(v int32) *DescribeBlackListsResponseBody
- func (s *DescribeBlackListsResponseBody) SetPageSize(v int32) *DescribeBlackListsResponseBody
- func (s *DescribeBlackListsResponseBody) SetRequestId(v string) *DescribeBlackListsResponseBody
- func (s *DescribeBlackListsResponseBody) SetTotalCount(v int32) *DescribeBlackListsResponseBody
- func (s DescribeBlackListsResponseBody) String() string
- type DescribeBlackListsResponseBodyBlackLists
- type DescribeBlackListsResponseBodyBlackListsBlackList
- func (s DescribeBlackListsResponseBodyBlackListsBlackList) GoString() string
- func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackContent(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
- func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackType(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
- func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetCreateTime(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
- func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetDescription(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
- func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetModifiedTime(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
- func (s DescribeBlackListsResponseBodyBlackListsBlackList) String() string
- type DescribeDeployedApiRequest
- func (s DescribeDeployedApiRequest) GoString() string
- func (s *DescribeDeployedApiRequest) SetApiId(v string) *DescribeDeployedApiRequest
- func (s *DescribeDeployedApiRequest) SetGroupId(v string) *DescribeDeployedApiRequest
- func (s *DescribeDeployedApiRequest) SetSecurityToken(v string) *DescribeDeployedApiRequest
- func (s *DescribeDeployedApiRequest) SetStageName(v string) *DescribeDeployedApiRequest
- func (s DescribeDeployedApiRequest) String() string
- type DescribeDeployedApiResponse
- func (s DescribeDeployedApiResponse) GoString() string
- func (s *DescribeDeployedApiResponse) SetBody(v *DescribeDeployedApiResponseBody) *DescribeDeployedApiResponse
- func (s *DescribeDeployedApiResponse) SetHeaders(v map[string]*string) *DescribeDeployedApiResponse
- func (s *DescribeDeployedApiResponse) SetStatusCode(v int32) *DescribeDeployedApiResponse
- func (s DescribeDeployedApiResponse) String() string
- type DescribeDeployedApiResponseBody
- func (s DescribeDeployedApiResponseBody) GoString() string
- func (s *DescribeDeployedApiResponseBody) SetApiId(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetApiName(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetAuthType(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetBodyFormat(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetConstantParameters(v *DescribeDeployedApiResponseBodyConstantParameters) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetDeployedTime(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetDisableInternet(v bool) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetErrorCodeSamples(v *DescribeDeployedApiResponseBodyErrorCodeSamples) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetFailResultSample(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetForceNonceCheck(v bool) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetFunctionComputeConfig(v *DescribeDeployedApiResponseBodyFunctionComputeConfig) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetGroupId(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetGroupName(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetHttpMethod(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetHttpProtocol(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetPath(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetPathParameters(v *DescribeDeployedApiResponseBodyPathParameters) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetPostBodyDescription(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetPostBodyType(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRegionId(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRequestBody(v *DescribeDeployedApiResponseBodyRequestBody) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRequestHeaders(v *DescribeDeployedApiResponseBodyRequestHeaders) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRequestId(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRequestMode(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetRequestQueries(v *DescribeDeployedApiResponseBodyRequestQueries) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetResultSample(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetResultType(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetServiceAddress(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetServiceFCEnable(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetServiceProtocol(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetServiceTimeout(v int32) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetServiceVpcEnable(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetStageName(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetSystemParameters(v *DescribeDeployedApiResponseBodySystemParameters) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetVisibility(v string) *DescribeDeployedApiResponseBody
- func (s *DescribeDeployedApiResponseBody) SetVpcName(v string) *DescribeDeployedApiResponseBody
- func (s DescribeDeployedApiResponseBody) String() string
- type DescribeDeployedApiResponseBodyConstantParameters
- func (s DescribeDeployedApiResponseBodyConstantParameters) GoString() string
- func (s *DescribeDeployedApiResponseBodyConstantParameters) SetConstantParameter(v []*DescribeDeployedApiResponseBodyConstantParametersConstantParameter) *DescribeDeployedApiResponseBodyConstantParameters
- func (s DescribeDeployedApiResponseBodyConstantParameters) String() string
- type DescribeDeployedApiResponseBodyConstantParametersConstantParameter
- func (s DescribeDeployedApiResponseBodyConstantParametersConstantParameter) GoString() string
- func (s *DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetConstantValue(v string) *DescribeDeployedApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetDescription(v string) *DescribeDeployedApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetLocation(v string) *DescribeDeployedApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyConstantParametersConstantParameter
- func (s DescribeDeployedApiResponseBodyConstantParametersConstantParameter) String() string
- type DescribeDeployedApiResponseBodyErrorCodeSamples
- func (s DescribeDeployedApiResponseBodyErrorCodeSamples) GoString() string
- func (s *DescribeDeployedApiResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeDeployedApiResponseBodyErrorCodeSamples
- func (s DescribeDeployedApiResponseBodyErrorCodeSamples) String() string
- type DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
- func (s *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) SetCode(v string) *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage(v string) *DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
- type DescribeDeployedApiResponseBodyFunctionComputeConfig
- func (s DescribeDeployedApiResponseBodyFunctionComputeConfig) GoString() string
- func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFcRegionId(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
- func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFunctionName(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
- func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetRoleArn(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
- func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetServiceName(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
- func (s DescribeDeployedApiResponseBodyFunctionComputeConfig) String() string
- type DescribeDeployedApiResponseBodyPathParameters
- func (s DescribeDeployedApiResponseBodyPathParameters) GoString() string
- func (s *DescribeDeployedApiResponseBodyPathParameters) SetPathParameter(v []*DescribeDeployedApiResponseBodyPathParametersPathParameter) *DescribeDeployedApiResponseBodyPathParameters
- func (s DescribeDeployedApiResponseBodyPathParameters) String() string
- type DescribeDeployedApiResponseBodyPathParametersPathParameter
- func (s DescribeDeployedApiResponseBodyPathParametersPathParameter) GoString() string
- func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
- func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetDemoValue(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
- func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
- func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
- func (s DescribeDeployedApiResponseBodyPathParametersPathParameter) String() string
- type DescribeDeployedApiResponseBodyRequestBody
- func (s DescribeDeployedApiResponseBodyRequestBody) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestBody) SetRequestParam(v []*DescribeDeployedApiResponseBodyRequestBodyRequestParam) *DescribeDeployedApiResponseBodyRequestBody
- func (s DescribeDeployedApiResponseBodyRequestBody) String() string
- type DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s DescribeDeployedApiResponseBodyRequestBodyRequestParam) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDocOrder(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDocShow(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMaxValue(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMinValue(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
- func (s DescribeDeployedApiResponseBodyRequestBodyRequestParam) String() string
- type DescribeDeployedApiResponseBodyRequestHeaders
- func (s DescribeDeployedApiResponseBodyRequestHeaders) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestHeaders) SetRequestParam(v []*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) *DescribeDeployedApiResponseBodyRequestHeaders
- func (s DescribeDeployedApiResponseBodyRequestHeaders) String() string
- type DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s DescribeDeployedApiResponseBodyRequestHeadersRequestParam) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDemoValue(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDocOrder(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDocShow(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetEnumValue(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMaxLength(v int64) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMaxValue(v int64) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMinLength(v int64) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMinValue(v int64) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetRequired(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
- func (s DescribeDeployedApiResponseBodyRequestHeadersRequestParam) String() string
- type DescribeDeployedApiResponseBodyRequestQueries
- func (s DescribeDeployedApiResponseBodyRequestQueries) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestQueries) SetRequestParam(v []*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) *DescribeDeployedApiResponseBodyRequestQueries
- func (s DescribeDeployedApiResponseBodyRequestQueries) String() string
- type DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s DescribeDeployedApiResponseBodyRequestQueriesRequestParam) GoString() string
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDemoValue(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDocOrder(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDocShow(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetEnumValue(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMaxLength(v int64) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMaxValue(v int64) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMinLength(v int64) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMinValue(v int64) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetRequired(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
- func (s DescribeDeployedApiResponseBodyRequestQueriesRequestParam) String() string
- type DescribeDeployedApiResponseBodySystemParameters
- func (s DescribeDeployedApiResponseBodySystemParameters) GoString() string
- func (s *DescribeDeployedApiResponseBodySystemParameters) SetSystemParameter(v []*DescribeDeployedApiResponseBodySystemParametersSystemParameter) *DescribeDeployedApiResponseBodySystemParameters
- func (s DescribeDeployedApiResponseBodySystemParameters) String() string
- type DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s DescribeDeployedApiResponseBodySystemParametersSystemParameter) GoString() string
- func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetDemoValue(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetDescription(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetLocation(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
- func (s DescribeDeployedApiResponseBodySystemParametersSystemParameter) String() string
- type DescribeDeployedApisRequest
- func (s DescribeDeployedApisRequest) GoString() string
- func (s *DescribeDeployedApisRequest) SetApiId(v string) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetApiName(v string) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetGroupId(v string) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetPageNumber(v int32) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetPageSize(v int32) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetSecurityToken(v string) *DescribeDeployedApisRequest
- func (s *DescribeDeployedApisRequest) SetStageName(v string) *DescribeDeployedApisRequest
- func (s DescribeDeployedApisRequest) String() string
- type DescribeDeployedApisResponse
- func (s DescribeDeployedApisResponse) GoString() string
- func (s *DescribeDeployedApisResponse) SetBody(v *DescribeDeployedApisResponseBody) *DescribeDeployedApisResponse
- func (s *DescribeDeployedApisResponse) SetHeaders(v map[string]*string) *DescribeDeployedApisResponse
- func (s *DescribeDeployedApisResponse) SetStatusCode(v int32) *DescribeDeployedApisResponse
- func (s DescribeDeployedApisResponse) String() string
- type DescribeDeployedApisResponseBody
- func (s DescribeDeployedApisResponseBody) GoString() string
- func (s *DescribeDeployedApisResponseBody) SetApiInfos(v *DescribeDeployedApisResponseBodyApiInfos) *DescribeDeployedApisResponseBody
- func (s *DescribeDeployedApisResponseBody) SetPageNumber(v int32) *DescribeDeployedApisResponseBody
- func (s *DescribeDeployedApisResponseBody) SetPageSize(v int32) *DescribeDeployedApisResponseBody
- func (s *DescribeDeployedApisResponseBody) SetRequestId(v string) *DescribeDeployedApisResponseBody
- func (s *DescribeDeployedApisResponseBody) SetTotalCount(v int32) *DescribeDeployedApisResponseBody
- func (s DescribeDeployedApisResponseBody) String() string
- type DescribeDeployedApisResponseBodyApiInfos
- type DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s DescribeDeployedApisResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
- func (s DescribeDeployedApisResponseBodyApiInfosApiInfo) String() string
- type DescribeDomainRequest
- func (s DescribeDomainRequest) GoString() string
- func (s *DescribeDomainRequest) SetDomainName(v string) *DescribeDomainRequest
- func (s *DescribeDomainRequest) SetGroupId(v string) *DescribeDomainRequest
- func (s *DescribeDomainRequest) SetSecurityToken(v string) *DescribeDomainRequest
- func (s DescribeDomainRequest) String() string
- type DescribeDomainResolutionRequest
- func (s DescribeDomainResolutionRequest) GoString() string
- func (s *DescribeDomainResolutionRequest) SetDomainNames(v string) *DescribeDomainResolutionRequest
- func (s *DescribeDomainResolutionRequest) SetGroupId(v string) *DescribeDomainResolutionRequest
- func (s *DescribeDomainResolutionRequest) SetSecurityToken(v string) *DescribeDomainResolutionRequest
- func (s DescribeDomainResolutionRequest) String() string
- type DescribeDomainResolutionResponse
- func (s DescribeDomainResolutionResponse) GoString() string
- func (s *DescribeDomainResolutionResponse) SetBody(v *DescribeDomainResolutionResponseBody) *DescribeDomainResolutionResponse
- func (s *DescribeDomainResolutionResponse) SetHeaders(v map[string]*string) *DescribeDomainResolutionResponse
- func (s *DescribeDomainResolutionResponse) SetStatusCode(v int32) *DescribeDomainResolutionResponse
- func (s DescribeDomainResolutionResponse) String() string
- type DescribeDomainResolutionResponseBody
- func (s DescribeDomainResolutionResponseBody) GoString() string
- func (s *DescribeDomainResolutionResponseBody) SetDomainResolutions(v *DescribeDomainResolutionResponseBodyDomainResolutions) *DescribeDomainResolutionResponseBody
- func (s *DescribeDomainResolutionResponseBody) SetGroupId(v string) *DescribeDomainResolutionResponseBody
- func (s *DescribeDomainResolutionResponseBody) SetRequestId(v string) *DescribeDomainResolutionResponseBody
- func (s DescribeDomainResolutionResponseBody) String() string
- type DescribeDomainResolutionResponseBodyDomainResolutions
- func (s DescribeDomainResolutionResponseBodyDomainResolutions) GoString() string
- func (s *DescribeDomainResolutionResponseBodyDomainResolutions) SetDomainResolution(v []*DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) *DescribeDomainResolutionResponseBodyDomainResolutions
- func (s DescribeDomainResolutionResponseBodyDomainResolutions) String() string
- type DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution
- func (s DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) GoString() string
- func (s *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) SetDomainName(v string) *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution
- func (s *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) SetDomainNameResolution(v string) *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution
- func (s DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) String() string
- type DescribeDomainResponse
- func (s DescribeDomainResponse) GoString() string
- func (s *DescribeDomainResponse) SetBody(v *DescribeDomainResponseBody) *DescribeDomainResponse
- func (s *DescribeDomainResponse) SetHeaders(v map[string]*string) *DescribeDomainResponse
- func (s *DescribeDomainResponse) SetStatusCode(v int32) *DescribeDomainResponse
- func (s DescribeDomainResponse) String() string
- type DescribeDomainResponseBody
- func (s DescribeDomainResponseBody) GoString() string
- func (s *DescribeDomainResponseBody) SetCertificateBody(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetCertificateId(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetCertificateName(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainBindingStatus(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainLegalStatus(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainName(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainNameResolution(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainRemark(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetDomainWebSocketStatus(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetGroupId(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetPrivateKey(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetRequestId(v string) *DescribeDomainResponseBody
- func (s *DescribeDomainResponseBody) SetSubDomain(v string) *DescribeDomainResponseBody
- func (s DescribeDomainResponseBody) String() string
- type DescribeHistoryApiRequest
- func (s DescribeHistoryApiRequest) GoString() string
- func (s *DescribeHistoryApiRequest) SetApiId(v string) *DescribeHistoryApiRequest
- func (s *DescribeHistoryApiRequest) SetGroupId(v string) *DescribeHistoryApiRequest
- func (s *DescribeHistoryApiRequest) SetHistoryVersion(v string) *DescribeHistoryApiRequest
- func (s *DescribeHistoryApiRequest) SetSecurityToken(v string) *DescribeHistoryApiRequest
- func (s *DescribeHistoryApiRequest) SetStageName(v string) *DescribeHistoryApiRequest
- func (s DescribeHistoryApiRequest) String() string
- type DescribeHistoryApiResponse
- func (s DescribeHistoryApiResponse) GoString() string
- func (s *DescribeHistoryApiResponse) SetBody(v *DescribeHistoryApiResponseBody) *DescribeHistoryApiResponse
- func (s *DescribeHistoryApiResponse) SetHeaders(v map[string]*string) *DescribeHistoryApiResponse
- func (s *DescribeHistoryApiResponse) SetStatusCode(v int32) *DescribeHistoryApiResponse
- func (s DescribeHistoryApiResponse) String() string
- type DescribeHistoryApiResponseBody
- func (s DescribeHistoryApiResponseBody) GoString() string
- func (s *DescribeHistoryApiResponseBody) SetAllowSignatureMethod(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetApiId(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetApiName(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetAuthType(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetBodyFormat(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetConstantParameters(v *DescribeHistoryApiResponseBodyConstantParameters) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetCustomSystemParameters(v *DescribeHistoryApiResponseBodyCustomSystemParameters) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetDeployedTime(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetDescription(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetErrorCodeSamples(v *DescribeHistoryApiResponseBodyErrorCodeSamples) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetFailResultSample(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetFunctionComputeConfig(v *DescribeHistoryApiResponseBodyFunctionComputeConfig) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetGroupId(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetGroupName(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetHistoryVersion(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetHttpMethod(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetHttpProtocol(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetMock(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetMockResult(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetOpenIdConnectConfig(v *DescribeHistoryApiResponseBodyOpenIdConnectConfig) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetOriginResultDescription(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetPath(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetPathParameters(v *DescribeHistoryApiResponseBodyPathParameters) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetPostBodyDescription(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetPostBodyType(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRegionId(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRequestBody(v *DescribeHistoryApiResponseBodyRequestBody) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRequestHeaders(v *DescribeHistoryApiResponseBodyRequestHeaders) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRequestId(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRequestMode(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetRequestQueries(v *DescribeHistoryApiResponseBodyRequestQueries) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetResultSample(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetResultType(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetServiceAddress(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetServiceFCEnable(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetServiceProtocol(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetServiceTimeout(v int32) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetServiceVpcEnable(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetStatus(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetSystemParameters(v *DescribeHistoryApiResponseBodySystemParameters) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetVisibility(v string) *DescribeHistoryApiResponseBody
- func (s *DescribeHistoryApiResponseBody) SetVpcName(v string) *DescribeHistoryApiResponseBody
- func (s DescribeHistoryApiResponseBody) String() string
- type DescribeHistoryApiResponseBodyConstantParameters
- func (s DescribeHistoryApiResponseBodyConstantParameters) GoString() string
- func (s *DescribeHistoryApiResponseBodyConstantParameters) SetConstantParameter(v []*DescribeHistoryApiResponseBodyConstantParametersConstantParameter) *DescribeHistoryApiResponseBodyConstantParameters
- func (s DescribeHistoryApiResponseBodyConstantParameters) String() string
- type DescribeHistoryApiResponseBodyConstantParametersConstantParameter
- func (s DescribeHistoryApiResponseBodyConstantParametersConstantParameter) GoString() string
- func (s *DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetConstantValue(v string) *DescribeHistoryApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetDescription(v string) *DescribeHistoryApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetLocation(v string) *DescribeHistoryApiResponseBodyConstantParametersConstantParameter
- func (s *DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyConstantParametersConstantParameter
- func (s DescribeHistoryApiResponseBodyConstantParametersConstantParameter) String() string
- type DescribeHistoryApiResponseBodyCustomSystemParameters
- func (s DescribeHistoryApiResponseBodyCustomSystemParameters) GoString() string
- func (s *DescribeHistoryApiResponseBodyCustomSystemParameters) SetCustomSystemParameter(v []*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) *DescribeHistoryApiResponseBodyCustomSystemParameters
- func (s DescribeHistoryApiResponseBodyCustomSystemParameters) String() string
- type DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString() string
- func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDemoValue(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDescription(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetLocation(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetParameterName(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
- func (s DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) String() string
- type DescribeHistoryApiResponseBodyErrorCodeSamples
- func (s DescribeHistoryApiResponseBodyErrorCodeSamples) GoString() string
- func (s *DescribeHistoryApiResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeHistoryApiResponseBodyErrorCodeSamples
- func (s DescribeHistoryApiResponseBodyErrorCodeSamples) String() string
- type DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
- func (s *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) SetCode(v string) *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage(v string) *DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample
- func (s DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
- type DescribeHistoryApiResponseBodyFunctionComputeConfig
- func (s DescribeHistoryApiResponseBodyFunctionComputeConfig) GoString() string
- func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFcRegionId(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
- func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFunctionName(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
- func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetRoleArn(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
- func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetServiceName(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
- func (s DescribeHistoryApiResponseBodyFunctionComputeConfig) String() string
- type DescribeHistoryApiResponseBodyOpenIdConnectConfig
- func (s DescribeHistoryApiResponseBodyOpenIdConnectConfig) GoString() string
- func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
- func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
- func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKey(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
- func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKeyId(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
- func (s DescribeHistoryApiResponseBodyOpenIdConnectConfig) String() string
- type DescribeHistoryApiResponseBodyPathParameters
- func (s DescribeHistoryApiResponseBodyPathParameters) GoString() string
- func (s *DescribeHistoryApiResponseBodyPathParameters) SetPathParameter(v []*DescribeHistoryApiResponseBodyPathParametersPathParameter) *DescribeHistoryApiResponseBodyPathParameters
- func (s DescribeHistoryApiResponseBodyPathParameters) String() string
- type DescribeHistoryApiResponseBodyPathParametersPathParameter
- func (s DescribeHistoryApiResponseBodyPathParametersPathParameter) GoString() string
- func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
- func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetDemoValue(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
- func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
- func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
- func (s DescribeHistoryApiResponseBodyPathParametersPathParameter) String() string
- type DescribeHistoryApiResponseBodyRequestBody
- func (s DescribeHistoryApiResponseBodyRequestBody) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestBody) SetRequestParam(v []*DescribeHistoryApiResponseBodyRequestBodyRequestParam) *DescribeHistoryApiResponseBodyRequestBody
- func (s DescribeHistoryApiResponseBodyRequestBody) String() string
- type DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s DescribeHistoryApiResponseBodyRequestBodyRequestParam) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDocOrder(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDocShow(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxValue(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinValue(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
- func (s DescribeHistoryApiResponseBodyRequestBodyRequestParam) String() string
- type DescribeHistoryApiResponseBodyRequestHeaders
- func (s DescribeHistoryApiResponseBodyRequestHeaders) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestHeaders) SetRequestParam(v []*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) *DescribeHistoryApiResponseBodyRequestHeaders
- func (s DescribeHistoryApiResponseBodyRequestHeaders) String() string
- type DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s DescribeHistoryApiResponseBodyRequestHeadersRequestParam) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDemoValue(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDocOrder(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDocShow(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetEnumValue(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMaxLength(v int64) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMaxValue(v int64) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMinLength(v int64) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMinValue(v int64) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetRequired(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
- func (s DescribeHistoryApiResponseBodyRequestHeadersRequestParam) String() string
- type DescribeHistoryApiResponseBodyRequestQueries
- func (s DescribeHistoryApiResponseBodyRequestQueries) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestQueries) SetRequestParam(v []*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) *DescribeHistoryApiResponseBodyRequestQueries
- func (s DescribeHistoryApiResponseBodyRequestQueries) String() string
- type DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s DescribeHistoryApiResponseBodyRequestQueriesRequestParam) GoString() string
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDemoValue(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDocOrder(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDocShow(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetEnumValue(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMaxLength(v int64) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMaxValue(v int64) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMinLength(v int64) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMinValue(v int64) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetRequired(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
- func (s DescribeHistoryApiResponseBodyRequestQueriesRequestParam) String() string
- type DescribeHistoryApiResponseBodySystemParameters
- func (s DescribeHistoryApiResponseBodySystemParameters) GoString() string
- func (s *DescribeHistoryApiResponseBodySystemParameters) SetSystemParameter(v []*DescribeHistoryApiResponseBodySystemParametersSystemParameter) *DescribeHistoryApiResponseBodySystemParameters
- func (s DescribeHistoryApiResponseBodySystemParameters) String() string
- type DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s DescribeHistoryApiResponseBodySystemParametersSystemParameter) GoString() string
- func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetDemoValue(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetDescription(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetLocation(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
- func (s DescribeHistoryApiResponseBodySystemParametersSystemParameter) String() string
- type DescribeHistoryApisRequest
- func (s DescribeHistoryApisRequest) GoString() string
- func (s *DescribeHistoryApisRequest) SetApiId(v string) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetApiName(v string) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetGroupId(v string) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetPageNumber(v int32) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetPageSize(v int32) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetSecurityToken(v string) *DescribeHistoryApisRequest
- func (s *DescribeHistoryApisRequest) SetStageName(v string) *DescribeHistoryApisRequest
- func (s DescribeHistoryApisRequest) String() string
- type DescribeHistoryApisResponse
- func (s DescribeHistoryApisResponse) GoString() string
- func (s *DescribeHistoryApisResponse) SetBody(v *DescribeHistoryApisResponseBody) *DescribeHistoryApisResponse
- func (s *DescribeHistoryApisResponse) SetHeaders(v map[string]*string) *DescribeHistoryApisResponse
- func (s *DescribeHistoryApisResponse) SetStatusCode(v int32) *DescribeHistoryApisResponse
- func (s DescribeHistoryApisResponse) String() string
- type DescribeHistoryApisResponseBody
- func (s DescribeHistoryApisResponseBody) GoString() string
- func (s *DescribeHistoryApisResponseBody) SetApiInfos(v *DescribeHistoryApisResponseBodyApiInfos) *DescribeHistoryApisResponseBody
- func (s *DescribeHistoryApisResponseBody) SetPageNumber(v int32) *DescribeHistoryApisResponseBody
- func (s *DescribeHistoryApisResponseBody) SetPageSize(v int32) *DescribeHistoryApisResponseBody
- func (s *DescribeHistoryApisResponseBody) SetRequestId(v string) *DescribeHistoryApisResponseBody
- func (s *DescribeHistoryApisResponseBody) SetTotalCount(v int32) *DescribeHistoryApisResponseBody
- func (s DescribeHistoryApisResponseBody) String() string
- type DescribeHistoryApisResponseBodyApiInfos
- type DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s DescribeHistoryApisResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetHistoryVersion(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStatus(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
- func (s DescribeHistoryApisResponseBodyApiInfosApiInfo) String() string
- type DescribeIpControlPolicyItemsRequest
- func (s DescribeIpControlPolicyItemsRequest) GoString() string
- func (s *DescribeIpControlPolicyItemsRequest) SetIpControlId(v string) *DescribeIpControlPolicyItemsRequest
- func (s *DescribeIpControlPolicyItemsRequest) SetPageNumber(v int32) *DescribeIpControlPolicyItemsRequest
- func (s *DescribeIpControlPolicyItemsRequest) SetPageSize(v int32) *DescribeIpControlPolicyItemsRequest
- func (s *DescribeIpControlPolicyItemsRequest) SetPolicyItemId(v string) *DescribeIpControlPolicyItemsRequest
- func (s *DescribeIpControlPolicyItemsRequest) SetSecurityToken(v string) *DescribeIpControlPolicyItemsRequest
- func (s DescribeIpControlPolicyItemsRequest) String() string
- type DescribeIpControlPolicyItemsResponse
- func (s DescribeIpControlPolicyItemsResponse) GoString() string
- func (s *DescribeIpControlPolicyItemsResponse) SetBody(v *DescribeIpControlPolicyItemsResponseBody) *DescribeIpControlPolicyItemsResponse
- func (s *DescribeIpControlPolicyItemsResponse) SetHeaders(v map[string]*string) *DescribeIpControlPolicyItemsResponse
- func (s *DescribeIpControlPolicyItemsResponse) SetStatusCode(v int32) *DescribeIpControlPolicyItemsResponse
- func (s DescribeIpControlPolicyItemsResponse) String() string
- type DescribeIpControlPolicyItemsResponseBody
- func (s DescribeIpControlPolicyItemsResponseBody) GoString() string
- func (s *DescribeIpControlPolicyItemsResponseBody) SetIpControlPolicyItems(v *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) *DescribeIpControlPolicyItemsResponseBody
- func (s *DescribeIpControlPolicyItemsResponseBody) SetPageNumber(v int32) *DescribeIpControlPolicyItemsResponseBody
- func (s *DescribeIpControlPolicyItemsResponseBody) SetPageSize(v int32) *DescribeIpControlPolicyItemsResponseBody
- func (s *DescribeIpControlPolicyItemsResponseBody) SetRequestId(v string) *DescribeIpControlPolicyItemsResponseBody
- func (s *DescribeIpControlPolicyItemsResponseBody) SetTotalCount(v int32) *DescribeIpControlPolicyItemsResponseBody
- func (s DescribeIpControlPolicyItemsResponseBody) String() string
- type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems
- func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) GoString() string
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) SetIpControlPolicyItem(...) *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems
- func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) String() string
- type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem
- func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) GoString() string
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetAppId(v string) ...
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetCidrIp(v string) ...
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetCreateTime(v string) ...
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetModifiedTime(v string) ...
- func (s *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetPolicyItemId(v string) ...
- func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) String() string
- type DescribeIpControlsRequest
- func (s DescribeIpControlsRequest) GoString() string
- func (s *DescribeIpControlsRequest) SetIpControlId(v string) *DescribeIpControlsRequest
- func (s *DescribeIpControlsRequest) SetIpControlName(v string) *DescribeIpControlsRequest
- func (s *DescribeIpControlsRequest) SetIpControlType(v string) *DescribeIpControlsRequest
- func (s *DescribeIpControlsRequest) SetPageNumber(v int32) *DescribeIpControlsRequest
- func (s *DescribeIpControlsRequest) SetPageSize(v int32) *DescribeIpControlsRequest
- func (s *DescribeIpControlsRequest) SetSecurityToken(v string) *DescribeIpControlsRequest
- func (s DescribeIpControlsRequest) String() string
- type DescribeIpControlsResponse
- func (s DescribeIpControlsResponse) GoString() string
- func (s *DescribeIpControlsResponse) SetBody(v *DescribeIpControlsResponseBody) *DescribeIpControlsResponse
- func (s *DescribeIpControlsResponse) SetHeaders(v map[string]*string) *DescribeIpControlsResponse
- func (s *DescribeIpControlsResponse) SetStatusCode(v int32) *DescribeIpControlsResponse
- func (s DescribeIpControlsResponse) String() string
- type DescribeIpControlsResponseBody
- func (s DescribeIpControlsResponseBody) GoString() string
- func (s *DescribeIpControlsResponseBody) SetIpControlInfos(v *DescribeIpControlsResponseBodyIpControlInfos) *DescribeIpControlsResponseBody
- func (s *DescribeIpControlsResponseBody) SetPageNumber(v int32) *DescribeIpControlsResponseBody
- func (s *DescribeIpControlsResponseBody) SetPageSize(v int32) *DescribeIpControlsResponseBody
- func (s *DescribeIpControlsResponseBody) SetRequestId(v string) *DescribeIpControlsResponseBody
- func (s *DescribeIpControlsResponseBody) SetTotalCount(v int32) *DescribeIpControlsResponseBody
- func (s DescribeIpControlsResponseBody) String() string
- type DescribeIpControlsResponseBodyIpControlInfos
- func (s DescribeIpControlsResponseBodyIpControlInfos) GoString() string
- func (s *DescribeIpControlsResponseBodyIpControlInfos) SetIpControlInfo(v []*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) *DescribeIpControlsResponseBodyIpControlInfos
- func (s DescribeIpControlsResponseBodyIpControlInfos) String() string
- type DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) GoString() string
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetCreateTime(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetDescription(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlId(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlName(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlType(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetModifiedTime(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetRegionId(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
- func (s DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) String() string
- type DescribeLogConfigRequest
- type DescribeLogConfigResponse
- func (s DescribeLogConfigResponse) GoString() string
- func (s *DescribeLogConfigResponse) SetBody(v *DescribeLogConfigResponseBody) *DescribeLogConfigResponse
- func (s *DescribeLogConfigResponse) SetHeaders(v map[string]*string) *DescribeLogConfigResponse
- func (s *DescribeLogConfigResponse) SetStatusCode(v int32) *DescribeLogConfigResponse
- func (s DescribeLogConfigResponse) String() string
- type DescribeLogConfigResponseBody
- func (s DescribeLogConfigResponseBody) GoString() string
- func (s *DescribeLogConfigResponseBody) SetLogInfos(v *DescribeLogConfigResponseBodyLogInfos) *DescribeLogConfigResponseBody
- func (s *DescribeLogConfigResponseBody) SetRequestId(v string) *DescribeLogConfigResponseBody
- func (s DescribeLogConfigResponseBody) String() string
- type DescribeLogConfigResponseBodyLogInfos
- type DescribeLogConfigResponseBodyLogInfosLogInfo
- func (s DescribeLogConfigResponseBodyLogInfosLogInfo) GoString() string
- func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetLogType(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
- func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetRegionId(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
- func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsLogStore(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
- func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsProject(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
- func (s DescribeLogConfigResponseBodyLogInfosLogInfo) String() string
- type DescribePurchasedApiGroupDetailRequest
- func (s DescribePurchasedApiGroupDetailRequest) GoString() string
- func (s *DescribePurchasedApiGroupDetailRequest) SetGroupId(v string) *DescribePurchasedApiGroupDetailRequest
- func (s *DescribePurchasedApiGroupDetailRequest) SetSecurityToken(v string) *DescribePurchasedApiGroupDetailRequest
- func (s DescribePurchasedApiGroupDetailRequest) String() string
- type DescribePurchasedApiGroupDetailResponse
- func (s DescribePurchasedApiGroupDetailResponse) GoString() string
- func (s *DescribePurchasedApiGroupDetailResponse) SetBody(v *DescribePurchasedApiGroupDetailResponseBody) *DescribePurchasedApiGroupDetailResponse
- func (s *DescribePurchasedApiGroupDetailResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiGroupDetailResponse
- func (s *DescribePurchasedApiGroupDetailResponse) SetStatusCode(v int32) *DescribePurchasedApiGroupDetailResponse
- func (s DescribePurchasedApiGroupDetailResponse) String() string
- type DescribePurchasedApiGroupDetailResponseBody
- func (s DescribePurchasedApiGroupDetailResponseBody) GoString() string
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetCreatedTime(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetDescription(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetDomainItems(v *DescribePurchasedApiGroupDetailResponseBodyDomainItems) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetGroupId(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetGroupName(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetModifiedTime(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetRegionId(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetRequestId(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s *DescribePurchasedApiGroupDetailResponseBody) SetStatus(v string) *DescribePurchasedApiGroupDetailResponseBody
- func (s DescribePurchasedApiGroupDetailResponseBody) String() string
- type DescribePurchasedApiGroupDetailResponseBodyDomainItems
- func (s DescribePurchasedApiGroupDetailResponseBodyDomainItems) GoString() string
- func (s *DescribePurchasedApiGroupDetailResponseBodyDomainItems) SetDomainItem(v []*DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) *DescribePurchasedApiGroupDetailResponseBodyDomainItems
- func (s DescribePurchasedApiGroupDetailResponseBodyDomainItems) String() string
- type DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) GoString() string
- func (s *DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainName(v string) *DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem
- func (s DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) String() string
- type DescribePurchasedApiGroupsRequest
- func (s DescribePurchasedApiGroupsRequest) GoString() string
- func (s *DescribePurchasedApiGroupsRequest) SetPageNumber(v int32) *DescribePurchasedApiGroupsRequest
- func (s *DescribePurchasedApiGroupsRequest) SetPageSize(v int32) *DescribePurchasedApiGroupsRequest
- func (s *DescribePurchasedApiGroupsRequest) SetSecurityToken(v string) *DescribePurchasedApiGroupsRequest
- func (s DescribePurchasedApiGroupsRequest) String() string
- type DescribePurchasedApiGroupsResponse
- func (s DescribePurchasedApiGroupsResponse) GoString() string
- func (s *DescribePurchasedApiGroupsResponse) SetBody(v *DescribePurchasedApiGroupsResponseBody) *DescribePurchasedApiGroupsResponse
- func (s *DescribePurchasedApiGroupsResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiGroupsResponse
- func (s *DescribePurchasedApiGroupsResponse) SetStatusCode(v int32) *DescribePurchasedApiGroupsResponse
- func (s DescribePurchasedApiGroupsResponse) String() string
- type DescribePurchasedApiGroupsResponseBody
- func (s DescribePurchasedApiGroupsResponseBody) GoString() string
- func (s *DescribePurchasedApiGroupsResponseBody) SetPageNumber(v int32) *DescribePurchasedApiGroupsResponseBody
- func (s *DescribePurchasedApiGroupsResponseBody) SetPageSize(v int32) *DescribePurchasedApiGroupsResponseBody
- func (s *DescribePurchasedApiGroupsResponseBody) SetPurchasedApiGroupAttributes(v *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) *DescribePurchasedApiGroupsResponseBody
- func (s *DescribePurchasedApiGroupsResponseBody) SetRequestId(v string) *DescribePurchasedApiGroupsResponseBody
- func (s *DescribePurchasedApiGroupsResponseBody) SetTotalCount(v int32) *DescribePurchasedApiGroupsResponseBody
- func (s DescribePurchasedApiGroupsResponseBody) String() string
- type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes
- func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) GoString() string
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) SetPurchasedApiGroupAttribute(...) *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes
- func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) String() string
- type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute
- func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) GoString() string
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetBillingType(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetCreatedTime(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetExpireTime(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupDescription(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupId(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupName(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetInvokeTimesMax(v int64) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetInvokeTimesNow(v int64) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetModifiedTime(v string) ...
- func (s *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetRegionId(v string) ...
- func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) String() string
- type DescribePurchasedApiRequest
- func (s DescribePurchasedApiRequest) GoString() string
- func (s *DescribePurchasedApiRequest) SetApiId(v string) *DescribePurchasedApiRequest
- func (s *DescribePurchasedApiRequest) SetGroupId(v string) *DescribePurchasedApiRequest
- func (s *DescribePurchasedApiRequest) SetSecurityToken(v string) *DescribePurchasedApiRequest
- func (s DescribePurchasedApiRequest) String() string
- type DescribePurchasedApiResponse
- func (s DescribePurchasedApiResponse) GoString() string
- func (s *DescribePurchasedApiResponse) SetBody(v *DescribePurchasedApiResponseBody) *DescribePurchasedApiResponse
- func (s *DescribePurchasedApiResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiResponse
- func (s *DescribePurchasedApiResponse) SetStatusCode(v int32) *DescribePurchasedApiResponse
- func (s DescribePurchasedApiResponse) String() string
- type DescribePurchasedApiResponseBody
- func (s DescribePurchasedApiResponseBody) GoString() string
- func (s *DescribePurchasedApiResponseBody) SetApiId(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetApiName(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetBodyFormat(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetCreatedTime(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetDescription(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetGroupId(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetGroupName(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetHttpMethod(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetHttpProtocol(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetMock(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetMockResult(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetModifiedTime(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetPath(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetPathParameters(v *DescribePurchasedApiResponseBodyPathParameters) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetPostBodyDescription(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetPostBodyType(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetRegionId(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetRequestBody(v *DescribePurchasedApiResponseBodyRequestBody) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetRequestHeaders(v *DescribePurchasedApiResponseBodyRequestHeaders) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetRequestId(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetRequestQueries(v *DescribePurchasedApiResponseBodyRequestQueries) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetResultSample(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetResultType(v string) *DescribePurchasedApiResponseBody
- func (s *DescribePurchasedApiResponseBody) SetVisibility(v string) *DescribePurchasedApiResponseBody
- func (s DescribePurchasedApiResponseBody) String() string
- type DescribePurchasedApiResponseBodyPathParameters
- func (s DescribePurchasedApiResponseBodyPathParameters) GoString() string
- func (s *DescribePurchasedApiResponseBodyPathParameters) SetPathParameter(v []*DescribePurchasedApiResponseBodyPathParametersPathParameter) *DescribePurchasedApiResponseBodyPathParameters
- func (s DescribePurchasedApiResponseBodyPathParameters) String() string
- type DescribePurchasedApiResponseBodyPathParametersPathParameter
- func (s DescribePurchasedApiResponseBodyPathParametersPathParameter) GoString() string
- func (s *DescribePurchasedApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyPathParametersPathParameter
- func (s *DescribePurchasedApiResponseBodyPathParametersPathParameter) SetDemoValue(v string) *DescribePurchasedApiResponseBodyPathParametersPathParameter
- func (s *DescribePurchasedApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribePurchasedApiResponseBodyPathParametersPathParameter
- func (s DescribePurchasedApiResponseBodyPathParametersPathParameter) String() string
- type DescribePurchasedApiResponseBodyRequestBody
- func (s DescribePurchasedApiResponseBodyRequestBody) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestBody) SetRequestParam(v []*DescribePurchasedApiResponseBodyRequestBodyRequestParam) *DescribePurchasedApiResponseBodyRequestBody
- func (s DescribePurchasedApiResponseBodyRequestBody) String() string
- type DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s DescribePurchasedApiResponseBodyRequestBodyRequestParam) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDocOrder(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDocShow(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMaxValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMinValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
- func (s DescribePurchasedApiResponseBodyRequestBodyRequestParam) String() string
- type DescribePurchasedApiResponseBodyRequestHeaders
- func (s DescribePurchasedApiResponseBodyRequestHeaders) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestHeaders) SetRequestParam(v []*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) *DescribePurchasedApiResponseBodyRequestHeaders
- func (s DescribePurchasedApiResponseBodyRequestHeaders) String() string
- type DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s DescribePurchasedApiResponseBodyRequestHeadersRequestParam) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDemoValue(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDocOrder(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDocShow(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetEnumValue(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMaxLength(v int64) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMaxValue(v int64) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMinLength(v int64) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMinValue(v int64) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetRequired(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
- func (s DescribePurchasedApiResponseBodyRequestHeadersRequestParam) String() string
- type DescribePurchasedApiResponseBodyRequestQueries
- func (s DescribePurchasedApiResponseBodyRequestQueries) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestQueries) SetRequestParam(v []*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) *DescribePurchasedApiResponseBodyRequestQueries
- func (s DescribePurchasedApiResponseBodyRequestQueries) String() string
- type DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s DescribePurchasedApiResponseBodyRequestQueriesRequestParam) GoString() string
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDemoValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDocOrder(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDocShow(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetEnumValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMaxLength(v int64) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMaxValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMinLength(v int64) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMinValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetRequired(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
- func (s DescribePurchasedApiResponseBodyRequestQueriesRequestParam) String() string
- type DescribePurchasedApisRequest
- func (s DescribePurchasedApisRequest) GoString() string
- func (s *DescribePurchasedApisRequest) SetApiId(v string) *DescribePurchasedApisRequest
- func (s *DescribePurchasedApisRequest) SetApiName(v string) *DescribePurchasedApisRequest
- func (s *DescribePurchasedApisRequest) SetGroupId(v string) *DescribePurchasedApisRequest
- func (s *DescribePurchasedApisRequest) SetPageNumber(v int32) *DescribePurchasedApisRequest
- func (s *DescribePurchasedApisRequest) SetPageSize(v int32) *DescribePurchasedApisRequest
- func (s *DescribePurchasedApisRequest) SetSecurityToken(v string) *DescribePurchasedApisRequest
- func (s DescribePurchasedApisRequest) String() string
- type DescribePurchasedApisResponse
- func (s DescribePurchasedApisResponse) GoString() string
- func (s *DescribePurchasedApisResponse) SetBody(v *DescribePurchasedApisResponseBody) *DescribePurchasedApisResponse
- func (s *DescribePurchasedApisResponse) SetHeaders(v map[string]*string) *DescribePurchasedApisResponse
- func (s *DescribePurchasedApisResponse) SetStatusCode(v int32) *DescribePurchasedApisResponse
- func (s DescribePurchasedApisResponse) String() string
- type DescribePurchasedApisResponseBody
- func (s DescribePurchasedApisResponseBody) GoString() string
- func (s *DescribePurchasedApisResponseBody) SetApiInfos(v *DescribePurchasedApisResponseBodyApiInfos) *DescribePurchasedApisResponseBody
- func (s *DescribePurchasedApisResponseBody) SetPageNumber(v int32) *DescribePurchasedApisResponseBody
- func (s *DescribePurchasedApisResponseBody) SetPageSize(v int32) *DescribePurchasedApisResponseBody
- func (s *DescribePurchasedApisResponseBody) SetRequestId(v string) *DescribePurchasedApisResponseBody
- func (s *DescribePurchasedApisResponseBody) SetTotalCount(v int32) *DescribePurchasedApisResponseBody
- func (s DescribePurchasedApisResponseBody) String() string
- type DescribePurchasedApisResponseBodyApiInfos
- type DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s DescribePurchasedApisResponseBodyApiInfosApiInfo) GoString() string
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
- func (s DescribePurchasedApisResponseBodyApiInfosApiInfo) String() string
- type DescribeRaceWorkForInnerRequest
- func (s DescribeRaceWorkForInnerRequest) GoString() string
- func (s *DescribeRaceWorkForInnerRequest) SetGroupId(v string) *DescribeRaceWorkForInnerRequest
- func (s *DescribeRaceWorkForInnerRequest) SetSecurityToken(v string) *DescribeRaceWorkForInnerRequest
- func (s DescribeRaceWorkForInnerRequest) String() string
- type DescribeRaceWorkForInnerResponse
- func (s DescribeRaceWorkForInnerResponse) GoString() string
- func (s *DescribeRaceWorkForInnerResponse) SetBody(v *DescribeRaceWorkForInnerResponseBody) *DescribeRaceWorkForInnerResponse
- func (s *DescribeRaceWorkForInnerResponse) SetHeaders(v map[string]*string) *DescribeRaceWorkForInnerResponse
- func (s *DescribeRaceWorkForInnerResponse) SetStatusCode(v int32) *DescribeRaceWorkForInnerResponse
- func (s DescribeRaceWorkForInnerResponse) String() string
- type DescribeRaceWorkForInnerResponseBody
- func (s DescribeRaceWorkForInnerResponseBody) GoString() string
- func (s *DescribeRaceWorkForInnerResponseBody) SetCommodityCode(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetCreateTime(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetGroupId(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetKeywords(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetLogoUrl(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetModifiedTime(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetRequestId(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetShortDescription(v string) *DescribeRaceWorkForInnerResponseBody
- func (s *DescribeRaceWorkForInnerResponseBody) SetWorkName(v string) *DescribeRaceWorkForInnerResponseBody
- func (s DescribeRaceWorkForInnerResponseBody) String() string
- type DescribeRegionsRequest
- type DescribeRegionsResponse
- func (s DescribeRegionsResponse) GoString() string
- func (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
- func (s DescribeRegionsResponse) String() string
- type DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) GoString() string
- func (s *DescribeRegionsResponseBody) SetRegions(v *DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
- func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) String() string
- type DescribeRegionsResponseBodyRegions
- type DescribeRegionsResponseBodyRegionsRegion
- func (s DescribeRegionsResponseBodyRegionsRegion) GoString() string
- func (s *DescribeRegionsResponseBodyRegionsRegion) SetLocalName(v string) *DescribeRegionsResponseBodyRegionsRegion
- func (s *DescribeRegionsResponseBodyRegionsRegion) SetRegionEndpoint(v string) *DescribeRegionsResponseBodyRegionsRegion
- func (s *DescribeRegionsResponseBodyRegionsRegion) SetRegionId(v string) *DescribeRegionsResponseBodyRegionsRegion
- func (s DescribeRegionsResponseBodyRegionsRegion) String() string
- type DescribeRulesByApiRequest
- func (s DescribeRulesByApiRequest) GoString() string
- func (s *DescribeRulesByApiRequest) SetApiId(v string) *DescribeRulesByApiRequest
- func (s *DescribeRulesByApiRequest) SetGroupId(v string) *DescribeRulesByApiRequest
- func (s *DescribeRulesByApiRequest) SetSecurityToken(v string) *DescribeRulesByApiRequest
- func (s *DescribeRulesByApiRequest) SetStageName(v string) *DescribeRulesByApiRequest
- func (s DescribeRulesByApiRequest) String() string
- type DescribeRulesByApiResponse
- func (s DescribeRulesByApiResponse) GoString() string
- func (s *DescribeRulesByApiResponse) SetBody(v *DescribeRulesByApiResponseBody) *DescribeRulesByApiResponse
- func (s *DescribeRulesByApiResponse) SetHeaders(v map[string]*string) *DescribeRulesByApiResponse
- func (s *DescribeRulesByApiResponse) SetStatusCode(v int32) *DescribeRulesByApiResponse
- func (s DescribeRulesByApiResponse) String() string
- type DescribeRulesByApiResponseBody
- func (s DescribeRulesByApiResponseBody) GoString() string
- func (s *DescribeRulesByApiResponseBody) SetRequestId(v string) *DescribeRulesByApiResponseBody
- func (s *DescribeRulesByApiResponseBody) SetRules(v *DescribeRulesByApiResponseBodyRules) *DescribeRulesByApiResponseBody
- func (s DescribeRulesByApiResponseBody) String() string
- type DescribeRulesByApiResponseBodyRules
- type DescribeRulesByApiResponseBodyRulesRule
- func (s DescribeRulesByApiResponseBodyRulesRule) GoString() string
- func (s *DescribeRulesByApiResponseBodyRulesRule) SetCreatedTime(v int32) *DescribeRulesByApiResponseBodyRulesRule
- func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleId(v string) *DescribeRulesByApiResponseBodyRulesRule
- func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleName(v string) *DescribeRulesByApiResponseBodyRulesRule
- func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleType(v string) *DescribeRulesByApiResponseBodyRulesRule
- func (s DescribeRulesByApiResponseBodyRulesRule) String() string
- type DescribeSecretKeysRequest
- func (s DescribeSecretKeysRequest) GoString() string
- func (s *DescribeSecretKeysRequest) SetPageNumber(v int32) *DescribeSecretKeysRequest
- func (s *DescribeSecretKeysRequest) SetPageSize(v int32) *DescribeSecretKeysRequest
- func (s *DescribeSecretKeysRequest) SetSecretKeyId(v string) *DescribeSecretKeysRequest
- func (s *DescribeSecretKeysRequest) SetSecretKeyName(v string) *DescribeSecretKeysRequest
- func (s *DescribeSecretKeysRequest) SetSecurityToken(v string) *DescribeSecretKeysRequest
- func (s DescribeSecretKeysRequest) String() string
- type DescribeSecretKeysResponse
- func (s DescribeSecretKeysResponse) GoString() string
- func (s *DescribeSecretKeysResponse) SetBody(v *DescribeSecretKeysResponseBody) *DescribeSecretKeysResponse
- func (s *DescribeSecretKeysResponse) SetHeaders(v map[string]*string) *DescribeSecretKeysResponse
- func (s *DescribeSecretKeysResponse) SetStatusCode(v int32) *DescribeSecretKeysResponse
- func (s DescribeSecretKeysResponse) String() string
- type DescribeSecretKeysResponseBody
- func (s DescribeSecretKeysResponseBody) GoString() string
- func (s *DescribeSecretKeysResponseBody) SetPageNumber(v int32) *DescribeSecretKeysResponseBody
- func (s *DescribeSecretKeysResponseBody) SetPageSize(v int32) *DescribeSecretKeysResponseBody
- func (s *DescribeSecretKeysResponseBody) SetRequestId(v string) *DescribeSecretKeysResponseBody
- func (s *DescribeSecretKeysResponseBody) SetSecretKeys(v *DescribeSecretKeysResponseBodySecretKeys) *DescribeSecretKeysResponseBody
- func (s *DescribeSecretKeysResponseBody) SetTotalCount(v int32) *DescribeSecretKeysResponseBody
- func (s DescribeSecretKeysResponseBody) String() string
- type DescribeSecretKeysResponseBodySecretKeys
- type DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s DescribeSecretKeysResponseBodySecretKeysSecretKey) GoString() string
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetCreatedTime(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetModifiedTime(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetRegionId(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKey(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyId(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyName(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyValue(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
- func (s DescribeSecretKeysResponseBodySecretKeysSecretKey) String() string
- type DescribeSystemParametersRequest
- type DescribeSystemParametersResponse
- func (s DescribeSystemParametersResponse) GoString() string
- func (s *DescribeSystemParametersResponse) SetBody(v *DescribeSystemParametersResponseBody) *DescribeSystemParametersResponse
- func (s *DescribeSystemParametersResponse) SetHeaders(v map[string]*string) *DescribeSystemParametersResponse
- func (s *DescribeSystemParametersResponse) SetStatusCode(v int32) *DescribeSystemParametersResponse
- func (s DescribeSystemParametersResponse) String() string
- type DescribeSystemParametersResponseBody
- func (s DescribeSystemParametersResponseBody) GoString() string
- func (s *DescribeSystemParametersResponseBody) SetRequestId(v string) *DescribeSystemParametersResponseBody
- func (s *DescribeSystemParametersResponseBody) SetSystemParameters(v *DescribeSystemParametersResponseBodySystemParameters) *DescribeSystemParametersResponseBody
- func (s DescribeSystemParametersResponseBody) String() string
- type DescribeSystemParametersResponseBodySystemParameters
- func (s DescribeSystemParametersResponseBodySystemParameters) GoString() string
- func (s *DescribeSystemParametersResponseBodySystemParameters) SetSystemParameter(v []*DescribeSystemParametersResponseBodySystemParametersSystemParameter) *DescribeSystemParametersResponseBodySystemParameters
- func (s DescribeSystemParametersResponseBodySystemParameters) String() string
- type DescribeSystemParametersResponseBodySystemParametersSystemParameter
- func (s DescribeSystemParametersResponseBodySystemParametersSystemParameter) GoString() string
- func (s *DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetDemoValue(v string) *DescribeSystemParametersResponseBodySystemParametersSystemParameter
- func (s *DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetDescription(v string) *DescribeSystemParametersResponseBodySystemParametersSystemParameter
- func (s *DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetParamName(v string) *DescribeSystemParametersResponseBodySystemParametersSystemParameter
- func (s *DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetParamType(v string) *DescribeSystemParametersResponseBodySystemParametersSystemParameter
- func (s DescribeSystemParametersResponseBodySystemParametersSystemParameter) String() string
- type DescribeSystemParamsRequest
- type DescribeSystemParamsResponse
- func (s DescribeSystemParamsResponse) GoString() string
- func (s *DescribeSystemParamsResponse) SetBody(v *DescribeSystemParamsResponseBody) *DescribeSystemParamsResponse
- func (s *DescribeSystemParamsResponse) SetHeaders(v map[string]*string) *DescribeSystemParamsResponse
- func (s *DescribeSystemParamsResponse) SetStatusCode(v int32) *DescribeSystemParamsResponse
- func (s DescribeSystemParamsResponse) String() string
- type DescribeSystemParamsResponseBody
- func (s DescribeSystemParamsResponseBody) GoString() string
- func (s *DescribeSystemParamsResponseBody) SetRequestId(v string) *DescribeSystemParamsResponseBody
- func (s *DescribeSystemParamsResponseBody) SetSystemParams(v *DescribeSystemParamsResponseBodySystemParams) *DescribeSystemParamsResponseBody
- func (s DescribeSystemParamsResponseBody) String() string
- type DescribeSystemParamsResponseBodySystemParams
- func (s DescribeSystemParamsResponseBodySystemParams) GoString() string
- func (s *DescribeSystemParamsResponseBodySystemParams) SetSystemParam(v []*DescribeSystemParamsResponseBodySystemParamsSystemParam) *DescribeSystemParamsResponseBodySystemParams
- func (s DescribeSystemParamsResponseBodySystemParams) String() string
- type DescribeSystemParamsResponseBodySystemParamsSystemParam
- func (s DescribeSystemParamsResponseBodySystemParamsSystemParam) GoString() string
- func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDemoValue(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
- func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDescription(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
- func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamName(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
- func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamType(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
- func (s DescribeSystemParamsResponseBodySystemParamsSystemParam) String() string
- type DescribeTrafficControlsRequest
- func (s DescribeTrafficControlsRequest) GoString() string
- func (s *DescribeTrafficControlsRequest) SetApiUid(v string) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetGroupId(v string) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetPageNumber(v int32) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetPageSize(v int32) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetSecurityToken(v string) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetStageName(v string) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetTrafficControlId(v string) *DescribeTrafficControlsRequest
- func (s *DescribeTrafficControlsRequest) SetTrafficControlName(v string) *DescribeTrafficControlsRequest
- func (s DescribeTrafficControlsRequest) String() string
- type DescribeTrafficControlsResponse
- func (s DescribeTrafficControlsResponse) GoString() string
- func (s *DescribeTrafficControlsResponse) SetBody(v *DescribeTrafficControlsResponseBody) *DescribeTrafficControlsResponse
- func (s *DescribeTrafficControlsResponse) SetHeaders(v map[string]*string) *DescribeTrafficControlsResponse
- func (s *DescribeTrafficControlsResponse) SetStatusCode(v int32) *DescribeTrafficControlsResponse
- func (s DescribeTrafficControlsResponse) String() string
- type DescribeTrafficControlsResponseBody
- func (s DescribeTrafficControlsResponseBody) GoString() string
- func (s *DescribeTrafficControlsResponseBody) SetPageNumber(v int32) *DescribeTrafficControlsResponseBody
- func (s *DescribeTrafficControlsResponseBody) SetPageSize(v int32) *DescribeTrafficControlsResponseBody
- func (s *DescribeTrafficControlsResponseBody) SetRequestId(v string) *DescribeTrafficControlsResponseBody
- func (s *DescribeTrafficControlsResponseBody) SetTotalCount(v int32) *DescribeTrafficControlsResponseBody
- func (s *DescribeTrafficControlsResponseBody) SetTrafficControls(v *DescribeTrafficControlsResponseBodyTrafficControls) *DescribeTrafficControlsResponseBody
- func (s DescribeTrafficControlsResponseBody) String() string
- type DescribeTrafficControlsResponseBodyTrafficControls
- func (s DescribeTrafficControlsResponseBodyTrafficControls) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControls) SetTrafficControl(v []*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) *DescribeTrafficControlsResponseBodyTrafficControls
- func (s DescribeTrafficControlsResponseBodyTrafficControls) String() string
- type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetApiDefault(v int32) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetAppDefault(v int32) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetCreatedTime(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetDescription(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetModifiedTime(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetSpecialPolicies(...) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlId(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlName(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlUnit(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetUserDefault(v int32) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) String() string
- type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies) SetSpecialPolicy(...) ...
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies) String() string
- type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) SetSpecialType(v string) ...
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) SetSpecials(...) ...
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) String() string
- type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) SetSpecial(...) ...
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) String() string
- type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) GoString() string
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) SetSpecialKey(v string) ...
- func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) SetTrafficValue(v int32) ...
- func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) String() string
- type ExportSwaggerRequest
- func (s ExportSwaggerRequest) GoString() string
- func (s *ExportSwaggerRequest) SetApiUid(v string) *ExportSwaggerRequest
- func (s *ExportSwaggerRequest) SetDataFormat(v string) *ExportSwaggerRequest
- func (s *ExportSwaggerRequest) SetSecurityToken(v string) *ExportSwaggerRequest
- func (s ExportSwaggerRequest) String() string
- type ExportSwaggerResponse
- func (s ExportSwaggerResponse) GoString() string
- func (s *ExportSwaggerResponse) SetBody(v *ExportSwaggerResponseBody) *ExportSwaggerResponse
- func (s *ExportSwaggerResponse) SetHeaders(v map[string]*string) *ExportSwaggerResponse
- func (s *ExportSwaggerResponse) SetStatusCode(v int32) *ExportSwaggerResponse
- func (s ExportSwaggerResponse) String() string
- type ExportSwaggerResponseBody
- type GetApiMethodsRequest
- func (s GetApiMethodsRequest) GoString() string
- func (s *GetApiMethodsRequest) SetApiPath(v string) *GetApiMethodsRequest
- func (s *GetApiMethodsRequest) SetGroupId(v string) *GetApiMethodsRequest
- func (s *GetApiMethodsRequest) SetSecurityToken(v string) *GetApiMethodsRequest
- func (s *GetApiMethodsRequest) SetStageName(v string) *GetApiMethodsRequest
- func (s GetApiMethodsRequest) String() string
- type GetApiMethodsResponse
- func (s GetApiMethodsResponse) GoString() string
- func (s *GetApiMethodsResponse) SetBody(v *GetApiMethodsResponseBody) *GetApiMethodsResponse
- func (s *GetApiMethodsResponse) SetHeaders(v map[string]*string) *GetApiMethodsResponse
- func (s *GetApiMethodsResponse) SetStatusCode(v int32) *GetApiMethodsResponse
- func (s GetApiMethodsResponse) String() string
- type GetApiMethodsResponseBody
- type GetCustomizedInfoRequest
- func (s GetCustomizedInfoRequest) GoString() string
- func (s *GetCustomizedInfoRequest) SetApiId(v string) *GetCustomizedInfoRequest
- func (s *GetCustomizedInfoRequest) SetApiName(v string) *GetCustomizedInfoRequest
- func (s *GetCustomizedInfoRequest) SetGroupId(v string) *GetCustomizedInfoRequest
- func (s *GetCustomizedInfoRequest) SetSecurityToken(v string) *GetCustomizedInfoRequest
- func (s *GetCustomizedInfoRequest) SetStageId(v string) *GetCustomizedInfoRequest
- func (s *GetCustomizedInfoRequest) SetStageName(v string) *GetCustomizedInfoRequest
- func (s GetCustomizedInfoRequest) String() string
- type GetCustomizedInfoResponse
- func (s GetCustomizedInfoResponse) GoString() string
- func (s *GetCustomizedInfoResponse) SetBody(v *GetCustomizedInfoResponseBody) *GetCustomizedInfoResponse
- func (s *GetCustomizedInfoResponse) SetHeaders(v map[string]*string) *GetCustomizedInfoResponse
- func (s *GetCustomizedInfoResponse) SetStatusCode(v int32) *GetCustomizedInfoResponse
- func (s GetCustomizedInfoResponse) String() string
- type GetCustomizedInfoResponseBody
- func (s GetCustomizedInfoResponseBody) GoString() string
- func (s *GetCustomizedInfoResponseBody) SetRequestId(v string) *GetCustomizedInfoResponseBody
- func (s *GetCustomizedInfoResponseBody) SetSdkDemos(v *GetCustomizedInfoResponseBodySdkDemos) *GetCustomizedInfoResponseBody
- func (s GetCustomizedInfoResponseBody) String() string
- type GetCustomizedInfoResponseBodySdkDemos
- type GetCustomizedInfoResponseBodySdkDemosSdkDemo
- func (s GetCustomizedInfoResponseBodySdkDemosSdkDemo) GoString() string
- func (s *GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetCallDemo(v string) *GetCustomizedInfoResponseBodySdkDemosSdkDemo
- func (s *GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetIdeKey(v string) *GetCustomizedInfoResponseBodySdkDemosSdkDemo
- func (s GetCustomizedInfoResponseBodySdkDemosSdkDemo) String() string
- type ImportSwaggerRequest
- func (s ImportSwaggerRequest) GoString() string
- func (s *ImportSwaggerRequest) SetData(v string) *ImportSwaggerRequest
- func (s *ImportSwaggerRequest) SetDataFormat(v string) *ImportSwaggerRequest
- func (s *ImportSwaggerRequest) SetDryRun(v bool) *ImportSwaggerRequest
- func (s *ImportSwaggerRequest) SetGroupId(v string) *ImportSwaggerRequest
- func (s *ImportSwaggerRequest) SetOverwrite(v bool) *ImportSwaggerRequest
- func (s ImportSwaggerRequest) String() string
- type ImportSwaggerResponse
- func (s ImportSwaggerResponse) GoString() string
- func (s *ImportSwaggerResponse) SetBody(v *ImportSwaggerResponseBody) *ImportSwaggerResponse
- func (s *ImportSwaggerResponse) SetHeaders(v map[string]*string) *ImportSwaggerResponse
- func (s *ImportSwaggerResponse) SetStatusCode(v int32) *ImportSwaggerResponse
- func (s ImportSwaggerResponse) String() string
- type ImportSwaggerResponseBody
- func (s ImportSwaggerResponseBody) GoString() string
- func (s *ImportSwaggerResponseBody) SetFailed(v *ImportSwaggerResponseBodyFailed) *ImportSwaggerResponseBody
- func (s *ImportSwaggerResponseBody) SetModelFailed(v *ImportSwaggerResponseBodyModelFailed) *ImportSwaggerResponseBody
- func (s *ImportSwaggerResponseBody) SetModelSuccess(v *ImportSwaggerResponseBodyModelSuccess) *ImportSwaggerResponseBody
- func (s *ImportSwaggerResponseBody) SetRequestId(v string) *ImportSwaggerResponseBody
- func (s *ImportSwaggerResponseBody) SetSuccess(v *ImportSwaggerResponseBodySuccess) *ImportSwaggerResponseBody
- func (s ImportSwaggerResponseBody) String() string
- type ImportSwaggerResponseBodyFailed
- type ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
- func (s ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) GoString() string
- func (s *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetErrorMsg(v string) *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
- func (s *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetHttpMethod(v string) *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
- func (s *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetPath(v string) *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
- func (s ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) String() string
- type ImportSwaggerResponseBodyModelFailed
- type ImportSwaggerResponseBodyModelFailedApiImportModelFailed
- func (s ImportSwaggerResponseBodyModelFailedApiImportModelFailed) GoString() string
- func (s *ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetErrorMsg(v string) *ImportSwaggerResponseBodyModelFailedApiImportModelFailed
- func (s *ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetGroupId(v string) *ImportSwaggerResponseBodyModelFailedApiImportModelFailed
- func (s *ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetModelName(v string) *ImportSwaggerResponseBodyModelFailedApiImportModelFailed
- func (s ImportSwaggerResponseBodyModelFailedApiImportModelFailed) String() string
- type ImportSwaggerResponseBodyModelSuccess
- func (s ImportSwaggerResponseBodyModelSuccess) GoString() string
- func (s *ImportSwaggerResponseBodyModelSuccess) SetApiImportModelSuccess(v []*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) *ImportSwaggerResponseBodyModelSuccess
- func (s ImportSwaggerResponseBodyModelSuccess) String() string
- type ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
- func (s ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) GoString() string
- func (s *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetGroupId(v string) *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
- func (s *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelName(v string) *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
- func (s *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelOperation(v string) *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
- func (s *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelUid(v string) *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
- func (s ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) String() string
- type ImportSwaggerResponseBodySuccess
- type ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
- func (s ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) GoString() string
- func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetApiOperation(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
- func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetApiUid(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
- func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetHttpMethod(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
- func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetPath(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
- func (s ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) String() string
- type ModifyApiGroupRequest
- func (s ModifyApiGroupRequest) GoString() string
- func (s *ModifyApiGroupRequest) SetCompatibleFlags(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetCustomTraceConfig(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetDefaultDomain(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetDescription(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetGroupId(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetGroupName(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetPassthroughHeaders(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetRpcPattern(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetSecurityToken(v string) *ModifyApiGroupRequest
- func (s *ModifyApiGroupRequest) SetUserLogConfig(v string) *ModifyApiGroupRequest
- func (s ModifyApiGroupRequest) String() string
- type ModifyApiGroupResponse
- func (s ModifyApiGroupResponse) GoString() string
- func (s *ModifyApiGroupResponse) SetBody(v *ModifyApiGroupResponseBody) *ModifyApiGroupResponse
- func (s *ModifyApiGroupResponse) SetHeaders(v map[string]*string) *ModifyApiGroupResponse
- func (s *ModifyApiGroupResponse) SetStatusCode(v int32) *ModifyApiGroupResponse
- func (s ModifyApiGroupResponse) String() string
- type ModifyApiGroupResponseBody
- func (s ModifyApiGroupResponseBody) GoString() string
- func (s *ModifyApiGroupResponseBody) SetDescription(v string) *ModifyApiGroupResponseBody
- func (s *ModifyApiGroupResponseBody) SetGroupId(v string) *ModifyApiGroupResponseBody
- func (s *ModifyApiGroupResponseBody) SetGroupName(v string) *ModifyApiGroupResponseBody
- func (s *ModifyApiGroupResponseBody) SetRequestId(v string) *ModifyApiGroupResponseBody
- func (s *ModifyApiGroupResponseBody) SetSubDomain(v string) *ModifyApiGroupResponseBody
- func (s ModifyApiGroupResponseBody) String() string
- type ModifyApiRequest
- func (s ModifyApiRequest) GoString() string
- func (s *ModifyApiRequest) SetAllowSignatureMethod(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetApiId(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetApiName(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetAppCodeAuthType(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetAuthType(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetDescription(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetDisableInternet(v bool) *ModifyApiRequest
- func (s *ModifyApiRequest) SetErrorCodeSamples(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetFailResultSample(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetForceNonceCheck(v bool) *ModifyApiRequest
- func (s *ModifyApiRequest) SetGroupId(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetOpenIdConnectConfig(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetRequestConfig(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetRequestParamters(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetResultBodyModel(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetResultDescriptions(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetResultSample(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetResultType(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetSecurityToken(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetServiceConfig(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetServiceParameters(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetServiceParametersMap(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetVisibility(v string) *ModifyApiRequest
- func (s *ModifyApiRequest) SetWebSocketApiType(v string) *ModifyApiRequest
- func (s ModifyApiRequest) String() string
- type ModifyApiResponse
- func (s ModifyApiResponse) GoString() string
- func (s *ModifyApiResponse) SetBody(v *ModifyApiResponseBody) *ModifyApiResponse
- func (s *ModifyApiResponse) SetHeaders(v map[string]*string) *ModifyApiResponse
- func (s *ModifyApiResponse) SetStatusCode(v int32) *ModifyApiResponse
- func (s ModifyApiResponse) String() string
- type ModifyApiResponseBody
- type ModifyAppRequest
- func (s ModifyAppRequest) GoString() string
- func (s *ModifyAppRequest) SetAppId(v int64) *ModifyAppRequest
- func (s *ModifyAppRequest) SetAppName(v string) *ModifyAppRequest
- func (s *ModifyAppRequest) SetDescription(v string) *ModifyAppRequest
- func (s *ModifyAppRequest) SetSecurityToken(v string) *ModifyAppRequest
- func (s ModifyAppRequest) String() string
- type ModifyAppResponse
- func (s ModifyAppResponse) GoString() string
- func (s *ModifyAppResponse) SetBody(v *ModifyAppResponseBody) *ModifyAppResponse
- func (s *ModifyAppResponse) SetHeaders(v map[string]*string) *ModifyAppResponse
- func (s *ModifyAppResponse) SetStatusCode(v int32) *ModifyAppResponse
- func (s ModifyAppResponse) String() string
- type ModifyAppResponseBody
- type ModifyInstanceAttributeRequest
- func (s ModifyInstanceAttributeRequest) GoString() string
- func (s *ModifyInstanceAttributeRequest) SetHttpsPolicy(v string) *ModifyInstanceAttributeRequest
- func (s *ModifyInstanceAttributeRequest) SetInstanceId(v string) *ModifyInstanceAttributeRequest
- func (s *ModifyInstanceAttributeRequest) SetInstanceName(v string) *ModifyInstanceAttributeRequest
- func (s *ModifyInstanceAttributeRequest) SetToken(v string) *ModifyInstanceAttributeRequest
- func (s ModifyInstanceAttributeRequest) String() string
- type ModifyInstanceAttributeResponse
- func (s ModifyInstanceAttributeResponse) GoString() string
- func (s *ModifyInstanceAttributeResponse) SetBody(v *ModifyInstanceAttributeResponseBody) *ModifyInstanceAttributeResponse
- func (s *ModifyInstanceAttributeResponse) SetHeaders(v map[string]*string) *ModifyInstanceAttributeResponse
- func (s *ModifyInstanceAttributeResponse) SetStatusCode(v int32) *ModifyInstanceAttributeResponse
- func (s ModifyInstanceAttributeResponse) String() string
- type ModifyInstanceAttributeResponseBody
- type ModifyInstanceVpcAttributeRequest
- func (s ModifyInstanceVpcAttributeRequest) GoString() string
- func (s *ModifyInstanceVpcAttributeRequest) SetInstanceId(v string) *ModifyInstanceVpcAttributeRequest
- func (s *ModifyInstanceVpcAttributeRequest) SetToken(v string) *ModifyInstanceVpcAttributeRequest
- func (s *ModifyInstanceVpcAttributeRequest) SetVpcId(v string) *ModifyInstanceVpcAttributeRequest
- func (s ModifyInstanceVpcAttributeRequest) String() string
- type ModifyInstanceVpcAttributeResponse
- func (s ModifyInstanceVpcAttributeResponse) GoString() string
- func (s *ModifyInstanceVpcAttributeResponse) SetBody(v *ModifyInstanceVpcAttributeResponseBody) *ModifyInstanceVpcAttributeResponse
- func (s *ModifyInstanceVpcAttributeResponse) SetHeaders(v map[string]*string) *ModifyInstanceVpcAttributeResponse
- func (s *ModifyInstanceVpcAttributeResponse) SetStatusCode(v int32) *ModifyInstanceVpcAttributeResponse
- func (s ModifyInstanceVpcAttributeResponse) String() string
- type ModifyInstanceVpcAttributeResponseBody
- type ModifyIpControlPolicyItemRequest
- func (s ModifyIpControlPolicyItemRequest) GoString() string
- func (s *ModifyIpControlPolicyItemRequest) SetAppId(v string) *ModifyIpControlPolicyItemRequest
- func (s *ModifyIpControlPolicyItemRequest) SetCidrIp(v string) *ModifyIpControlPolicyItemRequest
- func (s *ModifyIpControlPolicyItemRequest) SetIpControlId(v string) *ModifyIpControlPolicyItemRequest
- func (s *ModifyIpControlPolicyItemRequest) SetPolicyItemId(v string) *ModifyIpControlPolicyItemRequest
- func (s *ModifyIpControlPolicyItemRequest) SetSecurityToken(v string) *ModifyIpControlPolicyItemRequest
- func (s ModifyIpControlPolicyItemRequest) String() string
- type ModifyIpControlPolicyItemResponse
- func (s ModifyIpControlPolicyItemResponse) GoString() string
- func (s *ModifyIpControlPolicyItemResponse) SetBody(v *ModifyIpControlPolicyItemResponseBody) *ModifyIpControlPolicyItemResponse
- func (s *ModifyIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *ModifyIpControlPolicyItemResponse
- func (s *ModifyIpControlPolicyItemResponse) SetStatusCode(v int32) *ModifyIpControlPolicyItemResponse
- func (s ModifyIpControlPolicyItemResponse) String() string
- type ModifyIpControlPolicyItemResponseBody
- type ModifyIpControlRequest
- func (s ModifyIpControlRequest) GoString() string
- func (s *ModifyIpControlRequest) SetDescription(v string) *ModifyIpControlRequest
- func (s *ModifyIpControlRequest) SetIpControlId(v string) *ModifyIpControlRequest
- func (s *ModifyIpControlRequest) SetIpControlName(v string) *ModifyIpControlRequest
- func (s *ModifyIpControlRequest) SetSecurityToken(v string) *ModifyIpControlRequest
- func (s ModifyIpControlRequest) String() string
- type ModifyIpControlResponse
- func (s ModifyIpControlResponse) GoString() string
- func (s *ModifyIpControlResponse) SetBody(v *ModifyIpControlResponseBody) *ModifyIpControlResponse
- func (s *ModifyIpControlResponse) SetHeaders(v map[string]*string) *ModifyIpControlResponse
- func (s *ModifyIpControlResponse) SetStatusCode(v int32) *ModifyIpControlResponse
- func (s ModifyIpControlResponse) String() string
- type ModifyIpControlResponseBody
- type ModifyLogConfigRequest
- func (s ModifyLogConfigRequest) GoString() string
- func (s *ModifyLogConfigRequest) SetLogType(v string) *ModifyLogConfigRequest
- func (s *ModifyLogConfigRequest) SetSecurityToken(v string) *ModifyLogConfigRequest
- func (s *ModifyLogConfigRequest) SetSlsLogStore(v string) *ModifyLogConfigRequest
- func (s *ModifyLogConfigRequest) SetSlsProject(v string) *ModifyLogConfigRequest
- func (s ModifyLogConfigRequest) String() string
- type ModifyLogConfigResponse
- func (s ModifyLogConfigResponse) GoString() string
- func (s *ModifyLogConfigResponse) SetBody(v *ModifyLogConfigResponseBody) *ModifyLogConfigResponse
- func (s *ModifyLogConfigResponse) SetHeaders(v map[string]*string) *ModifyLogConfigResponse
- func (s *ModifyLogConfigResponse) SetStatusCode(v int32) *ModifyLogConfigResponse
- func (s ModifyLogConfigResponse) String() string
- type ModifyLogConfigResponseBody
- type ModifySecretKeyRequest
- func (s ModifySecretKeyRequest) GoString() string
- func (s *ModifySecretKeyRequest) SetSecretKey(v string) *ModifySecretKeyRequest
- func (s *ModifySecretKeyRequest) SetSecretKeyId(v string) *ModifySecretKeyRequest
- func (s *ModifySecretKeyRequest) SetSecretKeyName(v string) *ModifySecretKeyRequest
- func (s *ModifySecretKeyRequest) SetSecretValue(v string) *ModifySecretKeyRequest
- func (s *ModifySecretKeyRequest) SetSecurityToken(v string) *ModifySecretKeyRequest
- func (s ModifySecretKeyRequest) String() string
- type ModifySecretKeyResponse
- func (s ModifySecretKeyResponse) GoString() string
- func (s *ModifySecretKeyResponse) SetBody(v *ModifySecretKeyResponseBody) *ModifySecretKeyResponse
- func (s *ModifySecretKeyResponse) SetHeaders(v map[string]*string) *ModifySecretKeyResponse
- func (s *ModifySecretKeyResponse) SetStatusCode(v int32) *ModifySecretKeyResponse
- func (s ModifySecretKeyResponse) String() string
- type ModifySecretKeyResponseBody
- func (s ModifySecretKeyResponseBody) GoString() string
- func (s *ModifySecretKeyResponseBody) SetRequestId(v string) *ModifySecretKeyResponseBody
- func (s *ModifySecretKeyResponseBody) SetSecretKeyId(v string) *ModifySecretKeyResponseBody
- func (s *ModifySecretKeyResponseBody) SetSecretKeyName(v string) *ModifySecretKeyResponseBody
- func (s ModifySecretKeyResponseBody) String() string
- type ModifyTrafficControlRequest
- func (s ModifyTrafficControlRequest) GoString() string
- func (s *ModifyTrafficControlRequest) SetApiDefault(v int32) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetAppDefault(v int32) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetDescription(v string) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetSecurityToken(v string) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetTrafficControlId(v string) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetTrafficControlName(v string) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetTrafficControlUnit(v string) *ModifyTrafficControlRequest
- func (s *ModifyTrafficControlRequest) SetUserDefault(v int32) *ModifyTrafficControlRequest
- func (s ModifyTrafficControlRequest) String() string
- type ModifyTrafficControlResponse
- func (s ModifyTrafficControlResponse) GoString() string
- func (s *ModifyTrafficControlResponse) SetBody(v *ModifyTrafficControlResponseBody) *ModifyTrafficControlResponse
- func (s *ModifyTrafficControlResponse) SetHeaders(v map[string]*string) *ModifyTrafficControlResponse
- func (s *ModifyTrafficControlResponse) SetStatusCode(v int32) *ModifyTrafficControlResponse
- func (s ModifyTrafficControlResponse) String() string
- type ModifyTrafficControlResponseBody
- type ReactivateDomainRequest
- func (s ReactivateDomainRequest) GoString() string
- func (s *ReactivateDomainRequest) SetDomainName(v string) *ReactivateDomainRequest
- func (s *ReactivateDomainRequest) SetGroupId(v string) *ReactivateDomainRequest
- func (s *ReactivateDomainRequest) SetSecurityToken(v string) *ReactivateDomainRequest
- func (s ReactivateDomainRequest) String() string
- type ReactivateDomainResponse
- func (s ReactivateDomainResponse) GoString() string
- func (s *ReactivateDomainResponse) SetBody(v *ReactivateDomainResponseBody) *ReactivateDomainResponse
- func (s *ReactivateDomainResponse) SetHeaders(v map[string]*string) *ReactivateDomainResponse
- func (s *ReactivateDomainResponse) SetStatusCode(v int32) *ReactivateDomainResponse
- func (s ReactivateDomainResponse) String() string
- type ReactivateDomainResponseBody
- type RecoverApiFromHistoricalRequest
- func (s RecoverApiFromHistoricalRequest) GoString() string
- func (s *RecoverApiFromHistoricalRequest) SetApiId(v string) *RecoverApiFromHistoricalRequest
- func (s *RecoverApiFromHistoricalRequest) SetGroupId(v string) *RecoverApiFromHistoricalRequest
- func (s *RecoverApiFromHistoricalRequest) SetHistoryVersion(v string) *RecoverApiFromHistoricalRequest
- func (s *RecoverApiFromHistoricalRequest) SetSecurityToken(v string) *RecoverApiFromHistoricalRequest
- func (s *RecoverApiFromHistoricalRequest) SetStageName(v string) *RecoverApiFromHistoricalRequest
- func (s RecoverApiFromHistoricalRequest) String() string
- type RecoverApiFromHistoricalResponse
- func (s RecoverApiFromHistoricalResponse) GoString() string
- func (s *RecoverApiFromHistoricalResponse) SetBody(v *RecoverApiFromHistoricalResponseBody) *RecoverApiFromHistoricalResponse
- func (s *RecoverApiFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoverApiFromHistoricalResponse
- func (s *RecoverApiFromHistoricalResponse) SetStatusCode(v int32) *RecoverApiFromHistoricalResponse
- func (s RecoverApiFromHistoricalResponse) String() string
- type RecoverApiFromHistoricalResponseBody
- type RecoveryApiDefineFromHistoricalRequest
- func (s RecoveryApiDefineFromHistoricalRequest) GoString() string
- func (s *RecoveryApiDefineFromHistoricalRequest) SetApiId(v string) *RecoveryApiDefineFromHistoricalRequest
- func (s *RecoveryApiDefineFromHistoricalRequest) SetGroupId(v string) *RecoveryApiDefineFromHistoricalRequest
- func (s *RecoveryApiDefineFromHistoricalRequest) SetHistoryVersion(v string) *RecoveryApiDefineFromHistoricalRequest
- func (s *RecoveryApiDefineFromHistoricalRequest) SetSecurityToken(v string) *RecoveryApiDefineFromHistoricalRequest
- func (s *RecoveryApiDefineFromHistoricalRequest) SetStageName(v string) *RecoveryApiDefineFromHistoricalRequest
- func (s RecoveryApiDefineFromHistoricalRequest) String() string
- type RecoveryApiDefineFromHistoricalResponse
- func (s RecoveryApiDefineFromHistoricalResponse) GoString() string
- func (s *RecoveryApiDefineFromHistoricalResponse) SetBody(v *RecoveryApiDefineFromHistoricalResponseBody) *RecoveryApiDefineFromHistoricalResponse
- func (s *RecoveryApiDefineFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoveryApiDefineFromHistoricalResponse
- func (s *RecoveryApiDefineFromHistoricalResponse) SetStatusCode(v int32) *RecoveryApiDefineFromHistoricalResponse
- func (s RecoveryApiDefineFromHistoricalResponse) String() string
- type RecoveryApiDefineFromHistoricalResponseBody
- type RecoveryApiFromHistoricalRequest
- func (s RecoveryApiFromHistoricalRequest) GoString() string
- func (s *RecoveryApiFromHistoricalRequest) SetApiId(v string) *RecoveryApiFromHistoricalRequest
- func (s *RecoveryApiFromHistoricalRequest) SetGroupId(v string) *RecoveryApiFromHistoricalRequest
- func (s *RecoveryApiFromHistoricalRequest) SetHistoryVersion(v string) *RecoveryApiFromHistoricalRequest
- func (s *RecoveryApiFromHistoricalRequest) SetSecurityToken(v string) *RecoveryApiFromHistoricalRequest
- func (s *RecoveryApiFromHistoricalRequest) SetStageName(v string) *RecoveryApiFromHistoricalRequest
- func (s RecoveryApiFromHistoricalRequest) String() string
- type RecoveryApiFromHistoricalResponse
- func (s RecoveryApiFromHistoricalResponse) GoString() string
- func (s *RecoveryApiFromHistoricalResponse) SetBody(v *RecoveryApiFromHistoricalResponseBody) *RecoveryApiFromHistoricalResponse
- func (s *RecoveryApiFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoveryApiFromHistoricalResponse
- func (s *RecoveryApiFromHistoricalResponse) SetStatusCode(v int32) *RecoveryApiFromHistoricalResponse
- func (s RecoveryApiFromHistoricalResponse) String() string
- type RecoveryApiFromHistoricalResponseBody
- type RefreshDomainRequest
- func (s RefreshDomainRequest) GoString() string
- func (s *RefreshDomainRequest) SetDomainName(v string) *RefreshDomainRequest
- func (s *RefreshDomainRequest) SetGroupId(v string) *RefreshDomainRequest
- func (s *RefreshDomainRequest) SetSecurityToken(v string) *RefreshDomainRequest
- func (s RefreshDomainRequest) String() string
- type RefreshDomainResponse
- func (s RefreshDomainResponse) GoString() string
- func (s *RefreshDomainResponse) SetBody(v *RefreshDomainResponseBody) *RefreshDomainResponse
- func (s *RefreshDomainResponse) SetHeaders(v map[string]*string) *RefreshDomainResponse
- func (s *RefreshDomainResponse) SetStatusCode(v int32) *RefreshDomainResponse
- func (s RefreshDomainResponse) String() string
- type RefreshDomainResponseBody
- func (s RefreshDomainResponseBody) GoString() string
- func (s *RefreshDomainResponseBody) SetCertificateId(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetCertificateName(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetDomainName(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetDomainNameResolution(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetDomainStatus(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetGroupId(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetRequestId(v string) *RefreshDomainResponseBody
- func (s *RefreshDomainResponseBody) SetSubDomain(v string) *RefreshDomainResponseBody
- func (s RefreshDomainResponseBody) String() string
- type RemoveAccessPermissionByApisRequest
- func (s RemoveAccessPermissionByApisRequest) GoString() string
- func (s *RemoveAccessPermissionByApisRequest) SetApiIds(v string) *RemoveAccessPermissionByApisRequest
- func (s *RemoveAccessPermissionByApisRequest) SetAppId(v int64) *RemoveAccessPermissionByApisRequest
- func (s *RemoveAccessPermissionByApisRequest) SetDescription(v string) *RemoveAccessPermissionByApisRequest
- func (s *RemoveAccessPermissionByApisRequest) SetGroupId(v string) *RemoveAccessPermissionByApisRequest
- func (s *RemoveAccessPermissionByApisRequest) SetSecurityToken(v string) *RemoveAccessPermissionByApisRequest
- func (s *RemoveAccessPermissionByApisRequest) SetStageName(v string) *RemoveAccessPermissionByApisRequest
- func (s RemoveAccessPermissionByApisRequest) String() string
- type RemoveAccessPermissionByApisResponse
- func (s RemoveAccessPermissionByApisResponse) GoString() string
- func (s *RemoveAccessPermissionByApisResponse) SetBody(v *RemoveAccessPermissionByApisResponseBody) *RemoveAccessPermissionByApisResponse
- func (s *RemoveAccessPermissionByApisResponse) SetHeaders(v map[string]*string) *RemoveAccessPermissionByApisResponse
- func (s *RemoveAccessPermissionByApisResponse) SetStatusCode(v int32) *RemoveAccessPermissionByApisResponse
- func (s RemoveAccessPermissionByApisResponse) String() string
- type RemoveAccessPermissionByApisResponseBody
- type RemoveAccessPermissionByAppsRequest
- func (s RemoveAccessPermissionByAppsRequest) GoString() string
- func (s *RemoveAccessPermissionByAppsRequest) SetApiId(v string) *RemoveAccessPermissionByAppsRequest
- func (s *RemoveAccessPermissionByAppsRequest) SetAppIds(v string) *RemoveAccessPermissionByAppsRequest
- func (s *RemoveAccessPermissionByAppsRequest) SetGroupId(v string) *RemoveAccessPermissionByAppsRequest
- func (s *RemoveAccessPermissionByAppsRequest) SetSecurityToken(v string) *RemoveAccessPermissionByAppsRequest
- func (s *RemoveAccessPermissionByAppsRequest) SetStageName(v string) *RemoveAccessPermissionByAppsRequest
- func (s RemoveAccessPermissionByAppsRequest) String() string
- type RemoveAccessPermissionByAppsResponse
- func (s RemoveAccessPermissionByAppsResponse) GoString() string
- func (s *RemoveAccessPermissionByAppsResponse) SetBody(v *RemoveAccessPermissionByAppsResponseBody) *RemoveAccessPermissionByAppsResponse
- func (s *RemoveAccessPermissionByAppsResponse) SetHeaders(v map[string]*string) *RemoveAccessPermissionByAppsResponse
- func (s *RemoveAccessPermissionByAppsResponse) SetStatusCode(v int32) *RemoveAccessPermissionByAppsResponse
- func (s RemoveAccessPermissionByAppsResponse) String() string
- type RemoveAccessPermissionByAppsResponseBody
- type RemoveAllBlackListRequest
- type RemoveAllBlackListResponse
- func (s RemoveAllBlackListResponse) GoString() string
- func (s *RemoveAllBlackListResponse) SetBody(v *RemoveAllBlackListResponseBody) *RemoveAllBlackListResponse
- func (s *RemoveAllBlackListResponse) SetHeaders(v map[string]*string) *RemoveAllBlackListResponse
- func (s *RemoveAllBlackListResponse) SetStatusCode(v int32) *RemoveAllBlackListResponse
- func (s RemoveAllBlackListResponse) String() string
- type RemoveAllBlackListResponseBody
- type RemoveApiRuleRequest
- func (s RemoveApiRuleRequest) GoString() string
- func (s *RemoveApiRuleRequest) SetApiIds(v string) *RemoveApiRuleRequest
- func (s *RemoveApiRuleRequest) SetGroupId(v string) *RemoveApiRuleRequest
- func (s *RemoveApiRuleRequest) SetRuleId(v string) *RemoveApiRuleRequest
- func (s *RemoveApiRuleRequest) SetRuleType(v string) *RemoveApiRuleRequest
- func (s *RemoveApiRuleRequest) SetSecurityToken(v string) *RemoveApiRuleRequest
- func (s *RemoveApiRuleRequest) SetStageName(v string) *RemoveApiRuleRequest
- func (s RemoveApiRuleRequest) String() string
- type RemoveApiRuleResponse
- func (s RemoveApiRuleResponse) GoString() string
- func (s *RemoveApiRuleResponse) SetBody(v *RemoveApiRuleResponseBody) *RemoveApiRuleResponse
- func (s *RemoveApiRuleResponse) SetHeaders(v map[string]*string) *RemoveApiRuleResponse
- func (s *RemoveApiRuleResponse) SetStatusCode(v int32) *RemoveApiRuleResponse
- func (s RemoveApiRuleResponse) String() string
- type RemoveApiRuleResponseBody
- type RemoveBlackListRequest
- func (s RemoveBlackListRequest) GoString() string
- func (s *RemoveBlackListRequest) SetBlackContent(v string) *RemoveBlackListRequest
- func (s *RemoveBlackListRequest) SetBlackType(v string) *RemoveBlackListRequest
- func (s *RemoveBlackListRequest) SetSecurityToken(v string) *RemoveBlackListRequest
- func (s RemoveBlackListRequest) String() string
- type RemoveBlackListResponse
- func (s RemoveBlackListResponse) GoString() string
- func (s *RemoveBlackListResponse) SetBody(v *RemoveBlackListResponseBody) *RemoveBlackListResponse
- func (s *RemoveBlackListResponse) SetHeaders(v map[string]*string) *RemoveBlackListResponse
- func (s *RemoveBlackListResponse) SetStatusCode(v int32) *RemoveBlackListResponse
- func (s RemoveBlackListResponse) String() string
- type RemoveBlackListResponseBody
- type RemoveIpControlApisRequest
- func (s RemoveIpControlApisRequest) GoString() string
- func (s *RemoveIpControlApisRequest) SetApiIds(v string) *RemoveIpControlApisRequest
- func (s *RemoveIpControlApisRequest) SetGroupId(v string) *RemoveIpControlApisRequest
- func (s *RemoveIpControlApisRequest) SetIpControlId(v string) *RemoveIpControlApisRequest
- func (s *RemoveIpControlApisRequest) SetSecurityToken(v string) *RemoveIpControlApisRequest
- func (s *RemoveIpControlApisRequest) SetStageName(v string) *RemoveIpControlApisRequest
- func (s RemoveIpControlApisRequest) String() string
- type RemoveIpControlApisResponse
- func (s RemoveIpControlApisResponse) GoString() string
- func (s *RemoveIpControlApisResponse) SetBody(v *RemoveIpControlApisResponseBody) *RemoveIpControlApisResponse
- func (s *RemoveIpControlApisResponse) SetHeaders(v map[string]*string) *RemoveIpControlApisResponse
- func (s *RemoveIpControlApisResponse) SetStatusCode(v int32) *RemoveIpControlApisResponse
- func (s RemoveIpControlApisResponse) String() string
- type RemoveIpControlApisResponseBody
- type RemoveIpControlPolicyItemRequest
- func (s RemoveIpControlPolicyItemRequest) GoString() string
- func (s *RemoveIpControlPolicyItemRequest) SetIpControlId(v string) *RemoveIpControlPolicyItemRequest
- func (s *RemoveIpControlPolicyItemRequest) SetPolicyItemIds(v string) *RemoveIpControlPolicyItemRequest
- func (s *RemoveIpControlPolicyItemRequest) SetSecurityToken(v string) *RemoveIpControlPolicyItemRequest
- func (s RemoveIpControlPolicyItemRequest) String() string
- type RemoveIpControlPolicyItemResponse
- func (s RemoveIpControlPolicyItemResponse) GoString() string
- func (s *RemoveIpControlPolicyItemResponse) SetBody(v *RemoveIpControlPolicyItemResponseBody) *RemoveIpControlPolicyItemResponse
- func (s *RemoveIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *RemoveIpControlPolicyItemResponse
- func (s *RemoveIpControlPolicyItemResponse) SetStatusCode(v int32) *RemoveIpControlPolicyItemResponse
- func (s RemoveIpControlPolicyItemResponse) String() string
- type RemoveIpControlPolicyItemResponseBody
- type ResetAppKeySecretRequest
- type ResetAppKeySecretResponse
- func (s ResetAppKeySecretResponse) GoString() string
- func (s *ResetAppKeySecretResponse) SetBody(v *ResetAppKeySecretResponseBody) *ResetAppKeySecretResponse
- func (s *ResetAppKeySecretResponse) SetHeaders(v map[string]*string) *ResetAppKeySecretResponse
- func (s *ResetAppKeySecretResponse) SetStatusCode(v int32) *ResetAppKeySecretResponse
- func (s ResetAppKeySecretResponse) String() string
- type ResetAppKeySecretResponseBody
- type ResetCustomizedRequest
- func (s ResetCustomizedRequest) GoString() string
- func (s *ResetCustomizedRequest) SetApiId(v string) *ResetCustomizedRequest
- func (s *ResetCustomizedRequest) SetApiName(v string) *ResetCustomizedRequest
- func (s *ResetCustomizedRequest) SetGroupId(v string) *ResetCustomizedRequest
- func (s *ResetCustomizedRequest) SetSecurityToken(v string) *ResetCustomizedRequest
- func (s *ResetCustomizedRequest) SetStageId(v string) *ResetCustomizedRequest
- func (s *ResetCustomizedRequest) SetStageName(v string) *ResetCustomizedRequest
- func (s ResetCustomizedRequest) String() string
- type ResetCustomizedResponse
- func (s ResetCustomizedResponse) GoString() string
- func (s *ResetCustomizedResponse) SetBody(v *ResetCustomizedResponseBody) *ResetCustomizedResponse
- func (s *ResetCustomizedResponse) SetHeaders(v map[string]*string) *ResetCustomizedResponse
- func (s *ResetCustomizedResponse) SetStatusCode(v int32) *ResetCustomizedResponse
- func (s ResetCustomizedResponse) String() string
- type ResetCustomizedResponseBody
- func (s ResetCustomizedResponseBody) GoString() string
- func (s *ResetCustomizedResponseBody) SetRequestId(v string) *ResetCustomizedResponseBody
- func (s *ResetCustomizedResponseBody) SetSdkDemos(v *ResetCustomizedResponseBodySdkDemos) *ResetCustomizedResponseBody
- func (s ResetCustomizedResponseBody) String() string
- type ResetCustomizedResponseBodySdkDemos
- type ResetCustomizedResponseBodySdkDemosSdkDemo
- func (s ResetCustomizedResponseBodySdkDemosSdkDemo) GoString() string
- func (s *ResetCustomizedResponseBodySdkDemosSdkDemo) SetCallDemo(v string) *ResetCustomizedResponseBodySdkDemosSdkDemo
- func (s *ResetCustomizedResponseBodySdkDemosSdkDemo) SetIdeKey(v string) *ResetCustomizedResponseBodySdkDemosSdkDemo
- func (s ResetCustomizedResponseBodySdkDemosSdkDemo) String() string
- type SdkGenerateByAppRequest
- func (s SdkGenerateByAppRequest) GoString() string
- func (s *SdkGenerateByAppRequest) SetAppId(v int64) *SdkGenerateByAppRequest
- func (s *SdkGenerateByAppRequest) SetLanguage(v string) *SdkGenerateByAppRequest
- func (s *SdkGenerateByAppRequest) SetSecurityToken(v string) *SdkGenerateByAppRequest
- func (s SdkGenerateByAppRequest) String() string
- type SdkGenerateByAppResponse
- func (s SdkGenerateByAppResponse) GoString() string
- func (s *SdkGenerateByAppResponse) SetBody(v *SdkGenerateByAppResponseBody) *SdkGenerateByAppResponse
- func (s *SdkGenerateByAppResponse) SetHeaders(v map[string]*string) *SdkGenerateByAppResponse
- func (s *SdkGenerateByAppResponse) SetStatusCode(v int32) *SdkGenerateByAppResponse
- func (s SdkGenerateByAppResponse) String() string
- type SdkGenerateByAppResponseBody
- type SdkGenerateByGroupRequest
- func (s SdkGenerateByGroupRequest) GoString() string
- func (s *SdkGenerateByGroupRequest) SetGroupId(v string) *SdkGenerateByGroupRequest
- func (s *SdkGenerateByGroupRequest) SetLanguage(v string) *SdkGenerateByGroupRequest
- func (s *SdkGenerateByGroupRequest) SetSecurityToken(v string) *SdkGenerateByGroupRequest
- func (s SdkGenerateByGroupRequest) String() string
- type SdkGenerateByGroupResponse
- func (s SdkGenerateByGroupResponse) GoString() string
- func (s *SdkGenerateByGroupResponse) SetBody(v *SdkGenerateByGroupResponseBody) *SdkGenerateByGroupResponse
- func (s *SdkGenerateByGroupResponse) SetHeaders(v map[string]*string) *SdkGenerateByGroupResponse
- func (s *SdkGenerateByGroupResponse) SetStatusCode(v int32) *SdkGenerateByGroupResponse
- func (s SdkGenerateByGroupResponse) String() string
- type SdkGenerateByGroupResponseBody
- func (s SdkGenerateByGroupResponseBody) GoString() string
- func (s *SdkGenerateByGroupResponseBody) SetDownloadLink(v string) *SdkGenerateByGroupResponseBody
- func (s *SdkGenerateByGroupResponseBody) SetRequestId(v string) *SdkGenerateByGroupResponseBody
- func (s SdkGenerateByGroupResponseBody) String() string
- type SdkGenerateRequest
- func (s SdkGenerateRequest) GoString() string
- func (s *SdkGenerateRequest) SetAppId(v int64) *SdkGenerateRequest
- func (s *SdkGenerateRequest) SetGroupId(v string) *SdkGenerateRequest
- func (s *SdkGenerateRequest) SetLanguage(v string) *SdkGenerateRequest
- func (s *SdkGenerateRequest) SetSecurityToken(v string) *SdkGenerateRequest
- func (s SdkGenerateRequest) String() string
- type SdkGenerateResponse
- func (s SdkGenerateResponse) GoString() string
- func (s *SdkGenerateResponse) SetBody(v *SdkGenerateResponseBody) *SdkGenerateResponse
- func (s *SdkGenerateResponse) SetHeaders(v map[string]*string) *SdkGenerateResponse
- func (s *SdkGenerateResponse) SetStatusCode(v int32) *SdkGenerateResponse
- func (s SdkGenerateResponse) String() string
- type SdkGenerateResponseBody
- type SetAccessPermissionByApisRequest
- func (s SetAccessPermissionByApisRequest) GoString() string
- func (s *SetAccessPermissionByApisRequest) SetApiIds(v string) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetAppId(v int64) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetAuthValidTime(v string) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetDescription(v string) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetGroupId(v string) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetSecurityToken(v string) *SetAccessPermissionByApisRequest
- func (s *SetAccessPermissionByApisRequest) SetStageName(v string) *SetAccessPermissionByApisRequest
- func (s SetAccessPermissionByApisRequest) String() string
- type SetAccessPermissionByApisResponse
- func (s SetAccessPermissionByApisResponse) GoString() string
- func (s *SetAccessPermissionByApisResponse) SetBody(v *SetAccessPermissionByApisResponseBody) *SetAccessPermissionByApisResponse
- func (s *SetAccessPermissionByApisResponse) SetHeaders(v map[string]*string) *SetAccessPermissionByApisResponse
- func (s *SetAccessPermissionByApisResponse) SetStatusCode(v int32) *SetAccessPermissionByApisResponse
- func (s SetAccessPermissionByApisResponse) String() string
- type SetAccessPermissionByApisResponseBody
- type SetAccessPermissionsRequest
- func (s SetAccessPermissionsRequest) GoString() string
- func (s *SetAccessPermissionsRequest) SetApiId(v string) *SetAccessPermissionsRequest
- func (s *SetAccessPermissionsRequest) SetAppIds(v string) *SetAccessPermissionsRequest
- func (s *SetAccessPermissionsRequest) SetDescription(v string) *SetAccessPermissionsRequest
- func (s *SetAccessPermissionsRequest) SetGroupId(v string) *SetAccessPermissionsRequest
- func (s *SetAccessPermissionsRequest) SetSecurityToken(v string) *SetAccessPermissionsRequest
- func (s *SetAccessPermissionsRequest) SetStageName(v string) *SetAccessPermissionsRequest
- func (s SetAccessPermissionsRequest) String() string
- type SetAccessPermissionsResponse
- func (s SetAccessPermissionsResponse) GoString() string
- func (s *SetAccessPermissionsResponse) SetBody(v *SetAccessPermissionsResponseBody) *SetAccessPermissionsResponse
- func (s *SetAccessPermissionsResponse) SetHeaders(v map[string]*string) *SetAccessPermissionsResponse
- func (s *SetAccessPermissionsResponse) SetStatusCode(v int32) *SetAccessPermissionsResponse
- func (s SetAccessPermissionsResponse) String() string
- type SetAccessPermissionsResponseBody
- type SetApiRuleRequest
- func (s SetApiRuleRequest) GoString() string
- func (s *SetApiRuleRequest) SetApiIds(v string) *SetApiRuleRequest
- func (s *SetApiRuleRequest) SetGroupId(v string) *SetApiRuleRequest
- func (s *SetApiRuleRequest) SetRuleId(v string) *SetApiRuleRequest
- func (s *SetApiRuleRequest) SetRuleType(v string) *SetApiRuleRequest
- func (s *SetApiRuleRequest) SetSecurityToken(v string) *SetApiRuleRequest
- func (s *SetApiRuleRequest) SetStageName(v string) *SetApiRuleRequest
- func (s SetApiRuleRequest) String() string
- type SetApiRuleResponse
- func (s SetApiRuleResponse) GoString() string
- func (s *SetApiRuleResponse) SetBody(v *SetApiRuleResponseBody) *SetApiRuleResponse
- func (s *SetApiRuleResponse) SetHeaders(v map[string]*string) *SetApiRuleResponse
- func (s *SetApiRuleResponse) SetStatusCode(v int32) *SetApiRuleResponse
- func (s SetApiRuleResponse) String() string
- type SetApiRuleResponseBody
- type SetDomainCertificateRequest
- func (s SetDomainCertificateRequest) GoString() string
- func (s *SetDomainCertificateRequest) SetCaCertificateBody(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetCertificateBody(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetCertificateName(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetDomainName(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetGroupId(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetPrivateKey(v string) *SetDomainCertificateRequest
- func (s *SetDomainCertificateRequest) SetSecurityToken(v string) *SetDomainCertificateRequest
- func (s SetDomainCertificateRequest) String() string
- type SetDomainCertificateResponse
- func (s SetDomainCertificateResponse) GoString() string
- func (s *SetDomainCertificateResponse) SetBody(v *SetDomainCertificateResponseBody) *SetDomainCertificateResponse
- func (s *SetDomainCertificateResponse) SetHeaders(v map[string]*string) *SetDomainCertificateResponse
- func (s *SetDomainCertificateResponse) SetStatusCode(v int32) *SetDomainCertificateResponse
- func (s SetDomainCertificateResponse) String() string
- type SetDomainCertificateResponseBody
- type SetDomainRequest
- func (s SetDomainRequest) GoString() string
- func (s *SetDomainRequest) SetBindStageName(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetCertificateBody(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetCertificateName(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetDomainName(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetGroupId(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetIsForce(v bool) *SetDomainRequest
- func (s *SetDomainRequest) SetPrivateKey(v string) *SetDomainRequest
- func (s *SetDomainRequest) SetSecurityToken(v string) *SetDomainRequest
- func (s SetDomainRequest) String() string
- type SetDomainResponse
- func (s SetDomainResponse) GoString() string
- func (s *SetDomainResponse) SetBody(v *SetDomainResponseBody) *SetDomainResponse
- func (s *SetDomainResponse) SetHeaders(v map[string]*string) *SetDomainResponse
- func (s *SetDomainResponse) SetStatusCode(v int32) *SetDomainResponse
- func (s SetDomainResponse) String() string
- type SetDomainResponseBody
- func (s SetDomainResponseBody) GoString() string
- func (s *SetDomainResponseBody) SetDomainBindingStatus(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetDomainLegalStatus(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetDomainName(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetDomainRemark(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetDomainWebSocketStatus(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetGroupId(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetRequestId(v string) *SetDomainResponseBody
- func (s *SetDomainResponseBody) SetSubDomain(v string) *SetDomainResponseBody
- func (s SetDomainResponseBody) String() string
- type SetDomainWebSocketStatusRequest
- func (s SetDomainWebSocketStatusRequest) GoString() string
- func (s *SetDomainWebSocketStatusRequest) SetActionValue(v string) *SetDomainWebSocketStatusRequest
- func (s *SetDomainWebSocketStatusRequest) SetDomainName(v string) *SetDomainWebSocketStatusRequest
- func (s *SetDomainWebSocketStatusRequest) SetGroupId(v string) *SetDomainWebSocketStatusRequest
- func (s *SetDomainWebSocketStatusRequest) SetSecurityToken(v string) *SetDomainWebSocketStatusRequest
- func (s SetDomainWebSocketStatusRequest) String() string
- type SetDomainWebSocketStatusResponse
- func (s SetDomainWebSocketStatusResponse) GoString() string
- func (s *SetDomainWebSocketStatusResponse) SetBody(v *SetDomainWebSocketStatusResponseBody) *SetDomainWebSocketStatusResponse
- func (s *SetDomainWebSocketStatusResponse) SetHeaders(v map[string]*string) *SetDomainWebSocketStatusResponse
- func (s *SetDomainWebSocketStatusResponse) SetStatusCode(v int32) *SetDomainWebSocketStatusResponse
- func (s SetDomainWebSocketStatusResponse) String() string
- type SetDomainWebSocketStatusResponseBody
- type SetIpControlApisRequest
- func (s SetIpControlApisRequest) GoString() string
- func (s *SetIpControlApisRequest) SetApiIds(v string) *SetIpControlApisRequest
- func (s *SetIpControlApisRequest) SetGroupId(v string) *SetIpControlApisRequest
- func (s *SetIpControlApisRequest) SetIpControlId(v string) *SetIpControlApisRequest
- func (s *SetIpControlApisRequest) SetSecurityToken(v string) *SetIpControlApisRequest
- func (s *SetIpControlApisRequest) SetStageName(v string) *SetIpControlApisRequest
- func (s SetIpControlApisRequest) String() string
- type SetIpControlApisResponse
- func (s SetIpControlApisResponse) GoString() string
- func (s *SetIpControlApisResponse) SetBody(v *SetIpControlApisResponseBody) *SetIpControlApisResponse
- func (s *SetIpControlApisResponse) SetHeaders(v map[string]*string) *SetIpControlApisResponse
- func (s *SetIpControlApisResponse) SetStatusCode(v int32) *SetIpControlApisResponse
- func (s SetIpControlApisResponse) String() string
- type SetIpControlApisResponseBody
- type SetMockIntegrationRequest
- func (s SetMockIntegrationRequest) GoString() string
- func (s *SetMockIntegrationRequest) SetApiId(v string) *SetMockIntegrationRequest
- func (s *SetMockIntegrationRequest) SetGroupId(v string) *SetMockIntegrationRequest
- func (s *SetMockIntegrationRequest) SetMock(v string) *SetMockIntegrationRequest
- func (s *SetMockIntegrationRequest) SetMockResult(v string) *SetMockIntegrationRequest
- func (s *SetMockIntegrationRequest) SetSecurityToken(v string) *SetMockIntegrationRequest
- func (s SetMockIntegrationRequest) String() string
- type SetMockIntegrationResponse
- func (s SetMockIntegrationResponse) GoString() string
- func (s *SetMockIntegrationResponse) SetBody(v *SetMockIntegrationResponseBody) *SetMockIntegrationResponse
- func (s *SetMockIntegrationResponse) SetHeaders(v map[string]*string) *SetMockIntegrationResponse
- func (s *SetMockIntegrationResponse) SetStatusCode(v int32) *SetMockIntegrationResponse
- func (s SetMockIntegrationResponse) String() string
- type SetMockIntegrationResponseBody
- type SetWildcardDomainPatternsRequest
- func (s SetWildcardDomainPatternsRequest) GoString() string
- func (s *SetWildcardDomainPatternsRequest) SetDomainName(v string) *SetWildcardDomainPatternsRequest
- func (s *SetWildcardDomainPatternsRequest) SetGroupId(v string) *SetWildcardDomainPatternsRequest
- func (s *SetWildcardDomainPatternsRequest) SetSecurityToken(v string) *SetWildcardDomainPatternsRequest
- func (s *SetWildcardDomainPatternsRequest) SetWildcardDomainPatterns(v string) *SetWildcardDomainPatternsRequest
- func (s SetWildcardDomainPatternsRequest) String() string
- type SetWildcardDomainPatternsResponse
- func (s SetWildcardDomainPatternsResponse) GoString() string
- func (s *SetWildcardDomainPatternsResponse) SetBody(v *SetWildcardDomainPatternsResponseBody) *SetWildcardDomainPatternsResponse
- func (s *SetWildcardDomainPatternsResponse) SetHeaders(v map[string]*string) *SetWildcardDomainPatternsResponse
- func (s *SetWildcardDomainPatternsResponse) SetStatusCode(v int32) *SetWildcardDomainPatternsResponse
- func (s SetWildcardDomainPatternsResponse) String() string
- type SetWildcardDomainPatternsResponseBody
- type SwitchApiRequest
- func (s SwitchApiRequest) GoString() string
- func (s *SwitchApiRequest) SetApiId(v string) *SwitchApiRequest
- func (s *SwitchApiRequest) SetDescription(v string) *SwitchApiRequest
- func (s *SwitchApiRequest) SetGroupId(v string) *SwitchApiRequest
- func (s *SwitchApiRequest) SetHistoryVersion(v string) *SwitchApiRequest
- func (s *SwitchApiRequest) SetSecurityToken(v string) *SwitchApiRequest
- func (s *SwitchApiRequest) SetStageName(v string) *SwitchApiRequest
- func (s SwitchApiRequest) String() string
- type SwitchApiResponse
- func (s SwitchApiResponse) GoString() string
- func (s *SwitchApiResponse) SetBody(v *SwitchApiResponseBody) *SwitchApiResponse
- func (s *SwitchApiResponse) SetHeaders(v map[string]*string) *SwitchApiResponse
- func (s *SwitchApiResponse) SetStatusCode(v int32) *SwitchApiResponse
- func (s SwitchApiResponse) String() string
- type SwitchApiResponseBody
- type VpcDescribeAccessesRequest
- func (s VpcDescribeAccessesRequest) GoString() string
- func (s *VpcDescribeAccessesRequest) SetInstanceId(v string) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetInstancePort(v string) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetName(v string) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetPageNumber(v int32) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetPageSize(v int32) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetSecurityToken(v string) *VpcDescribeAccessesRequest
- func (s *VpcDescribeAccessesRequest) SetVpcId(v string) *VpcDescribeAccessesRequest
- func (s VpcDescribeAccessesRequest) String() string
- type VpcDescribeAccessesResponse
- func (s VpcDescribeAccessesResponse) GoString() string
- func (s *VpcDescribeAccessesResponse) SetBody(v *VpcDescribeAccessesResponseBody) *VpcDescribeAccessesResponse
- func (s *VpcDescribeAccessesResponse) SetHeaders(v map[string]*string) *VpcDescribeAccessesResponse
- func (s *VpcDescribeAccessesResponse) SetStatusCode(v int32) *VpcDescribeAccessesResponse
- func (s VpcDescribeAccessesResponse) String() string
- type VpcDescribeAccessesResponseBody
- func (s VpcDescribeAccessesResponseBody) GoString() string
- func (s *VpcDescribeAccessesResponseBody) SetPageNumber(v int32) *VpcDescribeAccessesResponseBody
- func (s *VpcDescribeAccessesResponseBody) SetPageSize(v int32) *VpcDescribeAccessesResponseBody
- func (s *VpcDescribeAccessesResponseBody) SetRequestId(v string) *VpcDescribeAccessesResponseBody
- func (s *VpcDescribeAccessesResponseBody) SetTotalCount(v int32) *VpcDescribeAccessesResponseBody
- func (s *VpcDescribeAccessesResponseBody) SetVpcAccessAttributes(v *VpcDescribeAccessesResponseBodyVpcAccessAttributes) *VpcDescribeAccessesResponseBody
- func (s VpcDescribeAccessesResponseBody) String() string
- type VpcDescribeAccessesResponseBodyVpcAccessAttributes
- func (s VpcDescribeAccessesResponseBodyVpcAccessAttributes) GoString() string
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributes) SetVpcAccessAttribute(v []*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) *VpcDescribeAccessesResponseBodyVpcAccessAttributes
- func (s VpcDescribeAccessesResponseBodyVpcAccessAttributes) String() string
- type VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) GoString() string
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetCreatedTime(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetId(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetInstanceId(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetModifiedTime(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetName(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetPort(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetRegionId(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetStatus(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetUserId(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetVpcId(v string) *VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute
- func (s VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) String() string
- type VpcGrantAccessRequest
- func (s VpcGrantAccessRequest) GoString() string
- func (s *VpcGrantAccessRequest) SetInstanceId(v string) *VpcGrantAccessRequest
- func (s *VpcGrantAccessRequest) SetInstancePort(v string) *VpcGrantAccessRequest
- func (s *VpcGrantAccessRequest) SetName(v string) *VpcGrantAccessRequest
- func (s *VpcGrantAccessRequest) SetSecurityToken(v string) *VpcGrantAccessRequest
- func (s *VpcGrantAccessRequest) SetToken(v string) *VpcGrantAccessRequest
- func (s *VpcGrantAccessRequest) SetVpcId(v string) *VpcGrantAccessRequest
- func (s VpcGrantAccessRequest) String() string
- type VpcGrantAccessResponse
- func (s VpcGrantAccessResponse) GoString() string
- func (s *VpcGrantAccessResponse) SetBody(v *VpcGrantAccessResponseBody) *VpcGrantAccessResponse
- func (s *VpcGrantAccessResponse) SetHeaders(v map[string]*string) *VpcGrantAccessResponse
- func (s *VpcGrantAccessResponse) SetStatusCode(v int32) *VpcGrantAccessResponse
- func (s VpcGrantAccessResponse) String() string
- type VpcGrantAccessResponseBody
- type VpcModifyAccessRequest
- func (s VpcModifyAccessRequest) GoString() string
- func (s *VpcModifyAccessRequest) SetInstanceId(v string) *VpcModifyAccessRequest
- func (s *VpcModifyAccessRequest) SetInstancePort(v string) *VpcModifyAccessRequest
- func (s *VpcModifyAccessRequest) SetSecurityToken(v string) *VpcModifyAccessRequest
- func (s *VpcModifyAccessRequest) SetToken(v string) *VpcModifyAccessRequest
- func (s *VpcModifyAccessRequest) SetVpcId(v string) *VpcModifyAccessRequest
- func (s VpcModifyAccessRequest) String() string
- type VpcModifyAccessResponse
- func (s VpcModifyAccessResponse) GoString() string
- func (s *VpcModifyAccessResponse) SetBody(v *VpcModifyAccessResponseBody) *VpcModifyAccessResponse
- func (s *VpcModifyAccessResponse) SetHeaders(v map[string]*string) *VpcModifyAccessResponse
- func (s *VpcModifyAccessResponse) SetStatusCode(v int32) *VpcModifyAccessResponse
- func (s VpcModifyAccessResponse) String() string
- type VpcModifyAccessResponseBody
- type VpcRevokeAccessRequest
- func (s VpcRevokeAccessRequest) GoString() string
- func (s *VpcRevokeAccessRequest) SetInstanceId(v string) *VpcRevokeAccessRequest
- func (s *VpcRevokeAccessRequest) SetInstancePort(v string) *VpcRevokeAccessRequest
- func (s *VpcRevokeAccessRequest) SetSecurityToken(v string) *VpcRevokeAccessRequest
- func (s *VpcRevokeAccessRequest) SetToken(v string) *VpcRevokeAccessRequest
- func (s *VpcRevokeAccessRequest) SetVpcId(v string) *VpcRevokeAccessRequest
- func (s VpcRevokeAccessRequest) String() string
- type VpcRevokeAccessResponse
- func (s VpcRevokeAccessResponse) GoString() string
- func (s *VpcRevokeAccessResponse) SetBody(v *VpcRevokeAccessResponseBody) *VpcRevokeAccessResponse
- func (s *VpcRevokeAccessResponse) SetHeaders(v map[string]*string) *VpcRevokeAccessResponse
- func (s *VpcRevokeAccessResponse) SetStatusCode(v int32) *VpcRevokeAccessResponse
- func (s VpcRevokeAccessResponse) String() string
- type VpcRevokeAccessResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbolishApiRequest ¶
type AbolishApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (AbolishApiRequest) GoString ¶
func (s AbolishApiRequest) GoString() string
func (*AbolishApiRequest) SetApiId ¶
func (s *AbolishApiRequest) SetApiId(v string) *AbolishApiRequest
func (*AbolishApiRequest) SetGroupId ¶
func (s *AbolishApiRequest) SetGroupId(v string) *AbolishApiRequest
func (*AbolishApiRequest) SetSecurityToken ¶
func (s *AbolishApiRequest) SetSecurityToken(v string) *AbolishApiRequest
func (*AbolishApiRequest) SetStageName ¶
func (s *AbolishApiRequest) SetStageName(v string) *AbolishApiRequest
func (AbolishApiRequest) String ¶
func (s AbolishApiRequest) String() string
type AbolishApiResponse ¶
type AbolishApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AbolishApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AbolishApiResponse) GoString ¶
func (s AbolishApiResponse) GoString() string
func (*AbolishApiResponse) SetBody ¶
func (s *AbolishApiResponse) SetBody(v *AbolishApiResponseBody) *AbolishApiResponse
func (*AbolishApiResponse) SetHeaders ¶
func (s *AbolishApiResponse) SetHeaders(v map[string]*string) *AbolishApiResponse
func (*AbolishApiResponse) SetStatusCode ¶
func (s *AbolishApiResponse) SetStatusCode(v int32) *AbolishApiResponse
func (AbolishApiResponse) String ¶
func (s AbolishApiResponse) String() string
type AbolishApiResponseBody ¶
type AbolishApiResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (AbolishApiResponseBody) GoString ¶
func (s AbolishApiResponseBody) GoString() string
func (*AbolishApiResponseBody) SetRequestId ¶
func (s *AbolishApiResponseBody) SetRequestId(v string) *AbolishApiResponseBody
func (AbolishApiResponseBody) String ¶
func (s AbolishApiResponseBody) String() string
type AddBlackListRequest ¶
type AddBlackListRequest struct { BlackContent *string `json:"BlackContent,omitempty" xml:"BlackContent,omitempty"` BlackType *string `json:"BlackType,omitempty" xml:"BlackType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (AddBlackListRequest) GoString ¶
func (s AddBlackListRequest) GoString() string
func (*AddBlackListRequest) SetBlackContent ¶
func (s *AddBlackListRequest) SetBlackContent(v string) *AddBlackListRequest
func (*AddBlackListRequest) SetBlackType ¶
func (s *AddBlackListRequest) SetBlackType(v string) *AddBlackListRequest
func (*AddBlackListRequest) SetDescription ¶
func (s *AddBlackListRequest) SetDescription(v string) *AddBlackListRequest
func (*AddBlackListRequest) SetSecurityToken ¶
func (s *AddBlackListRequest) SetSecurityToken(v string) *AddBlackListRequest
func (AddBlackListRequest) String ¶
func (s AddBlackListRequest) String() string
type AddBlackListResponse ¶
type AddBlackListResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddBlackListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddBlackListResponse) GoString ¶
func (s AddBlackListResponse) GoString() string
func (*AddBlackListResponse) SetBody ¶
func (s *AddBlackListResponse) SetBody(v *AddBlackListResponseBody) *AddBlackListResponse
func (*AddBlackListResponse) SetHeaders ¶
func (s *AddBlackListResponse) SetHeaders(v map[string]*string) *AddBlackListResponse
func (*AddBlackListResponse) SetStatusCode ¶
func (s *AddBlackListResponse) SetStatusCode(v int32) *AddBlackListResponse
func (AddBlackListResponse) String ¶
func (s AddBlackListResponse) String() string
type AddBlackListResponseBody ¶
type AddBlackListResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (AddBlackListResponseBody) GoString ¶
func (s AddBlackListResponseBody) GoString() string
func (*AddBlackListResponseBody) SetRequestId ¶
func (s *AddBlackListResponseBody) SetRequestId(v string) *AddBlackListResponseBody
func (AddBlackListResponseBody) String ¶
func (s AddBlackListResponseBody) String() string
type AddIpControlPolicyItemRequest ¶
type AddIpControlPolicyItemRequest struct { AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` CidrIp *string `json:"CidrIp,omitempty" xml:"CidrIp,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (AddIpControlPolicyItemRequest) GoString ¶
func (s AddIpControlPolicyItemRequest) GoString() string
func (*AddIpControlPolicyItemRequest) SetAppId ¶
func (s *AddIpControlPolicyItemRequest) SetAppId(v string) *AddIpControlPolicyItemRequest
func (*AddIpControlPolicyItemRequest) SetCidrIp ¶
func (s *AddIpControlPolicyItemRequest) SetCidrIp(v string) *AddIpControlPolicyItemRequest
func (*AddIpControlPolicyItemRequest) SetIpControlId ¶
func (s *AddIpControlPolicyItemRequest) SetIpControlId(v string) *AddIpControlPolicyItemRequest
func (*AddIpControlPolicyItemRequest) SetSecurityToken ¶
func (s *AddIpControlPolicyItemRequest) SetSecurityToken(v string) *AddIpControlPolicyItemRequest
func (AddIpControlPolicyItemRequest) String ¶
func (s AddIpControlPolicyItemRequest) String() string
type AddIpControlPolicyItemResponse ¶
type AddIpControlPolicyItemResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddIpControlPolicyItemResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddIpControlPolicyItemResponse) GoString ¶
func (s AddIpControlPolicyItemResponse) GoString() string
func (*AddIpControlPolicyItemResponse) SetBody ¶
func (s *AddIpControlPolicyItemResponse) SetBody(v *AddIpControlPolicyItemResponseBody) *AddIpControlPolicyItemResponse
func (*AddIpControlPolicyItemResponse) SetHeaders ¶
func (s *AddIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *AddIpControlPolicyItemResponse
func (*AddIpControlPolicyItemResponse) SetStatusCode ¶
func (s *AddIpControlPolicyItemResponse) SetStatusCode(v int32) *AddIpControlPolicyItemResponse
func (AddIpControlPolicyItemResponse) String ¶
func (s AddIpControlPolicyItemResponse) String() string
type AddIpControlPolicyItemResponseBody ¶
type AddIpControlPolicyItemResponseBody struct { PolicyItemId *string `json:"PolicyItemId,omitempty" xml:"PolicyItemId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AddIpControlPolicyItemResponseBody) GoString ¶
func (s AddIpControlPolicyItemResponseBody) GoString() string
func (*AddIpControlPolicyItemResponseBody) SetPolicyItemId ¶
func (s *AddIpControlPolicyItemResponseBody) SetPolicyItemId(v string) *AddIpControlPolicyItemResponseBody
func (*AddIpControlPolicyItemResponseBody) SetRequestId ¶
func (s *AddIpControlPolicyItemResponseBody) SetRequestId(v string) *AddIpControlPolicyItemResponseBody
func (AddIpControlPolicyItemResponseBody) String ¶
func (s AddIpControlPolicyItemResponseBody) String() string
type AddTrafficSpecialControlRequest ¶
type AddTrafficSpecialControlRequest struct { SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` SpecialKey *string `json:"SpecialKey,omitempty" xml:"SpecialKey,omitempty"` SpecialType *string `json:"SpecialType,omitempty" xml:"SpecialType,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` TrafficValue *int32 `json:"TrafficValue,omitempty" xml:"TrafficValue,omitempty"` }
func (AddTrafficSpecialControlRequest) GoString ¶
func (s AddTrafficSpecialControlRequest) GoString() string
func (*AddTrafficSpecialControlRequest) SetSecurityToken ¶
func (s *AddTrafficSpecialControlRequest) SetSecurityToken(v string) *AddTrafficSpecialControlRequest
func (*AddTrafficSpecialControlRequest) SetSpecialKey ¶
func (s *AddTrafficSpecialControlRequest) SetSpecialKey(v string) *AddTrafficSpecialControlRequest
func (*AddTrafficSpecialControlRequest) SetSpecialType ¶
func (s *AddTrafficSpecialControlRequest) SetSpecialType(v string) *AddTrafficSpecialControlRequest
func (*AddTrafficSpecialControlRequest) SetTrafficControlId ¶
func (s *AddTrafficSpecialControlRequest) SetTrafficControlId(v string) *AddTrafficSpecialControlRequest
func (*AddTrafficSpecialControlRequest) SetTrafficValue ¶
func (s *AddTrafficSpecialControlRequest) SetTrafficValue(v int32) *AddTrafficSpecialControlRequest
func (AddTrafficSpecialControlRequest) String ¶
func (s AddTrafficSpecialControlRequest) String() string
type AddTrafficSpecialControlResponse ¶
type AddTrafficSpecialControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddTrafficSpecialControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddTrafficSpecialControlResponse) GoString ¶
func (s AddTrafficSpecialControlResponse) GoString() string
func (*AddTrafficSpecialControlResponse) SetBody ¶
func (s *AddTrafficSpecialControlResponse) SetBody(v *AddTrafficSpecialControlResponseBody) *AddTrafficSpecialControlResponse
func (*AddTrafficSpecialControlResponse) SetHeaders ¶
func (s *AddTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *AddTrafficSpecialControlResponse
func (*AddTrafficSpecialControlResponse) SetStatusCode ¶
func (s *AddTrafficSpecialControlResponse) SetStatusCode(v int32) *AddTrafficSpecialControlResponse
func (AddTrafficSpecialControlResponse) String ¶
func (s AddTrafficSpecialControlResponse) String() string
type AddTrafficSpecialControlResponseBody ¶
type AddTrafficSpecialControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (AddTrafficSpecialControlResponseBody) GoString ¶
func (s AddTrafficSpecialControlResponseBody) GoString() string
func (*AddTrafficSpecialControlResponseBody) SetRequestId ¶
func (s *AddTrafficSpecialControlResponseBody) SetRequestId(v string) *AddTrafficSpecialControlResponseBody
func (AddTrafficSpecialControlResponseBody) String ¶
func (s AddTrafficSpecialControlResponseBody) String() string
type Client ¶
func (*Client) AbolishApi ¶
func (client *Client) AbolishApi(request *AbolishApiRequest) (_result *AbolishApiResponse, _err error)
func (*Client) AbolishApiWithOptions ¶
func (client *Client) AbolishApiWithOptions(request *AbolishApiRequest, runtime *util.RuntimeOptions) (_result *AbolishApiResponse, _err error)
func (*Client) AddBlackList ¶
func (client *Client) AddBlackList(request *AddBlackListRequest) (_result *AddBlackListResponse, _err error)
func (*Client) AddBlackListWithOptions ¶
func (client *Client) AddBlackListWithOptions(request *AddBlackListRequest, runtime *util.RuntimeOptions) (_result *AddBlackListResponse, _err error)
func (*Client) AddIpControlPolicyItem ¶
func (client *Client) AddIpControlPolicyItem(request *AddIpControlPolicyItemRequest) (_result *AddIpControlPolicyItemResponse, _err error)
func (*Client) AddIpControlPolicyItemWithOptions ¶
func (client *Client) AddIpControlPolicyItemWithOptions(request *AddIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *AddIpControlPolicyItemResponse, _err error)
func (*Client) AddTrafficSpecialControl ¶
func (client *Client) AddTrafficSpecialControl(request *AddTrafficSpecialControlRequest) (_result *AddTrafficSpecialControlResponse, _err error)
func (*Client) AddTrafficSpecialControlWithOptions ¶
func (client *Client) AddTrafficSpecialControlWithOptions(request *AddTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *AddTrafficSpecialControlResponse, _err error)
func (*Client) CreateApi ¶
func (client *Client) CreateApi(request *CreateApiRequest) (_result *CreateApiResponse, _err error)
func (*Client) CreateApiGroup ¶
func (client *Client) CreateApiGroup(request *CreateApiGroupRequest) (_result *CreateApiGroupResponse, _err error)
func (*Client) CreateApiGroupWithOptions ¶
func (client *Client) CreateApiGroupWithOptions(request *CreateApiGroupRequest, runtime *util.RuntimeOptions) (_result *CreateApiGroupResponse, _err error)
func (*Client) CreateApiStageVariable ¶
func (client *Client) CreateApiStageVariable(request *CreateApiStageVariableRequest) (_result *CreateApiStageVariableResponse, _err error)
func (*Client) CreateApiStageVariableWithOptions ¶
func (client *Client) CreateApiStageVariableWithOptions(request *CreateApiStageVariableRequest, runtime *util.RuntimeOptions) (_result *CreateApiStageVariableResponse, _err error)
func (*Client) CreateApiWithOptions ¶
func (client *Client) CreateApiWithOptions(request *CreateApiRequest, runtime *util.RuntimeOptions) (_result *CreateApiResponse, _err error)
func (*Client) CreateApp ¶
func (client *Client) CreateApp(request *CreateAppRequest) (_result *CreateAppResponse, _err error)
func (*Client) CreateAppWithOptions ¶
func (client *Client) CreateAppWithOptions(request *CreateAppRequest, runtime *util.RuntimeOptions) (_result *CreateAppResponse, _err error)
func (*Client) CreateCustomizedInfo ¶
func (client *Client) CreateCustomizedInfo(request *CreateCustomizedInfoRequest) (_result *CreateCustomizedInfoResponse, _err error)
func (*Client) CreateCustomizedInfoWithOptions ¶
func (client *Client) CreateCustomizedInfoWithOptions(request *CreateCustomizedInfoRequest, runtime *util.RuntimeOptions) (_result *CreateCustomizedInfoResponse, _err error)
func (*Client) CreateInstance ¶
func (client *Client) CreateInstance(request *CreateInstanceRequest) (_result *CreateInstanceResponse, _err error)
func (*Client) CreateInstanceWithOptions ¶
func (client *Client) CreateInstanceWithOptions(request *CreateInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateInstanceResponse, _err error)
func (*Client) CreateIntranetDomain ¶
func (client *Client) CreateIntranetDomain(request *CreateIntranetDomainRequest) (_result *CreateIntranetDomainResponse, _err error)
func (*Client) CreateIntranetDomainWithOptions ¶
func (client *Client) CreateIntranetDomainWithOptions(request *CreateIntranetDomainRequest, runtime *util.RuntimeOptions) (_result *CreateIntranetDomainResponse, _err error)
func (*Client) CreateIpControl ¶
func (client *Client) CreateIpControl(request *CreateIpControlRequest) (_result *CreateIpControlResponse, _err error)
func (*Client) CreateIpControlWithOptions ¶
func (client *Client) CreateIpControlWithOptions(request *CreateIpControlRequest, runtime *util.RuntimeOptions) (_result *CreateIpControlResponse, _err error)
func (*Client) CreateLogConfig ¶
func (client *Client) CreateLogConfig(request *CreateLogConfigRequest) (_result *CreateLogConfigResponse, _err error)
func (*Client) CreateLogConfigWithOptions ¶
func (client *Client) CreateLogConfigWithOptions(request *CreateLogConfigRequest, runtime *util.RuntimeOptions) (_result *CreateLogConfigResponse, _err error)
func (*Client) CreateRaceWorkForInner ¶
func (client *Client) CreateRaceWorkForInner(request *CreateRaceWorkForInnerRequest) (_result *CreateRaceWorkForInnerResponse, _err error)
func (*Client) CreateRaceWorkForInnerWithOptions ¶
func (client *Client) CreateRaceWorkForInnerWithOptions(request *CreateRaceWorkForInnerRequest, runtime *util.RuntimeOptions) (_result *CreateRaceWorkForInnerResponse, _err error)
func (*Client) CreateSecretKey ¶
func (client *Client) CreateSecretKey(request *CreateSecretKeyRequest) (_result *CreateSecretKeyResponse, _err error)
func (*Client) CreateSecretKeyWithOptions ¶
func (client *Client) CreateSecretKeyWithOptions(request *CreateSecretKeyRequest, runtime *util.RuntimeOptions) (_result *CreateSecretKeyResponse, _err error)
func (*Client) CreateTrafficControl ¶
func (client *Client) CreateTrafficControl(request *CreateTrafficControlRequest) (_result *CreateTrafficControlResponse, _err error)
func (*Client) CreateTrafficControlWithOptions ¶
func (client *Client) CreateTrafficControlWithOptions(request *CreateTrafficControlRequest, runtime *util.RuntimeOptions) (_result *CreateTrafficControlResponse, _err error)
func (*Client) DeleteAllTrafficSpecialControl ¶
func (client *Client) DeleteAllTrafficSpecialControl(request *DeleteAllTrafficSpecialControlRequest) (_result *DeleteAllTrafficSpecialControlResponse, _err error)
func (*Client) DeleteAllTrafficSpecialControlWithOptions ¶
func (client *Client) DeleteAllTrafficSpecialControlWithOptions(request *DeleteAllTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *DeleteAllTrafficSpecialControlResponse, _err error)
func (*Client) DeleteApi ¶
func (client *Client) DeleteApi(request *DeleteApiRequest) (_result *DeleteApiResponse, _err error)
func (*Client) DeleteApiGroup ¶
func (client *Client) DeleteApiGroup(request *DeleteApiGroupRequest) (_result *DeleteApiGroupResponse, _err error)
func (*Client) DeleteApiGroupWithOptions ¶
func (client *Client) DeleteApiGroupWithOptions(request *DeleteApiGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteApiGroupResponse, _err error)
func (*Client) DeleteApiStageVariable ¶
func (client *Client) DeleteApiStageVariable(request *DeleteApiStageVariableRequest) (_result *DeleteApiStageVariableResponse, _err error)
func (*Client) DeleteApiStageVariableWithOptions ¶
func (client *Client) DeleteApiStageVariableWithOptions(request *DeleteApiStageVariableRequest, runtime *util.RuntimeOptions) (_result *DeleteApiStageVariableResponse, _err error)
func (*Client) DeleteApiWithOptions ¶
func (client *Client) DeleteApiWithOptions(request *DeleteApiRequest, runtime *util.RuntimeOptions) (_result *DeleteApiResponse, _err error)
func (*Client) DeleteApp ¶
func (client *Client) DeleteApp(request *DeleteAppRequest) (_result *DeleteAppResponse, _err error)
func (*Client) DeleteAppWithOptions ¶
func (client *Client) DeleteAppWithOptions(request *DeleteAppRequest, runtime *util.RuntimeOptions) (_result *DeleteAppResponse, _err error)
func (*Client) DeleteDomain ¶
func (client *Client) DeleteDomain(request *DeleteDomainRequest) (_result *DeleteDomainResponse, _err error)
func (*Client) DeleteDomainCertificate ¶
func (client *Client) DeleteDomainCertificate(request *DeleteDomainCertificateRequest) (_result *DeleteDomainCertificateResponse, _err error)
func (*Client) DeleteDomainCertificateWithOptions ¶
func (client *Client) DeleteDomainCertificateWithOptions(request *DeleteDomainCertificateRequest, runtime *util.RuntimeOptions) (_result *DeleteDomainCertificateResponse, _err error)
func (*Client) DeleteDomainWithOptions ¶
func (client *Client) DeleteDomainWithOptions(request *DeleteDomainRequest, runtime *util.RuntimeOptions) (_result *DeleteDomainResponse, _err error)
func (*Client) DeleteIpControl ¶
func (client *Client) DeleteIpControl(request *DeleteIpControlRequest) (_result *DeleteIpControlResponse, _err error)
func (*Client) DeleteIpControlWithOptions ¶
func (client *Client) DeleteIpControlWithOptions(request *DeleteIpControlRequest, runtime *util.RuntimeOptions) (_result *DeleteIpControlResponse, _err error)
func (*Client) DeleteLogConfig ¶
func (client *Client) DeleteLogConfig(request *DeleteLogConfigRequest) (_result *DeleteLogConfigResponse, _err error)
func (*Client) DeleteLogConfigWithOptions ¶
func (client *Client) DeleteLogConfigWithOptions(request *DeleteLogConfigRequest, runtime *util.RuntimeOptions) (_result *DeleteLogConfigResponse, _err error)
func (*Client) DeleteSecretKey ¶
func (client *Client) DeleteSecretKey(request *DeleteSecretKeyRequest) (_result *DeleteSecretKeyResponse, _err error)
func (*Client) DeleteSecretKeyWithOptions ¶
func (client *Client) DeleteSecretKeyWithOptions(request *DeleteSecretKeyRequest, runtime *util.RuntimeOptions) (_result *DeleteSecretKeyResponse, _err error)
func (*Client) DeleteTrafficControl ¶
func (client *Client) DeleteTrafficControl(request *DeleteTrafficControlRequest) (_result *DeleteTrafficControlResponse, _err error)
func (*Client) DeleteTrafficControlWithOptions ¶
func (client *Client) DeleteTrafficControlWithOptions(request *DeleteTrafficControlRequest, runtime *util.RuntimeOptions) (_result *DeleteTrafficControlResponse, _err error)
func (*Client) DeleteTrafficSpecialControl ¶
func (client *Client) DeleteTrafficSpecialControl(request *DeleteTrafficSpecialControlRequest) (_result *DeleteTrafficSpecialControlResponse, _err error)
func (*Client) DeleteTrafficSpecialControlWithOptions ¶
func (client *Client) DeleteTrafficSpecialControlWithOptions(request *DeleteTrafficSpecialControlRequest, runtime *util.RuntimeOptions) (_result *DeleteTrafficSpecialControlResponse, _err error)
func (*Client) DeployApi ¶
func (client *Client) DeployApi(request *DeployApiRequest) (_result *DeployApiResponse, _err error)
func (*Client) DeployApiWithOptions ¶
func (client *Client) DeployApiWithOptions(request *DeployApiRequest, runtime *util.RuntimeOptions) (_result *DeployApiResponse, _err error)
func (*Client) DescribeApi ¶
func (client *Client) DescribeApi(request *DescribeApiRequest) (_result *DescribeApiResponse, _err error)
func (*Client) DescribeApiDoc ¶
func (client *Client) DescribeApiDoc(request *DescribeApiDocRequest) (_result *DescribeApiDocResponse, _err error)
func (*Client) DescribeApiDocWithOptions ¶
func (client *Client) DescribeApiDocWithOptions(request *DescribeApiDocRequest, runtime *util.RuntimeOptions) (_result *DescribeApiDocResponse, _err error)
func (*Client) DescribeApiDocs ¶
func (client *Client) DescribeApiDocs(request *DescribeApiDocsRequest) (_result *DescribeApiDocsResponse, _err error)
func (*Client) DescribeApiDocsWithOptions ¶
func (client *Client) DescribeApiDocsWithOptions(request *DescribeApiDocsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiDocsResponse, _err error)
func (*Client) DescribeApiError ¶
func (client *Client) DescribeApiError(request *DescribeApiErrorRequest) (_result *DescribeApiErrorResponse, _err error)
func (*Client) DescribeApiErrorWithOptions ¶
func (client *Client) DescribeApiErrorWithOptions(request *DescribeApiErrorRequest, runtime *util.RuntimeOptions) (_result *DescribeApiErrorResponse, _err error)
func (*Client) DescribeApiGroupDetail ¶
func (client *Client) DescribeApiGroupDetail(request *DescribeApiGroupDetailRequest) (_result *DescribeApiGroupDetailResponse, _err error)
func (*Client) DescribeApiGroupDetailForConsumer ¶
func (client *Client) DescribeApiGroupDetailForConsumer(request *DescribeApiGroupDetailForConsumerRequest) (_result *DescribeApiGroupDetailForConsumerResponse, _err error)
func (*Client) DescribeApiGroupDetailForConsumerWithOptions ¶
func (client *Client) DescribeApiGroupDetailForConsumerWithOptions(request *DescribeApiGroupDetailForConsumerRequest, runtime *util.RuntimeOptions) (_result *DescribeApiGroupDetailForConsumerResponse, _err error)
func (*Client) DescribeApiGroupDetailWithOptions ¶
func (client *Client) DescribeApiGroupDetailWithOptions(request *DescribeApiGroupDetailRequest, runtime *util.RuntimeOptions) (_result *DescribeApiGroupDetailResponse, _err error)
func (*Client) DescribeApiGroups ¶
func (client *Client) DescribeApiGroups(request *DescribeApiGroupsRequest) (_result *DescribeApiGroupsResponse, _err error)
func (*Client) DescribeApiGroupsWithOptions ¶
func (client *Client) DescribeApiGroupsWithOptions(request *DescribeApiGroupsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiGroupsResponse, _err error)
func (*Client) DescribeApiIpControls ¶
func (client *Client) DescribeApiIpControls(request *DescribeApiIpControlsRequest) (_result *DescribeApiIpControlsResponse, _err error)
func (*Client) DescribeApiIpControlsWithOptions ¶
func (client *Client) DescribeApiIpControlsWithOptions(request *DescribeApiIpControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiIpControlsResponse, _err error)
func (*Client) DescribeApiLatency ¶
func (client *Client) DescribeApiLatency(request *DescribeApiLatencyRequest) (_result *DescribeApiLatencyResponse, _err error)
func (*Client) DescribeApiLatencyWithOptions ¶
func (client *Client) DescribeApiLatencyWithOptions(request *DescribeApiLatencyRequest, runtime *util.RuntimeOptions) (_result *DescribeApiLatencyResponse, _err error)
func (*Client) DescribeApiQps ¶
func (client *Client) DescribeApiQps(request *DescribeApiQpsRequest) (_result *DescribeApiQpsResponse, _err error)
func (*Client) DescribeApiQpsWithOptions ¶
func (client *Client) DescribeApiQpsWithOptions(request *DescribeApiQpsRequest, runtime *util.RuntimeOptions) (_result *DescribeApiQpsResponse, _err error)
func (*Client) DescribeApiRules ¶
func (client *Client) DescribeApiRules(request *DescribeApiRulesRequest) (_result *DescribeApiRulesResponse, _err error)
func (*Client) DescribeApiRulesWithOptions ¶
func (client *Client) DescribeApiRulesWithOptions(request *DescribeApiRulesRequest, runtime *util.RuntimeOptions) (_result *DescribeApiRulesResponse, _err error)
func (*Client) DescribeApiStageDetail ¶
func (client *Client) DescribeApiStageDetail(request *DescribeApiStageDetailRequest) (_result *DescribeApiStageDetailResponse, _err error)
func (*Client) DescribeApiStageDetailWithOptions ¶
func (client *Client) DescribeApiStageDetailWithOptions(request *DescribeApiStageDetailRequest, runtime *util.RuntimeOptions) (_result *DescribeApiStageDetailResponse, _err error)
func (*Client) DescribeApiTraffic ¶
func (client *Client) DescribeApiTraffic(request *DescribeApiTrafficRequest) (_result *DescribeApiTrafficResponse, _err error)
func (*Client) DescribeApiTrafficWithOptions ¶
func (client *Client) DescribeApiTrafficWithOptions(request *DescribeApiTrafficRequest, runtime *util.RuntimeOptions) (_result *DescribeApiTrafficResponse, _err error)
func (*Client) DescribeApiWithOptions ¶
func (client *Client) DescribeApiWithOptions(request *DescribeApiRequest, runtime *util.RuntimeOptions) (_result *DescribeApiResponse, _err error)
func (*Client) DescribeApis ¶
func (client *Client) DescribeApis(request *DescribeApisRequest) (_result *DescribeApisResponse, _err error)
func (*Client) DescribeApisByApp ¶
func (client *Client) DescribeApisByApp(request *DescribeApisByAppRequest) (_result *DescribeApisByAppResponse, _err error)
func (*Client) DescribeApisByAppWithOptions ¶
func (client *Client) DescribeApisByAppWithOptions(request *DescribeApisByAppRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByAppResponse, _err error)
func (*Client) DescribeApisByIpControl ¶
func (client *Client) DescribeApisByIpControl(request *DescribeApisByIpControlRequest) (_result *DescribeApisByIpControlResponse, _err error)
func (*Client) DescribeApisByIpControlWithOptions ¶
func (client *Client) DescribeApisByIpControlWithOptions(request *DescribeApisByIpControlRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByIpControlResponse, _err error)
func (*Client) DescribeApisByRule ¶
func (client *Client) DescribeApisByRule(request *DescribeApisByRuleRequest) (_result *DescribeApisByRuleResponse, _err error)
func (*Client) DescribeApisByRuleWithOptions ¶
func (client *Client) DescribeApisByRuleWithOptions(request *DescribeApisByRuleRequest, runtime *util.RuntimeOptions) (_result *DescribeApisByRuleResponse, _err error)
func (*Client) DescribeApisForConsole ¶
func (client *Client) DescribeApisForConsole(request *DescribeApisForConsoleRequest) (_result *DescribeApisForConsoleResponse, _err error)
func (*Client) DescribeApisForConsoleWithOptions ¶
func (client *Client) DescribeApisForConsoleWithOptions(request *DescribeApisForConsoleRequest, runtime *util.RuntimeOptions) (_result *DescribeApisForConsoleResponse, _err error)
func (*Client) DescribeApisWithOptions ¶
func (client *Client) DescribeApisWithOptions(request *DescribeApisRequest, runtime *util.RuntimeOptions) (_result *DescribeApisResponse, _err error)
func (*Client) DescribeApp ¶
func (client *Client) DescribeApp(request *DescribeAppRequest) (_result *DescribeAppResponse, _err error)
func (*Client) DescribeAppSecurities ¶
func (client *Client) DescribeAppSecurities(request *DescribeAppSecuritiesRequest) (_result *DescribeAppSecuritiesResponse, _err error)
func (*Client) DescribeAppSecuritiesWithOptions ¶
func (client *Client) DescribeAppSecuritiesWithOptions(request *DescribeAppSecuritiesRequest, runtime *util.RuntimeOptions) (_result *DescribeAppSecuritiesResponse, _err error)
func (*Client) DescribeAppSecurity ¶
func (client *Client) DescribeAppSecurity(request *DescribeAppSecurityRequest) (_result *DescribeAppSecurityResponse, _err error)
func (*Client) DescribeAppSecurityWithOptions ¶
func (client *Client) DescribeAppSecurityWithOptions(request *DescribeAppSecurityRequest, runtime *util.RuntimeOptions) (_result *DescribeAppSecurityResponse, _err error)
func (*Client) DescribeAppWithOptions ¶
func (client *Client) DescribeAppWithOptions(request *DescribeAppRequest, runtime *util.RuntimeOptions) (_result *DescribeAppResponse, _err error)
func (*Client) DescribeApps ¶
func (client *Client) DescribeApps(request *DescribeAppsRequest) (_result *DescribeAppsResponse, _err error)
func (*Client) DescribeAppsByApi ¶
func (client *Client) DescribeAppsByApi(request *DescribeAppsByApiRequest) (_result *DescribeAppsByApiResponse, _err error)
func (*Client) DescribeAppsByApiWithOptions ¶
func (client *Client) DescribeAppsByApiWithOptions(request *DescribeAppsByApiRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsByApiResponse, _err error)
func (*Client) DescribeAppsForProvider ¶
func (client *Client) DescribeAppsForProvider(request *DescribeAppsForProviderRequest) (_result *DescribeAppsForProviderResponse, _err error)
func (*Client) DescribeAppsForProviderWithOptions ¶
func (client *Client) DescribeAppsForProviderWithOptions(request *DescribeAppsForProviderRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsForProviderResponse, _err error)
func (*Client) DescribeAppsWithOptions ¶
func (client *Client) DescribeAppsWithOptions(request *DescribeAppsRequest, runtime *util.RuntimeOptions) (_result *DescribeAppsResponse, _err error)
func (*Client) DescribeBlackLists ¶
func (client *Client) DescribeBlackLists(request *DescribeBlackListsRequest) (_result *DescribeBlackListsResponse, _err error)
func (*Client) DescribeBlackListsWithOptions ¶
func (client *Client) DescribeBlackListsWithOptions(request *DescribeBlackListsRequest, runtime *util.RuntimeOptions) (_result *DescribeBlackListsResponse, _err error)
func (*Client) DescribeDeployedApi ¶
func (client *Client) DescribeDeployedApi(request *DescribeDeployedApiRequest) (_result *DescribeDeployedApiResponse, _err error)
func (*Client) DescribeDeployedApiWithOptions ¶
func (client *Client) DescribeDeployedApiWithOptions(request *DescribeDeployedApiRequest, runtime *util.RuntimeOptions) (_result *DescribeDeployedApiResponse, _err error)
func (*Client) DescribeDeployedApis ¶
func (client *Client) DescribeDeployedApis(request *DescribeDeployedApisRequest) (_result *DescribeDeployedApisResponse, _err error)
func (*Client) DescribeDeployedApisWithOptions ¶
func (client *Client) DescribeDeployedApisWithOptions(request *DescribeDeployedApisRequest, runtime *util.RuntimeOptions) (_result *DescribeDeployedApisResponse, _err error)
func (*Client) DescribeDomain ¶
func (client *Client) DescribeDomain(request *DescribeDomainRequest) (_result *DescribeDomainResponse, _err error)
func (*Client) DescribeDomainResolution ¶
func (client *Client) DescribeDomainResolution(request *DescribeDomainResolutionRequest) (_result *DescribeDomainResolutionResponse, _err error)
func (*Client) DescribeDomainResolutionWithOptions ¶
func (client *Client) DescribeDomainResolutionWithOptions(request *DescribeDomainResolutionRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainResolutionResponse, _err error)
func (*Client) DescribeDomainWithOptions ¶
func (client *Client) DescribeDomainWithOptions(request *DescribeDomainRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainResponse, _err error)
func (*Client) DescribeHistoryApi ¶
func (client *Client) DescribeHistoryApi(request *DescribeHistoryApiRequest) (_result *DescribeHistoryApiResponse, _err error)
func (*Client) DescribeHistoryApiWithOptions ¶
func (client *Client) DescribeHistoryApiWithOptions(request *DescribeHistoryApiRequest, runtime *util.RuntimeOptions) (_result *DescribeHistoryApiResponse, _err error)
func (*Client) DescribeHistoryApis ¶
func (client *Client) DescribeHistoryApis(request *DescribeHistoryApisRequest) (_result *DescribeHistoryApisResponse, _err error)
func (*Client) DescribeHistoryApisWithOptions ¶
func (client *Client) DescribeHistoryApisWithOptions(request *DescribeHistoryApisRequest, runtime *util.RuntimeOptions) (_result *DescribeHistoryApisResponse, _err error)
func (*Client) DescribeIpControlPolicyItems ¶
func (client *Client) DescribeIpControlPolicyItems(request *DescribeIpControlPolicyItemsRequest) (_result *DescribeIpControlPolicyItemsResponse, _err error)
func (*Client) DescribeIpControlPolicyItemsWithOptions ¶
func (client *Client) DescribeIpControlPolicyItemsWithOptions(request *DescribeIpControlPolicyItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeIpControlPolicyItemsResponse, _err error)
func (*Client) DescribeIpControls ¶
func (client *Client) DescribeIpControls(request *DescribeIpControlsRequest) (_result *DescribeIpControlsResponse, _err error)
func (*Client) DescribeIpControlsWithOptions ¶
func (client *Client) DescribeIpControlsWithOptions(request *DescribeIpControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeIpControlsResponse, _err error)
func (*Client) DescribeLogConfig ¶
func (client *Client) DescribeLogConfig(request *DescribeLogConfigRequest) (_result *DescribeLogConfigResponse, _err error)
func (*Client) DescribeLogConfigWithOptions ¶
func (client *Client) DescribeLogConfigWithOptions(request *DescribeLogConfigRequest, runtime *util.RuntimeOptions) (_result *DescribeLogConfigResponse, _err error)
func (*Client) DescribePurchasedApi ¶
func (client *Client) DescribePurchasedApi(request *DescribePurchasedApiRequest) (_result *DescribePurchasedApiResponse, _err error)
func (*Client) DescribePurchasedApiGroupDetail ¶
func (client *Client) DescribePurchasedApiGroupDetail(request *DescribePurchasedApiGroupDetailRequest) (_result *DescribePurchasedApiGroupDetailResponse, _err error)
func (*Client) DescribePurchasedApiGroupDetailWithOptions ¶
func (client *Client) DescribePurchasedApiGroupDetailWithOptions(request *DescribePurchasedApiGroupDetailRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiGroupDetailResponse, _err error)
func (*Client) DescribePurchasedApiGroups ¶
func (client *Client) DescribePurchasedApiGroups(request *DescribePurchasedApiGroupsRequest) (_result *DescribePurchasedApiGroupsResponse, _err error)
func (*Client) DescribePurchasedApiGroupsWithOptions ¶
func (client *Client) DescribePurchasedApiGroupsWithOptions(request *DescribePurchasedApiGroupsRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiGroupsResponse, _err error)
func (*Client) DescribePurchasedApiWithOptions ¶
func (client *Client) DescribePurchasedApiWithOptions(request *DescribePurchasedApiRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApiResponse, _err error)
func (*Client) DescribePurchasedApis ¶
func (client *Client) DescribePurchasedApis(request *DescribePurchasedApisRequest) (_result *DescribePurchasedApisResponse, _err error)
func (*Client) DescribePurchasedApisWithOptions ¶
func (client *Client) DescribePurchasedApisWithOptions(request *DescribePurchasedApisRequest, runtime *util.RuntimeOptions) (_result *DescribePurchasedApisResponse, _err error)
func (*Client) DescribeRaceWorkForInner ¶
func (client *Client) DescribeRaceWorkForInner(request *DescribeRaceWorkForInnerRequest) (_result *DescribeRaceWorkForInnerResponse, _err error)
func (*Client) DescribeRaceWorkForInnerWithOptions ¶
func (client *Client) DescribeRaceWorkForInnerWithOptions(request *DescribeRaceWorkForInnerRequest, runtime *util.RuntimeOptions) (_result *DescribeRaceWorkForInnerResponse, _err error)
func (*Client) DescribeRegions ¶
func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error)
func (*Client) DescribeRegionsWithOptions ¶
func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)
func (*Client) DescribeRulesByApi ¶
func (client *Client) DescribeRulesByApi(request *DescribeRulesByApiRequest) (_result *DescribeRulesByApiResponse, _err error)
func (*Client) DescribeRulesByApiWithOptions ¶
func (client *Client) DescribeRulesByApiWithOptions(request *DescribeRulesByApiRequest, runtime *util.RuntimeOptions) (_result *DescribeRulesByApiResponse, _err error)
func (*Client) DescribeSecretKeys ¶
func (client *Client) DescribeSecretKeys(request *DescribeSecretKeysRequest) (_result *DescribeSecretKeysResponse, _err error)
func (*Client) DescribeSecretKeysWithOptions ¶
func (client *Client) DescribeSecretKeysWithOptions(request *DescribeSecretKeysRequest, runtime *util.RuntimeOptions) (_result *DescribeSecretKeysResponse, _err error)
func (*Client) DescribeSystemParameters ¶
func (client *Client) DescribeSystemParameters(request *DescribeSystemParametersRequest) (_result *DescribeSystemParametersResponse, _err error)
func (*Client) DescribeSystemParametersWithOptions ¶
func (client *Client) DescribeSystemParametersWithOptions(request *DescribeSystemParametersRequest, runtime *util.RuntimeOptions) (_result *DescribeSystemParametersResponse, _err error)
func (*Client) DescribeSystemParams ¶
func (client *Client) DescribeSystemParams(request *DescribeSystemParamsRequest) (_result *DescribeSystemParamsResponse, _err error)
func (*Client) DescribeSystemParamsWithOptions ¶
func (client *Client) DescribeSystemParamsWithOptions(request *DescribeSystemParamsRequest, runtime *util.RuntimeOptions) (_result *DescribeSystemParamsResponse, _err error)
func (*Client) DescribeTrafficControls ¶
func (client *Client) DescribeTrafficControls(request *DescribeTrafficControlsRequest) (_result *DescribeTrafficControlsResponse, _err error)
func (*Client) DescribeTrafficControlsWithOptions ¶
func (client *Client) DescribeTrafficControlsWithOptions(request *DescribeTrafficControlsRequest, runtime *util.RuntimeOptions) (_result *DescribeTrafficControlsResponse, _err error)
func (*Client) ExportSwagger ¶
func (client *Client) ExportSwagger(request *ExportSwaggerRequest) (_result *ExportSwaggerResponse, _err error)
func (*Client) ExportSwaggerWithOptions ¶
func (client *Client) ExportSwaggerWithOptions(request *ExportSwaggerRequest, runtime *util.RuntimeOptions) (_result *ExportSwaggerResponse, _err error)
func (*Client) GetApiMethods ¶
func (client *Client) GetApiMethods(request *GetApiMethodsRequest) (_result *GetApiMethodsResponse, _err error)
func (*Client) GetApiMethodsWithOptions ¶
func (client *Client) GetApiMethodsWithOptions(request *GetApiMethodsRequest, runtime *util.RuntimeOptions) (_result *GetApiMethodsResponse, _err error)
func (*Client) GetCustomizedInfo ¶
func (client *Client) GetCustomizedInfo(request *GetCustomizedInfoRequest) (_result *GetCustomizedInfoResponse, _err error)
func (*Client) GetCustomizedInfoWithOptions ¶
func (client *Client) GetCustomizedInfoWithOptions(request *GetCustomizedInfoRequest, runtime *util.RuntimeOptions) (_result *GetCustomizedInfoResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) ImportSwagger ¶
func (client *Client) ImportSwagger(request *ImportSwaggerRequest) (_result *ImportSwaggerResponse, _err error)
func (*Client) ImportSwaggerWithOptions ¶
func (client *Client) ImportSwaggerWithOptions(request *ImportSwaggerRequest, runtime *util.RuntimeOptions) (_result *ImportSwaggerResponse, _err error)
func (*Client) ModifyApi ¶
func (client *Client) ModifyApi(request *ModifyApiRequest) (_result *ModifyApiResponse, _err error)
func (*Client) ModifyApiGroup ¶
func (client *Client) ModifyApiGroup(request *ModifyApiGroupRequest) (_result *ModifyApiGroupResponse, _err error)
func (*Client) ModifyApiGroupWithOptions ¶
func (client *Client) ModifyApiGroupWithOptions(request *ModifyApiGroupRequest, runtime *util.RuntimeOptions) (_result *ModifyApiGroupResponse, _err error)
func (*Client) ModifyApiWithOptions ¶
func (client *Client) ModifyApiWithOptions(request *ModifyApiRequest, runtime *util.RuntimeOptions) (_result *ModifyApiResponse, _err error)
func (*Client) ModifyApp ¶
func (client *Client) ModifyApp(request *ModifyAppRequest) (_result *ModifyAppResponse, _err error)
func (*Client) ModifyAppWithOptions ¶
func (client *Client) ModifyAppWithOptions(request *ModifyAppRequest, runtime *util.RuntimeOptions) (_result *ModifyAppResponse, _err error)
func (*Client) ModifyInstanceAttribute ¶
func (client *Client) ModifyInstanceAttribute(request *ModifyInstanceAttributeRequest) (_result *ModifyInstanceAttributeResponse, _err error)
func (*Client) ModifyInstanceAttributeWithOptions ¶
func (client *Client) ModifyInstanceAttributeWithOptions(request *ModifyInstanceAttributeRequest, runtime *util.RuntimeOptions) (_result *ModifyInstanceAttributeResponse, _err error)
func (*Client) ModifyInstanceVpcAttribute ¶
func (client *Client) ModifyInstanceVpcAttribute(request *ModifyInstanceVpcAttributeRequest) (_result *ModifyInstanceVpcAttributeResponse, _err error)
func (*Client) ModifyInstanceVpcAttributeWithOptions ¶
func (client *Client) ModifyInstanceVpcAttributeWithOptions(request *ModifyInstanceVpcAttributeRequest, runtime *util.RuntimeOptions) (_result *ModifyInstanceVpcAttributeResponse, _err error)
func (*Client) ModifyIpControl ¶
func (client *Client) ModifyIpControl(request *ModifyIpControlRequest) (_result *ModifyIpControlResponse, _err error)
func (*Client) ModifyIpControlPolicyItem ¶
func (client *Client) ModifyIpControlPolicyItem(request *ModifyIpControlPolicyItemRequest) (_result *ModifyIpControlPolicyItemResponse, _err error)
func (*Client) ModifyIpControlPolicyItemWithOptions ¶
func (client *Client) ModifyIpControlPolicyItemWithOptions(request *ModifyIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *ModifyIpControlPolicyItemResponse, _err error)
func (*Client) ModifyIpControlWithOptions ¶
func (client *Client) ModifyIpControlWithOptions(request *ModifyIpControlRequest, runtime *util.RuntimeOptions) (_result *ModifyIpControlResponse, _err error)
func (*Client) ModifyLogConfig ¶
func (client *Client) ModifyLogConfig(request *ModifyLogConfigRequest) (_result *ModifyLogConfigResponse, _err error)
func (*Client) ModifyLogConfigWithOptions ¶
func (client *Client) ModifyLogConfigWithOptions(request *ModifyLogConfigRequest, runtime *util.RuntimeOptions) (_result *ModifyLogConfigResponse, _err error)
func (*Client) ModifySecretKey ¶
func (client *Client) ModifySecretKey(request *ModifySecretKeyRequest) (_result *ModifySecretKeyResponse, _err error)
func (*Client) ModifySecretKeyWithOptions ¶
func (client *Client) ModifySecretKeyWithOptions(request *ModifySecretKeyRequest, runtime *util.RuntimeOptions) (_result *ModifySecretKeyResponse, _err error)
func (*Client) ModifyTrafficControl ¶
func (client *Client) ModifyTrafficControl(request *ModifyTrafficControlRequest) (_result *ModifyTrafficControlResponse, _err error)
func (*Client) ModifyTrafficControlWithOptions ¶
func (client *Client) ModifyTrafficControlWithOptions(request *ModifyTrafficControlRequest, runtime *util.RuntimeOptions) (_result *ModifyTrafficControlResponse, _err error)
func (*Client) ReactivateDomain ¶
func (client *Client) ReactivateDomain(request *ReactivateDomainRequest) (_result *ReactivateDomainResponse, _err error)
func (*Client) ReactivateDomainWithOptions ¶
func (client *Client) ReactivateDomainWithOptions(request *ReactivateDomainRequest, runtime *util.RuntimeOptions) (_result *ReactivateDomainResponse, _err error)
func (*Client) RecoverApiFromHistorical ¶
func (client *Client) RecoverApiFromHistorical(request *RecoverApiFromHistoricalRequest) (_result *RecoverApiFromHistoricalResponse, _err error)
func (*Client) RecoverApiFromHistoricalWithOptions ¶
func (client *Client) RecoverApiFromHistoricalWithOptions(request *RecoverApiFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoverApiFromHistoricalResponse, _err error)
func (*Client) RecoveryApiDefineFromHistorical ¶
func (client *Client) RecoveryApiDefineFromHistorical(request *RecoveryApiDefineFromHistoricalRequest) (_result *RecoveryApiDefineFromHistoricalResponse, _err error)
func (*Client) RecoveryApiDefineFromHistoricalWithOptions ¶
func (client *Client) RecoveryApiDefineFromHistoricalWithOptions(request *RecoveryApiDefineFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoveryApiDefineFromHistoricalResponse, _err error)
func (*Client) RecoveryApiFromHistorical ¶
func (client *Client) RecoveryApiFromHistorical(request *RecoveryApiFromHistoricalRequest) (_result *RecoveryApiFromHistoricalResponse, _err error)
func (*Client) RecoveryApiFromHistoricalWithOptions ¶
func (client *Client) RecoveryApiFromHistoricalWithOptions(request *RecoveryApiFromHistoricalRequest, runtime *util.RuntimeOptions) (_result *RecoveryApiFromHistoricalResponse, _err error)
func (*Client) RefreshDomain ¶
func (client *Client) RefreshDomain(request *RefreshDomainRequest) (_result *RefreshDomainResponse, _err error)
func (*Client) RefreshDomainWithOptions ¶
func (client *Client) RefreshDomainWithOptions(request *RefreshDomainRequest, runtime *util.RuntimeOptions) (_result *RefreshDomainResponse, _err error)
func (*Client) RemoveAccessPermissionByApis ¶
func (client *Client) RemoveAccessPermissionByApis(request *RemoveAccessPermissionByApisRequest) (_result *RemoveAccessPermissionByApisResponse, _err error)
func (*Client) RemoveAccessPermissionByApisWithOptions ¶
func (client *Client) RemoveAccessPermissionByApisWithOptions(request *RemoveAccessPermissionByApisRequest, runtime *util.RuntimeOptions) (_result *RemoveAccessPermissionByApisResponse, _err error)
func (*Client) RemoveAccessPermissionByApps ¶
func (client *Client) RemoveAccessPermissionByApps(request *RemoveAccessPermissionByAppsRequest) (_result *RemoveAccessPermissionByAppsResponse, _err error)
func (*Client) RemoveAccessPermissionByAppsWithOptions ¶
func (client *Client) RemoveAccessPermissionByAppsWithOptions(request *RemoveAccessPermissionByAppsRequest, runtime *util.RuntimeOptions) (_result *RemoveAccessPermissionByAppsResponse, _err error)
func (*Client) RemoveAllBlackList ¶
func (client *Client) RemoveAllBlackList(request *RemoveAllBlackListRequest) (_result *RemoveAllBlackListResponse, _err error)
func (*Client) RemoveAllBlackListWithOptions ¶
func (client *Client) RemoveAllBlackListWithOptions(request *RemoveAllBlackListRequest, runtime *util.RuntimeOptions) (_result *RemoveAllBlackListResponse, _err error)
func (*Client) RemoveApiRule ¶
func (client *Client) RemoveApiRule(request *RemoveApiRuleRequest) (_result *RemoveApiRuleResponse, _err error)
func (*Client) RemoveApiRuleWithOptions ¶
func (client *Client) RemoveApiRuleWithOptions(request *RemoveApiRuleRequest, runtime *util.RuntimeOptions) (_result *RemoveApiRuleResponse, _err error)
func (*Client) RemoveBlackList ¶
func (client *Client) RemoveBlackList(request *RemoveBlackListRequest) (_result *RemoveBlackListResponse, _err error)
func (*Client) RemoveBlackListWithOptions ¶
func (client *Client) RemoveBlackListWithOptions(request *RemoveBlackListRequest, runtime *util.RuntimeOptions) (_result *RemoveBlackListResponse, _err error)
func (*Client) RemoveIpControlApis ¶
func (client *Client) RemoveIpControlApis(request *RemoveIpControlApisRequest) (_result *RemoveIpControlApisResponse, _err error)
func (*Client) RemoveIpControlApisWithOptions ¶
func (client *Client) RemoveIpControlApisWithOptions(request *RemoveIpControlApisRequest, runtime *util.RuntimeOptions) (_result *RemoveIpControlApisResponse, _err error)
func (*Client) RemoveIpControlPolicyItem ¶
func (client *Client) RemoveIpControlPolicyItem(request *RemoveIpControlPolicyItemRequest) (_result *RemoveIpControlPolicyItemResponse, _err error)
func (*Client) RemoveIpControlPolicyItemWithOptions ¶
func (client *Client) RemoveIpControlPolicyItemWithOptions(request *RemoveIpControlPolicyItemRequest, runtime *util.RuntimeOptions) (_result *RemoveIpControlPolicyItemResponse, _err error)
func (*Client) ResetAppKeySecret ¶
func (client *Client) ResetAppKeySecret(request *ResetAppKeySecretRequest) (_result *ResetAppKeySecretResponse, _err error)
func (*Client) ResetAppKeySecretWithOptions ¶
func (client *Client) ResetAppKeySecretWithOptions(request *ResetAppKeySecretRequest, runtime *util.RuntimeOptions) (_result *ResetAppKeySecretResponse, _err error)
func (*Client) ResetCustomized ¶
func (client *Client) ResetCustomized(request *ResetCustomizedRequest) (_result *ResetCustomizedResponse, _err error)
func (*Client) ResetCustomizedWithOptions ¶
func (client *Client) ResetCustomizedWithOptions(request *ResetCustomizedRequest, runtime *util.RuntimeOptions) (_result *ResetCustomizedResponse, _err error)
func (*Client) SdkGenerate ¶
func (client *Client) SdkGenerate(request *SdkGenerateRequest) (_result *SdkGenerateResponse, _err error)
func (*Client) SdkGenerateByApp ¶
func (client *Client) SdkGenerateByApp(request *SdkGenerateByAppRequest) (_result *SdkGenerateByAppResponse, _err error)
func (*Client) SdkGenerateByAppWithOptions ¶
func (client *Client) SdkGenerateByAppWithOptions(request *SdkGenerateByAppRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateByAppResponse, _err error)
func (*Client) SdkGenerateByGroup ¶
func (client *Client) SdkGenerateByGroup(request *SdkGenerateByGroupRequest) (_result *SdkGenerateByGroupResponse, _err error)
func (*Client) SdkGenerateByGroupWithOptions ¶
func (client *Client) SdkGenerateByGroupWithOptions(request *SdkGenerateByGroupRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateByGroupResponse, _err error)
func (*Client) SdkGenerateWithOptions ¶
func (client *Client) SdkGenerateWithOptions(request *SdkGenerateRequest, runtime *util.RuntimeOptions) (_result *SdkGenerateResponse, _err error)
func (*Client) SetAccessPermissionByApis ¶
func (client *Client) SetAccessPermissionByApis(request *SetAccessPermissionByApisRequest) (_result *SetAccessPermissionByApisResponse, _err error)
func (*Client) SetAccessPermissionByApisWithOptions ¶
func (client *Client) SetAccessPermissionByApisWithOptions(request *SetAccessPermissionByApisRequest, runtime *util.RuntimeOptions) (_result *SetAccessPermissionByApisResponse, _err error)
func (*Client) SetAccessPermissions ¶
func (client *Client) SetAccessPermissions(request *SetAccessPermissionsRequest) (_result *SetAccessPermissionsResponse, _err error)
func (*Client) SetAccessPermissionsWithOptions ¶
func (client *Client) SetAccessPermissionsWithOptions(request *SetAccessPermissionsRequest, runtime *util.RuntimeOptions) (_result *SetAccessPermissionsResponse, _err error)
func (*Client) SetApiRule ¶
func (client *Client) SetApiRule(request *SetApiRuleRequest) (_result *SetApiRuleResponse, _err error)
func (*Client) SetApiRuleWithOptions ¶
func (client *Client) SetApiRuleWithOptions(request *SetApiRuleRequest, runtime *util.RuntimeOptions) (_result *SetApiRuleResponse, _err error)
func (*Client) SetDomain ¶
func (client *Client) SetDomain(request *SetDomainRequest) (_result *SetDomainResponse, _err error)
func (*Client) SetDomainCertificate ¶
func (client *Client) SetDomainCertificate(request *SetDomainCertificateRequest) (_result *SetDomainCertificateResponse, _err error)
func (*Client) SetDomainCertificateWithOptions ¶
func (client *Client) SetDomainCertificateWithOptions(request *SetDomainCertificateRequest, runtime *util.RuntimeOptions) (_result *SetDomainCertificateResponse, _err error)
func (*Client) SetDomainWebSocketStatus ¶
func (client *Client) SetDomainWebSocketStatus(request *SetDomainWebSocketStatusRequest) (_result *SetDomainWebSocketStatusResponse, _err error)
func (*Client) SetDomainWebSocketStatusWithOptions ¶
func (client *Client) SetDomainWebSocketStatusWithOptions(request *SetDomainWebSocketStatusRequest, runtime *util.RuntimeOptions) (_result *SetDomainWebSocketStatusResponse, _err error)
func (*Client) SetDomainWithOptions ¶
func (client *Client) SetDomainWithOptions(request *SetDomainRequest, runtime *util.RuntimeOptions) (_result *SetDomainResponse, _err error)
func (*Client) SetIpControlApis ¶
func (client *Client) SetIpControlApis(request *SetIpControlApisRequest) (_result *SetIpControlApisResponse, _err error)
func (*Client) SetIpControlApisWithOptions ¶
func (client *Client) SetIpControlApisWithOptions(request *SetIpControlApisRequest, runtime *util.RuntimeOptions) (_result *SetIpControlApisResponse, _err error)
func (*Client) SetMockIntegration ¶
func (client *Client) SetMockIntegration(request *SetMockIntegrationRequest) (_result *SetMockIntegrationResponse, _err error)
func (*Client) SetMockIntegrationWithOptions ¶
func (client *Client) SetMockIntegrationWithOptions(request *SetMockIntegrationRequest, runtime *util.RuntimeOptions) (_result *SetMockIntegrationResponse, _err error)
func (*Client) SetWildcardDomainPatterns ¶
func (client *Client) SetWildcardDomainPatterns(request *SetWildcardDomainPatternsRequest) (_result *SetWildcardDomainPatternsResponse, _err error)
func (*Client) SetWildcardDomainPatternsWithOptions ¶
func (client *Client) SetWildcardDomainPatternsWithOptions(request *SetWildcardDomainPatternsRequest, runtime *util.RuntimeOptions) (_result *SetWildcardDomainPatternsResponse, _err error)
func (*Client) SwitchApi ¶
func (client *Client) SwitchApi(request *SwitchApiRequest) (_result *SwitchApiResponse, _err error)
func (*Client) SwitchApiWithOptions ¶
func (client *Client) SwitchApiWithOptions(request *SwitchApiRequest, runtime *util.RuntimeOptions) (_result *SwitchApiResponse, _err error)
func (*Client) VpcDescribeAccesses ¶
func (client *Client) VpcDescribeAccesses(request *VpcDescribeAccessesRequest) (_result *VpcDescribeAccessesResponse, _err error)
func (*Client) VpcDescribeAccessesWithOptions ¶
func (client *Client) VpcDescribeAccessesWithOptions(request *VpcDescribeAccessesRequest, runtime *util.RuntimeOptions) (_result *VpcDescribeAccessesResponse, _err error)
func (*Client) VpcGrantAccess ¶
func (client *Client) VpcGrantAccess(request *VpcGrantAccessRequest) (_result *VpcGrantAccessResponse, _err error)
func (*Client) VpcGrantAccessWithOptions ¶
func (client *Client) VpcGrantAccessWithOptions(request *VpcGrantAccessRequest, runtime *util.RuntimeOptions) (_result *VpcGrantAccessResponse, _err error)
func (*Client) VpcModifyAccess ¶
func (client *Client) VpcModifyAccess(request *VpcModifyAccessRequest) (_result *VpcModifyAccessResponse, _err error)
func (*Client) VpcModifyAccessWithOptions ¶
func (client *Client) VpcModifyAccessWithOptions(request *VpcModifyAccessRequest, runtime *util.RuntimeOptions) (_result *VpcModifyAccessResponse, _err error)
func (*Client) VpcRevokeAccess ¶
func (client *Client) VpcRevokeAccess(request *VpcRevokeAccessRequest) (_result *VpcRevokeAccessResponse, _err error)
func (*Client) VpcRevokeAccessWithOptions ¶
func (client *Client) VpcRevokeAccessWithOptions(request *VpcRevokeAccessRequest, runtime *util.RuntimeOptions) (_result *VpcRevokeAccessResponse, _err error)
type CreateApiGroupRequest ¶
type CreateApiGroupRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (CreateApiGroupRequest) GoString ¶
func (s CreateApiGroupRequest) GoString() string
func (*CreateApiGroupRequest) SetDescription ¶
func (s *CreateApiGroupRequest) SetDescription(v string) *CreateApiGroupRequest
func (*CreateApiGroupRequest) SetGroupName ¶
func (s *CreateApiGroupRequest) SetGroupName(v string) *CreateApiGroupRequest
func (*CreateApiGroupRequest) SetInstanceId ¶
func (s *CreateApiGroupRequest) SetInstanceId(v string) *CreateApiGroupRequest
func (*CreateApiGroupRequest) SetSecurityToken ¶
func (s *CreateApiGroupRequest) SetSecurityToken(v string) *CreateApiGroupRequest
func (CreateApiGroupRequest) String ¶
func (s CreateApiGroupRequest) String() string
type CreateApiGroupResponse ¶
type CreateApiGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateApiGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateApiGroupResponse) GoString ¶
func (s CreateApiGroupResponse) GoString() string
func (*CreateApiGroupResponse) SetBody ¶
func (s *CreateApiGroupResponse) SetBody(v *CreateApiGroupResponseBody) *CreateApiGroupResponse
func (*CreateApiGroupResponse) SetHeaders ¶
func (s *CreateApiGroupResponse) SetHeaders(v map[string]*string) *CreateApiGroupResponse
func (*CreateApiGroupResponse) SetStatusCode ¶
func (s *CreateApiGroupResponse) SetStatusCode(v int32) *CreateApiGroupResponse
func (CreateApiGroupResponse) String ¶
func (s CreateApiGroupResponse) String() string
type CreateApiGroupResponseBody ¶
type CreateApiGroupResponseBody struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` }
func (CreateApiGroupResponseBody) GoString ¶
func (s CreateApiGroupResponseBody) GoString() string
func (*CreateApiGroupResponseBody) SetDescription ¶
func (s *CreateApiGroupResponseBody) SetDescription(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetGroupId ¶
func (s *CreateApiGroupResponseBody) SetGroupId(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetGroupName ¶
func (s *CreateApiGroupResponseBody) SetGroupName(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetInstanceId ¶
func (s *CreateApiGroupResponseBody) SetInstanceId(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetInstanceType ¶
func (s *CreateApiGroupResponseBody) SetInstanceType(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetRequestId ¶
func (s *CreateApiGroupResponseBody) SetRequestId(v string) *CreateApiGroupResponseBody
func (*CreateApiGroupResponseBody) SetSubDomain ¶
func (s *CreateApiGroupResponseBody) SetSubDomain(v string) *CreateApiGroupResponseBody
func (CreateApiGroupResponseBody) String ¶
func (s CreateApiGroupResponseBody) String() string
type CreateApiRequest ¶
type CreateApiRequest struct { AllowSignatureMethod *string `json:"AllowSignatureMethod,omitempty" xml:"AllowSignatureMethod,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AppCodeAuthType *string `json:"AppCodeAuthType,omitempty" xml:"AppCodeAuthType,omitempty"` AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableInternet *bool `json:"DisableInternet,omitempty" xml:"DisableInternet,omitempty"` ErrorCodeSamples *string `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` ForceNonceCheck *bool `json:"ForceNonceCheck,omitempty" xml:"ForceNonceCheck,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` OpenIdConnectConfig *string `json:"OpenIdConnectConfig,omitempty" xml:"OpenIdConnectConfig,omitempty"` RequestConfig *string `json:"RequestConfig,omitempty" xml:"RequestConfig,omitempty"` RequestParamters *string `json:"RequestParamters,omitempty" xml:"RequestParamters,omitempty"` ResultBodyModel *string `json:"ResultBodyModel,omitempty" xml:"ResultBodyModel,omitempty"` ResultDescriptions *string `json:"ResultDescriptions,omitempty" xml:"ResultDescriptions,omitempty"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` ServiceConfig *string `json:"ServiceConfig,omitempty" xml:"ServiceConfig,omitempty"` ServiceParameters *string `json:"ServiceParameters,omitempty" xml:"ServiceParameters,omitempty"` ServiceParametersMap *string `json:"ServiceParametersMap,omitempty" xml:"ServiceParametersMap,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` WebSocketApiType *string `json:"WebSocketApiType,omitempty" xml:"WebSocketApiType,omitempty"` }
func (CreateApiRequest) GoString ¶
func (s CreateApiRequest) GoString() string
func (*CreateApiRequest) SetAllowSignatureMethod ¶
func (s *CreateApiRequest) SetAllowSignatureMethod(v string) *CreateApiRequest
func (*CreateApiRequest) SetApiName ¶
func (s *CreateApiRequest) SetApiName(v string) *CreateApiRequest
func (*CreateApiRequest) SetAppCodeAuthType ¶
func (s *CreateApiRequest) SetAppCodeAuthType(v string) *CreateApiRequest
func (*CreateApiRequest) SetAuthType ¶
func (s *CreateApiRequest) SetAuthType(v string) *CreateApiRequest
func (*CreateApiRequest) SetDescription ¶
func (s *CreateApiRequest) SetDescription(v string) *CreateApiRequest
func (*CreateApiRequest) SetDisableInternet ¶
func (s *CreateApiRequest) SetDisableInternet(v bool) *CreateApiRequest
func (*CreateApiRequest) SetErrorCodeSamples ¶
func (s *CreateApiRequest) SetErrorCodeSamples(v string) *CreateApiRequest
func (*CreateApiRequest) SetFailResultSample ¶
func (s *CreateApiRequest) SetFailResultSample(v string) *CreateApiRequest
func (*CreateApiRequest) SetForceNonceCheck ¶
func (s *CreateApiRequest) SetForceNonceCheck(v bool) *CreateApiRequest
func (*CreateApiRequest) SetGroupId ¶
func (s *CreateApiRequest) SetGroupId(v string) *CreateApiRequest
func (*CreateApiRequest) SetOpenIdConnectConfig ¶
func (s *CreateApiRequest) SetOpenIdConnectConfig(v string) *CreateApiRequest
func (*CreateApiRequest) SetRequestConfig ¶
func (s *CreateApiRequest) SetRequestConfig(v string) *CreateApiRequest
func (*CreateApiRequest) SetRequestParamters ¶
func (s *CreateApiRequest) SetRequestParamters(v string) *CreateApiRequest
func (*CreateApiRequest) SetResultBodyModel ¶
func (s *CreateApiRequest) SetResultBodyModel(v string) *CreateApiRequest
func (*CreateApiRequest) SetResultDescriptions ¶
func (s *CreateApiRequest) SetResultDescriptions(v string) *CreateApiRequest
func (*CreateApiRequest) SetResultSample ¶
func (s *CreateApiRequest) SetResultSample(v string) *CreateApiRequest
func (*CreateApiRequest) SetResultType ¶
func (s *CreateApiRequest) SetResultType(v string) *CreateApiRequest
func (*CreateApiRequest) SetSecurityToken ¶
func (s *CreateApiRequest) SetSecurityToken(v string) *CreateApiRequest
func (*CreateApiRequest) SetServiceConfig ¶
func (s *CreateApiRequest) SetServiceConfig(v string) *CreateApiRequest
func (*CreateApiRequest) SetServiceParameters ¶
func (s *CreateApiRequest) SetServiceParameters(v string) *CreateApiRequest
func (*CreateApiRequest) SetServiceParametersMap ¶
func (s *CreateApiRequest) SetServiceParametersMap(v string) *CreateApiRequest
func (*CreateApiRequest) SetVisibility ¶
func (s *CreateApiRequest) SetVisibility(v string) *CreateApiRequest
func (*CreateApiRequest) SetWebSocketApiType ¶
func (s *CreateApiRequest) SetWebSocketApiType(v string) *CreateApiRequest
func (CreateApiRequest) String ¶
func (s CreateApiRequest) String() string
type CreateApiResponse ¶
type CreateApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateApiResponse) GoString ¶
func (s CreateApiResponse) GoString() string
func (*CreateApiResponse) SetBody ¶
func (s *CreateApiResponse) SetBody(v *CreateApiResponseBody) *CreateApiResponse
func (*CreateApiResponse) SetHeaders ¶
func (s *CreateApiResponse) SetHeaders(v map[string]*string) *CreateApiResponse
func (*CreateApiResponse) SetStatusCode ¶
func (s *CreateApiResponse) SetStatusCode(v int32) *CreateApiResponse
func (CreateApiResponse) String ¶
func (s CreateApiResponse) String() string
type CreateApiResponseBody ¶
type CreateApiResponseBody struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateApiResponseBody) GoString ¶
func (s CreateApiResponseBody) GoString() string
func (*CreateApiResponseBody) SetApiId ¶
func (s *CreateApiResponseBody) SetApiId(v string) *CreateApiResponseBody
func (*CreateApiResponseBody) SetRequestId ¶
func (s *CreateApiResponseBody) SetRequestId(v string) *CreateApiResponseBody
func (CreateApiResponseBody) String ¶
func (s CreateApiResponseBody) String() string
type CreateApiStageVariableRequest ¶
type CreateApiStageVariableRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageRouteModel *string `json:"StageRouteModel,omitempty" xml:"StageRouteModel,omitempty"` SupportRoute *bool `json:"SupportRoute,omitempty" xml:"SupportRoute,omitempty"` VariableName *string `json:"VariableName,omitempty" xml:"VariableName,omitempty"` VariableValue *string `json:"VariableValue,omitempty" xml:"VariableValue,omitempty"` }
func (CreateApiStageVariableRequest) GoString ¶
func (s CreateApiStageVariableRequest) GoString() string
func (*CreateApiStageVariableRequest) SetGroupId ¶
func (s *CreateApiStageVariableRequest) SetGroupId(v string) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetSecurityToken ¶
func (s *CreateApiStageVariableRequest) SetSecurityToken(v string) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetStageId ¶
func (s *CreateApiStageVariableRequest) SetStageId(v string) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetStageRouteModel ¶
func (s *CreateApiStageVariableRequest) SetStageRouteModel(v string) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetSupportRoute ¶
func (s *CreateApiStageVariableRequest) SetSupportRoute(v bool) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetVariableName ¶
func (s *CreateApiStageVariableRequest) SetVariableName(v string) *CreateApiStageVariableRequest
func (*CreateApiStageVariableRequest) SetVariableValue ¶
func (s *CreateApiStageVariableRequest) SetVariableValue(v string) *CreateApiStageVariableRequest
func (CreateApiStageVariableRequest) String ¶
func (s CreateApiStageVariableRequest) String() string
type CreateApiStageVariableResponse ¶
type CreateApiStageVariableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateApiStageVariableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateApiStageVariableResponse) GoString ¶
func (s CreateApiStageVariableResponse) GoString() string
func (*CreateApiStageVariableResponse) SetBody ¶
func (s *CreateApiStageVariableResponse) SetBody(v *CreateApiStageVariableResponseBody) *CreateApiStageVariableResponse
func (*CreateApiStageVariableResponse) SetHeaders ¶
func (s *CreateApiStageVariableResponse) SetHeaders(v map[string]*string) *CreateApiStageVariableResponse
func (*CreateApiStageVariableResponse) SetStatusCode ¶
func (s *CreateApiStageVariableResponse) SetStatusCode(v int32) *CreateApiStageVariableResponse
func (CreateApiStageVariableResponse) String ¶
func (s CreateApiStageVariableResponse) String() string
type CreateApiStageVariableResponseBody ¶
type CreateApiStageVariableResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (CreateApiStageVariableResponseBody) GoString ¶
func (s CreateApiStageVariableResponseBody) GoString() string
func (*CreateApiStageVariableResponseBody) SetRequestId ¶
func (s *CreateApiStageVariableResponseBody) SetRequestId(v string) *CreateApiStageVariableResponseBody
func (CreateApiStageVariableResponseBody) String ¶
func (s CreateApiStageVariableResponseBody) String() string
type CreateAppRequest ¶
type CreateAppRequest struct { AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (CreateAppRequest) GoString ¶
func (s CreateAppRequest) GoString() string
func (*CreateAppRequest) SetAppName ¶
func (s *CreateAppRequest) SetAppName(v string) *CreateAppRequest
func (*CreateAppRequest) SetDescription ¶
func (s *CreateAppRequest) SetDescription(v string) *CreateAppRequest
func (*CreateAppRequest) SetSecurityToken ¶
func (s *CreateAppRequest) SetSecurityToken(v string) *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 (s *CreateAppResponse) SetBody(v *CreateAppResponseBody) *CreateAppResponse
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 { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateAppResponseBody) GoString ¶
func (s CreateAppResponseBody) GoString() string
func (*CreateAppResponseBody) SetAppId ¶
func (s *CreateAppResponseBody) SetAppId(v int64) *CreateAppResponseBody
func (*CreateAppResponseBody) SetRequestId ¶
func (s *CreateAppResponseBody) SetRequestId(v string) *CreateAppResponseBody
func (CreateAppResponseBody) String ¶
func (s CreateAppResponseBody) String() string
type CreateCustomizedInfoRequest ¶
type CreateCustomizedInfoRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` CsharpDemo *string `json:"CsharpDemo,omitempty" xml:"CsharpDemo,omitempty"` CurlDemo *string `json:"CurlDemo,omitempty" xml:"CurlDemo,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` JavaDemo *string `json:"JavaDemo,omitempty" xml:"JavaDemo,omitempty"` ObjectcDemo *string `json:"ObjectcDemo,omitempty" xml:"ObjectcDemo,omitempty"` PhpDemo *string `json:"PhpDemo,omitempty" xml:"PhpDemo,omitempty"` PythonDemo *string `json:"PythonDemo,omitempty" xml:"PythonDemo,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (CreateCustomizedInfoRequest) GoString ¶
func (s CreateCustomizedInfoRequest) GoString() string
func (*CreateCustomizedInfoRequest) SetApiId ¶
func (s *CreateCustomizedInfoRequest) SetApiId(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetApiName ¶
func (s *CreateCustomizedInfoRequest) SetApiName(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetCsharpDemo ¶
func (s *CreateCustomizedInfoRequest) SetCsharpDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetCurlDemo ¶
func (s *CreateCustomizedInfoRequest) SetCurlDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetGroupId ¶
func (s *CreateCustomizedInfoRequest) SetGroupId(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetJavaDemo ¶
func (s *CreateCustomizedInfoRequest) SetJavaDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetObjectcDemo ¶
func (s *CreateCustomizedInfoRequest) SetObjectcDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetPhpDemo ¶
func (s *CreateCustomizedInfoRequest) SetPhpDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetPythonDemo ¶
func (s *CreateCustomizedInfoRequest) SetPythonDemo(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetSecurityToken ¶
func (s *CreateCustomizedInfoRequest) SetSecurityToken(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetStageId ¶
func (s *CreateCustomizedInfoRequest) SetStageId(v string) *CreateCustomizedInfoRequest
func (*CreateCustomizedInfoRequest) SetStageName ¶
func (s *CreateCustomizedInfoRequest) SetStageName(v string) *CreateCustomizedInfoRequest
func (CreateCustomizedInfoRequest) String ¶
func (s CreateCustomizedInfoRequest) String() string
type CreateCustomizedInfoResponse ¶
type CreateCustomizedInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateCustomizedInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateCustomizedInfoResponse) GoString ¶
func (s CreateCustomizedInfoResponse) GoString() string
func (*CreateCustomizedInfoResponse) SetBody ¶
func (s *CreateCustomizedInfoResponse) SetBody(v *CreateCustomizedInfoResponseBody) *CreateCustomizedInfoResponse
func (*CreateCustomizedInfoResponse) SetHeaders ¶
func (s *CreateCustomizedInfoResponse) SetHeaders(v map[string]*string) *CreateCustomizedInfoResponse
func (*CreateCustomizedInfoResponse) SetStatusCode ¶
func (s *CreateCustomizedInfoResponse) SetStatusCode(v int32) *CreateCustomizedInfoResponse
func (CreateCustomizedInfoResponse) String ¶
func (s CreateCustomizedInfoResponse) String() string
type CreateCustomizedInfoResponseBody ¶
type CreateCustomizedInfoResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (CreateCustomizedInfoResponseBody) GoString ¶
func (s CreateCustomizedInfoResponseBody) GoString() string
func (*CreateCustomizedInfoResponseBody) SetRequestId ¶
func (s *CreateCustomizedInfoResponseBody) SetRequestId(v string) *CreateCustomizedInfoResponseBody
func (CreateCustomizedInfoResponseBody) String ¶
func (s CreateCustomizedInfoResponseBody) String() string
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { AccountQuantity *int32 `json:"AccountQuantity,omitempty" xml:"AccountQuantity,omitempty"` ExpiredOn *string `json:"ExpiredOn,omitempty" xml:"ExpiredOn,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` SkuId *string `json:"SkuId,omitempty" xml:"SkuId,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` }
func (CreateInstanceRequest) GoString ¶
func (s CreateInstanceRequest) GoString() string
func (*CreateInstanceRequest) SetAccountQuantity ¶
func (s *CreateInstanceRequest) SetAccountQuantity(v int32) *CreateInstanceRequest
func (*CreateInstanceRequest) SetExpiredOn ¶
func (s *CreateInstanceRequest) SetExpiredOn(v string) *CreateInstanceRequest
func (*CreateInstanceRequest) SetSecurityToken ¶
func (s *CreateInstanceRequest) SetSecurityToken(v string) *CreateInstanceRequest
func (*CreateInstanceRequest) SetSkuId ¶
func (s *CreateInstanceRequest) SetSkuId(v string) *CreateInstanceRequest
func (*CreateInstanceRequest) SetToken ¶
func (s *CreateInstanceRequest) SetToken(v string) *CreateInstanceRequest
func (CreateInstanceRequest) String ¶
func (s CreateInstanceRequest) String() string
type CreateInstanceResponse ¶
type CreateInstanceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateInstanceResponse) GoString ¶
func (s CreateInstanceResponse) GoString() string
func (*CreateInstanceResponse) SetBody ¶
func (s *CreateInstanceResponse) SetBody(v *CreateInstanceResponseBody) *CreateInstanceResponse
func (*CreateInstanceResponse) SetHeaders ¶
func (s *CreateInstanceResponse) SetHeaders(v map[string]*string) *CreateInstanceResponse
func (*CreateInstanceResponse) SetStatusCode ¶
func (s *CreateInstanceResponse) SetStatusCode(v int32) *CreateInstanceResponse
func (CreateInstanceResponse) String ¶
func (s CreateInstanceResponse) String() string
type CreateInstanceResponseBody ¶
type CreateInstanceResponseBody struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateInstanceResponseBody) GoString ¶
func (s CreateInstanceResponseBody) GoString() string
func (*CreateInstanceResponseBody) SetInstanceId ¶
func (s *CreateInstanceResponseBody) SetInstanceId(v string) *CreateInstanceResponseBody
func (*CreateInstanceResponseBody) SetRequestId ¶
func (s *CreateInstanceResponseBody) SetRequestId(v string) *CreateInstanceResponseBody
func (CreateInstanceResponseBody) String ¶
func (s CreateInstanceResponseBody) String() string
type CreateIntranetDomainRequest ¶
type CreateIntranetDomainRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (CreateIntranetDomainRequest) GoString ¶
func (s CreateIntranetDomainRequest) GoString() string
func (*CreateIntranetDomainRequest) SetGroupId ¶
func (s *CreateIntranetDomainRequest) SetGroupId(v string) *CreateIntranetDomainRequest
func (*CreateIntranetDomainRequest) SetSecurityToken ¶
func (s *CreateIntranetDomainRequest) SetSecurityToken(v string) *CreateIntranetDomainRequest
func (CreateIntranetDomainRequest) String ¶
func (s CreateIntranetDomainRequest) String() string
type CreateIntranetDomainResponse ¶
type CreateIntranetDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateIntranetDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateIntranetDomainResponse) GoString ¶
func (s CreateIntranetDomainResponse) GoString() string
func (*CreateIntranetDomainResponse) SetBody ¶
func (s *CreateIntranetDomainResponse) SetBody(v *CreateIntranetDomainResponseBody) *CreateIntranetDomainResponse
func (*CreateIntranetDomainResponse) SetHeaders ¶
func (s *CreateIntranetDomainResponse) SetHeaders(v map[string]*string) *CreateIntranetDomainResponse
func (*CreateIntranetDomainResponse) SetStatusCode ¶
func (s *CreateIntranetDomainResponse) SetStatusCode(v int32) *CreateIntranetDomainResponse
func (CreateIntranetDomainResponse) String ¶
func (s CreateIntranetDomainResponse) String() string
type CreateIntranetDomainResponseBody ¶
type CreateIntranetDomainResponseBody struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateIntranetDomainResponseBody) GoString ¶
func (s CreateIntranetDomainResponseBody) GoString() string
func (*CreateIntranetDomainResponseBody) SetDomainName ¶
func (s *CreateIntranetDomainResponseBody) SetDomainName(v string) *CreateIntranetDomainResponseBody
func (*CreateIntranetDomainResponseBody) SetRequestId ¶
func (s *CreateIntranetDomainResponseBody) SetRequestId(v string) *CreateIntranetDomainResponseBody
func (CreateIntranetDomainResponseBody) String ¶
func (s CreateIntranetDomainResponseBody) String() string
type CreateIpControlRequest ¶
type CreateIpControlRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` IpControlName *string `json:"IpControlName,omitempty" xml:"IpControlName,omitempty"` IpControlPolicys []*CreateIpControlRequestIpControlPolicys `json:"IpControlPolicys,omitempty" xml:"IpControlPolicys,omitempty" type:"Repeated"` IpControlType *string `json:"IpControlType,omitempty" xml:"IpControlType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (CreateIpControlRequest) GoString ¶
func (s CreateIpControlRequest) GoString() string
func (*CreateIpControlRequest) SetDescription ¶
func (s *CreateIpControlRequest) SetDescription(v string) *CreateIpControlRequest
func (*CreateIpControlRequest) SetIpControlName ¶
func (s *CreateIpControlRequest) SetIpControlName(v string) *CreateIpControlRequest
func (*CreateIpControlRequest) SetIpControlPolicys ¶
func (s *CreateIpControlRequest) SetIpControlPolicys(v []*CreateIpControlRequestIpControlPolicys) *CreateIpControlRequest
func (*CreateIpControlRequest) SetIpControlType ¶
func (s *CreateIpControlRequest) SetIpControlType(v string) *CreateIpControlRequest
func (*CreateIpControlRequest) SetSecurityToken ¶
func (s *CreateIpControlRequest) SetSecurityToken(v string) *CreateIpControlRequest
func (CreateIpControlRequest) String ¶
func (s CreateIpControlRequest) String() string
type CreateIpControlRequestIpControlPolicys ¶
type CreateIpControlRequestIpControlPolicys struct { AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` IP *string `json:"IP,omitempty" xml:"IP,omitempty"` }
func (CreateIpControlRequestIpControlPolicys) GoString ¶
func (s CreateIpControlRequestIpControlPolicys) GoString() string
func (*CreateIpControlRequestIpControlPolicys) SetAppId ¶
func (s *CreateIpControlRequestIpControlPolicys) SetAppId(v string) *CreateIpControlRequestIpControlPolicys
func (*CreateIpControlRequestIpControlPolicys) SetIP ¶
func (s *CreateIpControlRequestIpControlPolicys) SetIP(v string) *CreateIpControlRequestIpControlPolicys
func (CreateIpControlRequestIpControlPolicys) String ¶
func (s CreateIpControlRequestIpControlPolicys) String() string
type CreateIpControlResponse ¶
type CreateIpControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateIpControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateIpControlResponse) GoString ¶
func (s CreateIpControlResponse) GoString() string
func (*CreateIpControlResponse) SetBody ¶
func (s *CreateIpControlResponse) SetBody(v *CreateIpControlResponseBody) *CreateIpControlResponse
func (*CreateIpControlResponse) SetHeaders ¶
func (s *CreateIpControlResponse) SetHeaders(v map[string]*string) *CreateIpControlResponse
func (*CreateIpControlResponse) SetStatusCode ¶
func (s *CreateIpControlResponse) SetStatusCode(v int32) *CreateIpControlResponse
func (CreateIpControlResponse) String ¶
func (s CreateIpControlResponse) String() string
type CreateIpControlResponseBody ¶
type CreateIpControlResponseBody struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateIpControlResponseBody) GoString ¶
func (s CreateIpControlResponseBody) GoString() string
func (*CreateIpControlResponseBody) SetIpControlId ¶
func (s *CreateIpControlResponseBody) SetIpControlId(v string) *CreateIpControlResponseBody
func (*CreateIpControlResponseBody) SetRequestId ¶
func (s *CreateIpControlResponseBody) SetRequestId(v string) *CreateIpControlResponseBody
func (CreateIpControlResponseBody) String ¶
func (s CreateIpControlResponseBody) String() string
type CreateLogConfigRequest ¶
type CreateLogConfigRequest struct { LogType *string `json:"LogType,omitempty" xml:"LogType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` SlsLogStore *string `json:"SlsLogStore,omitempty" xml:"SlsLogStore,omitempty"` SlsProject *string `json:"SlsProject,omitempty" xml:"SlsProject,omitempty"` }
func (CreateLogConfigRequest) GoString ¶
func (s CreateLogConfigRequest) GoString() string
func (*CreateLogConfigRequest) SetLogType ¶
func (s *CreateLogConfigRequest) SetLogType(v string) *CreateLogConfigRequest
func (*CreateLogConfigRequest) SetSecurityToken ¶
func (s *CreateLogConfigRequest) SetSecurityToken(v string) *CreateLogConfigRequest
func (*CreateLogConfigRequest) SetSlsLogStore ¶
func (s *CreateLogConfigRequest) SetSlsLogStore(v string) *CreateLogConfigRequest
func (*CreateLogConfigRequest) SetSlsProject ¶
func (s *CreateLogConfigRequest) SetSlsProject(v string) *CreateLogConfigRequest
func (CreateLogConfigRequest) String ¶
func (s CreateLogConfigRequest) String() string
type CreateLogConfigResponse ¶
type CreateLogConfigResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateLogConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateLogConfigResponse) GoString ¶
func (s CreateLogConfigResponse) GoString() string
func (*CreateLogConfigResponse) SetBody ¶
func (s *CreateLogConfigResponse) SetBody(v *CreateLogConfigResponseBody) *CreateLogConfigResponse
func (*CreateLogConfigResponse) SetHeaders ¶
func (s *CreateLogConfigResponse) SetHeaders(v map[string]*string) *CreateLogConfigResponse
func (*CreateLogConfigResponse) SetStatusCode ¶
func (s *CreateLogConfigResponse) SetStatusCode(v int32) *CreateLogConfigResponse
func (CreateLogConfigResponse) String ¶
func (s CreateLogConfigResponse) String() string
type CreateLogConfigResponseBody ¶
type CreateLogConfigResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (CreateLogConfigResponseBody) GoString ¶
func (s CreateLogConfigResponseBody) GoString() string
func (*CreateLogConfigResponseBody) SetRequestId ¶
func (s *CreateLogConfigResponseBody) SetRequestId(v string) *CreateLogConfigResponseBody
func (CreateLogConfigResponseBody) String ¶
func (s CreateLogConfigResponseBody) String() string
type CreateRaceWorkForInnerRequest ¶
type CreateRaceWorkForInnerRequest struct { CommodityCode *string `json:"CommodityCode,omitempty" xml:"CommodityCode,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Keywords *string `json:"Keywords,omitempty" xml:"Keywords,omitempty"` LogoUrl *string `json:"LogoUrl,omitempty" xml:"LogoUrl,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` ShortDescription *string `json:"ShortDescription,omitempty" xml:"ShortDescription,omitempty"` WorkName *string `json:"WorkName,omitempty" xml:"WorkName,omitempty"` }
func (CreateRaceWorkForInnerRequest) GoString ¶
func (s CreateRaceWorkForInnerRequest) GoString() string
func (*CreateRaceWorkForInnerRequest) SetCommodityCode ¶
func (s *CreateRaceWorkForInnerRequest) SetCommodityCode(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetGroupId ¶
func (s *CreateRaceWorkForInnerRequest) SetGroupId(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetKeywords ¶
func (s *CreateRaceWorkForInnerRequest) SetKeywords(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetLogoUrl ¶
func (s *CreateRaceWorkForInnerRequest) SetLogoUrl(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetSecurityToken ¶
func (s *CreateRaceWorkForInnerRequest) SetSecurityToken(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetShortDescription ¶
func (s *CreateRaceWorkForInnerRequest) SetShortDescription(v string) *CreateRaceWorkForInnerRequest
func (*CreateRaceWorkForInnerRequest) SetWorkName ¶
func (s *CreateRaceWorkForInnerRequest) SetWorkName(v string) *CreateRaceWorkForInnerRequest
func (CreateRaceWorkForInnerRequest) String ¶
func (s CreateRaceWorkForInnerRequest) String() string
type CreateRaceWorkForInnerResponse ¶
type CreateRaceWorkForInnerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateRaceWorkForInnerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateRaceWorkForInnerResponse) GoString ¶
func (s CreateRaceWorkForInnerResponse) GoString() string
func (*CreateRaceWorkForInnerResponse) SetBody ¶
func (s *CreateRaceWorkForInnerResponse) SetBody(v *CreateRaceWorkForInnerResponseBody) *CreateRaceWorkForInnerResponse
func (*CreateRaceWorkForInnerResponse) SetHeaders ¶
func (s *CreateRaceWorkForInnerResponse) SetHeaders(v map[string]*string) *CreateRaceWorkForInnerResponse
func (*CreateRaceWorkForInnerResponse) SetStatusCode ¶
func (s *CreateRaceWorkForInnerResponse) SetStatusCode(v int32) *CreateRaceWorkForInnerResponse
func (CreateRaceWorkForInnerResponse) String ¶
func (s CreateRaceWorkForInnerResponse) String() string
type CreateRaceWorkForInnerResponseBody ¶
type CreateRaceWorkForInnerResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (CreateRaceWorkForInnerResponseBody) GoString ¶
func (s CreateRaceWorkForInnerResponseBody) GoString() string
func (*CreateRaceWorkForInnerResponseBody) SetRequestId ¶
func (s *CreateRaceWorkForInnerResponseBody) SetRequestId(v string) *CreateRaceWorkForInnerResponseBody
func (CreateRaceWorkForInnerResponseBody) String ¶
func (s CreateRaceWorkForInnerResponseBody) String() string
type CreateSecretKeyRequest ¶
type CreateSecretKeyRequest struct { SecretKey *string `json:"SecretKey,omitempty" xml:"SecretKey,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` SecretValue *string `json:"SecretValue,omitempty" xml:"SecretValue,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (CreateSecretKeyRequest) GoString ¶
func (s CreateSecretKeyRequest) GoString() string
func (*CreateSecretKeyRequest) SetSecretKey ¶
func (s *CreateSecretKeyRequest) SetSecretKey(v string) *CreateSecretKeyRequest
func (*CreateSecretKeyRequest) SetSecretKeyName ¶
func (s *CreateSecretKeyRequest) SetSecretKeyName(v string) *CreateSecretKeyRequest
func (*CreateSecretKeyRequest) SetSecretValue ¶
func (s *CreateSecretKeyRequest) SetSecretValue(v string) *CreateSecretKeyRequest
func (*CreateSecretKeyRequest) SetSecurityToken ¶
func (s *CreateSecretKeyRequest) SetSecurityToken(v string) *CreateSecretKeyRequest
func (CreateSecretKeyRequest) String ¶
func (s CreateSecretKeyRequest) String() string
type CreateSecretKeyResponse ¶
type CreateSecretKeyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateSecretKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateSecretKeyResponse) GoString ¶
func (s CreateSecretKeyResponse) GoString() string
func (*CreateSecretKeyResponse) SetBody ¶
func (s *CreateSecretKeyResponse) SetBody(v *CreateSecretKeyResponseBody) *CreateSecretKeyResponse
func (*CreateSecretKeyResponse) SetHeaders ¶
func (s *CreateSecretKeyResponse) SetHeaders(v map[string]*string) *CreateSecretKeyResponse
func (*CreateSecretKeyResponse) SetStatusCode ¶
func (s *CreateSecretKeyResponse) SetStatusCode(v int32) *CreateSecretKeyResponse
func (CreateSecretKeyResponse) String ¶
func (s CreateSecretKeyResponse) String() string
type CreateSecretKeyResponseBody ¶
type CreateSecretKeyResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` }
func (CreateSecretKeyResponseBody) GoString ¶
func (s CreateSecretKeyResponseBody) GoString() string
func (*CreateSecretKeyResponseBody) SetRequestId ¶
func (s *CreateSecretKeyResponseBody) SetRequestId(v string) *CreateSecretKeyResponseBody
func (*CreateSecretKeyResponseBody) SetSecretKeyId ¶
func (s *CreateSecretKeyResponseBody) SetSecretKeyId(v string) *CreateSecretKeyResponseBody
func (*CreateSecretKeyResponseBody) SetSecretKeyName ¶
func (s *CreateSecretKeyResponseBody) SetSecretKeyName(v string) *CreateSecretKeyResponseBody
func (CreateSecretKeyResponseBody) String ¶
func (s CreateSecretKeyResponseBody) String() string
type CreateTrafficControlRequest ¶
type CreateTrafficControlRequest struct { ApiDefault *int32 `json:"ApiDefault,omitempty" xml:"ApiDefault,omitempty"` AppDefault *int32 `json:"AppDefault,omitempty" xml:"AppDefault,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` TrafficControlName *string `json:"TrafficControlName,omitempty" xml:"TrafficControlName,omitempty"` TrafficControlUnit *string `json:"TrafficControlUnit,omitempty" xml:"TrafficControlUnit,omitempty"` UserDefault *int32 `json:"UserDefault,omitempty" xml:"UserDefault,omitempty"` }
func (CreateTrafficControlRequest) GoString ¶
func (s CreateTrafficControlRequest) GoString() string
func (*CreateTrafficControlRequest) SetApiDefault ¶
func (s *CreateTrafficControlRequest) SetApiDefault(v int32) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetAppDefault ¶
func (s *CreateTrafficControlRequest) SetAppDefault(v int32) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetDescription ¶
func (s *CreateTrafficControlRequest) SetDescription(v string) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetSecurityToken ¶
func (s *CreateTrafficControlRequest) SetSecurityToken(v string) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetTrafficControlName ¶
func (s *CreateTrafficControlRequest) SetTrafficControlName(v string) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetTrafficControlUnit ¶
func (s *CreateTrafficControlRequest) SetTrafficControlUnit(v string) *CreateTrafficControlRequest
func (*CreateTrafficControlRequest) SetUserDefault ¶
func (s *CreateTrafficControlRequest) SetUserDefault(v int32) *CreateTrafficControlRequest
func (CreateTrafficControlRequest) String ¶
func (s CreateTrafficControlRequest) String() string
type CreateTrafficControlResponse ¶
type CreateTrafficControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateTrafficControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateTrafficControlResponse) GoString ¶
func (s CreateTrafficControlResponse) GoString() string
func (*CreateTrafficControlResponse) SetBody ¶
func (s *CreateTrafficControlResponse) SetBody(v *CreateTrafficControlResponseBody) *CreateTrafficControlResponse
func (*CreateTrafficControlResponse) SetHeaders ¶
func (s *CreateTrafficControlResponse) SetHeaders(v map[string]*string) *CreateTrafficControlResponse
func (*CreateTrafficControlResponse) SetStatusCode ¶
func (s *CreateTrafficControlResponse) SetStatusCode(v int32) *CreateTrafficControlResponse
func (CreateTrafficControlResponse) String ¶
func (s CreateTrafficControlResponse) String() string
type CreateTrafficControlResponseBody ¶
type CreateTrafficControlResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` }
func (CreateTrafficControlResponseBody) GoString ¶
func (s CreateTrafficControlResponseBody) GoString() string
func (*CreateTrafficControlResponseBody) SetRequestId ¶
func (s *CreateTrafficControlResponseBody) SetRequestId(v string) *CreateTrafficControlResponseBody
func (*CreateTrafficControlResponseBody) SetTrafficControlId ¶
func (s *CreateTrafficControlResponseBody) SetTrafficControlId(v string) *CreateTrafficControlResponseBody
func (CreateTrafficControlResponseBody) String ¶
func (s CreateTrafficControlResponseBody) String() string
type DeleteAllTrafficSpecialControlRequest ¶
type DeleteAllTrafficSpecialControlRequest struct { SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` }
func (DeleteAllTrafficSpecialControlRequest) GoString ¶
func (s DeleteAllTrafficSpecialControlRequest) GoString() string
func (*DeleteAllTrafficSpecialControlRequest) SetSecurityToken ¶
func (s *DeleteAllTrafficSpecialControlRequest) SetSecurityToken(v string) *DeleteAllTrafficSpecialControlRequest
func (*DeleteAllTrafficSpecialControlRequest) SetTrafficControlId ¶
func (s *DeleteAllTrafficSpecialControlRequest) SetTrafficControlId(v string) *DeleteAllTrafficSpecialControlRequest
func (DeleteAllTrafficSpecialControlRequest) String ¶
func (s DeleteAllTrafficSpecialControlRequest) String() string
type DeleteAllTrafficSpecialControlResponse ¶
type DeleteAllTrafficSpecialControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteAllTrafficSpecialControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteAllTrafficSpecialControlResponse) GoString ¶
func (s DeleteAllTrafficSpecialControlResponse) GoString() string
func (*DeleteAllTrafficSpecialControlResponse) SetHeaders ¶
func (s *DeleteAllTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *DeleteAllTrafficSpecialControlResponse
func (*DeleteAllTrafficSpecialControlResponse) SetStatusCode ¶
func (s *DeleteAllTrafficSpecialControlResponse) SetStatusCode(v int32) *DeleteAllTrafficSpecialControlResponse
func (DeleteAllTrafficSpecialControlResponse) String ¶
func (s DeleteAllTrafficSpecialControlResponse) String() string
type DeleteAllTrafficSpecialControlResponseBody ¶
type DeleteAllTrafficSpecialControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteAllTrafficSpecialControlResponseBody) GoString ¶
func (s DeleteAllTrafficSpecialControlResponseBody) GoString() string
func (*DeleteAllTrafficSpecialControlResponseBody) SetRequestId ¶
func (s *DeleteAllTrafficSpecialControlResponseBody) SetRequestId(v string) *DeleteAllTrafficSpecialControlResponseBody
func (DeleteAllTrafficSpecialControlResponseBody) String ¶
func (s DeleteAllTrafficSpecialControlResponseBody) String() string
type DeleteApiGroupRequest ¶
type DeleteApiGroupRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteApiGroupRequest) GoString ¶
func (s DeleteApiGroupRequest) GoString() string
func (*DeleteApiGroupRequest) SetGroupId ¶
func (s *DeleteApiGroupRequest) SetGroupId(v string) *DeleteApiGroupRequest
func (*DeleteApiGroupRequest) SetSecurityToken ¶
func (s *DeleteApiGroupRequest) SetSecurityToken(v string) *DeleteApiGroupRequest
func (DeleteApiGroupRequest) String ¶
func (s DeleteApiGroupRequest) String() string
type DeleteApiGroupResponse ¶
type DeleteApiGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteApiGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteApiGroupResponse) GoString ¶
func (s DeleteApiGroupResponse) GoString() string
func (*DeleteApiGroupResponse) SetBody ¶
func (s *DeleteApiGroupResponse) SetBody(v *DeleteApiGroupResponseBody) *DeleteApiGroupResponse
func (*DeleteApiGroupResponse) SetHeaders ¶
func (s *DeleteApiGroupResponse) SetHeaders(v map[string]*string) *DeleteApiGroupResponse
func (*DeleteApiGroupResponse) SetStatusCode ¶
func (s *DeleteApiGroupResponse) SetStatusCode(v int32) *DeleteApiGroupResponse
func (DeleteApiGroupResponse) String ¶
func (s DeleteApiGroupResponse) String() string
type DeleteApiGroupResponseBody ¶
type DeleteApiGroupResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteApiGroupResponseBody) GoString ¶
func (s DeleteApiGroupResponseBody) GoString() string
func (*DeleteApiGroupResponseBody) SetRequestId ¶
func (s *DeleteApiGroupResponseBody) SetRequestId(v string) *DeleteApiGroupResponseBody
func (DeleteApiGroupResponseBody) String ¶
func (s DeleteApiGroupResponseBody) String() string
type DeleteApiRequest ¶
type DeleteApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteApiRequest) GoString ¶
func (s DeleteApiRequest) GoString() string
func (*DeleteApiRequest) SetApiId ¶
func (s *DeleteApiRequest) SetApiId(v string) *DeleteApiRequest
func (*DeleteApiRequest) SetGroupId ¶
func (s *DeleteApiRequest) SetGroupId(v string) *DeleteApiRequest
func (*DeleteApiRequest) SetSecurityToken ¶
func (s *DeleteApiRequest) SetSecurityToken(v string) *DeleteApiRequest
func (DeleteApiRequest) String ¶
func (s DeleteApiRequest) String() string
type DeleteApiResponse ¶
type DeleteApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteApiResponse) GoString ¶
func (s DeleteApiResponse) GoString() string
func (*DeleteApiResponse) SetBody ¶
func (s *DeleteApiResponse) SetBody(v *DeleteApiResponseBody) *DeleteApiResponse
func (*DeleteApiResponse) SetHeaders ¶
func (s *DeleteApiResponse) SetHeaders(v map[string]*string) *DeleteApiResponse
func (*DeleteApiResponse) SetStatusCode ¶
func (s *DeleteApiResponse) SetStatusCode(v int32) *DeleteApiResponse
func (DeleteApiResponse) String ¶
func (s DeleteApiResponse) String() string
type DeleteApiResponseBody ¶
type DeleteApiResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteApiResponseBody) GoString ¶
func (s DeleteApiResponseBody) GoString() string
func (*DeleteApiResponseBody) SetRequestId ¶
func (s *DeleteApiResponseBody) SetRequestId(v string) *DeleteApiResponseBody
func (DeleteApiResponseBody) String ¶
func (s DeleteApiResponseBody) String() string
type DeleteApiStageVariableRequest ¶
type DeleteApiStageVariableRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` VariableName *string `json:"VariableName,omitempty" xml:"VariableName,omitempty"` }
func (DeleteApiStageVariableRequest) GoString ¶
func (s DeleteApiStageVariableRequest) GoString() string
func (*DeleteApiStageVariableRequest) SetGroupId ¶
func (s *DeleteApiStageVariableRequest) SetGroupId(v string) *DeleteApiStageVariableRequest
func (*DeleteApiStageVariableRequest) SetSecurityToken ¶
func (s *DeleteApiStageVariableRequest) SetSecurityToken(v string) *DeleteApiStageVariableRequest
func (*DeleteApiStageVariableRequest) SetStageId ¶
func (s *DeleteApiStageVariableRequest) SetStageId(v string) *DeleteApiStageVariableRequest
func (*DeleteApiStageVariableRequest) SetVariableName ¶
func (s *DeleteApiStageVariableRequest) SetVariableName(v string) *DeleteApiStageVariableRequest
func (DeleteApiStageVariableRequest) String ¶
func (s DeleteApiStageVariableRequest) String() string
type DeleteApiStageVariableResponse ¶
type DeleteApiStageVariableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteApiStageVariableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteApiStageVariableResponse) GoString ¶
func (s DeleteApiStageVariableResponse) GoString() string
func (*DeleteApiStageVariableResponse) SetBody ¶
func (s *DeleteApiStageVariableResponse) SetBody(v *DeleteApiStageVariableResponseBody) *DeleteApiStageVariableResponse
func (*DeleteApiStageVariableResponse) SetHeaders ¶
func (s *DeleteApiStageVariableResponse) SetHeaders(v map[string]*string) *DeleteApiStageVariableResponse
func (*DeleteApiStageVariableResponse) SetStatusCode ¶
func (s *DeleteApiStageVariableResponse) SetStatusCode(v int32) *DeleteApiStageVariableResponse
func (DeleteApiStageVariableResponse) String ¶
func (s DeleteApiStageVariableResponse) String() string
type DeleteApiStageVariableResponseBody ¶
type DeleteApiStageVariableResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteApiStageVariableResponseBody) GoString ¶
func (s DeleteApiStageVariableResponseBody) GoString() string
func (*DeleteApiStageVariableResponseBody) SetRequestId ¶
func (s *DeleteApiStageVariableResponseBody) SetRequestId(v string) *DeleteApiStageVariableResponseBody
func (DeleteApiStageVariableResponseBody) String ¶
func (s DeleteApiStageVariableResponseBody) String() string
type DeleteAppRequest ¶
type DeleteAppRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteAppRequest) GoString ¶
func (s DeleteAppRequest) GoString() string
func (*DeleteAppRequest) SetAppId ¶
func (s *DeleteAppRequest) SetAppId(v int64) *DeleteAppRequest
func (*DeleteAppRequest) SetSecurityToken ¶
func (s *DeleteAppRequest) SetSecurityToken(v string) *DeleteAppRequest
func (DeleteAppRequest) String ¶
func (s DeleteAppRequest) String() string
type DeleteAppResponse ¶
type DeleteAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteAppResponse) GoString ¶
func (s DeleteAppResponse) GoString() string
func (*DeleteAppResponse) SetBody ¶
func (s *DeleteAppResponse) SetBody(v *DeleteAppResponseBody) *DeleteAppResponse
func (*DeleteAppResponse) SetHeaders ¶
func (s *DeleteAppResponse) SetHeaders(v map[string]*string) *DeleteAppResponse
func (*DeleteAppResponse) SetStatusCode ¶
func (s *DeleteAppResponse) SetStatusCode(v int32) *DeleteAppResponse
func (DeleteAppResponse) String ¶
func (s DeleteAppResponse) String() string
type DeleteAppResponseBody ¶
type DeleteAppResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteAppResponseBody) GoString ¶
func (s DeleteAppResponseBody) GoString() string
func (*DeleteAppResponseBody) SetRequestId ¶
func (s *DeleteAppResponseBody) SetRequestId(v string) *DeleteAppResponseBody
func (DeleteAppResponseBody) String ¶
func (s DeleteAppResponseBody) String() string
type DeleteDomainCertificateRequest ¶
type DeleteDomainCertificateRequest struct { CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteDomainCertificateRequest) GoString ¶
func (s DeleteDomainCertificateRequest) GoString() string
func (*DeleteDomainCertificateRequest) SetCertificateId ¶
func (s *DeleteDomainCertificateRequest) SetCertificateId(v string) *DeleteDomainCertificateRequest
func (*DeleteDomainCertificateRequest) SetDomainName ¶
func (s *DeleteDomainCertificateRequest) SetDomainName(v string) *DeleteDomainCertificateRequest
func (*DeleteDomainCertificateRequest) SetGroupId ¶
func (s *DeleteDomainCertificateRequest) SetGroupId(v string) *DeleteDomainCertificateRequest
func (*DeleteDomainCertificateRequest) SetSecurityToken ¶
func (s *DeleteDomainCertificateRequest) SetSecurityToken(v string) *DeleteDomainCertificateRequest
func (DeleteDomainCertificateRequest) String ¶
func (s DeleteDomainCertificateRequest) String() string
type DeleteDomainCertificateResponse ¶
type DeleteDomainCertificateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteDomainCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteDomainCertificateResponse) GoString ¶
func (s DeleteDomainCertificateResponse) GoString() string
func (*DeleteDomainCertificateResponse) SetBody ¶
func (s *DeleteDomainCertificateResponse) SetBody(v *DeleteDomainCertificateResponseBody) *DeleteDomainCertificateResponse
func (*DeleteDomainCertificateResponse) SetHeaders ¶
func (s *DeleteDomainCertificateResponse) SetHeaders(v map[string]*string) *DeleteDomainCertificateResponse
func (*DeleteDomainCertificateResponse) SetStatusCode ¶
func (s *DeleteDomainCertificateResponse) SetStatusCode(v int32) *DeleteDomainCertificateResponse
func (DeleteDomainCertificateResponse) String ¶
func (s DeleteDomainCertificateResponse) String() string
type DeleteDomainCertificateResponseBody ¶
type DeleteDomainCertificateResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteDomainCertificateResponseBody) GoString ¶
func (s DeleteDomainCertificateResponseBody) GoString() string
func (*DeleteDomainCertificateResponseBody) SetRequestId ¶
func (s *DeleteDomainCertificateResponseBody) SetRequestId(v string) *DeleteDomainCertificateResponseBody
func (DeleteDomainCertificateResponseBody) String ¶
func (s DeleteDomainCertificateResponseBody) String() string
type DeleteDomainRequest ¶
type DeleteDomainRequest struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteDomainRequest) GoString ¶
func (s DeleteDomainRequest) GoString() string
func (*DeleteDomainRequest) SetDomainName ¶
func (s *DeleteDomainRequest) SetDomainName(v string) *DeleteDomainRequest
func (*DeleteDomainRequest) SetGroupId ¶
func (s *DeleteDomainRequest) SetGroupId(v string) *DeleteDomainRequest
func (*DeleteDomainRequest) SetSecurityToken ¶
func (s *DeleteDomainRequest) SetSecurityToken(v string) *DeleteDomainRequest
func (DeleteDomainRequest) String ¶
func (s DeleteDomainRequest) String() string
type DeleteDomainResponse ¶
type DeleteDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteDomainResponse) GoString ¶
func (s DeleteDomainResponse) GoString() string
func (*DeleteDomainResponse) SetBody ¶
func (s *DeleteDomainResponse) SetBody(v *DeleteDomainResponseBody) *DeleteDomainResponse
func (*DeleteDomainResponse) SetHeaders ¶
func (s *DeleteDomainResponse) SetHeaders(v map[string]*string) *DeleteDomainResponse
func (*DeleteDomainResponse) SetStatusCode ¶
func (s *DeleteDomainResponse) SetStatusCode(v int32) *DeleteDomainResponse
func (DeleteDomainResponse) String ¶
func (s DeleteDomainResponse) String() string
type DeleteDomainResponseBody ¶
type DeleteDomainResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteDomainResponseBody) GoString ¶
func (s DeleteDomainResponseBody) GoString() string
func (*DeleteDomainResponseBody) SetRequestId ¶
func (s *DeleteDomainResponseBody) SetRequestId(v string) *DeleteDomainResponseBody
func (DeleteDomainResponseBody) String ¶
func (s DeleteDomainResponseBody) String() string
type DeleteIpControlRequest ¶
type DeleteIpControlRequest struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteIpControlRequest) GoString ¶
func (s DeleteIpControlRequest) GoString() string
func (*DeleteIpControlRequest) SetIpControlId ¶
func (s *DeleteIpControlRequest) SetIpControlId(v string) *DeleteIpControlRequest
func (*DeleteIpControlRequest) SetSecurityToken ¶
func (s *DeleteIpControlRequest) SetSecurityToken(v string) *DeleteIpControlRequest
func (DeleteIpControlRequest) String ¶
func (s DeleteIpControlRequest) String() string
type DeleteIpControlResponse ¶
type DeleteIpControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteIpControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteIpControlResponse) GoString ¶
func (s DeleteIpControlResponse) GoString() string
func (*DeleteIpControlResponse) SetBody ¶
func (s *DeleteIpControlResponse) SetBody(v *DeleteIpControlResponseBody) *DeleteIpControlResponse
func (*DeleteIpControlResponse) SetHeaders ¶
func (s *DeleteIpControlResponse) SetHeaders(v map[string]*string) *DeleteIpControlResponse
func (*DeleteIpControlResponse) SetStatusCode ¶
func (s *DeleteIpControlResponse) SetStatusCode(v int32) *DeleteIpControlResponse
func (DeleteIpControlResponse) String ¶
func (s DeleteIpControlResponse) String() string
type DeleteIpControlResponseBody ¶
type DeleteIpControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteIpControlResponseBody) GoString ¶
func (s DeleteIpControlResponseBody) GoString() string
func (*DeleteIpControlResponseBody) SetRequestId ¶
func (s *DeleteIpControlResponseBody) SetRequestId(v string) *DeleteIpControlResponseBody
func (DeleteIpControlResponseBody) String ¶
func (s DeleteIpControlResponseBody) String() string
type DeleteLogConfigRequest ¶
type DeleteLogConfigRequest struct { LogType *string `json:"LogType,omitempty" xml:"LogType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteLogConfigRequest) GoString ¶
func (s DeleteLogConfigRequest) GoString() string
func (*DeleteLogConfigRequest) SetLogType ¶
func (s *DeleteLogConfigRequest) SetLogType(v string) *DeleteLogConfigRequest
func (*DeleteLogConfigRequest) SetSecurityToken ¶
func (s *DeleteLogConfigRequest) SetSecurityToken(v string) *DeleteLogConfigRequest
func (DeleteLogConfigRequest) String ¶
func (s DeleteLogConfigRequest) String() string
type DeleteLogConfigResponse ¶
type DeleteLogConfigResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteLogConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteLogConfigResponse) GoString ¶
func (s DeleteLogConfigResponse) GoString() string
func (*DeleteLogConfigResponse) SetBody ¶
func (s *DeleteLogConfigResponse) SetBody(v *DeleteLogConfigResponseBody) *DeleteLogConfigResponse
func (*DeleteLogConfigResponse) SetHeaders ¶
func (s *DeleteLogConfigResponse) SetHeaders(v map[string]*string) *DeleteLogConfigResponse
func (*DeleteLogConfigResponse) SetStatusCode ¶
func (s *DeleteLogConfigResponse) SetStatusCode(v int32) *DeleteLogConfigResponse
func (DeleteLogConfigResponse) String ¶
func (s DeleteLogConfigResponse) String() string
type DeleteLogConfigResponseBody ¶
type DeleteLogConfigResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteLogConfigResponseBody) GoString ¶
func (s DeleteLogConfigResponseBody) GoString() string
func (*DeleteLogConfigResponseBody) SetRequestId ¶
func (s *DeleteLogConfigResponseBody) SetRequestId(v string) *DeleteLogConfigResponseBody
func (DeleteLogConfigResponseBody) String ¶
func (s DeleteLogConfigResponseBody) String() string
type DeleteSecretKeyRequest ¶
type DeleteSecretKeyRequest struct { SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DeleteSecretKeyRequest) GoString ¶
func (s DeleteSecretKeyRequest) GoString() string
func (*DeleteSecretKeyRequest) SetSecretKeyId ¶
func (s *DeleteSecretKeyRequest) SetSecretKeyId(v string) *DeleteSecretKeyRequest
func (*DeleteSecretKeyRequest) SetSecurityToken ¶
func (s *DeleteSecretKeyRequest) SetSecurityToken(v string) *DeleteSecretKeyRequest
func (DeleteSecretKeyRequest) String ¶
func (s DeleteSecretKeyRequest) String() string
type DeleteSecretKeyResponse ¶
type DeleteSecretKeyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteSecretKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteSecretKeyResponse) GoString ¶
func (s DeleteSecretKeyResponse) GoString() string
func (*DeleteSecretKeyResponse) SetBody ¶
func (s *DeleteSecretKeyResponse) SetBody(v *DeleteSecretKeyResponseBody) *DeleteSecretKeyResponse
func (*DeleteSecretKeyResponse) SetHeaders ¶
func (s *DeleteSecretKeyResponse) SetHeaders(v map[string]*string) *DeleteSecretKeyResponse
func (*DeleteSecretKeyResponse) SetStatusCode ¶
func (s *DeleteSecretKeyResponse) SetStatusCode(v int32) *DeleteSecretKeyResponse
func (DeleteSecretKeyResponse) String ¶
func (s DeleteSecretKeyResponse) String() string
type DeleteSecretKeyResponseBody ¶
type DeleteSecretKeyResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteSecretKeyResponseBody) GoString ¶
func (s DeleteSecretKeyResponseBody) GoString() string
func (*DeleteSecretKeyResponseBody) SetRequestId ¶
func (s *DeleteSecretKeyResponseBody) SetRequestId(v string) *DeleteSecretKeyResponseBody
func (DeleteSecretKeyResponseBody) String ¶
func (s DeleteSecretKeyResponseBody) String() string
type DeleteTrafficControlRequest ¶
type DeleteTrafficControlRequest struct { SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` }
func (DeleteTrafficControlRequest) GoString ¶
func (s DeleteTrafficControlRequest) GoString() string
func (*DeleteTrafficControlRequest) SetSecurityToken ¶
func (s *DeleteTrafficControlRequest) SetSecurityToken(v string) *DeleteTrafficControlRequest
func (*DeleteTrafficControlRequest) SetTrafficControlId ¶
func (s *DeleteTrafficControlRequest) SetTrafficControlId(v string) *DeleteTrafficControlRequest
func (DeleteTrafficControlRequest) String ¶
func (s DeleteTrafficControlRequest) String() string
type DeleteTrafficControlResponse ¶
type DeleteTrafficControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteTrafficControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteTrafficControlResponse) GoString ¶
func (s DeleteTrafficControlResponse) GoString() string
func (*DeleteTrafficControlResponse) SetBody ¶
func (s *DeleteTrafficControlResponse) SetBody(v *DeleteTrafficControlResponseBody) *DeleteTrafficControlResponse
func (*DeleteTrafficControlResponse) SetHeaders ¶
func (s *DeleteTrafficControlResponse) SetHeaders(v map[string]*string) *DeleteTrafficControlResponse
func (*DeleteTrafficControlResponse) SetStatusCode ¶
func (s *DeleteTrafficControlResponse) SetStatusCode(v int32) *DeleteTrafficControlResponse
func (DeleteTrafficControlResponse) String ¶
func (s DeleteTrafficControlResponse) String() string
type DeleteTrafficControlResponseBody ¶
type DeleteTrafficControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteTrafficControlResponseBody) GoString ¶
func (s DeleteTrafficControlResponseBody) GoString() string
func (*DeleteTrafficControlResponseBody) SetRequestId ¶
func (s *DeleteTrafficControlResponseBody) SetRequestId(v string) *DeleteTrafficControlResponseBody
func (DeleteTrafficControlResponseBody) String ¶
func (s DeleteTrafficControlResponseBody) String() string
type DeleteTrafficSpecialControlRequest ¶
type DeleteTrafficSpecialControlRequest struct { SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` SpecialKey *string `json:"SpecialKey,omitempty" xml:"SpecialKey,omitempty"` SpecialType *string `json:"SpecialType,omitempty" xml:"SpecialType,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` }
func (DeleteTrafficSpecialControlRequest) GoString ¶
func (s DeleteTrafficSpecialControlRequest) GoString() string
func (*DeleteTrafficSpecialControlRequest) SetSecurityToken ¶
func (s *DeleteTrafficSpecialControlRequest) SetSecurityToken(v string) *DeleteTrafficSpecialControlRequest
func (*DeleteTrafficSpecialControlRequest) SetSpecialKey ¶
func (s *DeleteTrafficSpecialControlRequest) SetSpecialKey(v string) *DeleteTrafficSpecialControlRequest
func (*DeleteTrafficSpecialControlRequest) SetSpecialType ¶
func (s *DeleteTrafficSpecialControlRequest) SetSpecialType(v string) *DeleteTrafficSpecialControlRequest
func (*DeleteTrafficSpecialControlRequest) SetTrafficControlId ¶
func (s *DeleteTrafficSpecialControlRequest) SetTrafficControlId(v string) *DeleteTrafficSpecialControlRequest
func (DeleteTrafficSpecialControlRequest) String ¶
func (s DeleteTrafficSpecialControlRequest) String() string
type DeleteTrafficSpecialControlResponse ¶
type DeleteTrafficSpecialControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteTrafficSpecialControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteTrafficSpecialControlResponse) GoString ¶
func (s DeleteTrafficSpecialControlResponse) GoString() string
func (*DeleteTrafficSpecialControlResponse) SetHeaders ¶
func (s *DeleteTrafficSpecialControlResponse) SetHeaders(v map[string]*string) *DeleteTrafficSpecialControlResponse
func (*DeleteTrafficSpecialControlResponse) SetStatusCode ¶
func (s *DeleteTrafficSpecialControlResponse) SetStatusCode(v int32) *DeleteTrafficSpecialControlResponse
func (DeleteTrafficSpecialControlResponse) String ¶
func (s DeleteTrafficSpecialControlResponse) String() string
type DeleteTrafficSpecialControlResponseBody ¶
type DeleteTrafficSpecialControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteTrafficSpecialControlResponseBody) GoString ¶
func (s DeleteTrafficSpecialControlResponseBody) GoString() string
func (*DeleteTrafficSpecialControlResponseBody) SetRequestId ¶
func (s *DeleteTrafficSpecialControlResponseBody) SetRequestId(v string) *DeleteTrafficSpecialControlResponseBody
func (DeleteTrafficSpecialControlResponseBody) String ¶
func (s DeleteTrafficSpecialControlResponseBody) String() string
type DeployApiRequest ¶
type DeployApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` SupportMock *string `json:"SupportMock,omitempty" xml:"SupportMock,omitempty"` }
func (DeployApiRequest) GoString ¶
func (s DeployApiRequest) GoString() string
func (*DeployApiRequest) SetApiId ¶
func (s *DeployApiRequest) SetApiId(v string) *DeployApiRequest
func (*DeployApiRequest) SetDescription ¶
func (s *DeployApiRequest) SetDescription(v string) *DeployApiRequest
func (*DeployApiRequest) SetGroupId ¶
func (s *DeployApiRequest) SetGroupId(v string) *DeployApiRequest
func (*DeployApiRequest) SetSecurityToken ¶
func (s *DeployApiRequest) SetSecurityToken(v string) *DeployApiRequest
func (*DeployApiRequest) SetStageName ¶
func (s *DeployApiRequest) SetStageName(v string) *DeployApiRequest
func (*DeployApiRequest) SetSupportMock ¶
func (s *DeployApiRequest) SetSupportMock(v string) *DeployApiRequest
func (DeployApiRequest) String ¶
func (s DeployApiRequest) String() string
type DeployApiResponse ¶
type DeployApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeployApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeployApiResponse) GoString ¶
func (s DeployApiResponse) GoString() string
func (*DeployApiResponse) SetBody ¶
func (s *DeployApiResponse) SetBody(v *DeployApiResponseBody) *DeployApiResponse
func (*DeployApiResponse) SetHeaders ¶
func (s *DeployApiResponse) SetHeaders(v map[string]*string) *DeployApiResponse
func (*DeployApiResponse) SetStatusCode ¶
func (s *DeployApiResponse) SetStatusCode(v int32) *DeployApiResponse
func (DeployApiResponse) String ¶
func (s DeployApiResponse) String() string
type DeployApiResponseBody ¶
type DeployApiResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeployApiResponseBody) GoString ¶
func (s DeployApiResponseBody) GoString() string
func (*DeployApiResponseBody) SetRequestId ¶
func (s *DeployApiResponseBody) SetRequestId(v string) *DeployApiResponseBody
func (DeployApiResponseBody) String ¶
func (s DeployApiResponseBody) String() string
type DescribeApiDocRequest ¶
type DescribeApiDocRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiDocRequest) GoString ¶
func (s DescribeApiDocRequest) GoString() string
func (*DescribeApiDocRequest) SetApiId ¶
func (s *DescribeApiDocRequest) SetApiId(v string) *DescribeApiDocRequest
func (*DescribeApiDocRequest) SetGroupId ¶
func (s *DescribeApiDocRequest) SetGroupId(v string) *DescribeApiDocRequest
func (*DescribeApiDocRequest) SetSecurityToken ¶
func (s *DescribeApiDocRequest) SetSecurityToken(v string) *DescribeApiDocRequest
func (*DescribeApiDocRequest) SetStageName ¶
func (s *DescribeApiDocRequest) SetStageName(v string) *DescribeApiDocRequest
func (DescribeApiDocRequest) String ¶
func (s DescribeApiDocRequest) String() string
type DescribeApiDocResponse ¶
type DescribeApiDocResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiDocResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiDocResponse) GoString ¶
func (s DescribeApiDocResponse) GoString() string
func (*DescribeApiDocResponse) SetBody ¶
func (s *DescribeApiDocResponse) SetBody(v *DescribeApiDocResponseBody) *DescribeApiDocResponse
func (*DescribeApiDocResponse) SetHeaders ¶
func (s *DescribeApiDocResponse) SetHeaders(v map[string]*string) *DescribeApiDocResponse
func (*DescribeApiDocResponse) SetStatusCode ¶
func (s *DescribeApiDocResponse) SetStatusCode(v int32) *DescribeApiDocResponse
func (DescribeApiDocResponse) String ¶
func (s DescribeApiDocResponse) String() string
type DescribeApiDocResponseBody ¶
type DescribeApiDocResponseBody struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` BodyFormat *string `json:"BodyFormat,omitempty" xml:"BodyFormat,omitempty"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableInternet *bool `json:"DisableInternet,omitempty" xml:"DisableInternet,omitempty"` ErrorCodeSamples *DescribeApiDocResponseBodyErrorCodeSamples `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty" type:"Struct"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` ForceNonceCheck *bool `json:"ForceNonceCheck,omitempty" xml:"ForceNonceCheck,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` HttpProtocol *string `json:"HttpProtocol,omitempty" xml:"HttpProtocol,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` OriginResultDescription *string `json:"OriginResultDescription,omitempty" xml:"OriginResultDescription,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` PathParameters *DescribeApiDocResponseBodyPathParameters `json:"PathParameters,omitempty" xml:"PathParameters,omitempty" type:"Struct"` PostBodyDescription *string `json:"PostBodyDescription,omitempty" xml:"PostBodyDescription,omitempty"` PostBodyType *string `json:"PostBodyType,omitempty" xml:"PostBodyType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestBody *DescribeApiDocResponseBodyRequestBody `json:"RequestBody,omitempty" xml:"RequestBody,omitempty" type:"Struct"` RequestHeaders *DescribeApiDocResponseBodyRequestHeaders `json:"RequestHeaders,omitempty" xml:"RequestHeaders,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RequestMode *string `json:"RequestMode,omitempty" xml:"RequestMode,omitempty"` RequestQueries *DescribeApiDocResponseBodyRequestQueries `json:"RequestQueries,omitempty" xml:"RequestQueries,omitempty" type:"Struct"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` ServiceTimeout *int32 `json:"ServiceTimeout,omitempty" xml:"ServiceTimeout,omitempty"` ServiceVpcEnable *string `json:"ServiceVpcEnable,omitempty" xml:"ServiceVpcEnable,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` VpcName *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"` }
func (DescribeApiDocResponseBody) GoString ¶
func (s DescribeApiDocResponseBody) GoString() string
func (*DescribeApiDocResponseBody) SetApiId ¶
func (s *DescribeApiDocResponseBody) SetApiId(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetApiName ¶
func (s *DescribeApiDocResponseBody) SetApiName(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetBodyFormat ¶
func (s *DescribeApiDocResponseBody) SetBodyFormat(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetDeployedTime ¶
func (s *DescribeApiDocResponseBody) SetDeployedTime(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetDescription ¶
func (s *DescribeApiDocResponseBody) SetDescription(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetDisableInternet ¶
func (s *DescribeApiDocResponseBody) SetDisableInternet(v bool) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetErrorCodeSamples ¶
func (s *DescribeApiDocResponseBody) SetErrorCodeSamples(v *DescribeApiDocResponseBodyErrorCodeSamples) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetFailResultSample ¶
func (s *DescribeApiDocResponseBody) SetFailResultSample(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetForceNonceCheck ¶
func (s *DescribeApiDocResponseBody) SetForceNonceCheck(v bool) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetGroupId ¶
func (s *DescribeApiDocResponseBody) SetGroupId(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetGroupName ¶
func (s *DescribeApiDocResponseBody) SetGroupName(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetHttpMethod ¶
func (s *DescribeApiDocResponseBody) SetHttpMethod(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetHttpProtocol ¶
func (s *DescribeApiDocResponseBody) SetHttpProtocol(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetMock ¶
func (s *DescribeApiDocResponseBody) SetMock(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetMockResult ¶
func (s *DescribeApiDocResponseBody) SetMockResult(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetOriginResultDescription ¶
func (s *DescribeApiDocResponseBody) SetOriginResultDescription(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetPath ¶
func (s *DescribeApiDocResponseBody) SetPath(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetPathParameters ¶
func (s *DescribeApiDocResponseBody) SetPathParameters(v *DescribeApiDocResponseBodyPathParameters) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetPostBodyDescription ¶
func (s *DescribeApiDocResponseBody) SetPostBodyDescription(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetPostBodyType ¶
func (s *DescribeApiDocResponseBody) SetPostBodyType(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRegionId ¶
func (s *DescribeApiDocResponseBody) SetRegionId(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRequestBody ¶
func (s *DescribeApiDocResponseBody) SetRequestBody(v *DescribeApiDocResponseBodyRequestBody) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRequestHeaders ¶
func (s *DescribeApiDocResponseBody) SetRequestHeaders(v *DescribeApiDocResponseBodyRequestHeaders) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRequestId ¶
func (s *DescribeApiDocResponseBody) SetRequestId(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRequestMode ¶
func (s *DescribeApiDocResponseBody) SetRequestMode(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetRequestQueries ¶
func (s *DescribeApiDocResponseBody) SetRequestQueries(v *DescribeApiDocResponseBodyRequestQueries) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetResultSample ¶
func (s *DescribeApiDocResponseBody) SetResultSample(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetResultType ¶
func (s *DescribeApiDocResponseBody) SetResultType(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetServiceTimeout ¶
func (s *DescribeApiDocResponseBody) SetServiceTimeout(v int32) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetServiceVpcEnable ¶
func (s *DescribeApiDocResponseBody) SetServiceVpcEnable(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetStageName ¶
func (s *DescribeApiDocResponseBody) SetStageName(v string) *DescribeApiDocResponseBody
func (*DescribeApiDocResponseBody) SetVpcName ¶
func (s *DescribeApiDocResponseBody) SetVpcName(v string) *DescribeApiDocResponseBody
func (DescribeApiDocResponseBody) String ¶
func (s DescribeApiDocResponseBody) String() string
type DescribeApiDocResponseBodyErrorCodeSamples ¶
type DescribeApiDocResponseBodyErrorCodeSamples struct {
ErrorCodeSample []*DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample `json:"ErrorCodeSample,omitempty" xml:"ErrorCodeSample,omitempty" type:"Repeated"`
}
func (DescribeApiDocResponseBodyErrorCodeSamples) GoString ¶
func (s DescribeApiDocResponseBodyErrorCodeSamples) GoString() string
func (*DescribeApiDocResponseBodyErrorCodeSamples) SetErrorCodeSample ¶
func (s *DescribeApiDocResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeApiDocResponseBodyErrorCodeSamples
func (DescribeApiDocResponseBodyErrorCodeSamples) String ¶
func (s DescribeApiDocResponseBodyErrorCodeSamples) String() string
type DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample ¶
type DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` }
func (DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) GoString ¶
func (s DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
func (*DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription ¶
func (s *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample
func (*DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage ¶
func (DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) String ¶
func (s DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample) String() string
type DescribeApiDocResponseBodyPathParameters ¶
type DescribeApiDocResponseBodyPathParameters struct {
PathParameter []*DescribeApiDocResponseBodyPathParametersPathParameter `json:"PathParameter,omitempty" xml:"PathParameter,omitempty" type:"Repeated"`
}
func (DescribeApiDocResponseBodyPathParameters) GoString ¶
func (s DescribeApiDocResponseBodyPathParameters) GoString() string
func (*DescribeApiDocResponseBodyPathParameters) SetPathParameter ¶
func (s *DescribeApiDocResponseBodyPathParameters) SetPathParameter(v []*DescribeApiDocResponseBodyPathParametersPathParameter) *DescribeApiDocResponseBodyPathParameters
func (DescribeApiDocResponseBodyPathParameters) String ¶
func (s DescribeApiDocResponseBodyPathParameters) String() string
type DescribeApiDocResponseBodyPathParametersPathParameter ¶
type DescribeApiDocResponseBodyPathParametersPathParameter struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` }
func (DescribeApiDocResponseBodyPathParametersPathParameter) GoString ¶
func (s DescribeApiDocResponseBodyPathParametersPathParameter) GoString() string
func (*DescribeApiDocResponseBodyPathParametersPathParameter) SetApiParameterName ¶
func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
func (*DescribeApiDocResponseBodyPathParametersPathParameter) SetDemoValue ¶
func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetDemoValue(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
func (*DescribeApiDocResponseBodyPathParametersPathParameter) SetDescription ¶
func (s *DescribeApiDocResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeApiDocResponseBodyPathParametersPathParameter
func (DescribeApiDocResponseBodyPathParametersPathParameter) String ¶
func (s DescribeApiDocResponseBodyPathParametersPathParameter) String() string
type DescribeApiDocResponseBodyRequestBody ¶
type DescribeApiDocResponseBodyRequestBody struct {
RequestParam []*DescribeApiDocResponseBodyRequestBodyRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeApiDocResponseBodyRequestBody) GoString ¶
func (s DescribeApiDocResponseBodyRequestBody) GoString() string
func (*DescribeApiDocResponseBodyRequestBody) SetRequestParam ¶
func (s *DescribeApiDocResponseBodyRequestBody) SetRequestParam(v []*DescribeApiDocResponseBodyRequestBodyRequestParam) *DescribeApiDocResponseBodyRequestBody
func (DescribeApiDocResponseBodyRequestBody) String ¶
func (s DescribeApiDocResponseBodyRequestBody) String() string
type DescribeApiDocResponseBodyRequestBodyRequestParam ¶
type DescribeApiDocResponseBodyRequestBodyRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribeApiDocResponseBodyRequestBodyRequestParam) GoString ¶
func (s DescribeApiDocResponseBodyRequestBodyRequestParam) GoString() string
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetApiParameterName ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetArrayItemsType ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetDefaultValue ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetDemoValue ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetDescription ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetEnumValue ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetJsonScheme ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxLength ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxValue ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinLength ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinValue ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetParameterType ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetRegularExpression ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (*DescribeApiDocResponseBodyRequestBodyRequestParam) SetRequired ¶
func (s *DescribeApiDocResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestBodyRequestParam
func (DescribeApiDocResponseBodyRequestBodyRequestParam) String ¶
func (s DescribeApiDocResponseBodyRequestBodyRequestParam) String() string
type DescribeApiDocResponseBodyRequestHeaders ¶
type DescribeApiDocResponseBodyRequestHeaders struct {
RequestParam []*DescribeApiDocResponseBodyRequestHeadersRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeApiDocResponseBodyRequestHeaders) GoString ¶
func (s DescribeApiDocResponseBodyRequestHeaders) GoString() string
func (*DescribeApiDocResponseBodyRequestHeaders) SetRequestParam ¶
func (s *DescribeApiDocResponseBodyRequestHeaders) SetRequestParam(v []*DescribeApiDocResponseBodyRequestHeadersRequestParam) *DescribeApiDocResponseBodyRequestHeaders
func (DescribeApiDocResponseBodyRequestHeaders) String ¶
func (s DescribeApiDocResponseBodyRequestHeaders) String() string
type DescribeApiDocResponseBodyRequestHeadersRequestParam ¶
type DescribeApiDocResponseBodyRequestHeadersRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribeApiDocResponseBodyRequestHeadersRequestParam) GoString ¶
func (s DescribeApiDocResponseBodyRequestHeadersRequestParam) GoString() string
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetApiParameterName ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetArrayItemsType ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDefaultValue ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDemoValue ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDescription ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetEnumValue ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetJsonScheme ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxLength ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxValue ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinLength ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinValue ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetParameterType ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRegularExpression ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (*DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRequired ¶
func (s *DescribeApiDocResponseBodyRequestHeadersRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestHeadersRequestParam
func (DescribeApiDocResponseBodyRequestHeadersRequestParam) String ¶
func (s DescribeApiDocResponseBodyRequestHeadersRequestParam) String() string
type DescribeApiDocResponseBodyRequestQueries ¶
type DescribeApiDocResponseBodyRequestQueries struct {
RequestParam []*DescribeApiDocResponseBodyRequestQueriesRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeApiDocResponseBodyRequestQueries) GoString ¶
func (s DescribeApiDocResponseBodyRequestQueries) GoString() string
func (*DescribeApiDocResponseBodyRequestQueries) SetRequestParam ¶
func (s *DescribeApiDocResponseBodyRequestQueries) SetRequestParam(v []*DescribeApiDocResponseBodyRequestQueriesRequestParam) *DescribeApiDocResponseBodyRequestQueries
func (DescribeApiDocResponseBodyRequestQueries) String ¶
func (s DescribeApiDocResponseBodyRequestQueries) String() string
type DescribeApiDocResponseBodyRequestQueriesRequestParam ¶
type DescribeApiDocResponseBodyRequestQueriesRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribeApiDocResponseBodyRequestQueriesRequestParam) GoString ¶
func (s DescribeApiDocResponseBodyRequestQueriesRequestParam) GoString() string
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetApiParameterName ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetArrayItemsType ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDefaultValue ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDemoValue ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDemoValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDescription ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetEnumValue ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetEnumValue(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetJsonScheme ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxLength ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxLength(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxValue ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMaxValue(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinLength ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinLength(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinValue ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetMinValue(v int64) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetParameterType ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRegularExpression ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (*DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRequired ¶
func (s *DescribeApiDocResponseBodyRequestQueriesRequestParam) SetRequired(v string) *DescribeApiDocResponseBodyRequestQueriesRequestParam
func (DescribeApiDocResponseBodyRequestQueriesRequestParam) String ¶
func (s DescribeApiDocResponseBodyRequestQueriesRequestParam) String() string
type DescribeApiDocsRequest ¶
type DescribeApiDocsRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiDocsRequest) GoString ¶
func (s DescribeApiDocsRequest) GoString() string
func (*DescribeApiDocsRequest) SetApiId ¶
func (s *DescribeApiDocsRequest) SetApiId(v string) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetApiName ¶
func (s *DescribeApiDocsRequest) SetApiName(v string) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetGroupId ¶
func (s *DescribeApiDocsRequest) SetGroupId(v string) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetPageNumber ¶
func (s *DescribeApiDocsRequest) SetPageNumber(v int32) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetPageSize ¶
func (s *DescribeApiDocsRequest) SetPageSize(v int32) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetSecurityToken ¶
func (s *DescribeApiDocsRequest) SetSecurityToken(v string) *DescribeApiDocsRequest
func (*DescribeApiDocsRequest) SetStageName ¶
func (s *DescribeApiDocsRequest) SetStageName(v string) *DescribeApiDocsRequest
func (DescribeApiDocsRequest) String ¶
func (s DescribeApiDocsRequest) String() string
type DescribeApiDocsResponse ¶
type DescribeApiDocsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiDocsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiDocsResponse) GoString ¶
func (s DescribeApiDocsResponse) GoString() string
func (*DescribeApiDocsResponse) SetBody ¶
func (s *DescribeApiDocsResponse) SetBody(v *DescribeApiDocsResponseBody) *DescribeApiDocsResponse
func (*DescribeApiDocsResponse) SetHeaders ¶
func (s *DescribeApiDocsResponse) SetHeaders(v map[string]*string) *DescribeApiDocsResponse
func (*DescribeApiDocsResponse) SetStatusCode ¶
func (s *DescribeApiDocsResponse) SetStatusCode(v int32) *DescribeApiDocsResponse
func (DescribeApiDocsResponse) String ¶
func (s DescribeApiDocsResponse) String() string
type DescribeApiDocsResponseBody ¶
type DescribeApiDocsResponseBody struct { ApiInfos *DescribeApiDocsResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApiDocsResponseBody) GoString ¶
func (s DescribeApiDocsResponseBody) GoString() string
func (*DescribeApiDocsResponseBody) SetApiInfos ¶
func (s *DescribeApiDocsResponseBody) SetApiInfos(v *DescribeApiDocsResponseBodyApiInfos) *DescribeApiDocsResponseBody
func (*DescribeApiDocsResponseBody) SetPageNumber ¶
func (s *DescribeApiDocsResponseBody) SetPageNumber(v int32) *DescribeApiDocsResponseBody
func (*DescribeApiDocsResponseBody) SetPageSize ¶
func (s *DescribeApiDocsResponseBody) SetPageSize(v int32) *DescribeApiDocsResponseBody
func (*DescribeApiDocsResponseBody) SetRequestId ¶
func (s *DescribeApiDocsResponseBody) SetRequestId(v string) *DescribeApiDocsResponseBody
func (*DescribeApiDocsResponseBody) SetTotalCount ¶
func (s *DescribeApiDocsResponseBody) SetTotalCount(v int32) *DescribeApiDocsResponseBody
func (DescribeApiDocsResponseBody) String ¶
func (s DescribeApiDocsResponseBody) String() string
type DescribeApiDocsResponseBodyApiInfos ¶
type DescribeApiDocsResponseBodyApiInfos struct {
ApiInfo []*DescribeApiDocsResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeApiDocsResponseBodyApiInfos) GoString ¶
func (s DescribeApiDocsResponseBodyApiInfos) GoString() string
func (*DescribeApiDocsResponseBodyApiInfos) SetApiInfo ¶
func (s *DescribeApiDocsResponseBodyApiInfos) SetApiInfo(v []*DescribeApiDocsResponseBodyApiInfosApiInfo) *DescribeApiDocsResponseBodyApiInfos
func (DescribeApiDocsResponseBodyApiInfos) String ¶
func (s DescribeApiDocsResponseBodyApiInfos) String() string
type DescribeApiDocsResponseBodyApiInfosApiInfo ¶
type DescribeApiDocsResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupDescription *string `json:"GroupDescription,omitempty" xml:"GroupDescription,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiDocsResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeApiDocsResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiId ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetDeployedTime ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupDescription ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupDescription(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (*DescribeApiDocsResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribeApiDocsResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApiDocsResponseBodyApiInfosApiInfo
func (DescribeApiDocsResponseBodyApiInfosApiInfo) String ¶
func (s DescribeApiDocsResponseBodyApiInfosApiInfo) String() string
type DescribeApiErrorRequest ¶
type DescribeApiErrorRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (DescribeApiErrorRequest) GoString ¶
func (s DescribeApiErrorRequest) GoString() string
func (*DescribeApiErrorRequest) SetApiId ¶
func (s *DescribeApiErrorRequest) SetApiId(v string) *DescribeApiErrorRequest
func (*DescribeApiErrorRequest) SetEndTime ¶
func (s *DescribeApiErrorRequest) SetEndTime(v string) *DescribeApiErrorRequest
func (*DescribeApiErrorRequest) SetGroupId ¶
func (s *DescribeApiErrorRequest) SetGroupId(v string) *DescribeApiErrorRequest
func (*DescribeApiErrorRequest) SetSecurityToken ¶
func (s *DescribeApiErrorRequest) SetSecurityToken(v string) *DescribeApiErrorRequest
func (*DescribeApiErrorRequest) SetStartTime ¶
func (s *DescribeApiErrorRequest) SetStartTime(v string) *DescribeApiErrorRequest
func (DescribeApiErrorRequest) String ¶
func (s DescribeApiErrorRequest) String() string
type DescribeApiErrorResponse ¶
type DescribeApiErrorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiErrorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiErrorResponse) GoString ¶
func (s DescribeApiErrorResponse) GoString() string
func (*DescribeApiErrorResponse) SetBody ¶
func (s *DescribeApiErrorResponse) SetBody(v *DescribeApiErrorResponseBody) *DescribeApiErrorResponse
func (*DescribeApiErrorResponse) SetHeaders ¶
func (s *DescribeApiErrorResponse) SetHeaders(v map[string]*string) *DescribeApiErrorResponse
func (*DescribeApiErrorResponse) SetStatusCode ¶
func (s *DescribeApiErrorResponse) SetStatusCode(v int32) *DescribeApiErrorResponse
func (DescribeApiErrorResponse) String ¶
func (s DescribeApiErrorResponse) String() string
type DescribeApiErrorResponseBody ¶
type DescribeApiErrorResponseBody struct { ClientErrors *DescribeApiErrorResponseBodyClientErrors `json:"ClientErrors,omitempty" xml:"ClientErrors,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ServerErrors *DescribeApiErrorResponseBodyServerErrors `json:"ServerErrors,omitempty" xml:"ServerErrors,omitempty" type:"Struct"` }
func (DescribeApiErrorResponseBody) GoString ¶
func (s DescribeApiErrorResponseBody) GoString() string
func (*DescribeApiErrorResponseBody) SetClientErrors ¶
func (s *DescribeApiErrorResponseBody) SetClientErrors(v *DescribeApiErrorResponseBodyClientErrors) *DescribeApiErrorResponseBody
func (*DescribeApiErrorResponseBody) SetRequestId ¶
func (s *DescribeApiErrorResponseBody) SetRequestId(v string) *DescribeApiErrorResponseBody
func (*DescribeApiErrorResponseBody) SetServerErrors ¶
func (s *DescribeApiErrorResponseBody) SetServerErrors(v *DescribeApiErrorResponseBodyServerErrors) *DescribeApiErrorResponseBody
func (DescribeApiErrorResponseBody) String ¶
func (s DescribeApiErrorResponseBody) String() string
type DescribeApiErrorResponseBodyClientErrors ¶
type DescribeApiErrorResponseBodyClientErrors struct {
ClientError []*DescribeApiErrorResponseBodyClientErrorsClientError `json:"ClientError,omitempty" xml:"ClientError,omitempty" type:"Repeated"`
}
func (DescribeApiErrorResponseBodyClientErrors) GoString ¶
func (s DescribeApiErrorResponseBodyClientErrors) GoString() string
func (*DescribeApiErrorResponseBodyClientErrors) SetClientError ¶
func (s *DescribeApiErrorResponseBodyClientErrors) SetClientError(v []*DescribeApiErrorResponseBodyClientErrorsClientError) *DescribeApiErrorResponseBodyClientErrors
func (DescribeApiErrorResponseBodyClientErrors) String ¶
func (s DescribeApiErrorResponseBodyClientErrors) String() string
type DescribeApiErrorResponseBodyClientErrorsClientError ¶
type DescribeApiErrorResponseBodyClientErrorsClientError struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiErrorResponseBodyClientErrorsClientError) GoString ¶
func (s DescribeApiErrorResponseBodyClientErrorsClientError) GoString() string
func (DescribeApiErrorResponseBodyClientErrorsClientError) String ¶
func (s DescribeApiErrorResponseBodyClientErrorsClientError) String() string
type DescribeApiErrorResponseBodyServerErrors ¶
type DescribeApiErrorResponseBodyServerErrors struct {
ServerError []*DescribeApiErrorResponseBodyServerErrorsServerError `json:"ServerError,omitempty" xml:"ServerError,omitempty" type:"Repeated"`
}
func (DescribeApiErrorResponseBodyServerErrors) GoString ¶
func (s DescribeApiErrorResponseBodyServerErrors) GoString() string
func (*DescribeApiErrorResponseBodyServerErrors) SetServerError ¶
func (s *DescribeApiErrorResponseBodyServerErrors) SetServerError(v []*DescribeApiErrorResponseBodyServerErrorsServerError) *DescribeApiErrorResponseBodyServerErrors
func (DescribeApiErrorResponseBodyServerErrors) String ¶
func (s DescribeApiErrorResponseBodyServerErrors) String() string
type DescribeApiErrorResponseBodyServerErrorsServerError ¶
type DescribeApiErrorResponseBodyServerErrorsServerError struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiErrorResponseBodyServerErrorsServerError) GoString ¶
func (s DescribeApiErrorResponseBodyServerErrorsServerError) GoString() string
func (DescribeApiErrorResponseBodyServerErrorsServerError) String ¶
func (s DescribeApiErrorResponseBodyServerErrorsServerError) String() string
type DescribeApiGroupDetailForConsumerRequest ¶
type DescribeApiGroupDetailForConsumerRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiGroupDetailForConsumerRequest) GoString ¶
func (s DescribeApiGroupDetailForConsumerRequest) GoString() string
func (*DescribeApiGroupDetailForConsumerRequest) SetApiId ¶
func (s *DescribeApiGroupDetailForConsumerRequest) SetApiId(v string) *DescribeApiGroupDetailForConsumerRequest
func (*DescribeApiGroupDetailForConsumerRequest) SetGroupId ¶
func (s *DescribeApiGroupDetailForConsumerRequest) SetGroupId(v string) *DescribeApiGroupDetailForConsumerRequest
func (*DescribeApiGroupDetailForConsumerRequest) SetSecurityToken ¶
func (s *DescribeApiGroupDetailForConsumerRequest) SetSecurityToken(v string) *DescribeApiGroupDetailForConsumerRequest
func (*DescribeApiGroupDetailForConsumerRequest) SetStageName ¶
func (s *DescribeApiGroupDetailForConsumerRequest) SetStageName(v string) *DescribeApiGroupDetailForConsumerRequest
func (DescribeApiGroupDetailForConsumerRequest) String ¶
func (s DescribeApiGroupDetailForConsumerRequest) String() string
type DescribeApiGroupDetailForConsumerResponse ¶
type DescribeApiGroupDetailForConsumerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiGroupDetailForConsumerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiGroupDetailForConsumerResponse) GoString ¶
func (s DescribeApiGroupDetailForConsumerResponse) GoString() string
func (*DescribeApiGroupDetailForConsumerResponse) SetHeaders ¶
func (s *DescribeApiGroupDetailForConsumerResponse) SetHeaders(v map[string]*string) *DescribeApiGroupDetailForConsumerResponse
func (*DescribeApiGroupDetailForConsumerResponse) SetStatusCode ¶
func (s *DescribeApiGroupDetailForConsumerResponse) SetStatusCode(v int32) *DescribeApiGroupDetailForConsumerResponse
func (DescribeApiGroupDetailForConsumerResponse) String ¶
func (s DescribeApiGroupDetailForConsumerResponse) String() string
type DescribeApiGroupDetailForConsumerResponseBody ¶
type DescribeApiGroupDetailForConsumerResponseBody struct { BillingStatus *string `json:"BillingStatus,omitempty" xml:"BillingStatus,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DomainItems *DescribeApiGroupDetailForConsumerResponseBodyDomainItems `json:"DomainItems,omitempty" xml:"DomainItems,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` IllegalStatus *string `json:"IllegalStatus,omitempty" xml:"IllegalStatus,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` Purchased *string `json:"Purchased,omitempty" xml:"Purchased,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` TrafficLimit *int32 `json:"TrafficLimit,omitempty" xml:"TrafficLimit,omitempty"` }
func (DescribeApiGroupDetailForConsumerResponseBody) GoString ¶
func (s DescribeApiGroupDetailForConsumerResponseBody) GoString() string
func (*DescribeApiGroupDetailForConsumerResponseBody) SetBillingStatus ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetBillingStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetCreatedTime ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetCreatedTime(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetDescription ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetDescription(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetDomainItems ¶
func (*DescribeApiGroupDetailForConsumerResponseBody) SetGroupId ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetGroupId(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetGroupName ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetGroupName(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetIllegalStatus ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetIllegalStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetModifiedTime ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetModifiedTime(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetPurchased ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetPurchased(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetRegionId ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetRegionId(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetRequestId ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetRequestId(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetStatus ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetStatus(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetSubDomain ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetSubDomain(v string) *DescribeApiGroupDetailForConsumerResponseBody
func (*DescribeApiGroupDetailForConsumerResponseBody) SetTrafficLimit ¶
func (s *DescribeApiGroupDetailForConsumerResponseBody) SetTrafficLimit(v int32) *DescribeApiGroupDetailForConsumerResponseBody
func (DescribeApiGroupDetailForConsumerResponseBody) String ¶
func (s DescribeApiGroupDetailForConsumerResponseBody) String() string
type DescribeApiGroupDetailForConsumerResponseBodyDomainItems ¶
type DescribeApiGroupDetailForConsumerResponseBodyDomainItems struct {
DomainItem []*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem `json:"DomainItem,omitempty" xml:"DomainItem,omitempty" type:"Repeated"`
}
func (DescribeApiGroupDetailForConsumerResponseBodyDomainItems) GoString ¶
func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItems) GoString() string
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItems) SetDomainItem ¶
func (DescribeApiGroupDetailForConsumerResponseBodyDomainItems) String ¶
func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItems) String() string
type DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem ¶
type DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem struct { CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainNameResolution *string `json:"DomainNameResolution,omitempty" xml:"DomainNameResolution,omitempty"` DomainStatus *string `json:"DomainStatus,omitempty" xml:"DomainStatus,omitempty"` }
func (DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) GoString ¶
func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) GoString() string
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetCertificateId ¶
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetCertificateName ¶
func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetCertificateName(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainName ¶
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainNameResolution ¶
func (s *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainNameResolution(v string) *DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) SetDomainStatus ¶
func (DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) String ¶
func (s DescribeApiGroupDetailForConsumerResponseBodyDomainItemsDomainItem) String() string
type DescribeApiGroupDetailRequest ¶
type DescribeApiGroupDetailRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeApiGroupDetailRequest) GoString ¶
func (s DescribeApiGroupDetailRequest) GoString() string
func (*DescribeApiGroupDetailRequest) SetGroupId ¶
func (s *DescribeApiGroupDetailRequest) SetGroupId(v string) *DescribeApiGroupDetailRequest
func (*DescribeApiGroupDetailRequest) SetSecurityToken ¶
func (s *DescribeApiGroupDetailRequest) SetSecurityToken(v string) *DescribeApiGroupDetailRequest
func (DescribeApiGroupDetailRequest) String ¶
func (s DescribeApiGroupDetailRequest) String() string
type DescribeApiGroupDetailResponse ¶
type DescribeApiGroupDetailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiGroupDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiGroupDetailResponse) GoString ¶
func (s DescribeApiGroupDetailResponse) GoString() string
func (*DescribeApiGroupDetailResponse) SetBody ¶
func (s *DescribeApiGroupDetailResponse) SetBody(v *DescribeApiGroupDetailResponseBody) *DescribeApiGroupDetailResponse
func (*DescribeApiGroupDetailResponse) SetHeaders ¶
func (s *DescribeApiGroupDetailResponse) SetHeaders(v map[string]*string) *DescribeApiGroupDetailResponse
func (*DescribeApiGroupDetailResponse) SetStatusCode ¶
func (s *DescribeApiGroupDetailResponse) SetStatusCode(v int32) *DescribeApiGroupDetailResponse
func (DescribeApiGroupDetailResponse) String ¶
func (s DescribeApiGroupDetailResponse) String() string
type DescribeApiGroupDetailResponseBody ¶
type DescribeApiGroupDetailResponseBody struct { BillingStatus *string `json:"BillingStatus,omitempty" xml:"BillingStatus,omitempty"` ClassicVpcSubDomain *string `json:"ClassicVpcSubDomain,omitempty" xml:"ClassicVpcSubDomain,omitempty"` CompatibleFlags *string `json:"CompatibleFlags,omitempty" xml:"CompatibleFlags,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` CustomTraceConfig *string `json:"CustomTraceConfig,omitempty" xml:"CustomTraceConfig,omitempty"` DefaultDomain *string `json:"DefaultDomain,omitempty" xml:"DefaultDomain,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DomainItems *DescribeApiGroupDetailResponseBodyDomainItems `json:"DomainItems,omitempty" xml:"DomainItems,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HttpsPolicy *string `json:"HttpsPolicy,omitempty" xml:"HttpsPolicy,omitempty"` IllegalStatus *string `json:"IllegalStatus,omitempty" xml:"IllegalStatus,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"` InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"` InstanceVipList *string `json:"InstanceVipList,omitempty" xml:"InstanceVipList,omitempty"` Ipv6Status *string `json:"Ipv6Status,omitempty" xml:"Ipv6Status,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` PassthroughHeaders *string `json:"PassthroughHeaders,omitempty" xml:"PassthroughHeaders,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RpcPattern *string `json:"RpcPattern,omitempty" xml:"RpcPattern,omitempty"` StageItems *DescribeApiGroupDetailResponseBodyStageItems `json:"StageItems,omitempty" xml:"StageItems,omitempty" type:"Struct"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` TrafficLimit *int32 `json:"TrafficLimit,omitempty" xml:"TrafficLimit,omitempty"` UserLogConfig *string `json:"UserLogConfig,omitempty" xml:"UserLogConfig,omitempty"` VpcDomain *string `json:"VpcDomain,omitempty" xml:"VpcDomain,omitempty"` }
func (DescribeApiGroupDetailResponseBody) GoString ¶
func (s DescribeApiGroupDetailResponseBody) GoString() string
func (*DescribeApiGroupDetailResponseBody) SetBillingStatus ¶
func (s *DescribeApiGroupDetailResponseBody) SetBillingStatus(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetClassicVpcSubDomain ¶
func (s *DescribeApiGroupDetailResponseBody) SetClassicVpcSubDomain(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetCompatibleFlags ¶
func (s *DescribeApiGroupDetailResponseBody) SetCompatibleFlags(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetCreatedTime ¶
func (s *DescribeApiGroupDetailResponseBody) SetCreatedTime(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetCustomTraceConfig ¶
func (s *DescribeApiGroupDetailResponseBody) SetCustomTraceConfig(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetDefaultDomain ¶
func (s *DescribeApiGroupDetailResponseBody) SetDefaultDomain(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetDescription ¶
func (s *DescribeApiGroupDetailResponseBody) SetDescription(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetDomainItems ¶
func (s *DescribeApiGroupDetailResponseBody) SetDomainItems(v *DescribeApiGroupDetailResponseBodyDomainItems) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetGroupId ¶
func (s *DescribeApiGroupDetailResponseBody) SetGroupId(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetGroupName ¶
func (s *DescribeApiGroupDetailResponseBody) SetGroupName(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetHttpsPolicy ¶
func (s *DescribeApiGroupDetailResponseBody) SetHttpsPolicy(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetIllegalStatus ¶
func (s *DescribeApiGroupDetailResponseBody) SetIllegalStatus(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetInstanceId ¶
func (s *DescribeApiGroupDetailResponseBody) SetInstanceId(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetInstanceName ¶
func (s *DescribeApiGroupDetailResponseBody) SetInstanceName(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetInstanceType ¶
func (s *DescribeApiGroupDetailResponseBody) SetInstanceType(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetInstanceVipList ¶
func (s *DescribeApiGroupDetailResponseBody) SetInstanceVipList(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetIpv6Status ¶
func (s *DescribeApiGroupDetailResponseBody) SetIpv6Status(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetModifiedTime ¶
func (s *DescribeApiGroupDetailResponseBody) SetModifiedTime(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetPassthroughHeaders ¶
func (s *DescribeApiGroupDetailResponseBody) SetPassthroughHeaders(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetRegionId ¶
func (s *DescribeApiGroupDetailResponseBody) SetRegionId(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetRequestId ¶
func (s *DescribeApiGroupDetailResponseBody) SetRequestId(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetRpcPattern ¶
func (s *DescribeApiGroupDetailResponseBody) SetRpcPattern(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetStageItems ¶
func (s *DescribeApiGroupDetailResponseBody) SetStageItems(v *DescribeApiGroupDetailResponseBodyStageItems) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetStatus ¶
func (s *DescribeApiGroupDetailResponseBody) SetStatus(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetSubDomain ¶
func (s *DescribeApiGroupDetailResponseBody) SetSubDomain(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetTrafficLimit ¶
func (s *DescribeApiGroupDetailResponseBody) SetTrafficLimit(v int32) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetUserLogConfig ¶
func (s *DescribeApiGroupDetailResponseBody) SetUserLogConfig(v string) *DescribeApiGroupDetailResponseBody
func (*DescribeApiGroupDetailResponseBody) SetVpcDomain ¶
func (s *DescribeApiGroupDetailResponseBody) SetVpcDomain(v string) *DescribeApiGroupDetailResponseBody
func (DescribeApiGroupDetailResponseBody) String ¶
func (s DescribeApiGroupDetailResponseBody) String() string
type DescribeApiGroupDetailResponseBodyDomainItems ¶
type DescribeApiGroupDetailResponseBodyDomainItems struct {
DomainItem []*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem `json:"DomainItem,omitempty" xml:"DomainItem,omitempty" type:"Repeated"`
}
func (DescribeApiGroupDetailResponseBodyDomainItems) GoString ¶
func (s DescribeApiGroupDetailResponseBodyDomainItems) GoString() string
func (*DescribeApiGroupDetailResponseBodyDomainItems) SetDomainItem ¶
func (DescribeApiGroupDetailResponseBodyDomainItems) String ¶
func (s DescribeApiGroupDetailResponseBodyDomainItems) String() string
type DescribeApiGroupDetailResponseBodyDomainItemsDomainItem ¶
type DescribeApiGroupDetailResponseBodyDomainItemsDomainItem struct { BindStageName *string `json:"BindStageName,omitempty" xml:"BindStageName,omitempty"` CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainBindingStatus *string `json:"DomainBindingStatus,omitempty" xml:"DomainBindingStatus,omitempty"` DomainLegalStatus *string `json:"DomainLegalStatus,omitempty" xml:"DomainLegalStatus,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainNameResolution *string `json:"DomainNameResolution,omitempty" xml:"DomainNameResolution,omitempty"` DomainRemark *string `json:"DomainRemark,omitempty" xml:"DomainRemark,omitempty"` DomainWebSocketStatus *string `json:"DomainWebSocketStatus,omitempty" xml:"DomainWebSocketStatus,omitempty"` WildcardDomainPatterns *string `json:"WildcardDomainPatterns,omitempty" xml:"WildcardDomainPatterns,omitempty"` }
func (DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) GoString ¶
func (s DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) GoString() string
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetBindStageName ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetBindStageName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateId ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateId(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateName ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetCertificateName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainBindingStatus ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainBindingStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainLegalStatus ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainLegalStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainName ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainName(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainNameResolution ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainNameResolution(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainRemark ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainRemark(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainWebSocketStatus ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainWebSocketStatus(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (*DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetWildcardDomainPatterns ¶
func (s *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) SetWildcardDomainPatterns(v string) *DescribeApiGroupDetailResponseBodyDomainItemsDomainItem
func (DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) String ¶
func (s DescribeApiGroupDetailResponseBodyDomainItemsDomainItem) String() string
type DescribeApiGroupDetailResponseBodyStageItems ¶
type DescribeApiGroupDetailResponseBodyStageItems struct {
StageInfo []*DescribeApiGroupDetailResponseBodyStageItemsStageInfo `json:"StageInfo,omitempty" xml:"StageInfo,omitempty" type:"Repeated"`
}
func (DescribeApiGroupDetailResponseBodyStageItems) GoString ¶
func (s DescribeApiGroupDetailResponseBodyStageItems) GoString() string
func (*DescribeApiGroupDetailResponseBodyStageItems) SetStageInfo ¶
func (DescribeApiGroupDetailResponseBodyStageItems) String ¶
func (s DescribeApiGroupDetailResponseBodyStageItems) String() string
type DescribeApiGroupDetailResponseBodyStageItemsStageInfo ¶
type DescribeApiGroupDetailResponseBodyStageItemsStageInfo struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiGroupDetailResponseBodyStageItemsStageInfo) GoString ¶
func (s DescribeApiGroupDetailResponseBodyStageItemsStageInfo) GoString() string
func (*DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetDescription ¶
func (s *DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetDescription(v string) *DescribeApiGroupDetailResponseBodyStageItemsStageInfo
func (*DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetStageId ¶
func (*DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetStageName ¶
func (s *DescribeApiGroupDetailResponseBodyStageItemsStageInfo) SetStageName(v string) *DescribeApiGroupDetailResponseBodyStageItemsStageInfo
func (DescribeApiGroupDetailResponseBodyStageItemsStageInfo) String ¶
func (s DescribeApiGroupDetailResponseBodyStageItemsStageInfo) String() string
type DescribeApiGroupsRequest ¶
type DescribeApiGroupsRequest struct { EnableTagAuth *bool `json:"EnableTagAuth,omitempty" xml:"EnableTagAuth,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` NotClassic *bool `json:"NotClassic,omitempty" xml:"NotClassic,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Tag []*DescribeApiGroupsRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` }
func (DescribeApiGroupsRequest) GoString ¶
func (s DescribeApiGroupsRequest) GoString() string
func (*DescribeApiGroupsRequest) SetEnableTagAuth ¶
func (s *DescribeApiGroupsRequest) SetEnableTagAuth(v bool) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetGroupId ¶
func (s *DescribeApiGroupsRequest) SetGroupId(v string) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetGroupName ¶
func (s *DescribeApiGroupsRequest) SetGroupName(v string) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetInstanceId ¶
func (s *DescribeApiGroupsRequest) SetInstanceId(v string) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetNotClassic ¶
func (s *DescribeApiGroupsRequest) SetNotClassic(v bool) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetPageNumber ¶
func (s *DescribeApiGroupsRequest) SetPageNumber(v int32) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetPageSize ¶
func (s *DescribeApiGroupsRequest) SetPageSize(v int32) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetSecurityToken ¶
func (s *DescribeApiGroupsRequest) SetSecurityToken(v string) *DescribeApiGroupsRequest
func (*DescribeApiGroupsRequest) SetTag ¶
func (s *DescribeApiGroupsRequest) SetTag(v []*DescribeApiGroupsRequestTag) *DescribeApiGroupsRequest
func (DescribeApiGroupsRequest) String ¶
func (s DescribeApiGroupsRequest) String() string
type DescribeApiGroupsRequestTag ¶
type DescribeApiGroupsRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiGroupsRequestTag) GoString ¶
func (s DescribeApiGroupsRequestTag) GoString() string
func (*DescribeApiGroupsRequestTag) SetKey ¶
func (s *DescribeApiGroupsRequestTag) SetKey(v string) *DescribeApiGroupsRequestTag
func (*DescribeApiGroupsRequestTag) SetValue ¶
func (s *DescribeApiGroupsRequestTag) SetValue(v string) *DescribeApiGroupsRequestTag
func (DescribeApiGroupsRequestTag) String ¶
func (s DescribeApiGroupsRequestTag) String() string
type DescribeApiGroupsResponse ¶
type DescribeApiGroupsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiGroupsResponse) GoString ¶
func (s DescribeApiGroupsResponse) GoString() string
func (*DescribeApiGroupsResponse) SetBody ¶
func (s *DescribeApiGroupsResponse) SetBody(v *DescribeApiGroupsResponseBody) *DescribeApiGroupsResponse
func (*DescribeApiGroupsResponse) SetHeaders ¶
func (s *DescribeApiGroupsResponse) SetHeaders(v map[string]*string) *DescribeApiGroupsResponse
func (*DescribeApiGroupsResponse) SetStatusCode ¶
func (s *DescribeApiGroupsResponse) SetStatusCode(v int32) *DescribeApiGroupsResponse
func (DescribeApiGroupsResponse) String ¶
func (s DescribeApiGroupsResponse) String() string
type DescribeApiGroupsResponseBody ¶
type DescribeApiGroupsResponseBody struct { ApiGroupAttributes *DescribeApiGroupsResponseBodyApiGroupAttributes `json:"ApiGroupAttributes,omitempty" xml:"ApiGroupAttributes,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApiGroupsResponseBody) GoString ¶
func (s DescribeApiGroupsResponseBody) GoString() string
func (*DescribeApiGroupsResponseBody) SetApiGroupAttributes ¶
func (s *DescribeApiGroupsResponseBody) SetApiGroupAttributes(v *DescribeApiGroupsResponseBodyApiGroupAttributes) *DescribeApiGroupsResponseBody
func (*DescribeApiGroupsResponseBody) SetPageNumber ¶
func (s *DescribeApiGroupsResponseBody) SetPageNumber(v int32) *DescribeApiGroupsResponseBody
func (*DescribeApiGroupsResponseBody) SetPageSize ¶
func (s *DescribeApiGroupsResponseBody) SetPageSize(v int32) *DescribeApiGroupsResponseBody
func (*DescribeApiGroupsResponseBody) SetRequestId ¶
func (s *DescribeApiGroupsResponseBody) SetRequestId(v string) *DescribeApiGroupsResponseBody
func (*DescribeApiGroupsResponseBody) SetTotalCount ¶
func (s *DescribeApiGroupsResponseBody) SetTotalCount(v int32) *DescribeApiGroupsResponseBody
func (DescribeApiGroupsResponseBody) String ¶
func (s DescribeApiGroupsResponseBody) String() string
type DescribeApiGroupsResponseBodyApiGroupAttributes ¶
type DescribeApiGroupsResponseBodyApiGroupAttributes struct {
ApiGroupAttribute []*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute `json:"ApiGroupAttribute,omitempty" xml:"ApiGroupAttribute,omitempty" type:"Repeated"`
}
func (DescribeApiGroupsResponseBodyApiGroupAttributes) GoString ¶
func (s DescribeApiGroupsResponseBodyApiGroupAttributes) GoString() string
func (*DescribeApiGroupsResponseBodyApiGroupAttributes) SetApiGroupAttribute ¶
func (s *DescribeApiGroupsResponseBodyApiGroupAttributes) SetApiGroupAttribute(v []*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) *DescribeApiGroupsResponseBodyApiGroupAttributes
func (DescribeApiGroupsResponseBodyApiGroupAttributes) String ¶
func (s DescribeApiGroupsResponseBodyApiGroupAttributes) String() string
type DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute ¶
type DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute struct { BillingStatus *string `json:"BillingStatus,omitempty" xml:"BillingStatus,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HttpsPolicy *string `json:"HttpsPolicy,omitempty" xml:"HttpsPolicy,omitempty"` IllegalStatus *string `json:"IllegalStatus,omitempty" xml:"IllegalStatus,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` TrafficLimit *int32 `json:"TrafficLimit,omitempty" xml:"TrafficLimit,omitempty"` }
func (DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) GoString ¶
func (s DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) GoString() string
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetBillingStatus ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetCreatedTime ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetDescription ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetGroupId ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetGroupName ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetHttpsPolicy ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetIllegalStatus ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetInstanceId ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetInstanceType ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetModifiedTime ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetRegionId ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetSubDomain ¶
func (*DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) SetTrafficLimit ¶
func (DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) String ¶
func (s DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute) String() string
type DescribeApiIpControlsRequest ¶
type DescribeApiIpControlsRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiIpControlsRequest) GoString ¶
func (s DescribeApiIpControlsRequest) GoString() string
func (*DescribeApiIpControlsRequest) SetApiIds ¶
func (s *DescribeApiIpControlsRequest) SetApiIds(v string) *DescribeApiIpControlsRequest
func (*DescribeApiIpControlsRequest) SetGroupId ¶
func (s *DescribeApiIpControlsRequest) SetGroupId(v string) *DescribeApiIpControlsRequest
func (*DescribeApiIpControlsRequest) SetPageNumber ¶
func (s *DescribeApiIpControlsRequest) SetPageNumber(v int32) *DescribeApiIpControlsRequest
func (*DescribeApiIpControlsRequest) SetPageSize ¶
func (s *DescribeApiIpControlsRequest) SetPageSize(v int32) *DescribeApiIpControlsRequest
func (*DescribeApiIpControlsRequest) SetSecurityToken ¶
func (s *DescribeApiIpControlsRequest) SetSecurityToken(v string) *DescribeApiIpControlsRequest
func (*DescribeApiIpControlsRequest) SetStageName ¶
func (s *DescribeApiIpControlsRequest) SetStageName(v string) *DescribeApiIpControlsRequest
func (DescribeApiIpControlsRequest) String ¶
func (s DescribeApiIpControlsRequest) String() string
type DescribeApiIpControlsResponse ¶
type DescribeApiIpControlsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiIpControlsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiIpControlsResponse) GoString ¶
func (s DescribeApiIpControlsResponse) GoString() string
func (*DescribeApiIpControlsResponse) SetBody ¶
func (s *DescribeApiIpControlsResponse) SetBody(v *DescribeApiIpControlsResponseBody) *DescribeApiIpControlsResponse
func (*DescribeApiIpControlsResponse) SetHeaders ¶
func (s *DescribeApiIpControlsResponse) SetHeaders(v map[string]*string) *DescribeApiIpControlsResponse
func (*DescribeApiIpControlsResponse) SetStatusCode ¶
func (s *DescribeApiIpControlsResponse) SetStatusCode(v int32) *DescribeApiIpControlsResponse
func (DescribeApiIpControlsResponse) String ¶
func (s DescribeApiIpControlsResponse) String() string
type DescribeApiIpControlsResponseBody ¶
type DescribeApiIpControlsResponseBody struct { ApiIpControls *DescribeApiIpControlsResponseBodyApiIpControls `json:"ApiIpControls,omitempty" xml:"ApiIpControls,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApiIpControlsResponseBody) GoString ¶
func (s DescribeApiIpControlsResponseBody) GoString() string
func (*DescribeApiIpControlsResponseBody) SetApiIpControls ¶
func (s *DescribeApiIpControlsResponseBody) SetApiIpControls(v *DescribeApiIpControlsResponseBodyApiIpControls) *DescribeApiIpControlsResponseBody
func (*DescribeApiIpControlsResponseBody) SetPageNumber ¶
func (s *DescribeApiIpControlsResponseBody) SetPageNumber(v int32) *DescribeApiIpControlsResponseBody
func (*DescribeApiIpControlsResponseBody) SetPageSize ¶
func (s *DescribeApiIpControlsResponseBody) SetPageSize(v int32) *DescribeApiIpControlsResponseBody
func (*DescribeApiIpControlsResponseBody) SetRequestId ¶
func (s *DescribeApiIpControlsResponseBody) SetRequestId(v string) *DescribeApiIpControlsResponseBody
func (*DescribeApiIpControlsResponseBody) SetTotalCount ¶
func (s *DescribeApiIpControlsResponseBody) SetTotalCount(v int32) *DescribeApiIpControlsResponseBody
func (DescribeApiIpControlsResponseBody) String ¶
func (s DescribeApiIpControlsResponseBody) String() string
type DescribeApiIpControlsResponseBodyApiIpControls ¶
type DescribeApiIpControlsResponseBodyApiIpControls struct {
ApiIpControlItem []*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem `json:"ApiIpControlItem,omitempty" xml:"ApiIpControlItem,omitempty" type:"Repeated"`
}
func (DescribeApiIpControlsResponseBodyApiIpControls) GoString ¶
func (s DescribeApiIpControlsResponseBodyApiIpControls) GoString() string
func (*DescribeApiIpControlsResponseBodyApiIpControls) SetApiIpControlItem ¶
func (s *DescribeApiIpControlsResponseBodyApiIpControls) SetApiIpControlItem(v []*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) *DescribeApiIpControlsResponseBodyApiIpControls
func (DescribeApiIpControlsResponseBodyApiIpControls) String ¶
func (s DescribeApiIpControlsResponseBodyApiIpControls) String() string
type DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem ¶
type DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` BoundTime *string `json:"BoundTime,omitempty" xml:"BoundTime,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` IpControlName *string `json:"IpControlName,omitempty" xml:"IpControlName,omitempty"` }
func (DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) GoString ¶
func (s DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) GoString() string
func (*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetApiName ¶
func (*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetBoundTime ¶
func (*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetIpControlId ¶
func (*DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetIpControlName ¶
func (s *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) SetIpControlName(v string) *DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem
func (DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) String ¶
func (s DescribeApiIpControlsResponseBodyApiIpControlsApiIpControlItem) String() string
type DescribeApiLatencyRequest ¶
type DescribeApiLatencyRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (DescribeApiLatencyRequest) GoString ¶
func (s DescribeApiLatencyRequest) GoString() string
func (*DescribeApiLatencyRequest) SetApiId ¶
func (s *DescribeApiLatencyRequest) SetApiId(v string) *DescribeApiLatencyRequest
func (*DescribeApiLatencyRequest) SetEndTime ¶
func (s *DescribeApiLatencyRequest) SetEndTime(v string) *DescribeApiLatencyRequest
func (*DescribeApiLatencyRequest) SetGroupId ¶
func (s *DescribeApiLatencyRequest) SetGroupId(v string) *DescribeApiLatencyRequest
func (*DescribeApiLatencyRequest) SetSecurityToken ¶
func (s *DescribeApiLatencyRequest) SetSecurityToken(v string) *DescribeApiLatencyRequest
func (*DescribeApiLatencyRequest) SetStartTime ¶
func (s *DescribeApiLatencyRequest) SetStartTime(v string) *DescribeApiLatencyRequest
func (DescribeApiLatencyRequest) String ¶
func (s DescribeApiLatencyRequest) String() string
type DescribeApiLatencyResponse ¶
type DescribeApiLatencyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiLatencyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiLatencyResponse) GoString ¶
func (s DescribeApiLatencyResponse) GoString() string
func (*DescribeApiLatencyResponse) SetBody ¶
func (s *DescribeApiLatencyResponse) SetBody(v *DescribeApiLatencyResponseBody) *DescribeApiLatencyResponse
func (*DescribeApiLatencyResponse) SetHeaders ¶
func (s *DescribeApiLatencyResponse) SetHeaders(v map[string]*string) *DescribeApiLatencyResponse
func (*DescribeApiLatencyResponse) SetStatusCode ¶
func (s *DescribeApiLatencyResponse) SetStatusCode(v int32) *DescribeApiLatencyResponse
func (DescribeApiLatencyResponse) String ¶
func (s DescribeApiLatencyResponse) String() string
type DescribeApiLatencyResponseBody ¶
type DescribeApiLatencyResponseBody struct { Latencys *DescribeApiLatencyResponseBodyLatencys `json:"Latencys,omitempty" xml:"Latencys,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeApiLatencyResponseBody) GoString ¶
func (s DescribeApiLatencyResponseBody) GoString() string
func (*DescribeApiLatencyResponseBody) SetLatencys ¶
func (s *DescribeApiLatencyResponseBody) SetLatencys(v *DescribeApiLatencyResponseBodyLatencys) *DescribeApiLatencyResponseBody
func (*DescribeApiLatencyResponseBody) SetRequestId ¶
func (s *DescribeApiLatencyResponseBody) SetRequestId(v string) *DescribeApiLatencyResponseBody
func (DescribeApiLatencyResponseBody) String ¶
func (s DescribeApiLatencyResponseBody) String() string
type DescribeApiLatencyResponseBodyLatencys ¶
type DescribeApiLatencyResponseBodyLatencys struct {
Latency []*DescribeApiLatencyResponseBodyLatencysLatency `json:"Latency,omitempty" xml:"Latency,omitempty" type:"Repeated"`
}
func (DescribeApiLatencyResponseBodyLatencys) GoString ¶
func (s DescribeApiLatencyResponseBodyLatencys) GoString() string
func (*DescribeApiLatencyResponseBodyLatencys) SetLatency ¶
func (DescribeApiLatencyResponseBodyLatencys) String ¶
func (s DescribeApiLatencyResponseBodyLatencys) String() string
type DescribeApiLatencyResponseBodyLatencysLatency ¶
type DescribeApiLatencyResponseBodyLatencysLatency struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiLatencyResponseBodyLatencysLatency) GoString ¶
func (s DescribeApiLatencyResponseBodyLatencysLatency) GoString() string
func (*DescribeApiLatencyResponseBodyLatencysLatency) SetTime ¶
func (s *DescribeApiLatencyResponseBodyLatencysLatency) SetTime(v string) *DescribeApiLatencyResponseBodyLatencysLatency
func (*DescribeApiLatencyResponseBodyLatencysLatency) SetValue ¶
func (s *DescribeApiLatencyResponseBodyLatencysLatency) SetValue(v string) *DescribeApiLatencyResponseBodyLatencysLatency
func (DescribeApiLatencyResponseBodyLatencysLatency) String ¶
func (s DescribeApiLatencyResponseBodyLatencysLatency) String() string
type DescribeApiQpsRequest ¶
type DescribeApiQpsRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (DescribeApiQpsRequest) GoString ¶
func (s DescribeApiQpsRequest) GoString() string
func (*DescribeApiQpsRequest) SetApiId ¶
func (s *DescribeApiQpsRequest) SetApiId(v string) *DescribeApiQpsRequest
func (*DescribeApiQpsRequest) SetEndTime ¶
func (s *DescribeApiQpsRequest) SetEndTime(v string) *DescribeApiQpsRequest
func (*DescribeApiQpsRequest) SetGroupId ¶
func (s *DescribeApiQpsRequest) SetGroupId(v string) *DescribeApiQpsRequest
func (*DescribeApiQpsRequest) SetSecurityToken ¶
func (s *DescribeApiQpsRequest) SetSecurityToken(v string) *DescribeApiQpsRequest
func (*DescribeApiQpsRequest) SetStartTime ¶
func (s *DescribeApiQpsRequest) SetStartTime(v string) *DescribeApiQpsRequest
func (DescribeApiQpsRequest) String ¶
func (s DescribeApiQpsRequest) String() string
type DescribeApiQpsResponse ¶
type DescribeApiQpsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiQpsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiQpsResponse) GoString ¶
func (s DescribeApiQpsResponse) GoString() string
func (*DescribeApiQpsResponse) SetBody ¶
func (s *DescribeApiQpsResponse) SetBody(v *DescribeApiQpsResponseBody) *DescribeApiQpsResponse
func (*DescribeApiQpsResponse) SetHeaders ¶
func (s *DescribeApiQpsResponse) SetHeaders(v map[string]*string) *DescribeApiQpsResponse
func (*DescribeApiQpsResponse) SetStatusCode ¶
func (s *DescribeApiQpsResponse) SetStatusCode(v int32) *DescribeApiQpsResponse
func (DescribeApiQpsResponse) String ¶
func (s DescribeApiQpsResponse) String() string
type DescribeApiQpsResponseBody ¶
type DescribeApiQpsResponseBody struct { Fails *DescribeApiQpsResponseBodyFails `json:"Fails,omitempty" xml:"Fails,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Successes *DescribeApiQpsResponseBodySuccesses `json:"Successes,omitempty" xml:"Successes,omitempty" type:"Struct"` }
func (DescribeApiQpsResponseBody) GoString ¶
func (s DescribeApiQpsResponseBody) GoString() string
func (*DescribeApiQpsResponseBody) SetFails ¶
func (s *DescribeApiQpsResponseBody) SetFails(v *DescribeApiQpsResponseBodyFails) *DescribeApiQpsResponseBody
func (*DescribeApiQpsResponseBody) SetRequestId ¶
func (s *DescribeApiQpsResponseBody) SetRequestId(v string) *DescribeApiQpsResponseBody
func (*DescribeApiQpsResponseBody) SetSuccesses ¶
func (s *DescribeApiQpsResponseBody) SetSuccesses(v *DescribeApiQpsResponseBodySuccesses) *DescribeApiQpsResponseBody
func (DescribeApiQpsResponseBody) String ¶
func (s DescribeApiQpsResponseBody) String() string
type DescribeApiQpsResponseBodyFails ¶
type DescribeApiQpsResponseBodyFails struct {
Fail []*DescribeApiQpsResponseBodyFailsFail `json:"Fail,omitempty" xml:"Fail,omitempty" type:"Repeated"`
}
func (DescribeApiQpsResponseBodyFails) GoString ¶
func (s DescribeApiQpsResponseBodyFails) GoString() string
func (*DescribeApiQpsResponseBodyFails) SetFail ¶
func (s *DescribeApiQpsResponseBodyFails) SetFail(v []*DescribeApiQpsResponseBodyFailsFail) *DescribeApiQpsResponseBodyFails
func (DescribeApiQpsResponseBodyFails) String ¶
func (s DescribeApiQpsResponseBodyFails) String() string
type DescribeApiQpsResponseBodyFailsFail ¶
type DescribeApiQpsResponseBodyFailsFail struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiQpsResponseBodyFailsFail) GoString ¶
func (s DescribeApiQpsResponseBodyFailsFail) GoString() string
func (*DescribeApiQpsResponseBodyFailsFail) SetTime ¶
func (s *DescribeApiQpsResponseBodyFailsFail) SetTime(v string) *DescribeApiQpsResponseBodyFailsFail
func (*DescribeApiQpsResponseBodyFailsFail) SetValue ¶
func (s *DescribeApiQpsResponseBodyFailsFail) SetValue(v string) *DescribeApiQpsResponseBodyFailsFail
func (DescribeApiQpsResponseBodyFailsFail) String ¶
func (s DescribeApiQpsResponseBodyFailsFail) String() string
type DescribeApiQpsResponseBodySuccesses ¶
type DescribeApiQpsResponseBodySuccesses struct {
Success []*DescribeApiQpsResponseBodySuccessesSuccess `json:"Success,omitempty" xml:"Success,omitempty" type:"Repeated"`
}
func (DescribeApiQpsResponseBodySuccesses) GoString ¶
func (s DescribeApiQpsResponseBodySuccesses) GoString() string
func (*DescribeApiQpsResponseBodySuccesses) SetSuccess ¶
func (s *DescribeApiQpsResponseBodySuccesses) SetSuccess(v []*DescribeApiQpsResponseBodySuccessesSuccess) *DescribeApiQpsResponseBodySuccesses
func (DescribeApiQpsResponseBodySuccesses) String ¶
func (s DescribeApiQpsResponseBodySuccesses) String() string
type DescribeApiQpsResponseBodySuccessesSuccess ¶
type DescribeApiQpsResponseBodySuccessesSuccess struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiQpsResponseBodySuccessesSuccess) GoString ¶
func (s DescribeApiQpsResponseBodySuccessesSuccess) GoString() string
func (*DescribeApiQpsResponseBodySuccessesSuccess) SetTime ¶
func (s *DescribeApiQpsResponseBodySuccessesSuccess) SetTime(v string) *DescribeApiQpsResponseBodySuccessesSuccess
func (*DescribeApiQpsResponseBodySuccessesSuccess) SetValue ¶
func (s *DescribeApiQpsResponseBodySuccessesSuccess) SetValue(v string) *DescribeApiQpsResponseBodySuccessesSuccess
func (DescribeApiQpsResponseBodySuccessesSuccess) String ¶
func (s DescribeApiQpsResponseBodySuccessesSuccess) String() string
type DescribeApiRequest ¶
type DescribeApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeApiRequest) GoString ¶
func (s DescribeApiRequest) GoString() string
func (*DescribeApiRequest) SetApiId ¶
func (s *DescribeApiRequest) SetApiId(v string) *DescribeApiRequest
func (*DescribeApiRequest) SetGroupId ¶
func (s *DescribeApiRequest) SetGroupId(v string) *DescribeApiRequest
func (*DescribeApiRequest) SetSecurityToken ¶
func (s *DescribeApiRequest) SetSecurityToken(v string) *DescribeApiRequest
func (DescribeApiRequest) String ¶
func (s DescribeApiRequest) String() string
type DescribeApiResponse ¶
type DescribeApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiResponse) GoString ¶
func (s DescribeApiResponse) GoString() string
func (*DescribeApiResponse) SetBody ¶
func (s *DescribeApiResponse) SetBody(v *DescribeApiResponseBody) *DescribeApiResponse
func (*DescribeApiResponse) SetHeaders ¶
func (s *DescribeApiResponse) SetHeaders(v map[string]*string) *DescribeApiResponse
func (*DescribeApiResponse) SetStatusCode ¶
func (s *DescribeApiResponse) SetStatusCode(v int32) *DescribeApiResponse
func (DescribeApiResponse) String ¶
func (s DescribeApiResponse) String() string
type DescribeApiResponseBody ¶
type DescribeApiResponseBody struct { AllowSignatureMethod *string `json:"AllowSignatureMethod,omitempty" xml:"AllowSignatureMethod,omitempty"` ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AppCodeAuthType *string `json:"AppCodeAuthType,omitempty" xml:"AppCodeAuthType,omitempty"` AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"` ConstantParameters *DescribeApiResponseBodyConstantParameters `json:"ConstantParameters,omitempty" xml:"ConstantParameters,omitempty" type:"Struct"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` CustomSystemParameters *DescribeApiResponseBodyCustomSystemParameters `json:"CustomSystemParameters,omitempty" xml:"CustomSystemParameters,omitempty" type:"Struct"` DeployedInfos *DescribeApiResponseBodyDeployedInfos `json:"DeployedInfos,omitempty" xml:"DeployedInfos,omitempty" type:"Struct"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableInternet *bool `json:"DisableInternet,omitempty" xml:"DisableInternet,omitempty"` ErrorCodeSamples *DescribeApiResponseBodyErrorCodeSamples `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty" type:"Struct"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` ForceNonceCheck *bool `json:"ForceNonceCheck,omitempty" xml:"ForceNonceCheck,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` OpenIdConnectConfig *DescribeApiResponseBodyOpenIdConnectConfig `json:"OpenIdConnectConfig,omitempty" xml:"OpenIdConnectConfig,omitempty" type:"Struct"` OriginResultDescription *string `json:"OriginResultDescription,omitempty" xml:"OriginResultDescription,omitempty"` ParametersMapObject *DescribeApiResponseBodyParametersMapObject `json:"ParametersMapObject,omitempty" xml:"ParametersMapObject,omitempty" type:"Struct"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestConfig *DescribeApiResponseBodyRequestConfig `json:"RequestConfig,omitempty" xml:"RequestConfig,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RequestParametersObject *DescribeApiResponseBodyRequestParametersObject `json:"RequestParametersObject,omitempty" xml:"RequestParametersObject,omitempty" type:"Struct"` ResultBodyModel *string `json:"ResultBodyModel,omitempty" xml:"ResultBodyModel,omitempty"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` ServiceConfig *DescribeApiResponseBodyServiceConfig `json:"ServiceConfig,omitempty" xml:"ServiceConfig,omitempty" type:"Struct"` ServiceParametersObject *DescribeApiResponseBodyServiceParametersObject `json:"ServiceParametersObject,omitempty" xml:"ServiceParametersObject,omitempty" type:"Struct"` SystemParameters *DescribeApiResponseBodySystemParameters `json:"SystemParameters,omitempty" xml:"SystemParameters,omitempty" type:"Struct"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` WebSocketApiType *string `json:"WebSocketApiType,omitempty" xml:"WebSocketApiType,omitempty"` }
func (DescribeApiResponseBody) GoString ¶
func (s DescribeApiResponseBody) GoString() string
func (*DescribeApiResponseBody) SetAllowSignatureMethod ¶
func (s *DescribeApiResponseBody) SetAllowSignatureMethod(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetApiId ¶
func (s *DescribeApiResponseBody) SetApiId(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetApiName ¶
func (s *DescribeApiResponseBody) SetApiName(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetAppCodeAuthType ¶
func (s *DescribeApiResponseBody) SetAppCodeAuthType(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetAuthType ¶
func (s *DescribeApiResponseBody) SetAuthType(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetConstantParameters ¶
func (s *DescribeApiResponseBody) SetConstantParameters(v *DescribeApiResponseBodyConstantParameters) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetCreatedTime ¶
func (s *DescribeApiResponseBody) SetCreatedTime(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetCustomSystemParameters ¶
func (s *DescribeApiResponseBody) SetCustomSystemParameters(v *DescribeApiResponseBodyCustomSystemParameters) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetDeployedInfos ¶
func (s *DescribeApiResponseBody) SetDeployedInfos(v *DescribeApiResponseBodyDeployedInfos) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetDescription ¶
func (s *DescribeApiResponseBody) SetDescription(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetDisableInternet ¶
func (s *DescribeApiResponseBody) SetDisableInternet(v bool) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetErrorCodeSamples ¶
func (s *DescribeApiResponseBody) SetErrorCodeSamples(v *DescribeApiResponseBodyErrorCodeSamples) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetFailResultSample ¶
func (s *DescribeApiResponseBody) SetFailResultSample(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetForceNonceCheck ¶
func (s *DescribeApiResponseBody) SetForceNonceCheck(v bool) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetGroupId ¶
func (s *DescribeApiResponseBody) SetGroupId(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetGroupName ¶
func (s *DescribeApiResponseBody) SetGroupName(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetMock ¶
func (s *DescribeApiResponseBody) SetMock(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetMockResult ¶
func (s *DescribeApiResponseBody) SetMockResult(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetModifiedTime ¶
func (s *DescribeApiResponseBody) SetModifiedTime(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetOpenIdConnectConfig ¶
func (s *DescribeApiResponseBody) SetOpenIdConnectConfig(v *DescribeApiResponseBodyOpenIdConnectConfig) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetOriginResultDescription ¶
func (s *DescribeApiResponseBody) SetOriginResultDescription(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetParametersMapObject ¶
func (s *DescribeApiResponseBody) SetParametersMapObject(v *DescribeApiResponseBodyParametersMapObject) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetRegionId ¶
func (s *DescribeApiResponseBody) SetRegionId(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetRequestConfig ¶
func (s *DescribeApiResponseBody) SetRequestConfig(v *DescribeApiResponseBodyRequestConfig) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetRequestId ¶
func (s *DescribeApiResponseBody) SetRequestId(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetRequestParametersObject ¶
func (s *DescribeApiResponseBody) SetRequestParametersObject(v *DescribeApiResponseBodyRequestParametersObject) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetResultBodyModel ¶
func (s *DescribeApiResponseBody) SetResultBodyModel(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetResultSample ¶
func (s *DescribeApiResponseBody) SetResultSample(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetResultType ¶
func (s *DescribeApiResponseBody) SetResultType(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetServiceConfig ¶
func (s *DescribeApiResponseBody) SetServiceConfig(v *DescribeApiResponseBodyServiceConfig) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetServiceParametersObject ¶
func (s *DescribeApiResponseBody) SetServiceParametersObject(v *DescribeApiResponseBodyServiceParametersObject) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetSystemParameters ¶
func (s *DescribeApiResponseBody) SetSystemParameters(v *DescribeApiResponseBodySystemParameters) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetVisibility ¶
func (s *DescribeApiResponseBody) SetVisibility(v string) *DescribeApiResponseBody
func (*DescribeApiResponseBody) SetWebSocketApiType ¶
func (s *DescribeApiResponseBody) SetWebSocketApiType(v string) *DescribeApiResponseBody
func (DescribeApiResponseBody) String ¶
func (s DescribeApiResponseBody) String() string
type DescribeApiResponseBodyConstantParameters ¶
type DescribeApiResponseBodyConstantParameters struct {
ConstantParameter []*DescribeApiResponseBodyConstantParametersConstantParameter `json:"ConstantParameter,omitempty" xml:"ConstantParameter,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyConstantParameters) GoString ¶
func (s DescribeApiResponseBodyConstantParameters) GoString() string
func (*DescribeApiResponseBodyConstantParameters) SetConstantParameter ¶
func (s *DescribeApiResponseBodyConstantParameters) SetConstantParameter(v []*DescribeApiResponseBodyConstantParametersConstantParameter) *DescribeApiResponseBodyConstantParameters
func (DescribeApiResponseBodyConstantParameters) String ¶
func (s DescribeApiResponseBodyConstantParameters) String() string
type DescribeApiResponseBodyConstantParametersConstantParameter ¶
type DescribeApiResponseBodyConstantParametersConstantParameter struct { ConstantValue *string `json:"ConstantValue,omitempty" xml:"ConstantValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeApiResponseBodyConstantParametersConstantParameter) GoString ¶
func (s DescribeApiResponseBodyConstantParametersConstantParameter) GoString() string
func (*DescribeApiResponseBodyConstantParametersConstantParameter) SetConstantValue ¶
func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetConstantValue(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
func (*DescribeApiResponseBodyConstantParametersConstantParameter) SetDescription ¶
func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetDescription(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
func (*DescribeApiResponseBodyConstantParametersConstantParameter) SetLocation ¶
func (*DescribeApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName ¶
func (s *DescribeApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeApiResponseBodyConstantParametersConstantParameter
func (DescribeApiResponseBodyConstantParametersConstantParameter) String ¶
func (s DescribeApiResponseBodyConstantParametersConstantParameter) String() string
type DescribeApiResponseBodyCustomSystemParameters ¶
type DescribeApiResponseBodyCustomSystemParameters struct {
CustomSystemParameter []*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter `json:"CustomSystemParameter,omitempty" xml:"CustomSystemParameter,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyCustomSystemParameters) GoString ¶
func (s DescribeApiResponseBodyCustomSystemParameters) GoString() string
func (*DescribeApiResponseBodyCustomSystemParameters) SetCustomSystemParameter ¶
func (s *DescribeApiResponseBodyCustomSystemParameters) SetCustomSystemParameter(v []*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) *DescribeApiResponseBodyCustomSystemParameters
func (DescribeApiResponseBodyCustomSystemParameters) String ¶
func (s DescribeApiResponseBodyCustomSystemParameters) String() string
type DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter ¶
type DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterName *string `json:"ParameterName,omitempty" xml:"ParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString ¶
func (s DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString() string
func (*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDemoValue ¶
func (*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDescription ¶
func (*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetLocation ¶
func (*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetParameterName ¶
func (*DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName ¶
func (s *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName(v string) *DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter
func (DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) String ¶
func (s DescribeApiResponseBodyCustomSystemParametersCustomSystemParameter) String() string
type DescribeApiResponseBodyDeployedInfos ¶
type DescribeApiResponseBodyDeployedInfos struct {
DeployedInfo []*DescribeApiResponseBodyDeployedInfosDeployedInfo `json:"DeployedInfo,omitempty" xml:"DeployedInfo,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyDeployedInfos) GoString ¶
func (s DescribeApiResponseBodyDeployedInfos) GoString() string
func (*DescribeApiResponseBodyDeployedInfos) SetDeployedInfo ¶
func (s *DescribeApiResponseBodyDeployedInfos) SetDeployedInfo(v []*DescribeApiResponseBodyDeployedInfosDeployedInfo) *DescribeApiResponseBodyDeployedInfos
func (DescribeApiResponseBodyDeployedInfos) String ¶
func (s DescribeApiResponseBodyDeployedInfos) String() string
type DescribeApiResponseBodyDeployedInfosDeployedInfo ¶
type DescribeApiResponseBodyDeployedInfosDeployedInfo struct { DeployedStatus *string `json:"DeployedStatus,omitempty" xml:"DeployedStatus,omitempty"` EffectiveVersion *string `json:"EffectiveVersion,omitempty" xml:"EffectiveVersion,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiResponseBodyDeployedInfosDeployedInfo) GoString ¶
func (s DescribeApiResponseBodyDeployedInfosDeployedInfo) GoString() string
func (*DescribeApiResponseBodyDeployedInfosDeployedInfo) SetDeployedStatus ¶
func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetDeployedStatus(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
func (*DescribeApiResponseBodyDeployedInfosDeployedInfo) SetEffectiveVersion ¶
func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetEffectiveVersion(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
func (*DescribeApiResponseBodyDeployedInfosDeployedInfo) SetStageName ¶
func (s *DescribeApiResponseBodyDeployedInfosDeployedInfo) SetStageName(v string) *DescribeApiResponseBodyDeployedInfosDeployedInfo
func (DescribeApiResponseBodyDeployedInfosDeployedInfo) String ¶
func (s DescribeApiResponseBodyDeployedInfosDeployedInfo) String() string
type DescribeApiResponseBodyErrorCodeSamples ¶
type DescribeApiResponseBodyErrorCodeSamples struct {
ErrorCodeSample []*DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample `json:"ErrorCodeSample,omitempty" xml:"ErrorCodeSample,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyErrorCodeSamples) GoString ¶
func (s DescribeApiResponseBodyErrorCodeSamples) GoString() string
func (*DescribeApiResponseBodyErrorCodeSamples) SetErrorCodeSample ¶
func (s *DescribeApiResponseBodyErrorCodeSamples) SetErrorCodeSample(v []*DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) *DescribeApiResponseBodyErrorCodeSamples
func (DescribeApiResponseBodyErrorCodeSamples) String ¶
func (s DescribeApiResponseBodyErrorCodeSamples) String() string
type DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample ¶
type DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Model *string `json:"Model,omitempty" xml:"Model,omitempty"` }
func (DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString ¶
func (s DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
func (*DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription ¶
func (s *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription(v string) *DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample
func (*DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage ¶
func (DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) String ¶
func (s DescribeApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
type DescribeApiResponseBodyOpenIdConnectConfig ¶
type DescribeApiResponseBodyOpenIdConnectConfig struct { IdTokenParamName *string `json:"IdTokenParamName,omitempty" xml:"IdTokenParamName,omitempty"` OpenIdApiType *string `json:"OpenIdApiType,omitempty" xml:"OpenIdApiType,omitempty"` PublicKey *string `json:"PublicKey,omitempty" xml:"PublicKey,omitempty"` PublicKeyId *string `json:"PublicKeyId,omitempty" xml:"PublicKeyId,omitempty"` }
func (DescribeApiResponseBodyOpenIdConnectConfig) GoString ¶
func (s DescribeApiResponseBodyOpenIdConnectConfig) GoString() string
func (*DescribeApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName ¶
func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName(v string) *DescribeApiResponseBodyOpenIdConnectConfig
func (*DescribeApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType ¶
func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType(v string) *DescribeApiResponseBodyOpenIdConnectConfig
func (*DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKey ¶
func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKey(v string) *DescribeApiResponseBodyOpenIdConnectConfig
func (*DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKeyId ¶
func (s *DescribeApiResponseBodyOpenIdConnectConfig) SetPublicKeyId(v string) *DescribeApiResponseBodyOpenIdConnectConfig
func (DescribeApiResponseBodyOpenIdConnectConfig) String ¶
func (s DescribeApiResponseBodyOpenIdConnectConfig) String() string
type DescribeApiResponseBodyParametersMapObject ¶
type DescribeApiResponseBodyParametersMapObject struct {
ServiceParameterMap []*DescribeApiResponseBodyParametersMapObjectServiceParameterMap `json:"ServiceParameterMap,omitempty" xml:"ServiceParameterMap,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyParametersMapObject) GoString ¶
func (s DescribeApiResponseBodyParametersMapObject) GoString() string
func (*DescribeApiResponseBodyParametersMapObject) SetServiceParameterMap ¶
func (s *DescribeApiResponseBodyParametersMapObject) SetServiceParameterMap(v []*DescribeApiResponseBodyParametersMapObjectServiceParameterMap) *DescribeApiResponseBodyParametersMapObject
func (DescribeApiResponseBodyParametersMapObject) String ¶
func (s DescribeApiResponseBodyParametersMapObject) String() string
type DescribeApiResponseBodyParametersMapObjectServiceParameterMap ¶
type DescribeApiResponseBodyParametersMapObjectServiceParameterMap struct { RequestParameterName *string `json:"RequestParameterName,omitempty" xml:"RequestParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeApiResponseBodyParametersMapObjectServiceParameterMap) GoString ¶
func (s DescribeApiResponseBodyParametersMapObjectServiceParameterMap) GoString() string
func (*DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetRequestParameterName ¶
func (s *DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetRequestParameterName(v string) *DescribeApiResponseBodyParametersMapObjectServiceParameterMap
func (*DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetServiceParameterName ¶
func (s *DescribeApiResponseBodyParametersMapObjectServiceParameterMap) SetServiceParameterName(v string) *DescribeApiResponseBodyParametersMapObjectServiceParameterMap
func (DescribeApiResponseBodyParametersMapObjectServiceParameterMap) String ¶
func (s DescribeApiResponseBodyParametersMapObjectServiceParameterMap) String() string
type DescribeApiResponseBodyRequestConfig ¶
type DescribeApiResponseBodyRequestConfig struct { BodyFormat *string `json:"BodyFormat,omitempty" xml:"BodyFormat,omitempty"` BodyModel *string `json:"BodyModel,omitempty" xml:"BodyModel,omitempty"` PostBodyDescription *string `json:"PostBodyDescription,omitempty" xml:"PostBodyDescription,omitempty"` RequestHttpMethod *string `json:"RequestHttpMethod,omitempty" xml:"RequestHttpMethod,omitempty"` RequestMode *string `json:"RequestMode,omitempty" xml:"RequestMode,omitempty"` RequestPath *string `json:"RequestPath,omitempty" xml:"RequestPath,omitempty"` RequestProtocol *string `json:"RequestProtocol,omitempty" xml:"RequestProtocol,omitempty"` }
func (DescribeApiResponseBodyRequestConfig) GoString ¶
func (s DescribeApiResponseBodyRequestConfig) GoString() string
func (*DescribeApiResponseBodyRequestConfig) SetBodyFormat ¶
func (s *DescribeApiResponseBodyRequestConfig) SetBodyFormat(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetBodyModel ¶
func (s *DescribeApiResponseBodyRequestConfig) SetBodyModel(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetPostBodyDescription ¶
func (s *DescribeApiResponseBodyRequestConfig) SetPostBodyDescription(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetRequestHttpMethod ¶
func (s *DescribeApiResponseBodyRequestConfig) SetRequestHttpMethod(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetRequestMode ¶
func (s *DescribeApiResponseBodyRequestConfig) SetRequestMode(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetRequestPath ¶
func (s *DescribeApiResponseBodyRequestConfig) SetRequestPath(v string) *DescribeApiResponseBodyRequestConfig
func (*DescribeApiResponseBodyRequestConfig) SetRequestProtocol ¶
func (s *DescribeApiResponseBodyRequestConfig) SetRequestProtocol(v string) *DescribeApiResponseBodyRequestConfig
func (DescribeApiResponseBodyRequestConfig) String ¶
func (s DescribeApiResponseBodyRequestConfig) String() string
type DescribeApiResponseBodyRequestParametersObject ¶
type DescribeApiResponseBodyRequestParametersObject struct {
RequestParam []*DescribeApiResponseBodyRequestParametersObjectRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyRequestParametersObject) GoString ¶
func (s DescribeApiResponseBodyRequestParametersObject) GoString() string
func (*DescribeApiResponseBodyRequestParametersObject) SetRequestParam ¶
func (DescribeApiResponseBodyRequestParametersObject) String ¶
func (s DescribeApiResponseBodyRequestParametersObject) String() string
type DescribeApiResponseBodyRequestParametersObjectRequestParam ¶
type DescribeApiResponseBodyRequestParametersObjectRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribeApiResponseBodyRequestParametersObjectRequestParam) GoString ¶
func (s DescribeApiResponseBodyRequestParametersObjectRequestParam) GoString() string
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetApiParameterName ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetApiParameterName(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetArrayItemsType ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetArrayItemsType(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDefaultValue ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDefaultValue(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDemoValue ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDescription ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDescription(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDocOrder ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetDocShow ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetEnumValue ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetJsonScheme ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetLocation ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMaxLength ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMaxValue ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMinLength ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetMinValue ¶
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetParameterType ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetParameterType(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetRegularExpression ¶
func (s *DescribeApiResponseBodyRequestParametersObjectRequestParam) SetRegularExpression(v string) *DescribeApiResponseBodyRequestParametersObjectRequestParam
func (*DescribeApiResponseBodyRequestParametersObjectRequestParam) SetRequired ¶
func (DescribeApiResponseBodyRequestParametersObjectRequestParam) String ¶
func (s DescribeApiResponseBodyRequestParametersObjectRequestParam) String() string
type DescribeApiResponseBodyServiceConfig ¶
type DescribeApiResponseBodyServiceConfig struct { AoneAppName *string `json:"AoneAppName,omitempty" xml:"AoneAppName,omitempty"` ContentTypeCatagory *string `json:"ContentTypeCatagory,omitempty" xml:"ContentTypeCatagory,omitempty"` ContentTypeValue *string `json:"ContentTypeValue,omitempty" xml:"ContentTypeValue,omitempty"` FunctionComputeConfig *DescribeApiResponseBodyServiceConfigFunctionComputeConfig `json:"FunctionComputeConfig,omitempty" xml:"FunctionComputeConfig,omitempty" type:"Struct"` InnerServiceInfo *string `json:"InnerServiceInfo,omitempty" xml:"InnerServiceInfo,omitempty"` InnerServiceType *string `json:"InnerServiceType,omitempty" xml:"InnerServiceType,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockHeaders *DescribeApiResponseBodyServiceConfigMockHeaders `json:"MockHeaders,omitempty" xml:"MockHeaders,omitempty" type:"Struct"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` MockStatusCode *int32 `json:"MockStatusCode,omitempty" xml:"MockStatusCode,omitempty"` ServiceAddress *string `json:"ServiceAddress,omitempty" xml:"ServiceAddress,omitempty"` ServiceHttpMethod *string `json:"ServiceHttpMethod,omitempty" xml:"ServiceHttpMethod,omitempty"` ServicePath *string `json:"ServicePath,omitempty" xml:"ServicePath,omitempty"` ServiceProtocol *string `json:"ServiceProtocol,omitempty" xml:"ServiceProtocol,omitempty"` ServiceTimeout *string `json:"ServiceTimeout,omitempty" xml:"ServiceTimeout,omitempty"` ServiceVpcEnable *string `json:"ServiceVpcEnable,omitempty" xml:"ServiceVpcEnable,omitempty"` VpcConfig *DescribeApiResponseBodyServiceConfigVpcConfig `json:"VpcConfig,omitempty" xml:"VpcConfig,omitempty" type:"Struct"` }
func (DescribeApiResponseBodyServiceConfig) GoString ¶
func (s DescribeApiResponseBodyServiceConfig) GoString() string
func (*DescribeApiResponseBodyServiceConfig) SetAoneAppName ¶
func (s *DescribeApiResponseBodyServiceConfig) SetAoneAppName(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetContentTypeCatagory ¶
func (s *DescribeApiResponseBodyServiceConfig) SetContentTypeCatagory(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetContentTypeValue ¶
func (s *DescribeApiResponseBodyServiceConfig) SetContentTypeValue(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetFunctionComputeConfig ¶
func (s *DescribeApiResponseBodyServiceConfig) SetFunctionComputeConfig(v *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetInnerServiceInfo ¶
func (s *DescribeApiResponseBodyServiceConfig) SetInnerServiceInfo(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetInnerServiceType ¶
func (s *DescribeApiResponseBodyServiceConfig) SetInnerServiceType(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetMock ¶
func (s *DescribeApiResponseBodyServiceConfig) SetMock(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetMockHeaders ¶
func (s *DescribeApiResponseBodyServiceConfig) SetMockHeaders(v *DescribeApiResponseBodyServiceConfigMockHeaders) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetMockResult ¶
func (s *DescribeApiResponseBodyServiceConfig) SetMockResult(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetMockStatusCode ¶
func (s *DescribeApiResponseBodyServiceConfig) SetMockStatusCode(v int32) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServiceAddress ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServiceAddress(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServiceHttpMethod ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServiceHttpMethod(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServicePath ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServicePath(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServiceProtocol ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServiceProtocol(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServiceTimeout ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServiceTimeout(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetServiceVpcEnable ¶
func (s *DescribeApiResponseBodyServiceConfig) SetServiceVpcEnable(v string) *DescribeApiResponseBodyServiceConfig
func (*DescribeApiResponseBodyServiceConfig) SetVpcConfig ¶
func (s *DescribeApiResponseBodyServiceConfig) SetVpcConfig(v *DescribeApiResponseBodyServiceConfigVpcConfig) *DescribeApiResponseBodyServiceConfig
func (DescribeApiResponseBodyServiceConfig) String ¶
func (s DescribeApiResponseBodyServiceConfig) String() string
type DescribeApiResponseBodyServiceConfigFunctionComputeConfig ¶
type DescribeApiResponseBodyServiceConfigFunctionComputeConfig struct { FcRegionId *string `json:"FcRegionId,omitempty" xml:"FcRegionId,omitempty"` FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"` Qualifier *string `json:"Qualifier,omitempty" xml:"Qualifier,omitempty"` RoleArn *string `json:"RoleArn,omitempty" xml:"RoleArn,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` }
func (DescribeApiResponseBodyServiceConfigFunctionComputeConfig) GoString ¶
func (s DescribeApiResponseBodyServiceConfigFunctionComputeConfig) GoString() string
func (*DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFcRegionId ¶
func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFcRegionId(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
func (*DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFunctionName ¶
func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetFunctionName(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
func (*DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetQualifier ¶
func (*DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetRoleArn ¶
func (*DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetServiceName ¶
func (s *DescribeApiResponseBodyServiceConfigFunctionComputeConfig) SetServiceName(v string) *DescribeApiResponseBodyServiceConfigFunctionComputeConfig
func (DescribeApiResponseBodyServiceConfigFunctionComputeConfig) String ¶
func (s DescribeApiResponseBodyServiceConfigFunctionComputeConfig) String() string
type DescribeApiResponseBodyServiceConfigMockHeaders ¶
type DescribeApiResponseBodyServiceConfigMockHeaders struct {
MockHeader []*DescribeApiResponseBodyServiceConfigMockHeadersMockHeader `json:"MockHeader,omitempty" xml:"MockHeader,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyServiceConfigMockHeaders) GoString ¶
func (s DescribeApiResponseBodyServiceConfigMockHeaders) GoString() string
func (*DescribeApiResponseBodyServiceConfigMockHeaders) SetMockHeader ¶
func (DescribeApiResponseBodyServiceConfigMockHeaders) String ¶
func (s DescribeApiResponseBodyServiceConfigMockHeaders) String() string
type DescribeApiResponseBodyServiceConfigMockHeadersMockHeader ¶
type DescribeApiResponseBodyServiceConfigMockHeadersMockHeader struct { HeaderName *string `json:"HeaderName,omitempty" xml:"HeaderName,omitempty"` HeaderValue *string `json:"HeaderValue,omitempty" xml:"HeaderValue,omitempty"` }
func (DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) GoString ¶
func (s DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) GoString() string
func (*DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderName ¶
func (s *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderName(v string) *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader
func (*DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderValue ¶
func (s *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) SetHeaderValue(v string) *DescribeApiResponseBodyServiceConfigMockHeadersMockHeader
func (DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) String ¶
func (s DescribeApiResponseBodyServiceConfigMockHeadersMockHeader) String() string
type DescribeApiResponseBodyServiceConfigVpcConfig ¶
type DescribeApiResponseBodyServiceConfigVpcConfig struct { Id *string `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Port *int32 `json:"Port,omitempty" xml:"Port,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` VpcScheme *string `json:"VpcScheme,omitempty" xml:"VpcScheme,omitempty"` }
func (DescribeApiResponseBodyServiceConfigVpcConfig) GoString ¶
func (s DescribeApiResponseBodyServiceConfigVpcConfig) GoString() string
func (*DescribeApiResponseBodyServiceConfigVpcConfig) SetInstanceId ¶
func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetInstanceId(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
func (*DescribeApiResponseBodyServiceConfigVpcConfig) SetName ¶
func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetName(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
func (*DescribeApiResponseBodyServiceConfigVpcConfig) SetPort ¶
func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetPort(v int32) *DescribeApiResponseBodyServiceConfigVpcConfig
func (*DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcId ¶
func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcId(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
func (*DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcScheme ¶
func (s *DescribeApiResponseBodyServiceConfigVpcConfig) SetVpcScheme(v string) *DescribeApiResponseBodyServiceConfigVpcConfig
func (DescribeApiResponseBodyServiceConfigVpcConfig) String ¶
func (s DescribeApiResponseBodyServiceConfigVpcConfig) String() string
type DescribeApiResponseBodyServiceParametersObject ¶
type DescribeApiResponseBodyServiceParametersObject struct {
ServiceParam []*DescribeApiResponseBodyServiceParametersObjectServiceParam `json:"ServiceParam,omitempty" xml:"ServiceParam,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodyServiceParametersObject) GoString ¶
func (s DescribeApiResponseBodyServiceParametersObject) GoString() string
func (*DescribeApiResponseBodyServiceParametersObject) SetServiceParam ¶
func (DescribeApiResponseBodyServiceParametersObject) String ¶
func (s DescribeApiResponseBodyServiceParametersObject) String() string
type DescribeApiResponseBodyServiceParametersObjectServiceParam ¶
type DescribeApiResponseBodyServiceParametersObjectServiceParam struct { Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (DescribeApiResponseBodyServiceParametersObjectServiceParam) GoString ¶
func (s DescribeApiResponseBodyServiceParametersObjectServiceParam) GoString() string
func (*DescribeApiResponseBodyServiceParametersObjectServiceParam) SetLocation ¶
func (*DescribeApiResponseBodyServiceParametersObjectServiceParam) SetServiceParameterName ¶
func (s *DescribeApiResponseBodyServiceParametersObjectServiceParam) SetServiceParameterName(v string) *DescribeApiResponseBodyServiceParametersObjectServiceParam
func (DescribeApiResponseBodyServiceParametersObjectServiceParam) String ¶
func (s DescribeApiResponseBodyServiceParametersObjectServiceParam) String() string
type DescribeApiResponseBodySystemParameters ¶
type DescribeApiResponseBodySystemParameters struct {
SystemParameter []*DescribeApiResponseBodySystemParametersSystemParameter `json:"SystemParameter,omitempty" xml:"SystemParameter,omitempty" type:"Repeated"`
}
func (DescribeApiResponseBodySystemParameters) GoString ¶
func (s DescribeApiResponseBodySystemParameters) GoString() string
func (*DescribeApiResponseBodySystemParameters) SetSystemParameter ¶
func (s *DescribeApiResponseBodySystemParameters) SetSystemParameter(v []*DescribeApiResponseBodySystemParametersSystemParameter) *DescribeApiResponseBodySystemParameters
func (DescribeApiResponseBodySystemParameters) String ¶
func (s DescribeApiResponseBodySystemParameters) String() string
type DescribeApiResponseBodySystemParametersSystemParameter ¶
type DescribeApiResponseBodySystemParametersSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterName *string `json:"ParameterName,omitempty" xml:"ParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeApiResponseBodySystemParametersSystemParameter) GoString ¶
func (s DescribeApiResponseBodySystemParametersSystemParameter) GoString() string
func (*DescribeApiResponseBodySystemParametersSystemParameter) SetDemoValue ¶
func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetDemoValue(v string) *DescribeApiResponseBodySystemParametersSystemParameter
func (*DescribeApiResponseBodySystemParametersSystemParameter) SetDescription ¶
func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetDescription(v string) *DescribeApiResponseBodySystemParametersSystemParameter
func (*DescribeApiResponseBodySystemParametersSystemParameter) SetLocation ¶
func (*DescribeApiResponseBodySystemParametersSystemParameter) SetParameterName ¶
func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeApiResponseBodySystemParametersSystemParameter
func (*DescribeApiResponseBodySystemParametersSystemParameter) SetServiceParameterName ¶
func (s *DescribeApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeApiResponseBodySystemParametersSystemParameter
func (DescribeApiResponseBodySystemParametersSystemParameter) String ¶
func (s DescribeApiResponseBodySystemParametersSystemParameter) String() string
type DescribeApiRulesRequest ¶
type DescribeApiRulesRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApiRulesRequest) GoString ¶
func (s DescribeApiRulesRequest) GoString() string
func (*DescribeApiRulesRequest) SetApiIds ¶
func (s *DescribeApiRulesRequest) SetApiIds(v string) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetApiName ¶
func (s *DescribeApiRulesRequest) SetApiName(v string) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetGroupId ¶
func (s *DescribeApiRulesRequest) SetGroupId(v string) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetPageNumber ¶
func (s *DescribeApiRulesRequest) SetPageNumber(v int32) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetPageSize ¶
func (s *DescribeApiRulesRequest) SetPageSize(v int32) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetRuleType ¶
func (s *DescribeApiRulesRequest) SetRuleType(v string) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetSecurityToken ¶
func (s *DescribeApiRulesRequest) SetSecurityToken(v string) *DescribeApiRulesRequest
func (*DescribeApiRulesRequest) SetStageName ¶
func (s *DescribeApiRulesRequest) SetStageName(v string) *DescribeApiRulesRequest
func (DescribeApiRulesRequest) String ¶
func (s DescribeApiRulesRequest) String() string
type DescribeApiRulesResponse ¶
type DescribeApiRulesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiRulesResponse) GoString ¶
func (s DescribeApiRulesResponse) GoString() string
func (*DescribeApiRulesResponse) SetBody ¶
func (s *DescribeApiRulesResponse) SetBody(v *DescribeApiRulesResponseBody) *DescribeApiRulesResponse
func (*DescribeApiRulesResponse) SetHeaders ¶
func (s *DescribeApiRulesResponse) SetHeaders(v map[string]*string) *DescribeApiRulesResponse
func (*DescribeApiRulesResponse) SetStatusCode ¶
func (s *DescribeApiRulesResponse) SetStatusCode(v int32) *DescribeApiRulesResponse
func (DescribeApiRulesResponse) String ¶
func (s DescribeApiRulesResponse) String() string
type DescribeApiRulesResponseBody ¶
type DescribeApiRulesResponseBody struct { ApiRules *DescribeApiRulesResponseBodyApiRules `json:"ApiRules,omitempty" xml:"ApiRules,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApiRulesResponseBody) GoString ¶
func (s DescribeApiRulesResponseBody) GoString() string
func (*DescribeApiRulesResponseBody) SetApiRules ¶
func (s *DescribeApiRulesResponseBody) SetApiRules(v *DescribeApiRulesResponseBodyApiRules) *DescribeApiRulesResponseBody
func (*DescribeApiRulesResponseBody) SetPageNumber ¶
func (s *DescribeApiRulesResponseBody) SetPageNumber(v int32) *DescribeApiRulesResponseBody
func (*DescribeApiRulesResponseBody) SetPageSize ¶
func (s *DescribeApiRulesResponseBody) SetPageSize(v int32) *DescribeApiRulesResponseBody
func (*DescribeApiRulesResponseBody) SetRequestId ¶
func (s *DescribeApiRulesResponseBody) SetRequestId(v string) *DescribeApiRulesResponseBody
func (*DescribeApiRulesResponseBody) SetTotalCount ¶
func (s *DescribeApiRulesResponseBody) SetTotalCount(v int32) *DescribeApiRulesResponseBody
func (DescribeApiRulesResponseBody) String ¶
func (s DescribeApiRulesResponseBody) String() string
type DescribeApiRulesResponseBodyApiRules ¶
type DescribeApiRulesResponseBodyApiRules struct {
ApiRule []*DescribeApiRulesResponseBodyApiRulesApiRule `json:"ApiRule,omitempty" xml:"ApiRule,omitempty" type:"Repeated"`
}
func (DescribeApiRulesResponseBodyApiRules) GoString ¶
func (s DescribeApiRulesResponseBodyApiRules) GoString() string
func (*DescribeApiRulesResponseBodyApiRules) SetApiRule ¶
func (s *DescribeApiRulesResponseBodyApiRules) SetApiRule(v []*DescribeApiRulesResponseBodyApiRulesApiRule) *DescribeApiRulesResponseBodyApiRules
func (DescribeApiRulesResponseBodyApiRules) String ¶
func (s DescribeApiRulesResponseBodyApiRules) String() string
type DescribeApiRulesResponseBodyApiRulesApiRule ¶
type DescribeApiRulesResponseBodyApiRulesApiRule struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` RuleId *string `json:"RuleId,omitempty" xml:"RuleId,omitempty"` RuleName *string `json:"RuleName,omitempty" xml:"RuleName,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` }
func (DescribeApiRulesResponseBodyApiRulesApiRule) GoString ¶
func (s DescribeApiRulesResponseBodyApiRulesApiRule) GoString() string
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetApiId ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetApiId(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetApiName ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetApiName(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetCreatedTime ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetCreatedTime(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleId ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleId(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleName ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleName(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (*DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleType ¶
func (s *DescribeApiRulesResponseBodyApiRulesApiRule) SetRuleType(v string) *DescribeApiRulesResponseBodyApiRulesApiRule
func (DescribeApiRulesResponseBodyApiRulesApiRule) String ¶
func (s DescribeApiRulesResponseBodyApiRulesApiRule) String() string
type DescribeApiStageDetailRequest ¶
type DescribeApiStageDetailRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` }
func (DescribeApiStageDetailRequest) GoString ¶
func (s DescribeApiStageDetailRequest) GoString() string
func (*DescribeApiStageDetailRequest) SetGroupId ¶
func (s *DescribeApiStageDetailRequest) SetGroupId(v string) *DescribeApiStageDetailRequest
func (*DescribeApiStageDetailRequest) SetSecurityToken ¶
func (s *DescribeApiStageDetailRequest) SetSecurityToken(v string) *DescribeApiStageDetailRequest
func (*DescribeApiStageDetailRequest) SetStageId ¶
func (s *DescribeApiStageDetailRequest) SetStageId(v string) *DescribeApiStageDetailRequest
func (DescribeApiStageDetailRequest) String ¶
func (s DescribeApiStageDetailRequest) String() string
type DescribeApiStageDetailResponse ¶
type DescribeApiStageDetailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiStageDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiStageDetailResponse) GoString ¶
func (s DescribeApiStageDetailResponse) GoString() string
func (*DescribeApiStageDetailResponse) SetBody ¶
func (s *DescribeApiStageDetailResponse) SetBody(v *DescribeApiStageDetailResponseBody) *DescribeApiStageDetailResponse
func (*DescribeApiStageDetailResponse) SetHeaders ¶
func (s *DescribeApiStageDetailResponse) SetHeaders(v map[string]*string) *DescribeApiStageDetailResponse
func (*DescribeApiStageDetailResponse) SetStatusCode ¶
func (s *DescribeApiStageDetailResponse) SetStatusCode(v int32) *DescribeApiStageDetailResponse
func (DescribeApiStageDetailResponse) String ¶
func (s DescribeApiStageDetailResponse) String() string
type DescribeApiStageDetailResponseBody ¶
type DescribeApiStageDetailResponseBody struct { CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Variables *DescribeApiStageDetailResponseBodyVariables `json:"Variables,omitempty" xml:"Variables,omitempty" type:"Struct"` }
func (DescribeApiStageDetailResponseBody) GoString ¶
func (s DescribeApiStageDetailResponseBody) GoString() string
func (*DescribeApiStageDetailResponseBody) SetCreatedTime ¶
func (s *DescribeApiStageDetailResponseBody) SetCreatedTime(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetDescription ¶
func (s *DescribeApiStageDetailResponseBody) SetDescription(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetGroupId ¶
func (s *DescribeApiStageDetailResponseBody) SetGroupId(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetModifiedTime ¶
func (s *DescribeApiStageDetailResponseBody) SetModifiedTime(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetRequestId ¶
func (s *DescribeApiStageDetailResponseBody) SetRequestId(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetStageId ¶
func (s *DescribeApiStageDetailResponseBody) SetStageId(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetStageName ¶
func (s *DescribeApiStageDetailResponseBody) SetStageName(v string) *DescribeApiStageDetailResponseBody
func (*DescribeApiStageDetailResponseBody) SetVariables ¶
func (s *DescribeApiStageDetailResponseBody) SetVariables(v *DescribeApiStageDetailResponseBodyVariables) *DescribeApiStageDetailResponseBody
func (DescribeApiStageDetailResponseBody) String ¶
func (s DescribeApiStageDetailResponseBody) String() string
type DescribeApiStageDetailResponseBodyVariables ¶
type DescribeApiStageDetailResponseBodyVariables struct {
VariableItem []*DescribeApiStageDetailResponseBodyVariablesVariableItem `json:"VariableItem,omitempty" xml:"VariableItem,omitempty" type:"Repeated"`
}
func (DescribeApiStageDetailResponseBodyVariables) GoString ¶
func (s DescribeApiStageDetailResponseBodyVariables) GoString() string
func (*DescribeApiStageDetailResponseBodyVariables) SetVariableItem ¶
func (DescribeApiStageDetailResponseBodyVariables) String ¶
func (s DescribeApiStageDetailResponseBodyVariables) String() string
type DescribeApiStageDetailResponseBodyVariablesVariableItem ¶
type DescribeApiStageDetailResponseBodyVariablesVariableItem struct { StageRouteModel *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel `json:"StageRouteModel,omitempty" xml:"StageRouteModel,omitempty" type:"Struct"` SupportRoute *bool `json:"SupportRoute,omitempty" xml:"SupportRoute,omitempty"` VariableName *string `json:"VariableName,omitempty" xml:"VariableName,omitempty"` VariableValue *string `json:"VariableValue,omitempty" xml:"VariableValue,omitempty"` }
func (DescribeApiStageDetailResponseBodyVariablesVariableItem) GoString ¶
func (s DescribeApiStageDetailResponseBodyVariablesVariableItem) GoString() string
func (*DescribeApiStageDetailResponseBodyVariablesVariableItem) SetStageRouteModel ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItem) SetSupportRoute ¶
func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetSupportRoute(v bool) *DescribeApiStageDetailResponseBodyVariablesVariableItem
func (*DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableName ¶
func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableName(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItem
func (*DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableValue ¶
func (s *DescribeApiStageDetailResponseBodyVariablesVariableItem) SetVariableValue(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItem
func (DescribeApiStageDetailResponseBodyVariablesVariableItem) String ¶
func (s DescribeApiStageDetailResponseBodyVariablesVariableItem) String() string
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel ¶
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel struct { Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterCatalog *string `json:"ParameterCatalog,omitempty" xml:"ParameterCatalog,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RouteMatchSymbol *string `json:"RouteMatchSymbol,omitempty" xml:"RouteMatchSymbol,omitempty"` RouteRules *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules `json:"RouteRules,omitempty" xml:"RouteRules,omitempty" type:"Struct"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) GoString ¶
func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) GoString() string
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetLocation ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetParameterCatalog ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetParameterType ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetRouteMatchSymbol ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetRouteRules ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetServiceParameterName ¶
func (s *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) SetServiceParameterName(v string) *DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel
func (DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) String ¶
func (s DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModel) String() string
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules ¶
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules struct {
RouteRuleItem []*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem `json:"RouteRuleItem,omitempty" xml:"RouteRuleItem,omitempty" type:"Repeated"`
}
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRules) SetRouteRuleItem ¶
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem ¶
type DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem struct { ConditionValue *string `json:"ConditionValue,omitempty" xml:"ConditionValue,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ResultValue *string `json:"ResultValue,omitempty" xml:"ResultValue,omitempty"` }
func (DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) GoString ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetConditionValue ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetMaxValue ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetMinValue ¶
func (*DescribeApiStageDetailResponseBodyVariablesVariableItemStageRouteModelRouteRulesRouteRuleItem) SetResultValue ¶
type DescribeApiTrafficRequest ¶
type DescribeApiTrafficRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (DescribeApiTrafficRequest) GoString ¶
func (s DescribeApiTrafficRequest) GoString() string
func (*DescribeApiTrafficRequest) SetApiId ¶
func (s *DescribeApiTrafficRequest) SetApiId(v string) *DescribeApiTrafficRequest
func (*DescribeApiTrafficRequest) SetEndTime ¶
func (s *DescribeApiTrafficRequest) SetEndTime(v string) *DescribeApiTrafficRequest
func (*DescribeApiTrafficRequest) SetGroupId ¶
func (s *DescribeApiTrafficRequest) SetGroupId(v string) *DescribeApiTrafficRequest
func (*DescribeApiTrafficRequest) SetSecurityToken ¶
func (s *DescribeApiTrafficRequest) SetSecurityToken(v string) *DescribeApiTrafficRequest
func (*DescribeApiTrafficRequest) SetStartTime ¶
func (s *DescribeApiTrafficRequest) SetStartTime(v string) *DescribeApiTrafficRequest
func (DescribeApiTrafficRequest) String ¶
func (s DescribeApiTrafficRequest) String() string
type DescribeApiTrafficResponse ¶
type DescribeApiTrafficResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApiTrafficResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApiTrafficResponse) GoString ¶
func (s DescribeApiTrafficResponse) GoString() string
func (*DescribeApiTrafficResponse) SetBody ¶
func (s *DescribeApiTrafficResponse) SetBody(v *DescribeApiTrafficResponseBody) *DescribeApiTrafficResponse
func (*DescribeApiTrafficResponse) SetHeaders ¶
func (s *DescribeApiTrafficResponse) SetHeaders(v map[string]*string) *DescribeApiTrafficResponse
func (*DescribeApiTrafficResponse) SetStatusCode ¶
func (s *DescribeApiTrafficResponse) SetStatusCode(v int32) *DescribeApiTrafficResponse
func (DescribeApiTrafficResponse) String ¶
func (s DescribeApiTrafficResponse) String() string
type DescribeApiTrafficResponseBody ¶
type DescribeApiTrafficResponseBody struct { Downloads *DescribeApiTrafficResponseBodyDownloads `json:"Downloads,omitempty" xml:"Downloads,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Uploads *DescribeApiTrafficResponseBodyUploads `json:"Uploads,omitempty" xml:"Uploads,omitempty" type:"Struct"` }
func (DescribeApiTrafficResponseBody) GoString ¶
func (s DescribeApiTrafficResponseBody) GoString() string
func (*DescribeApiTrafficResponseBody) SetDownloads ¶
func (s *DescribeApiTrafficResponseBody) SetDownloads(v *DescribeApiTrafficResponseBodyDownloads) *DescribeApiTrafficResponseBody
func (*DescribeApiTrafficResponseBody) SetRequestId ¶
func (s *DescribeApiTrafficResponseBody) SetRequestId(v string) *DescribeApiTrafficResponseBody
func (*DescribeApiTrafficResponseBody) SetUploads ¶
func (s *DescribeApiTrafficResponseBody) SetUploads(v *DescribeApiTrafficResponseBodyUploads) *DescribeApiTrafficResponseBody
func (DescribeApiTrafficResponseBody) String ¶
func (s DescribeApiTrafficResponseBody) String() string
type DescribeApiTrafficResponseBodyDownloads ¶
type DescribeApiTrafficResponseBodyDownloads struct {
Download []*DescribeApiTrafficResponseBodyDownloadsDownload `json:"Download,omitempty" xml:"Download,omitempty" type:"Repeated"`
}
func (DescribeApiTrafficResponseBodyDownloads) GoString ¶
func (s DescribeApiTrafficResponseBodyDownloads) GoString() string
func (*DescribeApiTrafficResponseBodyDownloads) SetDownload ¶
func (DescribeApiTrafficResponseBodyDownloads) String ¶
func (s DescribeApiTrafficResponseBodyDownloads) String() string
type DescribeApiTrafficResponseBodyDownloadsDownload ¶
type DescribeApiTrafficResponseBodyDownloadsDownload struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiTrafficResponseBodyDownloadsDownload) GoString ¶
func (s DescribeApiTrafficResponseBodyDownloadsDownload) GoString() string
func (*DescribeApiTrafficResponseBodyDownloadsDownload) SetValue ¶
func (s *DescribeApiTrafficResponseBodyDownloadsDownload) SetValue(v string) *DescribeApiTrafficResponseBodyDownloadsDownload
func (DescribeApiTrafficResponseBodyDownloadsDownload) String ¶
func (s DescribeApiTrafficResponseBodyDownloadsDownload) String() string
type DescribeApiTrafficResponseBodyUploads ¶
type DescribeApiTrafficResponseBodyUploads struct {
Upload []*DescribeApiTrafficResponseBodyUploadsUpload `json:"Upload,omitempty" xml:"Upload,omitempty" type:"Repeated"`
}
func (DescribeApiTrafficResponseBodyUploads) GoString ¶
func (s DescribeApiTrafficResponseBodyUploads) GoString() string
func (DescribeApiTrafficResponseBodyUploads) String ¶
func (s DescribeApiTrafficResponseBodyUploads) String() string
type DescribeApiTrafficResponseBodyUploadsUpload ¶
type DescribeApiTrafficResponseBodyUploadsUpload struct { Time *string `json:"Time,omitempty" xml:"Time,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeApiTrafficResponseBodyUploadsUpload) GoString ¶
func (s DescribeApiTrafficResponseBodyUploadsUpload) GoString() string
func (*DescribeApiTrafficResponseBodyUploadsUpload) SetTime ¶
func (s *DescribeApiTrafficResponseBodyUploadsUpload) SetTime(v string) *DescribeApiTrafficResponseBodyUploadsUpload
func (*DescribeApiTrafficResponseBodyUploadsUpload) SetValue ¶
func (s *DescribeApiTrafficResponseBodyUploadsUpload) SetValue(v string) *DescribeApiTrafficResponseBodyUploadsUpload
func (DescribeApiTrafficResponseBodyUploadsUpload) String ¶
func (s DescribeApiTrafficResponseBodyUploadsUpload) String() string
type DescribeApisByAppRequest ¶
type DescribeApisByAppRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeApisByAppRequest) GoString ¶
func (s DescribeApisByAppRequest) GoString() string
func (*DescribeApisByAppRequest) SetAppId ¶
func (s *DescribeApisByAppRequest) SetAppId(v int64) *DescribeApisByAppRequest
func (*DescribeApisByAppRequest) SetPageNumber ¶
func (s *DescribeApisByAppRequest) SetPageNumber(v int32) *DescribeApisByAppRequest
func (*DescribeApisByAppRequest) SetPageSize ¶
func (s *DescribeApisByAppRequest) SetPageSize(v int32) *DescribeApisByAppRequest
func (*DescribeApisByAppRequest) SetSecurityToken ¶
func (s *DescribeApisByAppRequest) SetSecurityToken(v string) *DescribeApisByAppRequest
func (DescribeApisByAppRequest) String ¶
func (s DescribeApisByAppRequest) String() string
type DescribeApisByAppResponse ¶
type DescribeApisByAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApisByAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApisByAppResponse) GoString ¶
func (s DescribeApisByAppResponse) GoString() string
func (*DescribeApisByAppResponse) SetBody ¶
func (s *DescribeApisByAppResponse) SetBody(v *DescribeApisByAppResponseBody) *DescribeApisByAppResponse
func (*DescribeApisByAppResponse) SetHeaders ¶
func (s *DescribeApisByAppResponse) SetHeaders(v map[string]*string) *DescribeApisByAppResponse
func (*DescribeApisByAppResponse) SetStatusCode ¶
func (s *DescribeApisByAppResponse) SetStatusCode(v int32) *DescribeApisByAppResponse
func (DescribeApisByAppResponse) String ¶
func (s DescribeApisByAppResponse) String() string
type DescribeApisByAppResponseBody ¶
type DescribeApisByAppResponseBody struct { AppApiRelationInfos *DescribeApisByAppResponseBodyAppApiRelationInfos `json:"AppApiRelationInfos,omitempty" xml:"AppApiRelationInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApisByAppResponseBody) GoString ¶
func (s DescribeApisByAppResponseBody) GoString() string
func (*DescribeApisByAppResponseBody) SetAppApiRelationInfos ¶
func (s *DescribeApisByAppResponseBody) SetAppApiRelationInfos(v *DescribeApisByAppResponseBodyAppApiRelationInfos) *DescribeApisByAppResponseBody
func (*DescribeApisByAppResponseBody) SetPageNumber ¶
func (s *DescribeApisByAppResponseBody) SetPageNumber(v int32) *DescribeApisByAppResponseBody
func (*DescribeApisByAppResponseBody) SetPageSize ¶
func (s *DescribeApisByAppResponseBody) SetPageSize(v int32) *DescribeApisByAppResponseBody
func (*DescribeApisByAppResponseBody) SetRequestId ¶
func (s *DescribeApisByAppResponseBody) SetRequestId(v string) *DescribeApisByAppResponseBody
func (*DescribeApisByAppResponseBody) SetTotalCount ¶
func (s *DescribeApisByAppResponseBody) SetTotalCount(v int32) *DescribeApisByAppResponseBody
func (DescribeApisByAppResponseBody) String ¶
func (s DescribeApisByAppResponseBody) String() string
type DescribeApisByAppResponseBodyAppApiRelationInfos ¶
type DescribeApisByAppResponseBodyAppApiRelationInfos struct {
AppApiRelationInfo []*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo `json:"AppApiRelationInfo,omitempty" xml:"AppApiRelationInfo,omitempty" type:"Repeated"`
}
func (DescribeApisByAppResponseBodyAppApiRelationInfos) GoString ¶
func (s DescribeApisByAppResponseBodyAppApiRelationInfos) GoString() string
func (*DescribeApisByAppResponseBodyAppApiRelationInfos) SetAppApiRelationInfo ¶
func (s *DescribeApisByAppResponseBodyAppApiRelationInfos) SetAppApiRelationInfo(v []*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) *DescribeApisByAppResponseBodyAppApiRelationInfos
func (DescribeApisByAppResponseBodyAppApiRelationInfos) String ¶
func (s DescribeApisByAppResponseBodyAppApiRelationInfos) String() string
type DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo ¶
type DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AuthVaildTime *string `json:"AuthVaildTime,omitempty" xml:"AuthVaildTime,omitempty"` AuthorizationSource *string `json:"AuthorizationSource,omitempty" xml:"AuthorizationSource,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` Operator *string `json:"Operator,omitempty" xml:"Operator,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString ¶
func (s DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString() string
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetApiName ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthVaildTime ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource ¶
func (s *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource(v string) *DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetCreatedTime ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetDescription ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetGroupId ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetGroupName ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetOperator ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetRegionId ¶
func (*DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) SetStageName ¶
func (DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) String ¶
func (s DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo) String() string
type DescribeApisByIpControlRequest ¶
type DescribeApisByIpControlRequest struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeApisByIpControlRequest) GoString ¶
func (s DescribeApisByIpControlRequest) GoString() string
func (*DescribeApisByIpControlRequest) SetIpControlId ¶
func (s *DescribeApisByIpControlRequest) SetIpControlId(v string) *DescribeApisByIpControlRequest
func (*DescribeApisByIpControlRequest) SetPageNumber ¶
func (s *DescribeApisByIpControlRequest) SetPageNumber(v int32) *DescribeApisByIpControlRequest
func (*DescribeApisByIpControlRequest) SetPageSize ¶
func (s *DescribeApisByIpControlRequest) SetPageSize(v int32) *DescribeApisByIpControlRequest
func (*DescribeApisByIpControlRequest) SetSecurityToken ¶
func (s *DescribeApisByIpControlRequest) SetSecurityToken(v string) *DescribeApisByIpControlRequest
func (DescribeApisByIpControlRequest) String ¶
func (s DescribeApisByIpControlRequest) String() string
type DescribeApisByIpControlResponse ¶
type DescribeApisByIpControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApisByIpControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApisByIpControlResponse) GoString ¶
func (s DescribeApisByIpControlResponse) GoString() string
func (*DescribeApisByIpControlResponse) SetBody ¶
func (s *DescribeApisByIpControlResponse) SetBody(v *DescribeApisByIpControlResponseBody) *DescribeApisByIpControlResponse
func (*DescribeApisByIpControlResponse) SetHeaders ¶
func (s *DescribeApisByIpControlResponse) SetHeaders(v map[string]*string) *DescribeApisByIpControlResponse
func (*DescribeApisByIpControlResponse) SetStatusCode ¶
func (s *DescribeApisByIpControlResponse) SetStatusCode(v int32) *DescribeApisByIpControlResponse
func (DescribeApisByIpControlResponse) String ¶
func (s DescribeApisByIpControlResponse) String() string
type DescribeApisByIpControlResponseBody ¶
type DescribeApisByIpControlResponseBody struct { ApiInfos *DescribeApisByIpControlResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApisByIpControlResponseBody) GoString ¶
func (s DescribeApisByIpControlResponseBody) GoString() string
func (*DescribeApisByIpControlResponseBody) SetApiInfos ¶
func (s *DescribeApisByIpControlResponseBody) SetApiInfos(v *DescribeApisByIpControlResponseBodyApiInfos) *DescribeApisByIpControlResponseBody
func (*DescribeApisByIpControlResponseBody) SetPageNumber ¶
func (s *DescribeApisByIpControlResponseBody) SetPageNumber(v int32) *DescribeApisByIpControlResponseBody
func (*DescribeApisByIpControlResponseBody) SetPageSize ¶
func (s *DescribeApisByIpControlResponseBody) SetPageSize(v int32) *DescribeApisByIpControlResponseBody
func (*DescribeApisByIpControlResponseBody) SetRequestId ¶
func (s *DescribeApisByIpControlResponseBody) SetRequestId(v string) *DescribeApisByIpControlResponseBody
func (*DescribeApisByIpControlResponseBody) SetTotalCount ¶
func (s *DescribeApisByIpControlResponseBody) SetTotalCount(v int32) *DescribeApisByIpControlResponseBody
func (DescribeApisByIpControlResponseBody) String ¶
func (s DescribeApisByIpControlResponseBody) String() string
type DescribeApisByIpControlResponseBodyApiInfos ¶
type DescribeApisByIpControlResponseBodyApiInfos struct {
ApiInfo []*DescribeApisByIpControlResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeApisByIpControlResponseBodyApiInfos) GoString ¶
func (s DescribeApisByIpControlResponseBodyApiInfos) GoString() string
func (*DescribeApisByIpControlResponseBodyApiInfos) SetApiInfo ¶
func (DescribeApisByIpControlResponseBodyApiInfos) String ¶
func (s DescribeApisByIpControlResponseBodyApiInfos) String() string
type DescribeApisByIpControlResponseBodyApiInfosApiInfo ¶
type DescribeApisByIpControlResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` BoundTime *string `json:"BoundTime,omitempty" xml:"BoundTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisByIpControlResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeApisByIpControlResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetBoundTime ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetBoundTime(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (*DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribeApisByIpControlResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisByIpControlResponseBodyApiInfosApiInfo
func (DescribeApisByIpControlResponseBodyApiInfosApiInfo) String ¶
func (s DescribeApisByIpControlResponseBodyApiInfosApiInfo) String() string
type DescribeApisByRuleRequest ¶
type DescribeApisByRuleRequest struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RuleId *string `json:"RuleId,omitempty" xml:"RuleId,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeApisByRuleRequest) GoString ¶
func (s DescribeApisByRuleRequest) GoString() string
func (*DescribeApisByRuleRequest) SetPageNumber ¶
func (s *DescribeApisByRuleRequest) SetPageNumber(v int32) *DescribeApisByRuleRequest
func (*DescribeApisByRuleRequest) SetPageSize ¶
func (s *DescribeApisByRuleRequest) SetPageSize(v int32) *DescribeApisByRuleRequest
func (*DescribeApisByRuleRequest) SetRuleId ¶
func (s *DescribeApisByRuleRequest) SetRuleId(v string) *DescribeApisByRuleRequest
func (*DescribeApisByRuleRequest) SetRuleType ¶
func (s *DescribeApisByRuleRequest) SetRuleType(v string) *DescribeApisByRuleRequest
func (*DescribeApisByRuleRequest) SetSecurityToken ¶
func (s *DescribeApisByRuleRequest) SetSecurityToken(v string) *DescribeApisByRuleRequest
func (DescribeApisByRuleRequest) String ¶
func (s DescribeApisByRuleRequest) String() string
type DescribeApisByRuleResponse ¶
type DescribeApisByRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApisByRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApisByRuleResponse) GoString ¶
func (s DescribeApisByRuleResponse) GoString() string
func (*DescribeApisByRuleResponse) SetBody ¶
func (s *DescribeApisByRuleResponse) SetBody(v *DescribeApisByRuleResponseBody) *DescribeApisByRuleResponse
func (*DescribeApisByRuleResponse) SetHeaders ¶
func (s *DescribeApisByRuleResponse) SetHeaders(v map[string]*string) *DescribeApisByRuleResponse
func (*DescribeApisByRuleResponse) SetStatusCode ¶
func (s *DescribeApisByRuleResponse) SetStatusCode(v int32) *DescribeApisByRuleResponse
func (DescribeApisByRuleResponse) String ¶
func (s DescribeApisByRuleResponse) String() string
type DescribeApisByRuleResponseBody ¶
type DescribeApisByRuleResponseBody struct { ApiInfos *DescribeApisByRuleResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApisByRuleResponseBody) GoString ¶
func (s DescribeApisByRuleResponseBody) GoString() string
func (*DescribeApisByRuleResponseBody) SetApiInfos ¶
func (s *DescribeApisByRuleResponseBody) SetApiInfos(v *DescribeApisByRuleResponseBodyApiInfos) *DescribeApisByRuleResponseBody
func (*DescribeApisByRuleResponseBody) SetPageNumber ¶
func (s *DescribeApisByRuleResponseBody) SetPageNumber(v int32) *DescribeApisByRuleResponseBody
func (*DescribeApisByRuleResponseBody) SetPageSize ¶
func (s *DescribeApisByRuleResponseBody) SetPageSize(v int32) *DescribeApisByRuleResponseBody
func (*DescribeApisByRuleResponseBody) SetRequestId ¶
func (s *DescribeApisByRuleResponseBody) SetRequestId(v string) *DescribeApisByRuleResponseBody
func (*DescribeApisByRuleResponseBody) SetTotalCount ¶
func (s *DescribeApisByRuleResponseBody) SetTotalCount(v int32) *DescribeApisByRuleResponseBody
func (DescribeApisByRuleResponseBody) String ¶
func (s DescribeApisByRuleResponseBody) String() string
type DescribeApisByRuleResponseBodyApiInfos ¶
type DescribeApisByRuleResponseBodyApiInfos struct {
ApiInfo []*DescribeApisByRuleResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeApisByRuleResponseBodyApiInfos) GoString ¶
func (s DescribeApisByRuleResponseBodyApiInfos) GoString() string
func (*DescribeApisByRuleResponseBodyApiInfos) SetApiInfo ¶
func (DescribeApisByRuleResponseBodyApiInfos) String ¶
func (s DescribeApisByRuleResponseBodyApiInfos) String() string
type DescribeApisByRuleResponseBodyApiInfosApiInfo ¶
type DescribeApisByRuleResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisByRuleResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeApisByRuleResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiId ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetCreatedTime ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetModifiedTime ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (*DescribeApisByRuleResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribeApisByRuleResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisByRuleResponseBodyApiInfosApiInfo
func (DescribeApisByRuleResponseBodyApiInfosApiInfo) String ¶
func (s DescribeApisByRuleResponseBodyApiInfosApiInfo) String() string
type DescribeApisForConsoleRequest ¶
type DescribeApisForConsoleRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisForConsoleRequest) GoString ¶
func (s DescribeApisForConsoleRequest) GoString() string
func (*DescribeApisForConsoleRequest) SetApiId ¶
func (s *DescribeApisForConsoleRequest) SetApiId(v string) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetApiName ¶
func (s *DescribeApisForConsoleRequest) SetApiName(v string) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetGroupId ¶
func (s *DescribeApisForConsoleRequest) SetGroupId(v string) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetPageNumber ¶
func (s *DescribeApisForConsoleRequest) SetPageNumber(v int32) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetPageSize ¶
func (s *DescribeApisForConsoleRequest) SetPageSize(v int32) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetSecurityToken ¶
func (s *DescribeApisForConsoleRequest) SetSecurityToken(v string) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetStageName ¶
func (s *DescribeApisForConsoleRequest) SetStageName(v string) *DescribeApisForConsoleRequest
func (*DescribeApisForConsoleRequest) SetVisibility ¶
func (s *DescribeApisForConsoleRequest) SetVisibility(v string) *DescribeApisForConsoleRequest
func (DescribeApisForConsoleRequest) String ¶
func (s DescribeApisForConsoleRequest) String() string
type DescribeApisForConsoleResponse ¶
type DescribeApisForConsoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApisForConsoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApisForConsoleResponse) GoString ¶
func (s DescribeApisForConsoleResponse) GoString() string
func (*DescribeApisForConsoleResponse) SetBody ¶
func (s *DescribeApisForConsoleResponse) SetBody(v *DescribeApisForConsoleResponseBody) *DescribeApisForConsoleResponse
func (*DescribeApisForConsoleResponse) SetHeaders ¶
func (s *DescribeApisForConsoleResponse) SetHeaders(v map[string]*string) *DescribeApisForConsoleResponse
func (*DescribeApisForConsoleResponse) SetStatusCode ¶
func (s *DescribeApisForConsoleResponse) SetStatusCode(v int32) *DescribeApisForConsoleResponse
func (DescribeApisForConsoleResponse) String ¶
func (s DescribeApisForConsoleResponse) String() string
type DescribeApisForConsoleResponseBody ¶
type DescribeApisForConsoleResponseBody struct { ApiInfos *DescribeApisForConsoleResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApisForConsoleResponseBody) GoString ¶
func (s DescribeApisForConsoleResponseBody) GoString() string
func (*DescribeApisForConsoleResponseBody) SetApiInfos ¶
func (s *DescribeApisForConsoleResponseBody) SetApiInfos(v *DescribeApisForConsoleResponseBodyApiInfos) *DescribeApisForConsoleResponseBody
func (*DescribeApisForConsoleResponseBody) SetPageNumber ¶
func (s *DescribeApisForConsoleResponseBody) SetPageNumber(v int32) *DescribeApisForConsoleResponseBody
func (*DescribeApisForConsoleResponseBody) SetPageSize ¶
func (s *DescribeApisForConsoleResponseBody) SetPageSize(v int32) *DescribeApisForConsoleResponseBody
func (*DescribeApisForConsoleResponseBody) SetRequestId ¶
func (s *DescribeApisForConsoleResponseBody) SetRequestId(v string) *DescribeApisForConsoleResponseBody
func (*DescribeApisForConsoleResponseBody) SetTotalCount ¶
func (s *DescribeApisForConsoleResponseBody) SetTotalCount(v int32) *DescribeApisForConsoleResponseBody
func (DescribeApisForConsoleResponseBody) String ¶
func (s DescribeApisForConsoleResponseBody) String() string
type DescribeApisForConsoleResponseBodyApiInfos ¶
type DescribeApisForConsoleResponseBodyApiInfos struct {
ApiInfo []*DescribeApisForConsoleResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeApisForConsoleResponseBodyApiInfos) GoString ¶
func (s DescribeApisForConsoleResponseBodyApiInfos) GoString() string
func (*DescribeApisForConsoleResponseBodyApiInfos) SetApiInfo ¶
func (DescribeApisForConsoleResponseBodyApiInfos) String ¶
func (s DescribeApisForConsoleResponseBodyApiInfos) String() string
type DescribeApisForConsoleResponseBodyApiInfosApiInfo ¶
type DescribeApisForConsoleResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` DeployedInfos *DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos `json:"DeployedInfos,omitempty" xml:"DeployedInfos,omitempty" type:"Struct"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisForConsoleResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeApisForConsoleResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetCreatedTime ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetDeployedInfos ¶
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetModifiedTime ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribeApisForConsoleResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisForConsoleResponseBodyApiInfosApiInfo
func (DescribeApisForConsoleResponseBodyApiInfosApiInfo) String ¶
func (s DescribeApisForConsoleResponseBodyApiInfosApiInfo) String() string
type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos ¶
type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos struct {
DeployedInfo []*DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo `json:"DeployedInfo,omitempty" xml:"DeployedInfo,omitempty" type:"Repeated"`
}
func (DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) GoString ¶
func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) GoString() string
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) SetDeployedInfo ¶
func (DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) String ¶
func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfos) String() string
type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo ¶
type DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo struct { DeployedStatus *string `json:"DeployedStatus,omitempty" xml:"DeployedStatus,omitempty"` EffectiveVersion *string `json:"EffectiveVersion,omitempty" xml:"EffectiveVersion,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) GoString ¶
func (s DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) GoString() string
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetDeployedStatus ¶
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetEffectiveVersion ¶
func (*DescribeApisForConsoleResponseBodyApiInfosApiInfoDeployedInfosDeployedInfo) SetStageName ¶
type DescribeApisRequest ¶
type DescribeApisRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisRequest) GoString ¶
func (s DescribeApisRequest) GoString() string
func (*DescribeApisRequest) SetApiId ¶
func (s *DescribeApisRequest) SetApiId(v string) *DescribeApisRequest
func (*DescribeApisRequest) SetApiName ¶
func (s *DescribeApisRequest) SetApiName(v string) *DescribeApisRequest
func (*DescribeApisRequest) SetGroupId ¶
func (s *DescribeApisRequest) SetGroupId(v string) *DescribeApisRequest
func (*DescribeApisRequest) SetPageNumber ¶
func (s *DescribeApisRequest) SetPageNumber(v int32) *DescribeApisRequest
func (*DescribeApisRequest) SetPageSize ¶
func (s *DescribeApisRequest) SetPageSize(v int32) *DescribeApisRequest
func (*DescribeApisRequest) SetSecurityToken ¶
func (s *DescribeApisRequest) SetSecurityToken(v string) *DescribeApisRequest
func (*DescribeApisRequest) SetVisibility ¶
func (s *DescribeApisRequest) SetVisibility(v string) *DescribeApisRequest
func (DescribeApisRequest) String ¶
func (s DescribeApisRequest) String() string
type DescribeApisResponse ¶
type DescribeApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeApisResponse) GoString ¶
func (s DescribeApisResponse) GoString() string
func (*DescribeApisResponse) SetBody ¶
func (s *DescribeApisResponse) SetBody(v *DescribeApisResponseBody) *DescribeApisResponse
func (*DescribeApisResponse) SetHeaders ¶
func (s *DescribeApisResponse) SetHeaders(v map[string]*string) *DescribeApisResponse
func (*DescribeApisResponse) SetStatusCode ¶
func (s *DescribeApisResponse) SetStatusCode(v int32) *DescribeApisResponse
func (DescribeApisResponse) String ¶
func (s DescribeApisResponse) String() string
type DescribeApisResponseBody ¶
type DescribeApisResponseBody struct { ApiInfos *DescribeApisResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeApisResponseBody) GoString ¶
func (s DescribeApisResponseBody) GoString() string
func (*DescribeApisResponseBody) SetApiInfos ¶
func (s *DescribeApisResponseBody) SetApiInfos(v *DescribeApisResponseBodyApiInfos) *DescribeApisResponseBody
func (*DescribeApisResponseBody) SetPageNumber ¶
func (s *DescribeApisResponseBody) SetPageNumber(v int32) *DescribeApisResponseBody
func (*DescribeApisResponseBody) SetPageSize ¶
func (s *DescribeApisResponseBody) SetPageSize(v int32) *DescribeApisResponseBody
func (*DescribeApisResponseBody) SetRequestId ¶
func (s *DescribeApisResponseBody) SetRequestId(v string) *DescribeApisResponseBody
func (*DescribeApisResponseBody) SetTotalCount ¶
func (s *DescribeApisResponseBody) SetTotalCount(v int32) *DescribeApisResponseBody
func (DescribeApisResponseBody) String ¶
func (s DescribeApisResponseBody) String() string
type DescribeApisResponseBodyApiInfos ¶
type DescribeApisResponseBodyApiInfos struct {
ApiInfo []*DescribeApisResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeApisResponseBodyApiInfos) GoString ¶
func (s DescribeApisResponseBodyApiInfos) GoString() string
func (*DescribeApisResponseBodyApiInfos) SetApiInfo ¶
func (s *DescribeApisResponseBodyApiInfos) SetApiInfo(v []*DescribeApisResponseBodyApiInfosApiInfo) *DescribeApisResponseBodyApiInfos
func (DescribeApisResponseBodyApiInfos) String ¶
func (s DescribeApisResponseBodyApiInfos) String() string
type DescribeApisResponseBodyApiInfosApiInfo ¶
type DescribeApisResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeApisResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeApisResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeApisResponseBodyApiInfosApiInfo) SetApiId ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetCreatedTime ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetCreatedTime(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetModifiedTime ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (*DescribeApisResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribeApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeApisResponseBodyApiInfosApiInfo
func (DescribeApisResponseBodyApiInfosApiInfo) String ¶
func (s DescribeApisResponseBodyApiInfosApiInfo) String() string
type DescribeAppRequest ¶
type DescribeAppRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeAppRequest) GoString ¶
func (s DescribeAppRequest) GoString() string
func (*DescribeAppRequest) SetAppId ¶
func (s *DescribeAppRequest) SetAppId(v int64) *DescribeAppRequest
func (*DescribeAppRequest) SetSecurityToken ¶
func (s *DescribeAppRequest) SetSecurityToken(v string) *DescribeAppRequest
func (DescribeAppRequest) String ¶
func (s DescribeAppRequest) String() 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 (s *DescribeAppResponse) SetBody(v *DescribeAppResponseBody) *DescribeAppResponse
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 { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeAppResponseBody) GoString ¶
func (s DescribeAppResponseBody) GoString() string
func (*DescribeAppResponseBody) SetAppId ¶
func (s *DescribeAppResponseBody) SetAppId(v int64) *DescribeAppResponseBody
func (*DescribeAppResponseBody) SetAppName ¶
func (s *DescribeAppResponseBody) SetAppName(v string) *DescribeAppResponseBody
func (*DescribeAppResponseBody) SetCreatedTime ¶
func (s *DescribeAppResponseBody) SetCreatedTime(v string) *DescribeAppResponseBody
func (*DescribeAppResponseBody) SetDescription ¶
func (s *DescribeAppResponseBody) SetDescription(v string) *DescribeAppResponseBody
func (*DescribeAppResponseBody) SetModifiedTime ¶
func (s *DescribeAppResponseBody) SetModifiedTime(v string) *DescribeAppResponseBody
func (*DescribeAppResponseBody) SetRequestId ¶
func (s *DescribeAppResponseBody) SetRequestId(v string) *DescribeAppResponseBody
func (DescribeAppResponseBody) String ¶
func (s DescribeAppResponseBody) String() string
type DescribeAppSecuritiesRequest ¶
type DescribeAppSecuritiesRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeAppSecuritiesRequest) GoString ¶
func (s DescribeAppSecuritiesRequest) GoString() string
func (*DescribeAppSecuritiesRequest) SetAppId ¶
func (s *DescribeAppSecuritiesRequest) SetAppId(v int64) *DescribeAppSecuritiesRequest
func (*DescribeAppSecuritiesRequest) SetSecurityToken ¶
func (s *DescribeAppSecuritiesRequest) SetSecurityToken(v string) *DescribeAppSecuritiesRequest
func (DescribeAppSecuritiesRequest) String ¶
func (s DescribeAppSecuritiesRequest) String() string
type DescribeAppSecuritiesResponse ¶
type DescribeAppSecuritiesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeAppSecuritiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeAppSecuritiesResponse) GoString ¶
func (s DescribeAppSecuritiesResponse) GoString() string
func (*DescribeAppSecuritiesResponse) SetBody ¶
func (s *DescribeAppSecuritiesResponse) SetBody(v *DescribeAppSecuritiesResponseBody) *DescribeAppSecuritiesResponse
func (*DescribeAppSecuritiesResponse) SetHeaders ¶
func (s *DescribeAppSecuritiesResponse) SetHeaders(v map[string]*string) *DescribeAppSecuritiesResponse
func (*DescribeAppSecuritiesResponse) SetStatusCode ¶
func (s *DescribeAppSecuritiesResponse) SetStatusCode(v int32) *DescribeAppSecuritiesResponse
func (DescribeAppSecuritiesResponse) String ¶
func (s DescribeAppSecuritiesResponse) String() string
type DescribeAppSecuritiesResponseBody ¶
type DescribeAppSecuritiesResponseBody struct { AppSecuritys *DescribeAppSecuritiesResponseBodyAppSecuritys `json:"AppSecuritys,omitempty" xml:"AppSecuritys,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeAppSecuritiesResponseBody) GoString ¶
func (s DescribeAppSecuritiesResponseBody) GoString() string
func (*DescribeAppSecuritiesResponseBody) SetAppSecuritys ¶
func (s *DescribeAppSecuritiesResponseBody) SetAppSecuritys(v *DescribeAppSecuritiesResponseBodyAppSecuritys) *DescribeAppSecuritiesResponseBody
func (*DescribeAppSecuritiesResponseBody) SetRequestId ¶
func (s *DescribeAppSecuritiesResponseBody) SetRequestId(v string) *DescribeAppSecuritiesResponseBody
func (DescribeAppSecuritiesResponseBody) String ¶
func (s DescribeAppSecuritiesResponseBody) String() string
type DescribeAppSecuritiesResponseBodyAppSecuritys ¶
type DescribeAppSecuritiesResponseBodyAppSecuritys struct {
AppSecurity []*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity `json:"AppSecurity,omitempty" xml:"AppSecurity,omitempty" type:"Repeated"`
}
func (DescribeAppSecuritiesResponseBodyAppSecuritys) GoString ¶
func (s DescribeAppSecuritiesResponseBodyAppSecuritys) GoString() string
func (*DescribeAppSecuritiesResponseBodyAppSecuritys) SetAppSecurity ¶
func (DescribeAppSecuritiesResponseBodyAppSecuritys) String ¶
func (s DescribeAppSecuritiesResponseBodyAppSecuritys) String() string
type DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity ¶
type DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity struct { AppCode *string `json:"AppCode,omitempty" xml:"AppCode,omitempty"` AppKey *string `json:"AppKey,omitempty" xml:"AppKey,omitempty"` AppSecret *string `json:"AppSecret,omitempty" xml:"AppSecret,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` }
func (DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) GoString ¶
func (s DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) GoString() string
func (*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetAppCode ¶
func (*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetAppSecret ¶
func (*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetCreatedTime ¶
func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetCreatedTime(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
func (*DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetModifiedTime ¶
func (s *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) SetModifiedTime(v string) *DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity
func (DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) String ¶
func (s DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity) String() string
type DescribeAppSecurityRequest ¶
type DescribeAppSecurityRequest struct { AppKey *string `json:"AppKey,omitempty" xml:"AppKey,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeAppSecurityRequest) GoString ¶
func (s DescribeAppSecurityRequest) GoString() string
func (*DescribeAppSecurityRequest) SetAppKey ¶
func (s *DescribeAppSecurityRequest) SetAppKey(v string) *DescribeAppSecurityRequest
func (*DescribeAppSecurityRequest) SetSecurityToken ¶
func (s *DescribeAppSecurityRequest) SetSecurityToken(v string) *DescribeAppSecurityRequest
func (DescribeAppSecurityRequest) String ¶
func (s DescribeAppSecurityRequest) String() string
type DescribeAppSecurityResponse ¶
type DescribeAppSecurityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeAppSecurityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeAppSecurityResponse) GoString ¶
func (s DescribeAppSecurityResponse) GoString() string
func (*DescribeAppSecurityResponse) SetBody ¶
func (s *DescribeAppSecurityResponse) SetBody(v *DescribeAppSecurityResponseBody) *DescribeAppSecurityResponse
func (*DescribeAppSecurityResponse) SetHeaders ¶
func (s *DescribeAppSecurityResponse) SetHeaders(v map[string]*string) *DescribeAppSecurityResponse
func (*DescribeAppSecurityResponse) SetStatusCode ¶
func (s *DescribeAppSecurityResponse) SetStatusCode(v int32) *DescribeAppSecurityResponse
func (DescribeAppSecurityResponse) String ¶
func (s DescribeAppSecurityResponse) String() string
type DescribeAppSecurityResponseBody ¶
type DescribeAppSecurityResponseBody struct { AppCode *string `json:"AppCode,omitempty" xml:"AppCode,omitempty"` AppKey *string `json:"AppKey,omitempty" xml:"AppKey,omitempty"` AppSecret *string `json:"AppSecret,omitempty" xml:"AppSecret,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeAppSecurityResponseBody) GoString ¶
func (s DescribeAppSecurityResponseBody) GoString() string
func (*DescribeAppSecurityResponseBody) SetAppCode ¶
func (s *DescribeAppSecurityResponseBody) SetAppCode(v string) *DescribeAppSecurityResponseBody
func (*DescribeAppSecurityResponseBody) SetAppKey ¶
func (s *DescribeAppSecurityResponseBody) SetAppKey(v string) *DescribeAppSecurityResponseBody
func (*DescribeAppSecurityResponseBody) SetAppSecret ¶
func (s *DescribeAppSecurityResponseBody) SetAppSecret(v string) *DescribeAppSecurityResponseBody
func (*DescribeAppSecurityResponseBody) SetCreatedTime ¶
func (s *DescribeAppSecurityResponseBody) SetCreatedTime(v string) *DescribeAppSecurityResponseBody
func (*DescribeAppSecurityResponseBody) SetModifiedTime ¶
func (s *DescribeAppSecurityResponseBody) SetModifiedTime(v string) *DescribeAppSecurityResponseBody
func (*DescribeAppSecurityResponseBody) SetRequestId ¶
func (s *DescribeAppSecurityResponseBody) SetRequestId(v string) *DescribeAppSecurityResponseBody
func (DescribeAppSecurityResponseBody) String ¶
func (s DescribeAppSecurityResponseBody) String() string
type DescribeAppsByApiRequest ¶
type DescribeAppsByApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` AppOwnerId *int64 `json:"AppOwnerId,omitempty" xml:"AppOwnerId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeAppsByApiRequest) GoString ¶
func (s DescribeAppsByApiRequest) GoString() string
func (*DescribeAppsByApiRequest) SetApiId ¶
func (s *DescribeAppsByApiRequest) SetApiId(v string) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetAppId ¶
func (s *DescribeAppsByApiRequest) SetAppId(v int64) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetAppName ¶
func (s *DescribeAppsByApiRequest) SetAppName(v string) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetAppOwnerId ¶
func (s *DescribeAppsByApiRequest) SetAppOwnerId(v int64) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetGroupId ¶
func (s *DescribeAppsByApiRequest) SetGroupId(v string) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetPageNumber ¶
func (s *DescribeAppsByApiRequest) SetPageNumber(v int32) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetPageSize ¶
func (s *DescribeAppsByApiRequest) SetPageSize(v int32) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetSecurityToken ¶
func (s *DescribeAppsByApiRequest) SetSecurityToken(v string) *DescribeAppsByApiRequest
func (*DescribeAppsByApiRequest) SetStageName ¶
func (s *DescribeAppsByApiRequest) SetStageName(v string) *DescribeAppsByApiRequest
func (DescribeAppsByApiRequest) String ¶
func (s DescribeAppsByApiRequest) String() string
type DescribeAppsByApiResponse ¶
type DescribeAppsByApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeAppsByApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeAppsByApiResponse) GoString ¶
func (s DescribeAppsByApiResponse) GoString() string
func (*DescribeAppsByApiResponse) SetBody ¶
func (s *DescribeAppsByApiResponse) SetBody(v *DescribeAppsByApiResponseBody) *DescribeAppsByApiResponse
func (*DescribeAppsByApiResponse) SetHeaders ¶
func (s *DescribeAppsByApiResponse) SetHeaders(v map[string]*string) *DescribeAppsByApiResponse
func (*DescribeAppsByApiResponse) SetStatusCode ¶
func (s *DescribeAppsByApiResponse) SetStatusCode(v int32) *DescribeAppsByApiResponse
func (DescribeAppsByApiResponse) String ¶
func (s DescribeAppsByApiResponse) String() string
type DescribeAppsByApiResponseBody ¶
type DescribeAppsByApiResponseBody struct { AppApiRelationInfos *DescribeAppsByApiResponseBodyAppApiRelationInfos `json:"AppApiRelationInfos,omitempty" xml:"AppApiRelationInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeAppsByApiResponseBody) GoString ¶
func (s DescribeAppsByApiResponseBody) GoString() string
func (*DescribeAppsByApiResponseBody) SetAppApiRelationInfos ¶
func (s *DescribeAppsByApiResponseBody) SetAppApiRelationInfos(v *DescribeAppsByApiResponseBodyAppApiRelationInfos) *DescribeAppsByApiResponseBody
func (*DescribeAppsByApiResponseBody) SetPageNumber ¶
func (s *DescribeAppsByApiResponseBody) SetPageNumber(v int32) *DescribeAppsByApiResponseBody
func (*DescribeAppsByApiResponseBody) SetPageSize ¶
func (s *DescribeAppsByApiResponseBody) SetPageSize(v int32) *DescribeAppsByApiResponseBody
func (*DescribeAppsByApiResponseBody) SetRequestId ¶
func (s *DescribeAppsByApiResponseBody) SetRequestId(v string) *DescribeAppsByApiResponseBody
func (*DescribeAppsByApiResponseBody) SetTotalCount ¶
func (s *DescribeAppsByApiResponseBody) SetTotalCount(v int32) *DescribeAppsByApiResponseBody
func (DescribeAppsByApiResponseBody) String ¶
func (s DescribeAppsByApiResponseBody) String() string
type DescribeAppsByApiResponseBodyAppApiRelationInfos ¶
type DescribeAppsByApiResponseBodyAppApiRelationInfos struct {
AppApiRelationInfo []*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo `json:"AppApiRelationInfo,omitempty" xml:"AppApiRelationInfo,omitempty" type:"Repeated"`
}
func (DescribeAppsByApiResponseBodyAppApiRelationInfos) GoString ¶
func (s DescribeAppsByApiResponseBodyAppApiRelationInfos) GoString() string
func (*DescribeAppsByApiResponseBodyAppApiRelationInfos) SetAppApiRelationInfo ¶
func (s *DescribeAppsByApiResponseBodyAppApiRelationInfos) SetAppApiRelationInfo(v []*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) *DescribeAppsByApiResponseBodyAppApiRelationInfos
func (DescribeAppsByApiResponseBodyAppApiRelationInfos) String ¶
func (s DescribeAppsByApiResponseBodyAppApiRelationInfos) String() string
type DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo ¶
type DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo struct { AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` AuthVaildTime *string `json:"AuthVaildTime,omitempty" xml:"AuthVaildTime,omitempty"` AuthorizationSource *string `json:"AuthorizationSource,omitempty" xml:"AuthorizationSource,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Operator *string `json:"Operator,omitempty" xml:"Operator,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString ¶
func (s DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) GoString() string
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAppName ¶
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthVaildTime ¶
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource ¶
func (s *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetAuthorizationSource(v string) *DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetCreatedTime ¶
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetDescription ¶
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetOperator ¶
func (*DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) SetStageName ¶
func (DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) String ¶
func (s DescribeAppsByApiResponseBodyAppApiRelationInfosAppApiRelationInfo) String() string
type DescribeAppsForProviderRequest ¶
type DescribeAppsForProviderRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppOwnerId *int64 `json:"AppOwnerId,omitempty" xml:"AppOwnerId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeAppsForProviderRequest) GoString ¶
func (s DescribeAppsForProviderRequest) GoString() string
func (*DescribeAppsForProviderRequest) SetAppId ¶
func (s *DescribeAppsForProviderRequest) SetAppId(v int64) *DescribeAppsForProviderRequest
func (*DescribeAppsForProviderRequest) SetAppOwnerId ¶
func (s *DescribeAppsForProviderRequest) SetAppOwnerId(v int64) *DescribeAppsForProviderRequest
func (*DescribeAppsForProviderRequest) SetPageNumber ¶
func (s *DescribeAppsForProviderRequest) SetPageNumber(v int32) *DescribeAppsForProviderRequest
func (*DescribeAppsForProviderRequest) SetPageSize ¶
func (s *DescribeAppsForProviderRequest) SetPageSize(v int32) *DescribeAppsForProviderRequest
func (*DescribeAppsForProviderRequest) SetSecurityToken ¶
func (s *DescribeAppsForProviderRequest) SetSecurityToken(v string) *DescribeAppsForProviderRequest
func (DescribeAppsForProviderRequest) String ¶
func (s DescribeAppsForProviderRequest) String() string
type DescribeAppsForProviderResponse ¶
type DescribeAppsForProviderResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeAppsForProviderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeAppsForProviderResponse) GoString ¶
func (s DescribeAppsForProviderResponse) GoString() string
func (*DescribeAppsForProviderResponse) SetBody ¶
func (s *DescribeAppsForProviderResponse) SetBody(v *DescribeAppsForProviderResponseBody) *DescribeAppsForProviderResponse
func (*DescribeAppsForProviderResponse) SetHeaders ¶
func (s *DescribeAppsForProviderResponse) SetHeaders(v map[string]*string) *DescribeAppsForProviderResponse
func (*DescribeAppsForProviderResponse) SetStatusCode ¶
func (s *DescribeAppsForProviderResponse) SetStatusCode(v int32) *DescribeAppsForProviderResponse
func (DescribeAppsForProviderResponse) String ¶
func (s DescribeAppsForProviderResponse) String() string
type DescribeAppsForProviderResponseBody ¶
type DescribeAppsForProviderResponseBody struct { Apps *DescribeAppsForProviderResponseBodyApps `json:"Apps,omitempty" xml:"Apps,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeAppsForProviderResponseBody) GoString ¶
func (s DescribeAppsForProviderResponseBody) GoString() string
func (*DescribeAppsForProviderResponseBody) SetPageNumber ¶
func (s *DescribeAppsForProviderResponseBody) SetPageNumber(v int32) *DescribeAppsForProviderResponseBody
func (*DescribeAppsForProviderResponseBody) SetPageSize ¶
func (s *DescribeAppsForProviderResponseBody) SetPageSize(v int32) *DescribeAppsForProviderResponseBody
func (*DescribeAppsForProviderResponseBody) SetRequestId ¶
func (s *DescribeAppsForProviderResponseBody) SetRequestId(v string) *DescribeAppsForProviderResponseBody
func (*DescribeAppsForProviderResponseBody) SetTotalCount ¶
func (s *DescribeAppsForProviderResponseBody) SetTotalCount(v int32) *DescribeAppsForProviderResponseBody
func (DescribeAppsForProviderResponseBody) String ¶
func (s DescribeAppsForProviderResponseBody) String() string
type DescribeAppsForProviderResponseBodyApps ¶
type DescribeAppsForProviderResponseBodyApps struct {
App []*DescribeAppsForProviderResponseBodyAppsApp `json:"App,omitempty" xml:"App,omitempty" type:"Repeated"`
}
func (DescribeAppsForProviderResponseBodyApps) GoString ¶
func (s DescribeAppsForProviderResponseBodyApps) GoString() string
func (DescribeAppsForProviderResponseBodyApps) String ¶
func (s DescribeAppsForProviderResponseBodyApps) String() string
type DescribeAppsForProviderResponseBodyAppsApp ¶
type DescribeAppsForProviderResponseBodyAppsApp struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` }
func (DescribeAppsForProviderResponseBodyAppsApp) GoString ¶
func (s DescribeAppsForProviderResponseBodyAppsApp) GoString() string
func (*DescribeAppsForProviderResponseBodyAppsApp) SetAppId ¶
func (s *DescribeAppsForProviderResponseBodyAppsApp) SetAppId(v int64) *DescribeAppsForProviderResponseBodyAppsApp
func (*DescribeAppsForProviderResponseBodyAppsApp) SetAppName ¶
func (s *DescribeAppsForProviderResponseBodyAppsApp) SetAppName(v string) *DescribeAppsForProviderResponseBodyAppsApp
func (*DescribeAppsForProviderResponseBodyAppsApp) SetCreateTime ¶
func (s *DescribeAppsForProviderResponseBodyAppsApp) SetCreateTime(v string) *DescribeAppsForProviderResponseBodyAppsApp
func (*DescribeAppsForProviderResponseBodyAppsApp) SetDescription ¶
func (s *DescribeAppsForProviderResponseBodyAppsApp) SetDescription(v string) *DescribeAppsForProviderResponseBodyAppsApp
func (*DescribeAppsForProviderResponseBodyAppsApp) SetModifiedTime ¶
func (s *DescribeAppsForProviderResponseBodyAppsApp) SetModifiedTime(v string) *DescribeAppsForProviderResponseBodyAppsApp
func (DescribeAppsForProviderResponseBodyAppsApp) String ¶
func (s DescribeAppsForProviderResponseBodyAppsApp) String() string
type DescribeAppsRequest ¶
type DescribeAppsRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` EnableTagAuth *bool `json:"EnableTagAuth,omitempty" xml:"EnableTagAuth,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Tag []*DescribeAppsRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` }
func (DescribeAppsRequest) GoString ¶
func (s DescribeAppsRequest) GoString() string
func (*DescribeAppsRequest) SetAppId ¶
func (s *DescribeAppsRequest) SetAppId(v int64) *DescribeAppsRequest
func (*DescribeAppsRequest) SetAppName ¶
func (s *DescribeAppsRequest) SetAppName(v string) *DescribeAppsRequest
func (*DescribeAppsRequest) SetEnableTagAuth ¶
func (s *DescribeAppsRequest) SetEnableTagAuth(v bool) *DescribeAppsRequest
func (*DescribeAppsRequest) SetPageNumber ¶
func (s *DescribeAppsRequest) SetPageNumber(v int32) *DescribeAppsRequest
func (*DescribeAppsRequest) SetPageSize ¶
func (s *DescribeAppsRequest) SetPageSize(v int32) *DescribeAppsRequest
func (*DescribeAppsRequest) SetSecurityToken ¶
func (s *DescribeAppsRequest) SetSecurityToken(v string) *DescribeAppsRequest
func (*DescribeAppsRequest) SetTag ¶
func (s *DescribeAppsRequest) SetTag(v []*DescribeAppsRequestTag) *DescribeAppsRequest
func (DescribeAppsRequest) String ¶
func (s DescribeAppsRequest) String() string
type DescribeAppsRequestTag ¶
type DescribeAppsRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (DescribeAppsRequestTag) GoString ¶
func (s DescribeAppsRequestTag) GoString() string
func (*DescribeAppsRequestTag) SetKey ¶
func (s *DescribeAppsRequestTag) SetKey(v string) *DescribeAppsRequestTag
func (*DescribeAppsRequestTag) SetValue ¶
func (s *DescribeAppsRequestTag) SetValue(v string) *DescribeAppsRequestTag
func (DescribeAppsRequestTag) String ¶
func (s DescribeAppsRequestTag) String() 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 (s *DescribeAppsResponse) SetBody(v *DescribeAppsResponseBody) *DescribeAppsResponse
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 { Apps *DescribeAppsResponseBodyApps `json:"Apps,omitempty" xml:"Apps,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeAppsResponseBody) GoString ¶
func (s DescribeAppsResponseBody) GoString() string
func (*DescribeAppsResponseBody) SetApps ¶
func (s *DescribeAppsResponseBody) SetApps(v *DescribeAppsResponseBodyApps) *DescribeAppsResponseBody
func (*DescribeAppsResponseBody) SetPageNumber ¶
func (s *DescribeAppsResponseBody) SetPageNumber(v int32) *DescribeAppsResponseBody
func (*DescribeAppsResponseBody) SetPageSize ¶
func (s *DescribeAppsResponseBody) SetPageSize(v int32) *DescribeAppsResponseBody
func (*DescribeAppsResponseBody) SetRequestId ¶
func (s *DescribeAppsResponseBody) SetRequestId(v string) *DescribeAppsResponseBody
func (*DescribeAppsResponseBody) SetTotalCount ¶
func (s *DescribeAppsResponseBody) SetTotalCount(v int32) *DescribeAppsResponseBody
func (DescribeAppsResponseBody) String ¶
func (s DescribeAppsResponseBody) String() string
type DescribeAppsResponseBodyApps ¶
type DescribeAppsResponseBodyApps struct {
App []*DescribeAppsResponseBodyAppsApp `json:"App,omitempty" xml:"App,omitempty" type:"Repeated"`
}
func (DescribeAppsResponseBodyApps) GoString ¶
func (s DescribeAppsResponseBodyApps) GoString() string
func (*DescribeAppsResponseBodyApps) SetApp ¶
func (s *DescribeAppsResponseBodyApps) SetApp(v []*DescribeAppsResponseBodyAppsApp) *DescribeAppsResponseBodyApps
func (DescribeAppsResponseBodyApps) String ¶
func (s DescribeAppsResponseBodyApps) String() string
type DescribeAppsResponseBodyAppsApp ¶
type DescribeAppsResponseBodyAppsApp struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` }
func (DescribeAppsResponseBodyAppsApp) GoString ¶
func (s DescribeAppsResponseBodyAppsApp) GoString() string
func (*DescribeAppsResponseBodyAppsApp) SetAppId ¶
func (s *DescribeAppsResponseBodyAppsApp) SetAppId(v int64) *DescribeAppsResponseBodyAppsApp
func (*DescribeAppsResponseBodyAppsApp) SetAppName ¶
func (s *DescribeAppsResponseBodyAppsApp) SetAppName(v string) *DescribeAppsResponseBodyAppsApp
func (*DescribeAppsResponseBodyAppsApp) SetCreatedTime ¶
func (s *DescribeAppsResponseBodyAppsApp) SetCreatedTime(v string) *DescribeAppsResponseBodyAppsApp
func (*DescribeAppsResponseBodyAppsApp) SetDescription ¶
func (s *DescribeAppsResponseBodyAppsApp) SetDescription(v string) *DescribeAppsResponseBodyAppsApp
func (*DescribeAppsResponseBodyAppsApp) SetModifiedTime ¶
func (s *DescribeAppsResponseBodyAppsApp) SetModifiedTime(v string) *DescribeAppsResponseBodyAppsApp
func (DescribeAppsResponseBodyAppsApp) String ¶
func (s DescribeAppsResponseBodyAppsApp) String() string
type DescribeBlackListsRequest ¶
type DescribeBlackListsRequest struct { BlackType *string `json:"BlackType,omitempty" xml:"BlackType,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeBlackListsRequest) GoString ¶
func (s DescribeBlackListsRequest) GoString() string
func (*DescribeBlackListsRequest) SetBlackType ¶
func (s *DescribeBlackListsRequest) SetBlackType(v string) *DescribeBlackListsRequest
func (*DescribeBlackListsRequest) SetPageNumber ¶
func (s *DescribeBlackListsRequest) SetPageNumber(v int32) *DescribeBlackListsRequest
func (*DescribeBlackListsRequest) SetPageSize ¶
func (s *DescribeBlackListsRequest) SetPageSize(v int32) *DescribeBlackListsRequest
func (*DescribeBlackListsRequest) SetSecurityToken ¶
func (s *DescribeBlackListsRequest) SetSecurityToken(v string) *DescribeBlackListsRequest
func (DescribeBlackListsRequest) String ¶
func (s DescribeBlackListsRequest) String() string
type DescribeBlackListsResponse ¶
type DescribeBlackListsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeBlackListsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeBlackListsResponse) GoString ¶
func (s DescribeBlackListsResponse) GoString() string
func (*DescribeBlackListsResponse) SetBody ¶
func (s *DescribeBlackListsResponse) SetBody(v *DescribeBlackListsResponseBody) *DescribeBlackListsResponse
func (*DescribeBlackListsResponse) SetHeaders ¶
func (s *DescribeBlackListsResponse) SetHeaders(v map[string]*string) *DescribeBlackListsResponse
func (*DescribeBlackListsResponse) SetStatusCode ¶
func (s *DescribeBlackListsResponse) SetStatusCode(v int32) *DescribeBlackListsResponse
func (DescribeBlackListsResponse) String ¶
func (s DescribeBlackListsResponse) String() string
type DescribeBlackListsResponseBody ¶
type DescribeBlackListsResponseBody struct { BlackLists *DescribeBlackListsResponseBodyBlackLists `json:"BlackLists,omitempty" xml:"BlackLists,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeBlackListsResponseBody) GoString ¶
func (s DescribeBlackListsResponseBody) GoString() string
func (*DescribeBlackListsResponseBody) SetBlackLists ¶
func (s *DescribeBlackListsResponseBody) SetBlackLists(v *DescribeBlackListsResponseBodyBlackLists) *DescribeBlackListsResponseBody
func (*DescribeBlackListsResponseBody) SetPageNumber ¶
func (s *DescribeBlackListsResponseBody) SetPageNumber(v int32) *DescribeBlackListsResponseBody
func (*DescribeBlackListsResponseBody) SetPageSize ¶
func (s *DescribeBlackListsResponseBody) SetPageSize(v int32) *DescribeBlackListsResponseBody
func (*DescribeBlackListsResponseBody) SetRequestId ¶
func (s *DescribeBlackListsResponseBody) SetRequestId(v string) *DescribeBlackListsResponseBody
func (*DescribeBlackListsResponseBody) SetTotalCount ¶
func (s *DescribeBlackListsResponseBody) SetTotalCount(v int32) *DescribeBlackListsResponseBody
func (DescribeBlackListsResponseBody) String ¶
func (s DescribeBlackListsResponseBody) String() string
type DescribeBlackListsResponseBodyBlackLists ¶
type DescribeBlackListsResponseBodyBlackLists struct {
BlackList []*DescribeBlackListsResponseBodyBlackListsBlackList `json:"BlackList,omitempty" xml:"BlackList,omitempty" type:"Repeated"`
}
func (DescribeBlackListsResponseBodyBlackLists) GoString ¶
func (s DescribeBlackListsResponseBodyBlackLists) GoString() string
func (*DescribeBlackListsResponseBodyBlackLists) SetBlackList ¶
func (DescribeBlackListsResponseBodyBlackLists) String ¶
func (s DescribeBlackListsResponseBodyBlackLists) String() string
type DescribeBlackListsResponseBodyBlackListsBlackList ¶
type DescribeBlackListsResponseBodyBlackListsBlackList struct { BlackContent *string `json:"BlackContent,omitempty" xml:"BlackContent,omitempty"` BlackType *string `json:"BlackType,omitempty" xml:"BlackType,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` }
func (DescribeBlackListsResponseBodyBlackListsBlackList) GoString ¶
func (s DescribeBlackListsResponseBodyBlackListsBlackList) GoString() string
func (*DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackContent ¶
func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackContent(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
func (*DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackType ¶
func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetBlackType(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
func (*DescribeBlackListsResponseBodyBlackListsBlackList) SetCreateTime ¶
func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetCreateTime(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
func (*DescribeBlackListsResponseBodyBlackListsBlackList) SetDescription ¶
func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetDescription(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
func (*DescribeBlackListsResponseBodyBlackListsBlackList) SetModifiedTime ¶
func (s *DescribeBlackListsResponseBodyBlackListsBlackList) SetModifiedTime(v string) *DescribeBlackListsResponseBodyBlackListsBlackList
func (DescribeBlackListsResponseBodyBlackListsBlackList) String ¶
func (s DescribeBlackListsResponseBodyBlackListsBlackList) String() string
type DescribeDeployedApiRequest ¶
type DescribeDeployedApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeDeployedApiRequest) GoString ¶
func (s DescribeDeployedApiRequest) GoString() string
func (*DescribeDeployedApiRequest) SetApiId ¶
func (s *DescribeDeployedApiRequest) SetApiId(v string) *DescribeDeployedApiRequest
func (*DescribeDeployedApiRequest) SetGroupId ¶
func (s *DescribeDeployedApiRequest) SetGroupId(v string) *DescribeDeployedApiRequest
func (*DescribeDeployedApiRequest) SetSecurityToken ¶
func (s *DescribeDeployedApiRequest) SetSecurityToken(v string) *DescribeDeployedApiRequest
func (*DescribeDeployedApiRequest) SetStageName ¶
func (s *DescribeDeployedApiRequest) SetStageName(v string) *DescribeDeployedApiRequest
func (DescribeDeployedApiRequest) String ¶
func (s DescribeDeployedApiRequest) String() string
type DescribeDeployedApiResponse ¶
type DescribeDeployedApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeDeployedApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeDeployedApiResponse) GoString ¶
func (s DescribeDeployedApiResponse) GoString() string
func (*DescribeDeployedApiResponse) SetBody ¶
func (s *DescribeDeployedApiResponse) SetBody(v *DescribeDeployedApiResponseBody) *DescribeDeployedApiResponse
func (*DescribeDeployedApiResponse) SetHeaders ¶
func (s *DescribeDeployedApiResponse) SetHeaders(v map[string]*string) *DescribeDeployedApiResponse
func (*DescribeDeployedApiResponse) SetStatusCode ¶
func (s *DescribeDeployedApiResponse) SetStatusCode(v int32) *DescribeDeployedApiResponse
func (DescribeDeployedApiResponse) String ¶
func (s DescribeDeployedApiResponse) String() string
type DescribeDeployedApiResponseBody ¶
type DescribeDeployedApiResponseBody struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"` BodyFormat *string `json:"BodyFormat,omitempty" xml:"BodyFormat,omitempty"` ConstantParameters *DescribeDeployedApiResponseBodyConstantParameters `json:"ConstantParameters,omitempty" xml:"ConstantParameters,omitempty" type:"Struct"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` DisableInternet *bool `json:"DisableInternet,omitempty" xml:"DisableInternet,omitempty"` ErrorCodeSamples *DescribeDeployedApiResponseBodyErrorCodeSamples `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty" type:"Struct"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` ForceNonceCheck *bool `json:"ForceNonceCheck,omitempty" xml:"ForceNonceCheck,omitempty"` FunctionComputeConfig *DescribeDeployedApiResponseBodyFunctionComputeConfig `json:"FunctionComputeConfig,omitempty" xml:"FunctionComputeConfig,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` HttpProtocol *string `json:"HttpProtocol,omitempty" xml:"HttpProtocol,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` PathParameters *DescribeDeployedApiResponseBodyPathParameters `json:"PathParameters,omitempty" xml:"PathParameters,omitempty" type:"Struct"` PostBodyDescription *string `json:"PostBodyDescription,omitempty" xml:"PostBodyDescription,omitempty"` PostBodyType *string `json:"PostBodyType,omitempty" xml:"PostBodyType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestBody *DescribeDeployedApiResponseBodyRequestBody `json:"RequestBody,omitempty" xml:"RequestBody,omitempty" type:"Struct"` RequestHeaders *DescribeDeployedApiResponseBodyRequestHeaders `json:"RequestHeaders,omitempty" xml:"RequestHeaders,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RequestMode *string `json:"RequestMode,omitempty" xml:"RequestMode,omitempty"` RequestQueries *DescribeDeployedApiResponseBodyRequestQueries `json:"RequestQueries,omitempty" xml:"RequestQueries,omitempty" type:"Struct"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` ServiceAddress *string `json:"ServiceAddress,omitempty" xml:"ServiceAddress,omitempty"` ServiceFCEnable *string `json:"ServiceFCEnable,omitempty" xml:"ServiceFCEnable,omitempty"` ServiceProtocol *string `json:"ServiceProtocol,omitempty" xml:"ServiceProtocol,omitempty"` ServiceTimeout *int32 `json:"ServiceTimeout,omitempty" xml:"ServiceTimeout,omitempty"` ServiceVpcEnable *string `json:"ServiceVpcEnable,omitempty" xml:"ServiceVpcEnable,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` SystemParameters *DescribeDeployedApiResponseBodySystemParameters `json:"SystemParameters,omitempty" xml:"SystemParameters,omitempty" type:"Struct"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` VpcName *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"` }
func (DescribeDeployedApiResponseBody) GoString ¶
func (s DescribeDeployedApiResponseBody) GoString() string
func (*DescribeDeployedApiResponseBody) SetApiId ¶
func (s *DescribeDeployedApiResponseBody) SetApiId(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetApiName ¶
func (s *DescribeDeployedApiResponseBody) SetApiName(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetAuthType ¶
func (s *DescribeDeployedApiResponseBody) SetAuthType(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetBodyFormat ¶
func (s *DescribeDeployedApiResponseBody) SetBodyFormat(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetConstantParameters ¶
func (s *DescribeDeployedApiResponseBody) SetConstantParameters(v *DescribeDeployedApiResponseBodyConstantParameters) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetDeployedTime ¶
func (s *DescribeDeployedApiResponseBody) SetDeployedTime(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetDisableInternet ¶
func (s *DescribeDeployedApiResponseBody) SetDisableInternet(v bool) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetErrorCodeSamples ¶
func (s *DescribeDeployedApiResponseBody) SetErrorCodeSamples(v *DescribeDeployedApiResponseBodyErrorCodeSamples) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetFailResultSample ¶
func (s *DescribeDeployedApiResponseBody) SetFailResultSample(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetForceNonceCheck ¶
func (s *DescribeDeployedApiResponseBody) SetForceNonceCheck(v bool) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetFunctionComputeConfig ¶
func (s *DescribeDeployedApiResponseBody) SetFunctionComputeConfig(v *DescribeDeployedApiResponseBodyFunctionComputeConfig) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetGroupId ¶
func (s *DescribeDeployedApiResponseBody) SetGroupId(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetGroupName ¶
func (s *DescribeDeployedApiResponseBody) SetGroupName(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetHttpMethod ¶
func (s *DescribeDeployedApiResponseBody) SetHttpMethod(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetHttpProtocol ¶
func (s *DescribeDeployedApiResponseBody) SetHttpProtocol(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetPath ¶
func (s *DescribeDeployedApiResponseBody) SetPath(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetPathParameters ¶
func (s *DescribeDeployedApiResponseBody) SetPathParameters(v *DescribeDeployedApiResponseBodyPathParameters) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetPostBodyDescription ¶
func (s *DescribeDeployedApiResponseBody) SetPostBodyDescription(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetPostBodyType ¶
func (s *DescribeDeployedApiResponseBody) SetPostBodyType(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRegionId ¶
func (s *DescribeDeployedApiResponseBody) SetRegionId(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRequestBody ¶
func (s *DescribeDeployedApiResponseBody) SetRequestBody(v *DescribeDeployedApiResponseBodyRequestBody) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRequestHeaders ¶
func (s *DescribeDeployedApiResponseBody) SetRequestHeaders(v *DescribeDeployedApiResponseBodyRequestHeaders) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRequestId ¶
func (s *DescribeDeployedApiResponseBody) SetRequestId(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRequestMode ¶
func (s *DescribeDeployedApiResponseBody) SetRequestMode(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetRequestQueries ¶
func (s *DescribeDeployedApiResponseBody) SetRequestQueries(v *DescribeDeployedApiResponseBodyRequestQueries) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetResultSample ¶
func (s *DescribeDeployedApiResponseBody) SetResultSample(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetResultType ¶
func (s *DescribeDeployedApiResponseBody) SetResultType(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetServiceAddress ¶
func (s *DescribeDeployedApiResponseBody) SetServiceAddress(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetServiceFCEnable ¶
func (s *DescribeDeployedApiResponseBody) SetServiceFCEnable(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetServiceProtocol ¶
func (s *DescribeDeployedApiResponseBody) SetServiceProtocol(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetServiceTimeout ¶
func (s *DescribeDeployedApiResponseBody) SetServiceTimeout(v int32) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetServiceVpcEnable ¶
func (s *DescribeDeployedApiResponseBody) SetServiceVpcEnable(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetStageName ¶
func (s *DescribeDeployedApiResponseBody) SetStageName(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetSystemParameters ¶
func (s *DescribeDeployedApiResponseBody) SetSystemParameters(v *DescribeDeployedApiResponseBodySystemParameters) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetVisibility ¶
func (s *DescribeDeployedApiResponseBody) SetVisibility(v string) *DescribeDeployedApiResponseBody
func (*DescribeDeployedApiResponseBody) SetVpcName ¶
func (s *DescribeDeployedApiResponseBody) SetVpcName(v string) *DescribeDeployedApiResponseBody
func (DescribeDeployedApiResponseBody) String ¶
func (s DescribeDeployedApiResponseBody) String() string
type DescribeDeployedApiResponseBodyConstantParameters ¶
type DescribeDeployedApiResponseBodyConstantParameters struct {
ConstantParameter []*DescribeDeployedApiResponseBodyConstantParametersConstantParameter `json:"ConstantParameter,omitempty" xml:"ConstantParameter,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyConstantParameters) GoString ¶
func (s DescribeDeployedApiResponseBodyConstantParameters) GoString() string
func (*DescribeDeployedApiResponseBodyConstantParameters) SetConstantParameter ¶
func (DescribeDeployedApiResponseBodyConstantParameters) String ¶
func (s DescribeDeployedApiResponseBodyConstantParameters) String() string
type DescribeDeployedApiResponseBodyConstantParametersConstantParameter ¶
type DescribeDeployedApiResponseBodyConstantParametersConstantParameter struct { ConstantValue *string `json:"ConstantValue,omitempty" xml:"ConstantValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodyConstantParametersConstantParameter) GoString ¶
func (s DescribeDeployedApiResponseBodyConstantParametersConstantParameter) GoString() string
func (*DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetConstantValue ¶
func (*DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetDescription ¶
func (*DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetLocation ¶
func (*DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyConstantParametersConstantParameter
func (DescribeDeployedApiResponseBodyConstantParametersConstantParameter) String ¶
func (s DescribeDeployedApiResponseBodyConstantParametersConstantParameter) String() string
type DescribeDeployedApiResponseBodyErrorCodeSamples ¶
type DescribeDeployedApiResponseBodyErrorCodeSamples struct {
ErrorCodeSample []*DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample `json:"ErrorCodeSample,omitempty" xml:"ErrorCodeSample,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyErrorCodeSamples) GoString ¶
func (s DescribeDeployedApiResponseBodyErrorCodeSamples) GoString() string
func (*DescribeDeployedApiResponseBodyErrorCodeSamples) SetErrorCodeSample ¶
func (DescribeDeployedApiResponseBodyErrorCodeSamples) String ¶
func (s DescribeDeployedApiResponseBodyErrorCodeSamples) String() string
type DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample ¶
type DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` }
func (DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString ¶
func (s DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
func (*DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription ¶
func (*DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage ¶
func (DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) String ¶
func (s DescribeDeployedApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
type DescribeDeployedApiResponseBodyFunctionComputeConfig ¶
type DescribeDeployedApiResponseBodyFunctionComputeConfig struct { FcRegionId *string `json:"FcRegionId,omitempty" xml:"FcRegionId,omitempty"` FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"` RoleArn *string `json:"RoleArn,omitempty" xml:"RoleArn,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` }
func (DescribeDeployedApiResponseBodyFunctionComputeConfig) GoString ¶
func (s DescribeDeployedApiResponseBodyFunctionComputeConfig) GoString() string
func (*DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFcRegionId ¶
func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFcRegionId(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
func (*DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFunctionName ¶
func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetFunctionName(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
func (*DescribeDeployedApiResponseBodyFunctionComputeConfig) SetRoleArn ¶
func (*DescribeDeployedApiResponseBodyFunctionComputeConfig) SetServiceName ¶
func (s *DescribeDeployedApiResponseBodyFunctionComputeConfig) SetServiceName(v string) *DescribeDeployedApiResponseBodyFunctionComputeConfig
func (DescribeDeployedApiResponseBodyFunctionComputeConfig) String ¶
func (s DescribeDeployedApiResponseBodyFunctionComputeConfig) String() string
type DescribeDeployedApiResponseBodyPathParameters ¶
type DescribeDeployedApiResponseBodyPathParameters struct {
PathParameter []*DescribeDeployedApiResponseBodyPathParametersPathParameter `json:"PathParameter,omitempty" xml:"PathParameter,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyPathParameters) GoString ¶
func (s DescribeDeployedApiResponseBodyPathParameters) GoString() string
func (*DescribeDeployedApiResponseBodyPathParameters) SetPathParameter ¶
func (DescribeDeployedApiResponseBodyPathParameters) String ¶
func (s DescribeDeployedApiResponseBodyPathParameters) String() string
type DescribeDeployedApiResponseBodyPathParametersPathParameter ¶
type DescribeDeployedApiResponseBodyPathParametersPathParameter struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodyPathParametersPathParameter) GoString ¶
func (s DescribeDeployedApiResponseBodyPathParametersPathParameter) GoString() string
func (*DescribeDeployedApiResponseBodyPathParametersPathParameter) SetApiParameterName ¶
func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
func (*DescribeDeployedApiResponseBodyPathParametersPathParameter) SetDemoValue ¶
func (*DescribeDeployedApiResponseBodyPathParametersPathParameter) SetDescription ¶
func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
func (*DescribeDeployedApiResponseBodyPathParametersPathParameter) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodyPathParametersPathParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyPathParametersPathParameter
func (DescribeDeployedApiResponseBodyPathParametersPathParameter) String ¶
func (s DescribeDeployedApiResponseBodyPathParametersPathParameter) String() string
type DescribeDeployedApiResponseBodyRequestBody ¶
type DescribeDeployedApiResponseBodyRequestBody struct {
RequestParam []*DescribeDeployedApiResponseBodyRequestBodyRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyRequestBody) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestBody) GoString() string
func (*DescribeDeployedApiResponseBodyRequestBody) SetRequestParam ¶
func (s *DescribeDeployedApiResponseBodyRequestBody) SetRequestParam(v []*DescribeDeployedApiResponseBodyRequestBodyRequestParam) *DescribeDeployedApiResponseBodyRequestBody
func (DescribeDeployedApiResponseBodyRequestBody) String ¶
func (s DescribeDeployedApiResponseBodyRequestBody) String() string
type DescribeDeployedApiResponseBodyRequestBodyRequestParam ¶
type DescribeDeployedApiResponseBodyRequestBodyRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodyRequestBodyRequestParam) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestBodyRequestParam) GoString() string
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetApiParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetArrayItemsType ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDefaultValue ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDemoValue ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDescription ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDocOrder ¶
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetDocShow ¶
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetEnumValue ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetJsonScheme ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMaxLength ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMaxValue ¶
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMinLength ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetMinValue ¶
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetParameterType ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetRegularExpression ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetRequired ¶
func (*DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestBodyRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestBodyRequestParam
func (DescribeDeployedApiResponseBodyRequestBodyRequestParam) String ¶
func (s DescribeDeployedApiResponseBodyRequestBodyRequestParam) String() string
type DescribeDeployedApiResponseBodyRequestHeaders ¶
type DescribeDeployedApiResponseBodyRequestHeaders struct {
RequestParam []*DescribeDeployedApiResponseBodyRequestHeadersRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyRequestHeaders) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestHeaders) GoString() string
func (*DescribeDeployedApiResponseBodyRequestHeaders) SetRequestParam ¶
func (DescribeDeployedApiResponseBodyRequestHeaders) String ¶
func (s DescribeDeployedApiResponseBodyRequestHeaders) String() string
type DescribeDeployedApiResponseBodyRequestHeadersRequestParam ¶
type DescribeDeployedApiResponseBodyRequestHeadersRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodyRequestHeadersRequestParam) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestHeadersRequestParam) GoString() string
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDemoValue ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDescription ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDocOrder ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetDocShow ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetEnumValue ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetJsonScheme ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMaxLength ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMaxValue ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMinLength ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetMinValue ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetParameterType ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetRequired ¶
func (*DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestHeadersRequestParam
func (DescribeDeployedApiResponseBodyRequestHeadersRequestParam) String ¶
func (s DescribeDeployedApiResponseBodyRequestHeadersRequestParam) String() string
type DescribeDeployedApiResponseBodyRequestQueries ¶
type DescribeDeployedApiResponseBodyRequestQueries struct {
RequestParam []*DescribeDeployedApiResponseBodyRequestQueriesRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodyRequestQueries) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestQueries) GoString() string
func (*DescribeDeployedApiResponseBodyRequestQueries) SetRequestParam ¶
func (DescribeDeployedApiResponseBodyRequestQueries) String ¶
func (s DescribeDeployedApiResponseBodyRequestQueries) String() string
type DescribeDeployedApiResponseBodyRequestQueriesRequestParam ¶
type DescribeDeployedApiResponseBodyRequestQueriesRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodyRequestQueriesRequestParam) GoString ¶
func (s DescribeDeployedApiResponseBodyRequestQueriesRequestParam) GoString() string
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDemoValue ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDescription ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDocOrder ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetDocShow ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetEnumValue ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetJsonScheme ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMaxLength ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMaxValue ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMinLength ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetMinValue ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetParameterType ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetRequired ¶
func (*DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodyRequestQueriesRequestParam
func (DescribeDeployedApiResponseBodyRequestQueriesRequestParam) String ¶
func (s DescribeDeployedApiResponseBodyRequestQueriesRequestParam) String() string
type DescribeDeployedApiResponseBodySystemParameters ¶
type DescribeDeployedApiResponseBodySystemParameters struct {
SystemParameter []*DescribeDeployedApiResponseBodySystemParametersSystemParameter `json:"SystemParameter,omitempty" xml:"SystemParameter,omitempty" type:"Repeated"`
}
func (DescribeDeployedApiResponseBodySystemParameters) GoString ¶
func (s DescribeDeployedApiResponseBodySystemParameters) GoString() string
func (*DescribeDeployedApiResponseBodySystemParameters) SetSystemParameter ¶
func (DescribeDeployedApiResponseBodySystemParameters) String ¶
func (s DescribeDeployedApiResponseBodySystemParameters) String() string
type DescribeDeployedApiResponseBodySystemParametersSystemParameter ¶
type DescribeDeployedApiResponseBodySystemParametersSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterName *string `json:"ParameterName,omitempty" xml:"ParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeDeployedApiResponseBodySystemParametersSystemParameter) GoString ¶
func (s DescribeDeployedApiResponseBodySystemParametersSystemParameter) GoString() string
func (*DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetDemoValue ¶
func (*DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetDescription ¶
func (*DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetLocation ¶
func (*DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetParameterName ¶
func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
func (*DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetServiceParameterName ¶
func (s *DescribeDeployedApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeDeployedApiResponseBodySystemParametersSystemParameter
func (DescribeDeployedApiResponseBodySystemParametersSystemParameter) String ¶
func (s DescribeDeployedApiResponseBodySystemParametersSystemParameter) String() string
type DescribeDeployedApisRequest ¶
type DescribeDeployedApisRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeDeployedApisRequest) GoString ¶
func (s DescribeDeployedApisRequest) GoString() string
func (*DescribeDeployedApisRequest) SetApiId ¶
func (s *DescribeDeployedApisRequest) SetApiId(v string) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetApiName ¶
func (s *DescribeDeployedApisRequest) SetApiName(v string) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetGroupId ¶
func (s *DescribeDeployedApisRequest) SetGroupId(v string) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetPageNumber ¶
func (s *DescribeDeployedApisRequest) SetPageNumber(v int32) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetPageSize ¶
func (s *DescribeDeployedApisRequest) SetPageSize(v int32) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetSecurityToken ¶
func (s *DescribeDeployedApisRequest) SetSecurityToken(v string) *DescribeDeployedApisRequest
func (*DescribeDeployedApisRequest) SetStageName ¶
func (s *DescribeDeployedApisRequest) SetStageName(v string) *DescribeDeployedApisRequest
func (DescribeDeployedApisRequest) String ¶
func (s DescribeDeployedApisRequest) String() string
type DescribeDeployedApisResponse ¶
type DescribeDeployedApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeDeployedApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeDeployedApisResponse) GoString ¶
func (s DescribeDeployedApisResponse) GoString() string
func (*DescribeDeployedApisResponse) SetBody ¶
func (s *DescribeDeployedApisResponse) SetBody(v *DescribeDeployedApisResponseBody) *DescribeDeployedApisResponse
func (*DescribeDeployedApisResponse) SetHeaders ¶
func (s *DescribeDeployedApisResponse) SetHeaders(v map[string]*string) *DescribeDeployedApisResponse
func (*DescribeDeployedApisResponse) SetStatusCode ¶
func (s *DescribeDeployedApisResponse) SetStatusCode(v int32) *DescribeDeployedApisResponse
func (DescribeDeployedApisResponse) String ¶
func (s DescribeDeployedApisResponse) String() string
type DescribeDeployedApisResponseBody ¶
type DescribeDeployedApisResponseBody struct { ApiInfos *DescribeDeployedApisResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeDeployedApisResponseBody) GoString ¶
func (s DescribeDeployedApisResponseBody) GoString() string
func (*DescribeDeployedApisResponseBody) SetApiInfos ¶
func (s *DescribeDeployedApisResponseBody) SetApiInfos(v *DescribeDeployedApisResponseBodyApiInfos) *DescribeDeployedApisResponseBody
func (*DescribeDeployedApisResponseBody) SetPageNumber ¶
func (s *DescribeDeployedApisResponseBody) SetPageNumber(v int32) *DescribeDeployedApisResponseBody
func (*DescribeDeployedApisResponseBody) SetPageSize ¶
func (s *DescribeDeployedApisResponseBody) SetPageSize(v int32) *DescribeDeployedApisResponseBody
func (*DescribeDeployedApisResponseBody) SetRequestId ¶
func (s *DescribeDeployedApisResponseBody) SetRequestId(v string) *DescribeDeployedApisResponseBody
func (*DescribeDeployedApisResponseBody) SetTotalCount ¶
func (s *DescribeDeployedApisResponseBody) SetTotalCount(v int32) *DescribeDeployedApisResponseBody
func (DescribeDeployedApisResponseBody) String ¶
func (s DescribeDeployedApisResponseBody) String() string
type DescribeDeployedApisResponseBodyApiInfos ¶
type DescribeDeployedApisResponseBodyApiInfos struct {
ApiInfo []*DescribeDeployedApisResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeDeployedApisResponseBodyApiInfos) GoString ¶
func (s DescribeDeployedApisResponseBodyApiInfos) GoString() string
func (*DescribeDeployedApisResponseBodyApiInfos) SetApiInfo ¶
func (DescribeDeployedApisResponseBodyApiInfos) String ¶
func (s DescribeDeployedApisResponseBodyApiInfos) String() string
type DescribeDeployedApisResponseBodyApiInfosApiInfo ¶
type DescribeDeployedApisResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribeDeployedApisResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeDeployedApisResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiId ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDeployedTime ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (*DescribeDeployedApisResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribeDeployedApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribeDeployedApisResponseBodyApiInfosApiInfo
func (DescribeDeployedApisResponseBodyApiInfosApiInfo) String ¶
func (s DescribeDeployedApisResponseBodyApiInfosApiInfo) String() string
type DescribeDomainRequest ¶
type DescribeDomainRequest struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeDomainRequest) GoString ¶
func (s DescribeDomainRequest) GoString() string
func (*DescribeDomainRequest) SetDomainName ¶
func (s *DescribeDomainRequest) SetDomainName(v string) *DescribeDomainRequest
func (*DescribeDomainRequest) SetGroupId ¶
func (s *DescribeDomainRequest) SetGroupId(v string) *DescribeDomainRequest
func (*DescribeDomainRequest) SetSecurityToken ¶
func (s *DescribeDomainRequest) SetSecurityToken(v string) *DescribeDomainRequest
func (DescribeDomainRequest) String ¶
func (s DescribeDomainRequest) String() string
type DescribeDomainResolutionRequest ¶
type DescribeDomainResolutionRequest struct { DomainNames *string `json:"DomainNames,omitempty" xml:"DomainNames,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeDomainResolutionRequest) GoString ¶
func (s DescribeDomainResolutionRequest) GoString() string
func (*DescribeDomainResolutionRequest) SetDomainNames ¶
func (s *DescribeDomainResolutionRequest) SetDomainNames(v string) *DescribeDomainResolutionRequest
func (*DescribeDomainResolutionRequest) SetGroupId ¶
func (s *DescribeDomainResolutionRequest) SetGroupId(v string) *DescribeDomainResolutionRequest
func (*DescribeDomainResolutionRequest) SetSecurityToken ¶
func (s *DescribeDomainResolutionRequest) SetSecurityToken(v string) *DescribeDomainResolutionRequest
func (DescribeDomainResolutionRequest) String ¶
func (s DescribeDomainResolutionRequest) String() string
type DescribeDomainResolutionResponse ¶
type DescribeDomainResolutionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeDomainResolutionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeDomainResolutionResponse) GoString ¶
func (s DescribeDomainResolutionResponse) GoString() string
func (*DescribeDomainResolutionResponse) SetBody ¶
func (s *DescribeDomainResolutionResponse) SetBody(v *DescribeDomainResolutionResponseBody) *DescribeDomainResolutionResponse
func (*DescribeDomainResolutionResponse) SetHeaders ¶
func (s *DescribeDomainResolutionResponse) SetHeaders(v map[string]*string) *DescribeDomainResolutionResponse
func (*DescribeDomainResolutionResponse) SetStatusCode ¶
func (s *DescribeDomainResolutionResponse) SetStatusCode(v int32) *DescribeDomainResolutionResponse
func (DescribeDomainResolutionResponse) String ¶
func (s DescribeDomainResolutionResponse) String() string
type DescribeDomainResolutionResponseBody ¶
type DescribeDomainResolutionResponseBody struct { DomainResolutions *DescribeDomainResolutionResponseBodyDomainResolutions `json:"DomainResolutions,omitempty" xml:"DomainResolutions,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeDomainResolutionResponseBody) GoString ¶
func (s DescribeDomainResolutionResponseBody) GoString() string
func (*DescribeDomainResolutionResponseBody) SetDomainResolutions ¶
func (s *DescribeDomainResolutionResponseBody) SetDomainResolutions(v *DescribeDomainResolutionResponseBodyDomainResolutions) *DescribeDomainResolutionResponseBody
func (*DescribeDomainResolutionResponseBody) SetGroupId ¶
func (s *DescribeDomainResolutionResponseBody) SetGroupId(v string) *DescribeDomainResolutionResponseBody
func (*DescribeDomainResolutionResponseBody) SetRequestId ¶
func (s *DescribeDomainResolutionResponseBody) SetRequestId(v string) *DescribeDomainResolutionResponseBody
func (DescribeDomainResolutionResponseBody) String ¶
func (s DescribeDomainResolutionResponseBody) String() string
type DescribeDomainResolutionResponseBodyDomainResolutions ¶
type DescribeDomainResolutionResponseBodyDomainResolutions struct {
DomainResolution []*DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution `json:"DomainResolution,omitempty" xml:"DomainResolution,omitempty" type:"Repeated"`
}
func (DescribeDomainResolutionResponseBodyDomainResolutions) GoString ¶
func (s DescribeDomainResolutionResponseBodyDomainResolutions) GoString() string
func (*DescribeDomainResolutionResponseBodyDomainResolutions) SetDomainResolution ¶
func (DescribeDomainResolutionResponseBodyDomainResolutions) String ¶
func (s DescribeDomainResolutionResponseBodyDomainResolutions) String() string
type DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution ¶
type DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainNameResolution *string `json:"DomainNameResolution,omitempty" xml:"DomainNameResolution,omitempty"` }
func (DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) GoString ¶
func (s DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) GoString() string
func (*DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) SetDomainName ¶
func (*DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) SetDomainNameResolution ¶
func (s *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) SetDomainNameResolution(v string) *DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution
func (DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) String ¶
func (s DescribeDomainResolutionResponseBodyDomainResolutionsDomainResolution) String() string
type DescribeDomainResponse ¶
type DescribeDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeDomainResponse) GoString ¶
func (s DescribeDomainResponse) GoString() string
func (*DescribeDomainResponse) SetBody ¶
func (s *DescribeDomainResponse) SetBody(v *DescribeDomainResponseBody) *DescribeDomainResponse
func (*DescribeDomainResponse) SetHeaders ¶
func (s *DescribeDomainResponse) SetHeaders(v map[string]*string) *DescribeDomainResponse
func (*DescribeDomainResponse) SetStatusCode ¶
func (s *DescribeDomainResponse) SetStatusCode(v int32) *DescribeDomainResponse
func (DescribeDomainResponse) String ¶
func (s DescribeDomainResponse) String() string
type DescribeDomainResponseBody ¶
type DescribeDomainResponseBody struct { CertificateBody *string `json:"CertificateBody,omitempty" xml:"CertificateBody,omitempty"` CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainBindingStatus *string `json:"DomainBindingStatus,omitempty" xml:"DomainBindingStatus,omitempty"` DomainLegalStatus *string `json:"DomainLegalStatus,omitempty" xml:"DomainLegalStatus,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainNameResolution *string `json:"DomainNameResolution,omitempty" xml:"DomainNameResolution,omitempty"` DomainRemark *string `json:"DomainRemark,omitempty" xml:"DomainRemark,omitempty"` DomainWebSocketStatus *string `json:"DomainWebSocketStatus,omitempty" xml:"DomainWebSocketStatus,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PrivateKey *string `json:"PrivateKey,omitempty" xml:"PrivateKey,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` }
func (DescribeDomainResponseBody) GoString ¶
func (s DescribeDomainResponseBody) GoString() string
func (*DescribeDomainResponseBody) SetCertificateBody ¶
func (s *DescribeDomainResponseBody) SetCertificateBody(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetCertificateId ¶
func (s *DescribeDomainResponseBody) SetCertificateId(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetCertificateName ¶
func (s *DescribeDomainResponseBody) SetCertificateName(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainBindingStatus ¶
func (s *DescribeDomainResponseBody) SetDomainBindingStatus(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainLegalStatus ¶
func (s *DescribeDomainResponseBody) SetDomainLegalStatus(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainName ¶
func (s *DescribeDomainResponseBody) SetDomainName(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainNameResolution ¶
func (s *DescribeDomainResponseBody) SetDomainNameResolution(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainRemark ¶
func (s *DescribeDomainResponseBody) SetDomainRemark(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetDomainWebSocketStatus ¶
func (s *DescribeDomainResponseBody) SetDomainWebSocketStatus(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetGroupId ¶
func (s *DescribeDomainResponseBody) SetGroupId(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetPrivateKey ¶
func (s *DescribeDomainResponseBody) SetPrivateKey(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetRequestId ¶
func (s *DescribeDomainResponseBody) SetRequestId(v string) *DescribeDomainResponseBody
func (*DescribeDomainResponseBody) SetSubDomain ¶
func (s *DescribeDomainResponseBody) SetSubDomain(v string) *DescribeDomainResponseBody
func (DescribeDomainResponseBody) String ¶
func (s DescribeDomainResponseBody) String() string
type DescribeHistoryApiRequest ¶
type DescribeHistoryApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeHistoryApiRequest) GoString ¶
func (s DescribeHistoryApiRequest) GoString() string
func (*DescribeHistoryApiRequest) SetApiId ¶
func (s *DescribeHistoryApiRequest) SetApiId(v string) *DescribeHistoryApiRequest
func (*DescribeHistoryApiRequest) SetGroupId ¶
func (s *DescribeHistoryApiRequest) SetGroupId(v string) *DescribeHistoryApiRequest
func (*DescribeHistoryApiRequest) SetHistoryVersion ¶
func (s *DescribeHistoryApiRequest) SetHistoryVersion(v string) *DescribeHistoryApiRequest
func (*DescribeHistoryApiRequest) SetSecurityToken ¶
func (s *DescribeHistoryApiRequest) SetSecurityToken(v string) *DescribeHistoryApiRequest
func (*DescribeHistoryApiRequest) SetStageName ¶
func (s *DescribeHistoryApiRequest) SetStageName(v string) *DescribeHistoryApiRequest
func (DescribeHistoryApiRequest) String ¶
func (s DescribeHistoryApiRequest) String() string
type DescribeHistoryApiResponse ¶
type DescribeHistoryApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeHistoryApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeHistoryApiResponse) GoString ¶
func (s DescribeHistoryApiResponse) GoString() string
func (*DescribeHistoryApiResponse) SetBody ¶
func (s *DescribeHistoryApiResponse) SetBody(v *DescribeHistoryApiResponseBody) *DescribeHistoryApiResponse
func (*DescribeHistoryApiResponse) SetHeaders ¶
func (s *DescribeHistoryApiResponse) SetHeaders(v map[string]*string) *DescribeHistoryApiResponse
func (*DescribeHistoryApiResponse) SetStatusCode ¶
func (s *DescribeHistoryApiResponse) SetStatusCode(v int32) *DescribeHistoryApiResponse
func (DescribeHistoryApiResponse) String ¶
func (s DescribeHistoryApiResponse) String() string
type DescribeHistoryApiResponseBody ¶
type DescribeHistoryApiResponseBody struct { AllowSignatureMethod *string `json:"AllowSignatureMethod,omitempty" xml:"AllowSignatureMethod,omitempty"` ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"` BodyFormat *string `json:"BodyFormat,omitempty" xml:"BodyFormat,omitempty"` ConstantParameters *DescribeHistoryApiResponseBodyConstantParameters `json:"ConstantParameters,omitempty" xml:"ConstantParameters,omitempty" type:"Struct"` CustomSystemParameters *DescribeHistoryApiResponseBodyCustomSystemParameters `json:"CustomSystemParameters,omitempty" xml:"CustomSystemParameters,omitempty" type:"Struct"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ErrorCodeSamples *DescribeHistoryApiResponseBodyErrorCodeSamples `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty" type:"Struct"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` FunctionComputeConfig *DescribeHistoryApiResponseBodyFunctionComputeConfig `json:"FunctionComputeConfig,omitempty" xml:"FunctionComputeConfig,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` HttpProtocol *string `json:"HttpProtocol,omitempty" xml:"HttpProtocol,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` OpenIdConnectConfig *DescribeHistoryApiResponseBodyOpenIdConnectConfig `json:"OpenIdConnectConfig,omitempty" xml:"OpenIdConnectConfig,omitempty" type:"Struct"` OriginResultDescription *string `json:"OriginResultDescription,omitempty" xml:"OriginResultDescription,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` PathParameters *DescribeHistoryApiResponseBodyPathParameters `json:"PathParameters,omitempty" xml:"PathParameters,omitempty" type:"Struct"` PostBodyDescription *string `json:"PostBodyDescription,omitempty" xml:"PostBodyDescription,omitempty"` PostBodyType *string `json:"PostBodyType,omitempty" xml:"PostBodyType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestBody *DescribeHistoryApiResponseBodyRequestBody `json:"RequestBody,omitempty" xml:"RequestBody,omitempty" type:"Struct"` RequestHeaders *DescribeHistoryApiResponseBodyRequestHeaders `json:"RequestHeaders,omitempty" xml:"RequestHeaders,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RequestMode *string `json:"RequestMode,omitempty" xml:"RequestMode,omitempty"` RequestQueries *DescribeHistoryApiResponseBodyRequestQueries `json:"RequestQueries,omitempty" xml:"RequestQueries,omitempty" type:"Struct"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` ServiceAddress *string `json:"ServiceAddress,omitempty" xml:"ServiceAddress,omitempty"` ServiceFCEnable *string `json:"ServiceFCEnable,omitempty" xml:"ServiceFCEnable,omitempty"` ServiceProtocol *string `json:"ServiceProtocol,omitempty" xml:"ServiceProtocol,omitempty"` ServiceTimeout *int32 `json:"ServiceTimeout,omitempty" xml:"ServiceTimeout,omitempty"` ServiceVpcEnable *string `json:"ServiceVpcEnable,omitempty" xml:"ServiceVpcEnable,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` SystemParameters *DescribeHistoryApiResponseBodySystemParameters `json:"SystemParameters,omitempty" xml:"SystemParameters,omitempty" type:"Struct"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` VpcName *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"` }
func (DescribeHistoryApiResponseBody) GoString ¶
func (s DescribeHistoryApiResponseBody) GoString() string
func (*DescribeHistoryApiResponseBody) SetAllowSignatureMethod ¶
func (s *DescribeHistoryApiResponseBody) SetAllowSignatureMethod(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetApiId ¶
func (s *DescribeHistoryApiResponseBody) SetApiId(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetApiName ¶
func (s *DescribeHistoryApiResponseBody) SetApiName(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetAuthType ¶
func (s *DescribeHistoryApiResponseBody) SetAuthType(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetBodyFormat ¶
func (s *DescribeHistoryApiResponseBody) SetBodyFormat(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetConstantParameters ¶
func (s *DescribeHistoryApiResponseBody) SetConstantParameters(v *DescribeHistoryApiResponseBodyConstantParameters) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetCustomSystemParameters ¶
func (s *DescribeHistoryApiResponseBody) SetCustomSystemParameters(v *DescribeHistoryApiResponseBodyCustomSystemParameters) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetDeployedTime ¶
func (s *DescribeHistoryApiResponseBody) SetDeployedTime(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetDescription ¶
func (s *DescribeHistoryApiResponseBody) SetDescription(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetErrorCodeSamples ¶
func (s *DescribeHistoryApiResponseBody) SetErrorCodeSamples(v *DescribeHistoryApiResponseBodyErrorCodeSamples) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetFailResultSample ¶
func (s *DescribeHistoryApiResponseBody) SetFailResultSample(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetFunctionComputeConfig ¶
func (s *DescribeHistoryApiResponseBody) SetFunctionComputeConfig(v *DescribeHistoryApiResponseBodyFunctionComputeConfig) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetGroupId ¶
func (s *DescribeHistoryApiResponseBody) SetGroupId(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetGroupName ¶
func (s *DescribeHistoryApiResponseBody) SetGroupName(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetHistoryVersion ¶
func (s *DescribeHistoryApiResponseBody) SetHistoryVersion(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetHttpMethod ¶
func (s *DescribeHistoryApiResponseBody) SetHttpMethod(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetHttpProtocol ¶
func (s *DescribeHistoryApiResponseBody) SetHttpProtocol(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetMock ¶
func (s *DescribeHistoryApiResponseBody) SetMock(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetMockResult ¶
func (s *DescribeHistoryApiResponseBody) SetMockResult(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetOpenIdConnectConfig ¶
func (s *DescribeHistoryApiResponseBody) SetOpenIdConnectConfig(v *DescribeHistoryApiResponseBodyOpenIdConnectConfig) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetOriginResultDescription ¶
func (s *DescribeHistoryApiResponseBody) SetOriginResultDescription(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetPath ¶
func (s *DescribeHistoryApiResponseBody) SetPath(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetPathParameters ¶
func (s *DescribeHistoryApiResponseBody) SetPathParameters(v *DescribeHistoryApiResponseBodyPathParameters) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetPostBodyDescription ¶
func (s *DescribeHistoryApiResponseBody) SetPostBodyDescription(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetPostBodyType ¶
func (s *DescribeHistoryApiResponseBody) SetPostBodyType(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRegionId ¶
func (s *DescribeHistoryApiResponseBody) SetRegionId(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRequestBody ¶
func (s *DescribeHistoryApiResponseBody) SetRequestBody(v *DescribeHistoryApiResponseBodyRequestBody) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRequestHeaders ¶
func (s *DescribeHistoryApiResponseBody) SetRequestHeaders(v *DescribeHistoryApiResponseBodyRequestHeaders) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRequestId ¶
func (s *DescribeHistoryApiResponseBody) SetRequestId(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRequestMode ¶
func (s *DescribeHistoryApiResponseBody) SetRequestMode(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetRequestQueries ¶
func (s *DescribeHistoryApiResponseBody) SetRequestQueries(v *DescribeHistoryApiResponseBodyRequestQueries) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetResultSample ¶
func (s *DescribeHistoryApiResponseBody) SetResultSample(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetResultType ¶
func (s *DescribeHistoryApiResponseBody) SetResultType(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetServiceAddress ¶
func (s *DescribeHistoryApiResponseBody) SetServiceAddress(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetServiceFCEnable ¶
func (s *DescribeHistoryApiResponseBody) SetServiceFCEnable(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetServiceProtocol ¶
func (s *DescribeHistoryApiResponseBody) SetServiceProtocol(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetServiceTimeout ¶
func (s *DescribeHistoryApiResponseBody) SetServiceTimeout(v int32) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetServiceVpcEnable ¶
func (s *DescribeHistoryApiResponseBody) SetServiceVpcEnable(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetStatus ¶
func (s *DescribeHistoryApiResponseBody) SetStatus(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetSystemParameters ¶
func (s *DescribeHistoryApiResponseBody) SetSystemParameters(v *DescribeHistoryApiResponseBodySystemParameters) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetVisibility ¶
func (s *DescribeHistoryApiResponseBody) SetVisibility(v string) *DescribeHistoryApiResponseBody
func (*DescribeHistoryApiResponseBody) SetVpcName ¶
func (s *DescribeHistoryApiResponseBody) SetVpcName(v string) *DescribeHistoryApiResponseBody
func (DescribeHistoryApiResponseBody) String ¶
func (s DescribeHistoryApiResponseBody) String() string
type DescribeHistoryApiResponseBodyConstantParameters ¶
type DescribeHistoryApiResponseBodyConstantParameters struct {
ConstantParameter []*DescribeHistoryApiResponseBodyConstantParametersConstantParameter `json:"ConstantParameter,omitempty" xml:"ConstantParameter,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyConstantParameters) GoString ¶
func (s DescribeHistoryApiResponseBodyConstantParameters) GoString() string
func (*DescribeHistoryApiResponseBodyConstantParameters) SetConstantParameter ¶
func (DescribeHistoryApiResponseBodyConstantParameters) String ¶
func (s DescribeHistoryApiResponseBodyConstantParameters) String() string
type DescribeHistoryApiResponseBodyConstantParametersConstantParameter ¶
type DescribeHistoryApiResponseBodyConstantParametersConstantParameter struct { ConstantValue *string `json:"ConstantValue,omitempty" xml:"ConstantValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyConstantParametersConstantParameter) GoString ¶
func (s DescribeHistoryApiResponseBodyConstantParametersConstantParameter) GoString() string
func (*DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetConstantValue ¶
func (*DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetDescription ¶
func (*DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetLocation ¶
func (*DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyConstantParametersConstantParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyConstantParametersConstantParameter
func (DescribeHistoryApiResponseBodyConstantParametersConstantParameter) String ¶
func (s DescribeHistoryApiResponseBodyConstantParametersConstantParameter) String() string
type DescribeHistoryApiResponseBodyCustomSystemParameters ¶
type DescribeHistoryApiResponseBodyCustomSystemParameters struct {
CustomSystemParameter []*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter `json:"CustomSystemParameter,omitempty" xml:"CustomSystemParameter,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyCustomSystemParameters) GoString ¶
func (s DescribeHistoryApiResponseBodyCustomSystemParameters) GoString() string
func (*DescribeHistoryApiResponseBodyCustomSystemParameters) SetCustomSystemParameter ¶
func (DescribeHistoryApiResponseBodyCustomSystemParameters) String ¶
func (s DescribeHistoryApiResponseBodyCustomSystemParameters) String() string
type DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter ¶
type DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterName *string `json:"ParameterName,omitempty" xml:"ParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString ¶
func (s DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) GoString() string
func (*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDemoValue ¶
func (*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetDescription ¶
func (*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetLocation ¶
func (*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetParameterName ¶
func (*DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyCustomSystemParametersCustomSystemParameter
type DescribeHistoryApiResponseBodyErrorCodeSamples ¶
type DescribeHistoryApiResponseBodyErrorCodeSamples struct {
ErrorCodeSample []*DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample `json:"ErrorCodeSample,omitempty" xml:"ErrorCodeSample,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyErrorCodeSamples) GoString ¶
func (s DescribeHistoryApiResponseBodyErrorCodeSamples) GoString() string
func (*DescribeHistoryApiResponseBodyErrorCodeSamples) SetErrorCodeSample ¶
func (DescribeHistoryApiResponseBodyErrorCodeSamples) String ¶
func (s DescribeHistoryApiResponseBodyErrorCodeSamples) String() string
type DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample ¶
type DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` }
func (DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString ¶
func (s DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) GoString() string
func (*DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) SetDescription ¶
func (*DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) SetMessage ¶
func (DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) String ¶
func (s DescribeHistoryApiResponseBodyErrorCodeSamplesErrorCodeSample) String() string
type DescribeHistoryApiResponseBodyFunctionComputeConfig ¶
type DescribeHistoryApiResponseBodyFunctionComputeConfig struct { FcRegionId *string `json:"FcRegionId,omitempty" xml:"FcRegionId,omitempty"` FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"` RoleArn *string `json:"RoleArn,omitempty" xml:"RoleArn,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` }
func (DescribeHistoryApiResponseBodyFunctionComputeConfig) GoString ¶
func (s DescribeHistoryApiResponseBodyFunctionComputeConfig) GoString() string
func (*DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFcRegionId ¶
func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFcRegionId(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
func (*DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFunctionName ¶
func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetFunctionName(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
func (*DescribeHistoryApiResponseBodyFunctionComputeConfig) SetRoleArn ¶
func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetRoleArn(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
func (*DescribeHistoryApiResponseBodyFunctionComputeConfig) SetServiceName ¶
func (s *DescribeHistoryApiResponseBodyFunctionComputeConfig) SetServiceName(v string) *DescribeHistoryApiResponseBodyFunctionComputeConfig
func (DescribeHistoryApiResponseBodyFunctionComputeConfig) String ¶
func (s DescribeHistoryApiResponseBodyFunctionComputeConfig) String() string
type DescribeHistoryApiResponseBodyOpenIdConnectConfig ¶
type DescribeHistoryApiResponseBodyOpenIdConnectConfig struct { IdTokenParamName *string `json:"IdTokenParamName,omitempty" xml:"IdTokenParamName,omitempty"` OpenIdApiType *string `json:"OpenIdApiType,omitempty" xml:"OpenIdApiType,omitempty"` PublicKey *string `json:"PublicKey,omitempty" xml:"PublicKey,omitempty"` PublicKeyId *string `json:"PublicKeyId,omitempty" xml:"PublicKeyId,omitempty"` }
func (DescribeHistoryApiResponseBodyOpenIdConnectConfig) GoString ¶
func (s DescribeHistoryApiResponseBodyOpenIdConnectConfig) GoString() string
func (*DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName ¶
func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetIdTokenParamName(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
func (*DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType ¶
func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetOpenIdApiType(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
func (*DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKey ¶
func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKey(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
func (*DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKeyId ¶
func (s *DescribeHistoryApiResponseBodyOpenIdConnectConfig) SetPublicKeyId(v string) *DescribeHistoryApiResponseBodyOpenIdConnectConfig
func (DescribeHistoryApiResponseBodyOpenIdConnectConfig) String ¶
func (s DescribeHistoryApiResponseBodyOpenIdConnectConfig) String() string
type DescribeHistoryApiResponseBodyPathParameters ¶
type DescribeHistoryApiResponseBodyPathParameters struct {
PathParameter []*DescribeHistoryApiResponseBodyPathParametersPathParameter `json:"PathParameter,omitempty" xml:"PathParameter,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyPathParameters) GoString ¶
func (s DescribeHistoryApiResponseBodyPathParameters) GoString() string
func (*DescribeHistoryApiResponseBodyPathParameters) SetPathParameter ¶
func (DescribeHistoryApiResponseBodyPathParameters) String ¶
func (s DescribeHistoryApiResponseBodyPathParameters) String() string
type DescribeHistoryApiResponseBodyPathParametersPathParameter ¶
type DescribeHistoryApiResponseBodyPathParametersPathParameter struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyPathParametersPathParameter) GoString ¶
func (s DescribeHistoryApiResponseBodyPathParametersPathParameter) GoString() string
func (*DescribeHistoryApiResponseBodyPathParametersPathParameter) SetApiParameterName ¶
func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
func (*DescribeHistoryApiResponseBodyPathParametersPathParameter) SetDemoValue ¶
func (*DescribeHistoryApiResponseBodyPathParametersPathParameter) SetDescription ¶
func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
func (*DescribeHistoryApiResponseBodyPathParametersPathParameter) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyPathParametersPathParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyPathParametersPathParameter
func (DescribeHistoryApiResponseBodyPathParametersPathParameter) String ¶
func (s DescribeHistoryApiResponseBodyPathParametersPathParameter) String() string
type DescribeHistoryApiResponseBodyRequestBody ¶
type DescribeHistoryApiResponseBodyRequestBody struct {
RequestParam []*DescribeHistoryApiResponseBodyRequestBodyRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyRequestBody) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestBody) GoString() string
func (*DescribeHistoryApiResponseBodyRequestBody) SetRequestParam ¶
func (s *DescribeHistoryApiResponseBodyRequestBody) SetRequestParam(v []*DescribeHistoryApiResponseBodyRequestBodyRequestParam) *DescribeHistoryApiResponseBodyRequestBody
func (DescribeHistoryApiResponseBodyRequestBody) String ¶
func (s DescribeHistoryApiResponseBodyRequestBody) String() string
type DescribeHistoryApiResponseBodyRequestBodyRequestParam ¶
type DescribeHistoryApiResponseBodyRequestBodyRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyRequestBodyRequestParam) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestBodyRequestParam) GoString() string
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetApiParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetArrayItemsType ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDefaultValue ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDemoValue ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDescription ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDocOrder ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDocOrder(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetDocShow ¶
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetEnumValue ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetJsonScheme ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxLength ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxValue ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMaxValue(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinLength ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinValue ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetMinValue(v int64) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetParameterType ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRegularExpression ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRequired ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetRequired(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (*DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestBodyRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestBodyRequestParam
func (DescribeHistoryApiResponseBodyRequestBodyRequestParam) String ¶
func (s DescribeHistoryApiResponseBodyRequestBodyRequestParam) String() string
type DescribeHistoryApiResponseBodyRequestHeaders ¶
type DescribeHistoryApiResponseBodyRequestHeaders struct {
RequestParam []*DescribeHistoryApiResponseBodyRequestHeadersRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyRequestHeaders) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestHeaders) GoString() string
func (*DescribeHistoryApiResponseBodyRequestHeaders) SetRequestParam ¶
func (DescribeHistoryApiResponseBodyRequestHeaders) String ¶
func (s DescribeHistoryApiResponseBodyRequestHeaders) String() string
type DescribeHistoryApiResponseBodyRequestHeadersRequestParam ¶
type DescribeHistoryApiResponseBodyRequestHeadersRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyRequestHeadersRequestParam) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestHeadersRequestParam) GoString() string
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetApiParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDefaultValue ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDemoValue ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDescription ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDocOrder ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetDocShow ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetEnumValue ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetJsonScheme ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMaxLength ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMaxValue ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMinLength ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetMinValue ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetParameterType ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetRegularExpression ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetRequired ¶
func (*DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestHeadersRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestHeadersRequestParam
func (DescribeHistoryApiResponseBodyRequestHeadersRequestParam) String ¶
func (s DescribeHistoryApiResponseBodyRequestHeadersRequestParam) String() string
type DescribeHistoryApiResponseBodyRequestQueries ¶
type DescribeHistoryApiResponseBodyRequestQueries struct {
RequestParam []*DescribeHistoryApiResponseBodyRequestQueriesRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodyRequestQueries) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestQueries) GoString() string
func (*DescribeHistoryApiResponseBodyRequestQueries) SetRequestParam ¶
func (DescribeHistoryApiResponseBodyRequestQueries) String ¶
func (s DescribeHistoryApiResponseBodyRequestQueries) String() string
type DescribeHistoryApiResponseBodyRequestQueriesRequestParam ¶
type DescribeHistoryApiResponseBodyRequestQueriesRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` ArrayItemsType *string `json:"ArrayItemsType,omitempty" xml:"ArrayItemsType,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodyRequestQueriesRequestParam) GoString ¶
func (s DescribeHistoryApiResponseBodyRequestQueriesRequestParam) GoString() string
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetApiParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetArrayItemsType(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDefaultValue ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDemoValue ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDescription ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDocOrder ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetDocShow ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetEnumValue ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetJsonScheme ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetJsonScheme(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMaxLength ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMaxValue ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMinLength ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetMinValue ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetParameterType ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetRegularExpression ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetRequired ¶
func (*DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodyRequestQueriesRequestParam) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodyRequestQueriesRequestParam
func (DescribeHistoryApiResponseBodyRequestQueriesRequestParam) String ¶
func (s DescribeHistoryApiResponseBodyRequestQueriesRequestParam) String() string
type DescribeHistoryApiResponseBodySystemParameters ¶
type DescribeHistoryApiResponseBodySystemParameters struct {
SystemParameter []*DescribeHistoryApiResponseBodySystemParametersSystemParameter `json:"SystemParameter,omitempty" xml:"SystemParameter,omitempty" type:"Repeated"`
}
func (DescribeHistoryApiResponseBodySystemParameters) GoString ¶
func (s DescribeHistoryApiResponseBodySystemParameters) GoString() string
func (*DescribeHistoryApiResponseBodySystemParameters) SetSystemParameter ¶
func (DescribeHistoryApiResponseBodySystemParameters) String ¶
func (s DescribeHistoryApiResponseBodySystemParameters) String() string
type DescribeHistoryApiResponseBodySystemParametersSystemParameter ¶
type DescribeHistoryApiResponseBodySystemParametersSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Location *string `json:"Location,omitempty" xml:"Location,omitempty"` ParameterName *string `json:"ParameterName,omitempty" xml:"ParameterName,omitempty"` ServiceParameterName *string `json:"ServiceParameterName,omitempty" xml:"ServiceParameterName,omitempty"` }
func (DescribeHistoryApiResponseBodySystemParametersSystemParameter) GoString ¶
func (s DescribeHistoryApiResponseBodySystemParametersSystemParameter) GoString() string
func (*DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetDemoValue ¶
func (*DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetDescription ¶
func (*DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetLocation ¶
func (*DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetParameterName ¶
func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetParameterName(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
func (*DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetServiceParameterName ¶
func (s *DescribeHistoryApiResponseBodySystemParametersSystemParameter) SetServiceParameterName(v string) *DescribeHistoryApiResponseBodySystemParametersSystemParameter
func (DescribeHistoryApiResponseBodySystemParametersSystemParameter) String ¶
func (s DescribeHistoryApiResponseBodySystemParametersSystemParameter) String() string
type DescribeHistoryApisRequest ¶
type DescribeHistoryApisRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeHistoryApisRequest) GoString ¶
func (s DescribeHistoryApisRequest) GoString() string
func (*DescribeHistoryApisRequest) SetApiId ¶
func (s *DescribeHistoryApisRequest) SetApiId(v string) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetApiName ¶
func (s *DescribeHistoryApisRequest) SetApiName(v string) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetGroupId ¶
func (s *DescribeHistoryApisRequest) SetGroupId(v string) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetPageNumber ¶
func (s *DescribeHistoryApisRequest) SetPageNumber(v int32) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetPageSize ¶
func (s *DescribeHistoryApisRequest) SetPageSize(v int32) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetSecurityToken ¶
func (s *DescribeHistoryApisRequest) SetSecurityToken(v string) *DescribeHistoryApisRequest
func (*DescribeHistoryApisRequest) SetStageName ¶
func (s *DescribeHistoryApisRequest) SetStageName(v string) *DescribeHistoryApisRequest
func (DescribeHistoryApisRequest) String ¶
func (s DescribeHistoryApisRequest) String() string
type DescribeHistoryApisResponse ¶
type DescribeHistoryApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeHistoryApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeHistoryApisResponse) GoString ¶
func (s DescribeHistoryApisResponse) GoString() string
func (*DescribeHistoryApisResponse) SetBody ¶
func (s *DescribeHistoryApisResponse) SetBody(v *DescribeHistoryApisResponseBody) *DescribeHistoryApisResponse
func (*DescribeHistoryApisResponse) SetHeaders ¶
func (s *DescribeHistoryApisResponse) SetHeaders(v map[string]*string) *DescribeHistoryApisResponse
func (*DescribeHistoryApisResponse) SetStatusCode ¶
func (s *DescribeHistoryApisResponse) SetStatusCode(v int32) *DescribeHistoryApisResponse
func (DescribeHistoryApisResponse) String ¶
func (s DescribeHistoryApisResponse) String() string
type DescribeHistoryApisResponseBody ¶
type DescribeHistoryApisResponseBody struct { ApiInfos *DescribeHistoryApisResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeHistoryApisResponseBody) GoString ¶
func (s DescribeHistoryApisResponseBody) GoString() string
func (*DescribeHistoryApisResponseBody) SetApiInfos ¶
func (s *DescribeHistoryApisResponseBody) SetApiInfos(v *DescribeHistoryApisResponseBodyApiInfos) *DescribeHistoryApisResponseBody
func (*DescribeHistoryApisResponseBody) SetPageNumber ¶
func (s *DescribeHistoryApisResponseBody) SetPageNumber(v int32) *DescribeHistoryApisResponseBody
func (*DescribeHistoryApisResponseBody) SetPageSize ¶
func (s *DescribeHistoryApisResponseBody) SetPageSize(v int32) *DescribeHistoryApisResponseBody
func (*DescribeHistoryApisResponseBody) SetRequestId ¶
func (s *DescribeHistoryApisResponseBody) SetRequestId(v string) *DescribeHistoryApisResponseBody
func (*DescribeHistoryApisResponseBody) SetTotalCount ¶
func (s *DescribeHistoryApisResponseBody) SetTotalCount(v int32) *DescribeHistoryApisResponseBody
func (DescribeHistoryApisResponseBody) String ¶
func (s DescribeHistoryApisResponseBody) String() string
type DescribeHistoryApisResponseBodyApiInfos ¶
type DescribeHistoryApisResponseBodyApiInfos struct {
ApiInfo []*DescribeHistoryApisResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribeHistoryApisResponseBodyApiInfos) GoString ¶
func (s DescribeHistoryApisResponseBodyApiInfos) GoString() string
func (*DescribeHistoryApisResponseBodyApiInfos) SetApiInfo ¶
func (DescribeHistoryApisResponseBodyApiInfos) String ¶
func (s DescribeHistoryApisResponseBodyApiInfos) String() string
type DescribeHistoryApisResponseBodyApiInfosApiInfo ¶
type DescribeHistoryApisResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (DescribeHistoryApisResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribeHistoryApisResponseBodyApiInfosApiInfo) GoString() string
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiId ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDeployedTime ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetHistoryVersion ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetHistoryVersion(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (*DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStatus ¶
func (s *DescribeHistoryApisResponseBodyApiInfosApiInfo) SetStatus(v string) *DescribeHistoryApisResponseBodyApiInfosApiInfo
func (DescribeHistoryApisResponseBodyApiInfosApiInfo) String ¶
func (s DescribeHistoryApisResponseBodyApiInfosApiInfo) String() string
type DescribeIpControlPolicyItemsRequest ¶
type DescribeIpControlPolicyItemsRequest struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` PolicyItemId *string `json:"PolicyItemId,omitempty" xml:"PolicyItemId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeIpControlPolicyItemsRequest) GoString ¶
func (s DescribeIpControlPolicyItemsRequest) GoString() string
func (*DescribeIpControlPolicyItemsRequest) SetIpControlId ¶
func (s *DescribeIpControlPolicyItemsRequest) SetIpControlId(v string) *DescribeIpControlPolicyItemsRequest
func (*DescribeIpControlPolicyItemsRequest) SetPageNumber ¶
func (s *DescribeIpControlPolicyItemsRequest) SetPageNumber(v int32) *DescribeIpControlPolicyItemsRequest
func (*DescribeIpControlPolicyItemsRequest) SetPageSize ¶
func (s *DescribeIpControlPolicyItemsRequest) SetPageSize(v int32) *DescribeIpControlPolicyItemsRequest
func (*DescribeIpControlPolicyItemsRequest) SetPolicyItemId ¶
func (s *DescribeIpControlPolicyItemsRequest) SetPolicyItemId(v string) *DescribeIpControlPolicyItemsRequest
func (*DescribeIpControlPolicyItemsRequest) SetSecurityToken ¶
func (s *DescribeIpControlPolicyItemsRequest) SetSecurityToken(v string) *DescribeIpControlPolicyItemsRequest
func (DescribeIpControlPolicyItemsRequest) String ¶
func (s DescribeIpControlPolicyItemsRequest) String() string
type DescribeIpControlPolicyItemsResponse ¶
type DescribeIpControlPolicyItemsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeIpControlPolicyItemsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeIpControlPolicyItemsResponse) GoString ¶
func (s DescribeIpControlPolicyItemsResponse) GoString() string
func (*DescribeIpControlPolicyItemsResponse) SetHeaders ¶
func (s *DescribeIpControlPolicyItemsResponse) SetHeaders(v map[string]*string) *DescribeIpControlPolicyItemsResponse
func (*DescribeIpControlPolicyItemsResponse) SetStatusCode ¶
func (s *DescribeIpControlPolicyItemsResponse) SetStatusCode(v int32) *DescribeIpControlPolicyItemsResponse
func (DescribeIpControlPolicyItemsResponse) String ¶
func (s DescribeIpControlPolicyItemsResponse) String() string
type DescribeIpControlPolicyItemsResponseBody ¶
type DescribeIpControlPolicyItemsResponseBody struct { IpControlPolicyItems *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems `json:"IpControlPolicyItems,omitempty" xml:"IpControlPolicyItems,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeIpControlPolicyItemsResponseBody) GoString ¶
func (s DescribeIpControlPolicyItemsResponseBody) GoString() string
func (*DescribeIpControlPolicyItemsResponseBody) SetIpControlPolicyItems ¶
func (s *DescribeIpControlPolicyItemsResponseBody) SetIpControlPolicyItems(v *DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) *DescribeIpControlPolicyItemsResponseBody
func (*DescribeIpControlPolicyItemsResponseBody) SetPageNumber ¶
func (s *DescribeIpControlPolicyItemsResponseBody) SetPageNumber(v int32) *DescribeIpControlPolicyItemsResponseBody
func (*DescribeIpControlPolicyItemsResponseBody) SetPageSize ¶
func (s *DescribeIpControlPolicyItemsResponseBody) SetPageSize(v int32) *DescribeIpControlPolicyItemsResponseBody
func (*DescribeIpControlPolicyItemsResponseBody) SetRequestId ¶
func (s *DescribeIpControlPolicyItemsResponseBody) SetRequestId(v string) *DescribeIpControlPolicyItemsResponseBody
func (*DescribeIpControlPolicyItemsResponseBody) SetTotalCount ¶
func (s *DescribeIpControlPolicyItemsResponseBody) SetTotalCount(v int32) *DescribeIpControlPolicyItemsResponseBody
func (DescribeIpControlPolicyItemsResponseBody) String ¶
func (s DescribeIpControlPolicyItemsResponseBody) String() string
type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems ¶
type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems struct {
IpControlPolicyItem []*DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem `json:"IpControlPolicyItem,omitempty" xml:"IpControlPolicyItem,omitempty" type:"Repeated"`
}
func (DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) GoString ¶
func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) GoString() string
func (*DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) SetIpControlPolicyItem ¶
func (DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) String ¶
func (s DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItems) String() string
type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem ¶
type DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem struct { AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` CidrIp *string `json:"CidrIp,omitempty" xml:"CidrIp,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` PolicyItemId *string `json:"PolicyItemId,omitempty" xml:"PolicyItemId,omitempty"` }
func (*DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetCreateTime ¶
func (*DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetModifiedTime ¶
func (*DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem) SetPolicyItemId ¶
type DescribeIpControlsRequest ¶
type DescribeIpControlsRequest struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` IpControlName *string `json:"IpControlName,omitempty" xml:"IpControlName,omitempty"` IpControlType *string `json:"IpControlType,omitempty" xml:"IpControlType,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeIpControlsRequest) GoString ¶
func (s DescribeIpControlsRequest) GoString() string
func (*DescribeIpControlsRequest) SetIpControlId ¶
func (s *DescribeIpControlsRequest) SetIpControlId(v string) *DescribeIpControlsRequest
func (*DescribeIpControlsRequest) SetIpControlName ¶
func (s *DescribeIpControlsRequest) SetIpControlName(v string) *DescribeIpControlsRequest
func (*DescribeIpControlsRequest) SetIpControlType ¶
func (s *DescribeIpControlsRequest) SetIpControlType(v string) *DescribeIpControlsRequest
func (*DescribeIpControlsRequest) SetPageNumber ¶
func (s *DescribeIpControlsRequest) SetPageNumber(v int32) *DescribeIpControlsRequest
func (*DescribeIpControlsRequest) SetPageSize ¶
func (s *DescribeIpControlsRequest) SetPageSize(v int32) *DescribeIpControlsRequest
func (*DescribeIpControlsRequest) SetSecurityToken ¶
func (s *DescribeIpControlsRequest) SetSecurityToken(v string) *DescribeIpControlsRequest
func (DescribeIpControlsRequest) String ¶
func (s DescribeIpControlsRequest) String() string
type DescribeIpControlsResponse ¶
type DescribeIpControlsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeIpControlsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeIpControlsResponse) GoString ¶
func (s DescribeIpControlsResponse) GoString() string
func (*DescribeIpControlsResponse) SetBody ¶
func (s *DescribeIpControlsResponse) SetBody(v *DescribeIpControlsResponseBody) *DescribeIpControlsResponse
func (*DescribeIpControlsResponse) SetHeaders ¶
func (s *DescribeIpControlsResponse) SetHeaders(v map[string]*string) *DescribeIpControlsResponse
func (*DescribeIpControlsResponse) SetStatusCode ¶
func (s *DescribeIpControlsResponse) SetStatusCode(v int32) *DescribeIpControlsResponse
func (DescribeIpControlsResponse) String ¶
func (s DescribeIpControlsResponse) String() string
type DescribeIpControlsResponseBody ¶
type DescribeIpControlsResponseBody struct { IpControlInfos *DescribeIpControlsResponseBodyIpControlInfos `json:"IpControlInfos,omitempty" xml:"IpControlInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeIpControlsResponseBody) GoString ¶
func (s DescribeIpControlsResponseBody) GoString() string
func (*DescribeIpControlsResponseBody) SetIpControlInfos ¶
func (s *DescribeIpControlsResponseBody) SetIpControlInfos(v *DescribeIpControlsResponseBodyIpControlInfos) *DescribeIpControlsResponseBody
func (*DescribeIpControlsResponseBody) SetPageNumber ¶
func (s *DescribeIpControlsResponseBody) SetPageNumber(v int32) *DescribeIpControlsResponseBody
func (*DescribeIpControlsResponseBody) SetPageSize ¶
func (s *DescribeIpControlsResponseBody) SetPageSize(v int32) *DescribeIpControlsResponseBody
func (*DescribeIpControlsResponseBody) SetRequestId ¶
func (s *DescribeIpControlsResponseBody) SetRequestId(v string) *DescribeIpControlsResponseBody
func (*DescribeIpControlsResponseBody) SetTotalCount ¶
func (s *DescribeIpControlsResponseBody) SetTotalCount(v int32) *DescribeIpControlsResponseBody
func (DescribeIpControlsResponseBody) String ¶
func (s DescribeIpControlsResponseBody) String() string
type DescribeIpControlsResponseBodyIpControlInfos ¶
type DescribeIpControlsResponseBodyIpControlInfos struct {
IpControlInfo []*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo `json:"IpControlInfo,omitempty" xml:"IpControlInfo,omitempty" type:"Repeated"`
}
func (DescribeIpControlsResponseBodyIpControlInfos) GoString ¶
func (s DescribeIpControlsResponseBodyIpControlInfos) GoString() string
func (*DescribeIpControlsResponseBodyIpControlInfos) SetIpControlInfo ¶
func (DescribeIpControlsResponseBodyIpControlInfos) String ¶
func (s DescribeIpControlsResponseBodyIpControlInfos) String() string
type DescribeIpControlsResponseBodyIpControlInfosIpControlInfo ¶
type DescribeIpControlsResponseBodyIpControlInfosIpControlInfo struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` IpControlName *string `json:"IpControlName,omitempty" xml:"IpControlName,omitempty"` IpControlType *string `json:"IpControlType,omitempty" xml:"IpControlType,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) GoString ¶
func (s DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) GoString() string
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetCreateTime ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetCreateTime(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetDescription ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetDescription(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlId ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlId(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlName ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlName(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlType ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetIpControlType(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetModifiedTime ¶
func (s *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetModifiedTime(v string) *DescribeIpControlsResponseBodyIpControlInfosIpControlInfo
func (*DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) SetRegionId ¶
func (DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) String ¶
func (s DescribeIpControlsResponseBodyIpControlInfosIpControlInfo) String() string
type DescribeLogConfigRequest ¶
type DescribeLogConfigRequest struct { LogType *string `json:"LogType,omitempty" xml:"LogType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeLogConfigRequest) GoString ¶
func (s DescribeLogConfigRequest) GoString() string
func (*DescribeLogConfigRequest) SetLogType ¶
func (s *DescribeLogConfigRequest) SetLogType(v string) *DescribeLogConfigRequest
func (*DescribeLogConfigRequest) SetSecurityToken ¶
func (s *DescribeLogConfigRequest) SetSecurityToken(v string) *DescribeLogConfigRequest
func (DescribeLogConfigRequest) String ¶
func (s DescribeLogConfigRequest) String() string
type DescribeLogConfigResponse ¶
type DescribeLogConfigResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeLogConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeLogConfigResponse) GoString ¶
func (s DescribeLogConfigResponse) GoString() string
func (*DescribeLogConfigResponse) SetBody ¶
func (s *DescribeLogConfigResponse) SetBody(v *DescribeLogConfigResponseBody) *DescribeLogConfigResponse
func (*DescribeLogConfigResponse) SetHeaders ¶
func (s *DescribeLogConfigResponse) SetHeaders(v map[string]*string) *DescribeLogConfigResponse
func (*DescribeLogConfigResponse) SetStatusCode ¶
func (s *DescribeLogConfigResponse) SetStatusCode(v int32) *DescribeLogConfigResponse
func (DescribeLogConfigResponse) String ¶
func (s DescribeLogConfigResponse) String() string
type DescribeLogConfigResponseBody ¶
type DescribeLogConfigResponseBody struct { LogInfos *DescribeLogConfigResponseBodyLogInfos `json:"LogInfos,omitempty" xml:"LogInfos,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeLogConfigResponseBody) GoString ¶
func (s DescribeLogConfigResponseBody) GoString() string
func (*DescribeLogConfigResponseBody) SetLogInfos ¶
func (s *DescribeLogConfigResponseBody) SetLogInfos(v *DescribeLogConfigResponseBodyLogInfos) *DescribeLogConfigResponseBody
func (*DescribeLogConfigResponseBody) SetRequestId ¶
func (s *DescribeLogConfigResponseBody) SetRequestId(v string) *DescribeLogConfigResponseBody
func (DescribeLogConfigResponseBody) String ¶
func (s DescribeLogConfigResponseBody) String() string
type DescribeLogConfigResponseBodyLogInfos ¶
type DescribeLogConfigResponseBodyLogInfos struct {
LogInfo []*DescribeLogConfigResponseBodyLogInfosLogInfo `json:"LogInfo,omitempty" xml:"LogInfo,omitempty" type:"Repeated"`
}
func (DescribeLogConfigResponseBodyLogInfos) GoString ¶
func (s DescribeLogConfigResponseBodyLogInfos) GoString() string
func (*DescribeLogConfigResponseBodyLogInfos) SetLogInfo ¶
func (s *DescribeLogConfigResponseBodyLogInfos) SetLogInfo(v []*DescribeLogConfigResponseBodyLogInfosLogInfo) *DescribeLogConfigResponseBodyLogInfos
func (DescribeLogConfigResponseBodyLogInfos) String ¶
func (s DescribeLogConfigResponseBodyLogInfos) String() string
type DescribeLogConfigResponseBodyLogInfosLogInfo ¶
type DescribeLogConfigResponseBodyLogInfosLogInfo struct { LogType *string `json:"LogType,omitempty" xml:"LogType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SlsLogStore *string `json:"SlsLogStore,omitempty" xml:"SlsLogStore,omitempty"` SlsProject *string `json:"SlsProject,omitempty" xml:"SlsProject,omitempty"` }
func (DescribeLogConfigResponseBodyLogInfosLogInfo) GoString ¶
func (s DescribeLogConfigResponseBodyLogInfosLogInfo) GoString() string
func (*DescribeLogConfigResponseBodyLogInfosLogInfo) SetLogType ¶
func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetLogType(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
func (*DescribeLogConfigResponseBodyLogInfosLogInfo) SetRegionId ¶
func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetRegionId(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
func (*DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsLogStore ¶
func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsLogStore(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
func (*DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsProject ¶
func (s *DescribeLogConfigResponseBodyLogInfosLogInfo) SetSlsProject(v string) *DescribeLogConfigResponseBodyLogInfosLogInfo
func (DescribeLogConfigResponseBodyLogInfosLogInfo) String ¶
func (s DescribeLogConfigResponseBodyLogInfosLogInfo) String() string
type DescribePurchasedApiGroupDetailRequest ¶
type DescribePurchasedApiGroupDetailRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribePurchasedApiGroupDetailRequest) GoString ¶
func (s DescribePurchasedApiGroupDetailRequest) GoString() string
func (*DescribePurchasedApiGroupDetailRequest) SetGroupId ¶
func (s *DescribePurchasedApiGroupDetailRequest) SetGroupId(v string) *DescribePurchasedApiGroupDetailRequest
func (*DescribePurchasedApiGroupDetailRequest) SetSecurityToken ¶
func (s *DescribePurchasedApiGroupDetailRequest) SetSecurityToken(v string) *DescribePurchasedApiGroupDetailRequest
func (DescribePurchasedApiGroupDetailRequest) String ¶
func (s DescribePurchasedApiGroupDetailRequest) String() string
type DescribePurchasedApiGroupDetailResponse ¶
type DescribePurchasedApiGroupDetailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribePurchasedApiGroupDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribePurchasedApiGroupDetailResponse) GoString ¶
func (s DescribePurchasedApiGroupDetailResponse) GoString() string
func (*DescribePurchasedApiGroupDetailResponse) SetHeaders ¶
func (s *DescribePurchasedApiGroupDetailResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiGroupDetailResponse
func (*DescribePurchasedApiGroupDetailResponse) SetStatusCode ¶
func (s *DescribePurchasedApiGroupDetailResponse) SetStatusCode(v int32) *DescribePurchasedApiGroupDetailResponse
func (DescribePurchasedApiGroupDetailResponse) String ¶
func (s DescribePurchasedApiGroupDetailResponse) String() string
type DescribePurchasedApiGroupDetailResponseBody ¶
type DescribePurchasedApiGroupDetailResponseBody struct { CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DomainItems *DescribePurchasedApiGroupDetailResponseBodyDomainItems `json:"DomainItems,omitempty" xml:"DomainItems,omitempty" type:"Struct"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (DescribePurchasedApiGroupDetailResponseBody) GoString ¶
func (s DescribePurchasedApiGroupDetailResponseBody) GoString() string
func (*DescribePurchasedApiGroupDetailResponseBody) SetCreatedTime ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetCreatedTime(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetDescription ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetDescription(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetDomainItems ¶
func (*DescribePurchasedApiGroupDetailResponseBody) SetGroupId ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetGroupId(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetGroupName ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetGroupName(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetModifiedTime ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetModifiedTime(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetRegionId ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetRegionId(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetRequestId ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetRequestId(v string) *DescribePurchasedApiGroupDetailResponseBody
func (*DescribePurchasedApiGroupDetailResponseBody) SetStatus ¶
func (s *DescribePurchasedApiGroupDetailResponseBody) SetStatus(v string) *DescribePurchasedApiGroupDetailResponseBody
func (DescribePurchasedApiGroupDetailResponseBody) String ¶
func (s DescribePurchasedApiGroupDetailResponseBody) String() string
type DescribePurchasedApiGroupDetailResponseBodyDomainItems ¶
type DescribePurchasedApiGroupDetailResponseBodyDomainItems struct {
DomainItem []*DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem `json:"DomainItem,omitempty" xml:"DomainItem,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiGroupDetailResponseBodyDomainItems) GoString ¶
func (s DescribePurchasedApiGroupDetailResponseBodyDomainItems) GoString() string
func (*DescribePurchasedApiGroupDetailResponseBodyDomainItems) SetDomainItem ¶
func (DescribePurchasedApiGroupDetailResponseBodyDomainItems) String ¶
func (s DescribePurchasedApiGroupDetailResponseBodyDomainItems) String() string
type DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem ¶
type DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem struct {
DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"`
}
func (DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) GoString ¶
func (s DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) GoString() string
func (*DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) SetDomainName ¶
func (DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) String ¶
func (s DescribePurchasedApiGroupDetailResponseBodyDomainItemsDomainItem) String() string
type DescribePurchasedApiGroupsRequest ¶
type DescribePurchasedApiGroupsRequest struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribePurchasedApiGroupsRequest) GoString ¶
func (s DescribePurchasedApiGroupsRequest) GoString() string
func (*DescribePurchasedApiGroupsRequest) SetPageNumber ¶
func (s *DescribePurchasedApiGroupsRequest) SetPageNumber(v int32) *DescribePurchasedApiGroupsRequest
func (*DescribePurchasedApiGroupsRequest) SetPageSize ¶
func (s *DescribePurchasedApiGroupsRequest) SetPageSize(v int32) *DescribePurchasedApiGroupsRequest
func (*DescribePurchasedApiGroupsRequest) SetSecurityToken ¶
func (s *DescribePurchasedApiGroupsRequest) SetSecurityToken(v string) *DescribePurchasedApiGroupsRequest
func (DescribePurchasedApiGroupsRequest) String ¶
func (s DescribePurchasedApiGroupsRequest) String() string
type DescribePurchasedApiGroupsResponse ¶
type DescribePurchasedApiGroupsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribePurchasedApiGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribePurchasedApiGroupsResponse) GoString ¶
func (s DescribePurchasedApiGroupsResponse) GoString() string
func (*DescribePurchasedApiGroupsResponse) SetHeaders ¶
func (s *DescribePurchasedApiGroupsResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiGroupsResponse
func (*DescribePurchasedApiGroupsResponse) SetStatusCode ¶
func (s *DescribePurchasedApiGroupsResponse) SetStatusCode(v int32) *DescribePurchasedApiGroupsResponse
func (DescribePurchasedApiGroupsResponse) String ¶
func (s DescribePurchasedApiGroupsResponse) String() string
type DescribePurchasedApiGroupsResponseBody ¶
type DescribePurchasedApiGroupsResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` PurchasedApiGroupAttributes *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes `json:"PurchasedApiGroupAttributes,omitempty" xml:"PurchasedApiGroupAttributes,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribePurchasedApiGroupsResponseBody) GoString ¶
func (s DescribePurchasedApiGroupsResponseBody) GoString() string
func (*DescribePurchasedApiGroupsResponseBody) SetPageNumber ¶
func (s *DescribePurchasedApiGroupsResponseBody) SetPageNumber(v int32) *DescribePurchasedApiGroupsResponseBody
func (*DescribePurchasedApiGroupsResponseBody) SetPageSize ¶
func (s *DescribePurchasedApiGroupsResponseBody) SetPageSize(v int32) *DescribePurchasedApiGroupsResponseBody
func (*DescribePurchasedApiGroupsResponseBody) SetPurchasedApiGroupAttributes ¶
func (s *DescribePurchasedApiGroupsResponseBody) SetPurchasedApiGroupAttributes(v *DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) *DescribePurchasedApiGroupsResponseBody
func (*DescribePurchasedApiGroupsResponseBody) SetRequestId ¶
func (s *DescribePurchasedApiGroupsResponseBody) SetRequestId(v string) *DescribePurchasedApiGroupsResponseBody
func (*DescribePurchasedApiGroupsResponseBody) SetTotalCount ¶
func (s *DescribePurchasedApiGroupsResponseBody) SetTotalCount(v int32) *DescribePurchasedApiGroupsResponseBody
func (DescribePurchasedApiGroupsResponseBody) String ¶
func (s DescribePurchasedApiGroupsResponseBody) String() string
type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes ¶
type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes struct {
PurchasedApiGroupAttribute []*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute `json:"PurchasedApiGroupAttribute,omitempty" xml:"PurchasedApiGroupAttribute,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) GoString ¶
func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) GoString() string
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) SetPurchasedApiGroupAttribute ¶
func (DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) String ¶
func (s DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes) String() string
type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute ¶
type DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute struct { BillingType *string `json:"BillingType,omitempty" xml:"BillingType,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` GroupDescription *string `json:"GroupDescription,omitempty" xml:"GroupDescription,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` InvokeTimesMax *int64 `json:"InvokeTimesMax,omitempty" xml:"InvokeTimesMax,omitempty"` InvokeTimesNow *int64 `json:"InvokeTimesNow,omitempty" xml:"InvokeTimesNow,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) GoString ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetBillingType ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetCreatedTime ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetExpireTime ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupDescription ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupId ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetGroupName ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetInvokeTimesMax ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetInvokeTimesNow ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetModifiedTime ¶
func (*DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute) SetRegionId ¶
type DescribePurchasedApiRequest ¶
type DescribePurchasedApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribePurchasedApiRequest) GoString ¶
func (s DescribePurchasedApiRequest) GoString() string
func (*DescribePurchasedApiRequest) SetApiId ¶
func (s *DescribePurchasedApiRequest) SetApiId(v string) *DescribePurchasedApiRequest
func (*DescribePurchasedApiRequest) SetGroupId ¶
func (s *DescribePurchasedApiRequest) SetGroupId(v string) *DescribePurchasedApiRequest
func (*DescribePurchasedApiRequest) SetSecurityToken ¶
func (s *DescribePurchasedApiRequest) SetSecurityToken(v string) *DescribePurchasedApiRequest
func (DescribePurchasedApiRequest) String ¶
func (s DescribePurchasedApiRequest) String() string
type DescribePurchasedApiResponse ¶
type DescribePurchasedApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribePurchasedApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribePurchasedApiResponse) GoString ¶
func (s DescribePurchasedApiResponse) GoString() string
func (*DescribePurchasedApiResponse) SetBody ¶
func (s *DescribePurchasedApiResponse) SetBody(v *DescribePurchasedApiResponseBody) *DescribePurchasedApiResponse
func (*DescribePurchasedApiResponse) SetHeaders ¶
func (s *DescribePurchasedApiResponse) SetHeaders(v map[string]*string) *DescribePurchasedApiResponse
func (*DescribePurchasedApiResponse) SetStatusCode ¶
func (s *DescribePurchasedApiResponse) SetStatusCode(v int32) *DescribePurchasedApiResponse
func (DescribePurchasedApiResponse) String ¶
func (s DescribePurchasedApiResponse) String() string
type DescribePurchasedApiResponseBody ¶
type DescribePurchasedApiResponseBody struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` BodyFormat *string `json:"BodyFormat,omitempty" xml:"BodyFormat,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` HttpProtocol *string `json:"HttpProtocol,omitempty" xml:"HttpProtocol,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` PathParameters *DescribePurchasedApiResponseBodyPathParameters `json:"PathParameters,omitempty" xml:"PathParameters,omitempty" type:"Struct"` PostBodyDescription *string `json:"PostBodyDescription,omitempty" xml:"PostBodyDescription,omitempty"` PostBodyType *string `json:"PostBodyType,omitempty" xml:"PostBodyType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestBody *DescribePurchasedApiResponseBodyRequestBody `json:"RequestBody,omitempty" xml:"RequestBody,omitempty" type:"Struct"` RequestHeaders *DescribePurchasedApiResponseBodyRequestHeaders `json:"RequestHeaders,omitempty" xml:"RequestHeaders,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RequestQueries *DescribePurchasedApiResponseBodyRequestQueries `json:"RequestQueries,omitempty" xml:"RequestQueries,omitempty" type:"Struct"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribePurchasedApiResponseBody) GoString ¶
func (s DescribePurchasedApiResponseBody) GoString() string
func (*DescribePurchasedApiResponseBody) SetApiId ¶
func (s *DescribePurchasedApiResponseBody) SetApiId(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetApiName ¶
func (s *DescribePurchasedApiResponseBody) SetApiName(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetBodyFormat ¶
func (s *DescribePurchasedApiResponseBody) SetBodyFormat(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetCreatedTime ¶
func (s *DescribePurchasedApiResponseBody) SetCreatedTime(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetDescription ¶
func (s *DescribePurchasedApiResponseBody) SetDescription(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetGroupId ¶
func (s *DescribePurchasedApiResponseBody) SetGroupId(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetGroupName ¶
func (s *DescribePurchasedApiResponseBody) SetGroupName(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetHttpMethod ¶
func (s *DescribePurchasedApiResponseBody) SetHttpMethod(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetHttpProtocol ¶
func (s *DescribePurchasedApiResponseBody) SetHttpProtocol(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetMock ¶
func (s *DescribePurchasedApiResponseBody) SetMock(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetMockResult ¶
func (s *DescribePurchasedApiResponseBody) SetMockResult(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetModifiedTime ¶
func (s *DescribePurchasedApiResponseBody) SetModifiedTime(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetPath ¶
func (s *DescribePurchasedApiResponseBody) SetPath(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetPathParameters ¶
func (s *DescribePurchasedApiResponseBody) SetPathParameters(v *DescribePurchasedApiResponseBodyPathParameters) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetPostBodyDescription ¶
func (s *DescribePurchasedApiResponseBody) SetPostBodyDescription(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetPostBodyType ¶
func (s *DescribePurchasedApiResponseBody) SetPostBodyType(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetRegionId ¶
func (s *DescribePurchasedApiResponseBody) SetRegionId(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetRequestBody ¶
func (s *DescribePurchasedApiResponseBody) SetRequestBody(v *DescribePurchasedApiResponseBodyRequestBody) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetRequestHeaders ¶
func (s *DescribePurchasedApiResponseBody) SetRequestHeaders(v *DescribePurchasedApiResponseBodyRequestHeaders) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetRequestId ¶
func (s *DescribePurchasedApiResponseBody) SetRequestId(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetRequestQueries ¶
func (s *DescribePurchasedApiResponseBody) SetRequestQueries(v *DescribePurchasedApiResponseBodyRequestQueries) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetResultSample ¶
func (s *DescribePurchasedApiResponseBody) SetResultSample(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetResultType ¶
func (s *DescribePurchasedApiResponseBody) SetResultType(v string) *DescribePurchasedApiResponseBody
func (*DescribePurchasedApiResponseBody) SetVisibility ¶
func (s *DescribePurchasedApiResponseBody) SetVisibility(v string) *DescribePurchasedApiResponseBody
func (DescribePurchasedApiResponseBody) String ¶
func (s DescribePurchasedApiResponseBody) String() string
type DescribePurchasedApiResponseBodyPathParameters ¶
type DescribePurchasedApiResponseBodyPathParameters struct {
PathParameter []*DescribePurchasedApiResponseBodyPathParametersPathParameter `json:"PathParameter,omitempty" xml:"PathParameter,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiResponseBodyPathParameters) GoString ¶
func (s DescribePurchasedApiResponseBodyPathParameters) GoString() string
func (*DescribePurchasedApiResponseBodyPathParameters) SetPathParameter ¶
func (DescribePurchasedApiResponseBodyPathParameters) String ¶
func (s DescribePurchasedApiResponseBodyPathParameters) String() string
type DescribePurchasedApiResponseBodyPathParametersPathParameter ¶
type DescribePurchasedApiResponseBodyPathParametersPathParameter struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` }
func (DescribePurchasedApiResponseBodyPathParametersPathParameter) GoString ¶
func (s DescribePurchasedApiResponseBodyPathParametersPathParameter) GoString() string
func (*DescribePurchasedApiResponseBodyPathParametersPathParameter) SetApiParameterName ¶
func (s *DescribePurchasedApiResponseBodyPathParametersPathParameter) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyPathParametersPathParameter
func (*DescribePurchasedApiResponseBodyPathParametersPathParameter) SetDemoValue ¶
func (*DescribePurchasedApiResponseBodyPathParametersPathParameter) SetDescription ¶
func (s *DescribePurchasedApiResponseBodyPathParametersPathParameter) SetDescription(v string) *DescribePurchasedApiResponseBodyPathParametersPathParameter
func (DescribePurchasedApiResponseBodyPathParametersPathParameter) String ¶
func (s DescribePurchasedApiResponseBodyPathParametersPathParameter) String() string
type DescribePurchasedApiResponseBodyRequestBody ¶
type DescribePurchasedApiResponseBodyRequestBody struct {
RequestParam []*DescribePurchasedApiResponseBodyRequestBodyRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiResponseBodyRequestBody) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestBody) GoString() string
func (*DescribePurchasedApiResponseBodyRequestBody) SetRequestParam ¶
func (DescribePurchasedApiResponseBodyRequestBody) String ¶
func (s DescribePurchasedApiResponseBodyRequestBody) String() string
type DescribePurchasedApiResponseBodyRequestBodyRequestParam ¶
type DescribePurchasedApiResponseBodyRequestBodyRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *string `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *string `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribePurchasedApiResponseBodyRequestBodyRequestParam) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestBodyRequestParam) GoString() string
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetApiParameterName ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDefaultValue ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDemoValue ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDemoValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDescription ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDocOrder ¶
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetDocShow ¶
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetEnumValue ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetEnumValue(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetJsonScheme ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetJsonScheme(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMaxLength ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMaxLength(v int64) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMaxValue ¶
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMinLength ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMinLength(v int64) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetMinValue ¶
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetParameterType ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetRegularExpression ¶
func (s *DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestBodyRequestParam
func (*DescribePurchasedApiResponseBodyRequestBodyRequestParam) SetRequired ¶
func (DescribePurchasedApiResponseBodyRequestBodyRequestParam) String ¶
func (s DescribePurchasedApiResponseBodyRequestBodyRequestParam) String() string
type DescribePurchasedApiResponseBodyRequestHeaders ¶
type DescribePurchasedApiResponseBodyRequestHeaders struct {
RequestParam []*DescribePurchasedApiResponseBodyRequestHeadersRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiResponseBodyRequestHeaders) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestHeaders) GoString() string
func (*DescribePurchasedApiResponseBodyRequestHeaders) SetRequestParam ¶
func (DescribePurchasedApiResponseBodyRequestHeaders) String ¶
func (s DescribePurchasedApiResponseBodyRequestHeaders) String() string
type DescribePurchasedApiResponseBodyRequestHeadersRequestParam ¶
type DescribePurchasedApiResponseBodyRequestHeadersRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *int64 `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *int64 `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribePurchasedApiResponseBodyRequestHeadersRequestParam) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestHeadersRequestParam) GoString() string
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName ¶
func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue ¶
func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDemoValue ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDescription ¶
func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDocOrder ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetDocShow ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetEnumValue ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetJsonScheme ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMaxLength ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMaxValue ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMinLength ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetMinValue ¶
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetParameterType ¶
func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression ¶
func (s *DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestHeadersRequestParam
func (*DescribePurchasedApiResponseBodyRequestHeadersRequestParam) SetRequired ¶
func (DescribePurchasedApiResponseBodyRequestHeadersRequestParam) String ¶
func (s DescribePurchasedApiResponseBodyRequestHeadersRequestParam) String() string
type DescribePurchasedApiResponseBodyRequestQueries ¶
type DescribePurchasedApiResponseBodyRequestQueries struct {
RequestParam []*DescribePurchasedApiResponseBodyRequestQueriesRequestParam `json:"RequestParam,omitempty" xml:"RequestParam,omitempty" type:"Repeated"`
}
func (DescribePurchasedApiResponseBodyRequestQueries) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestQueries) GoString() string
func (*DescribePurchasedApiResponseBodyRequestQueries) SetRequestParam ¶
func (DescribePurchasedApiResponseBodyRequestQueries) String ¶
func (s DescribePurchasedApiResponseBodyRequestQueries) String() string
type DescribePurchasedApiResponseBodyRequestQueriesRequestParam ¶
type DescribePurchasedApiResponseBodyRequestQueriesRequestParam struct { ApiParameterName *string `json:"ApiParameterName,omitempty" xml:"ApiParameterName,omitempty"` DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DocOrder *string `json:"DocOrder,omitempty" xml:"DocOrder,omitempty"` DocShow *string `json:"DocShow,omitempty" xml:"DocShow,omitempty"` EnumValue *string `json:"EnumValue,omitempty" xml:"EnumValue,omitempty"` JsonScheme *string `json:"JsonScheme,omitempty" xml:"JsonScheme,omitempty"` MaxLength *int64 `json:"MaxLength,omitempty" xml:"MaxLength,omitempty"` MaxValue *string `json:"MaxValue,omitempty" xml:"MaxValue,omitempty"` MinLength *int64 `json:"MinLength,omitempty" xml:"MinLength,omitempty"` MinValue *string `json:"MinValue,omitempty" xml:"MinValue,omitempty"` ParameterType *string `json:"ParameterType,omitempty" xml:"ParameterType,omitempty"` RegularExpression *string `json:"RegularExpression,omitempty" xml:"RegularExpression,omitempty"` Required *string `json:"Required,omitempty" xml:"Required,omitempty"` }
func (DescribePurchasedApiResponseBodyRequestQueriesRequestParam) GoString ¶
func (s DescribePurchasedApiResponseBodyRequestQueriesRequestParam) GoString() string
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName ¶
func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetApiParameterName(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue ¶
func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDefaultValue(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDemoValue ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDescription ¶
func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDescription(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDocOrder ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetDocShow ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetEnumValue ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetJsonScheme ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMaxLength ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMaxValue ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMinLength ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetMinValue ¶
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetParameterType ¶
func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetParameterType(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression ¶
func (s *DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetRegularExpression(v string) *DescribePurchasedApiResponseBodyRequestQueriesRequestParam
func (*DescribePurchasedApiResponseBodyRequestQueriesRequestParam) SetRequired ¶
func (DescribePurchasedApiResponseBodyRequestQueriesRequestParam) String ¶
func (s DescribePurchasedApiResponseBodyRequestQueriesRequestParam) String() string
type DescribePurchasedApisRequest ¶
type DescribePurchasedApisRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribePurchasedApisRequest) GoString ¶
func (s DescribePurchasedApisRequest) GoString() string
func (*DescribePurchasedApisRequest) SetApiId ¶
func (s *DescribePurchasedApisRequest) SetApiId(v string) *DescribePurchasedApisRequest
func (*DescribePurchasedApisRequest) SetApiName ¶
func (s *DescribePurchasedApisRequest) SetApiName(v string) *DescribePurchasedApisRequest
func (*DescribePurchasedApisRequest) SetGroupId ¶
func (s *DescribePurchasedApisRequest) SetGroupId(v string) *DescribePurchasedApisRequest
func (*DescribePurchasedApisRequest) SetPageNumber ¶
func (s *DescribePurchasedApisRequest) SetPageNumber(v int32) *DescribePurchasedApisRequest
func (*DescribePurchasedApisRequest) SetPageSize ¶
func (s *DescribePurchasedApisRequest) SetPageSize(v int32) *DescribePurchasedApisRequest
func (*DescribePurchasedApisRequest) SetSecurityToken ¶
func (s *DescribePurchasedApisRequest) SetSecurityToken(v string) *DescribePurchasedApisRequest
func (DescribePurchasedApisRequest) String ¶
func (s DescribePurchasedApisRequest) String() string
type DescribePurchasedApisResponse ¶
type DescribePurchasedApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribePurchasedApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribePurchasedApisResponse) GoString ¶
func (s DescribePurchasedApisResponse) GoString() string
func (*DescribePurchasedApisResponse) SetBody ¶
func (s *DescribePurchasedApisResponse) SetBody(v *DescribePurchasedApisResponseBody) *DescribePurchasedApisResponse
func (*DescribePurchasedApisResponse) SetHeaders ¶
func (s *DescribePurchasedApisResponse) SetHeaders(v map[string]*string) *DescribePurchasedApisResponse
func (*DescribePurchasedApisResponse) SetStatusCode ¶
func (s *DescribePurchasedApisResponse) SetStatusCode(v int32) *DescribePurchasedApisResponse
func (DescribePurchasedApisResponse) String ¶
func (s DescribePurchasedApisResponse) String() string
type DescribePurchasedApisResponseBody ¶
type DescribePurchasedApisResponseBody struct { ApiInfos *DescribePurchasedApisResponseBodyApiInfos `json:"ApiInfos,omitempty" xml:"ApiInfos,omitempty" type:"Struct"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribePurchasedApisResponseBody) GoString ¶
func (s DescribePurchasedApisResponseBody) GoString() string
func (*DescribePurchasedApisResponseBody) SetApiInfos ¶
func (s *DescribePurchasedApisResponseBody) SetApiInfos(v *DescribePurchasedApisResponseBodyApiInfos) *DescribePurchasedApisResponseBody
func (*DescribePurchasedApisResponseBody) SetPageNumber ¶
func (s *DescribePurchasedApisResponseBody) SetPageNumber(v int32) *DescribePurchasedApisResponseBody
func (*DescribePurchasedApisResponseBody) SetPageSize ¶
func (s *DescribePurchasedApisResponseBody) SetPageSize(v int32) *DescribePurchasedApisResponseBody
func (*DescribePurchasedApisResponseBody) SetRequestId ¶
func (s *DescribePurchasedApisResponseBody) SetRequestId(v string) *DescribePurchasedApisResponseBody
func (*DescribePurchasedApisResponseBody) SetTotalCount ¶
func (s *DescribePurchasedApisResponseBody) SetTotalCount(v int32) *DescribePurchasedApisResponseBody
func (DescribePurchasedApisResponseBody) String ¶
func (s DescribePurchasedApisResponseBody) String() string
type DescribePurchasedApisResponseBodyApiInfos ¶
type DescribePurchasedApisResponseBodyApiInfos struct {
ApiInfo []*DescribePurchasedApisResponseBodyApiInfosApiInfo `json:"ApiInfo,omitempty" xml:"ApiInfo,omitempty" type:"Repeated"`
}
func (DescribePurchasedApisResponseBodyApiInfos) GoString ¶
func (s DescribePurchasedApisResponseBodyApiInfos) GoString() string
func (*DescribePurchasedApisResponseBodyApiInfos) SetApiInfo ¶
func (DescribePurchasedApisResponseBodyApiInfos) String ¶
func (s DescribePurchasedApisResponseBodyApiInfos) String() string
type DescribePurchasedApisResponseBodyApiInfosApiInfo ¶
type DescribePurchasedApisResponseBodyApiInfosApiInfo struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` DeployedTime *string `json:"DeployedTime,omitempty" xml:"DeployedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` }
func (DescribePurchasedApisResponseBodyApiInfosApiInfo) GoString ¶
func (s DescribePurchasedApisResponseBodyApiInfosApiInfo) GoString() string
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetApiName ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetApiName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDeployedTime ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDeployedTime(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDescription ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetDescription(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupId ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupId(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupName ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetGroupName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetModifiedTime ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetModifiedTime(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetRegionId ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetRegionId(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetStageName ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetStageName(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (*DescribePurchasedApisResponseBodyApiInfosApiInfo) SetVisibility ¶
func (s *DescribePurchasedApisResponseBodyApiInfosApiInfo) SetVisibility(v string) *DescribePurchasedApisResponseBodyApiInfosApiInfo
func (DescribePurchasedApisResponseBodyApiInfosApiInfo) String ¶
func (s DescribePurchasedApisResponseBodyApiInfosApiInfo) String() string
type DescribeRaceWorkForInnerRequest ¶
type DescribeRaceWorkForInnerRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeRaceWorkForInnerRequest) GoString ¶
func (s DescribeRaceWorkForInnerRequest) GoString() string
func (*DescribeRaceWorkForInnerRequest) SetGroupId ¶
func (s *DescribeRaceWorkForInnerRequest) SetGroupId(v string) *DescribeRaceWorkForInnerRequest
func (*DescribeRaceWorkForInnerRequest) SetSecurityToken ¶
func (s *DescribeRaceWorkForInnerRequest) SetSecurityToken(v string) *DescribeRaceWorkForInnerRequest
func (DescribeRaceWorkForInnerRequest) String ¶
func (s DescribeRaceWorkForInnerRequest) String() string
type DescribeRaceWorkForInnerResponse ¶
type DescribeRaceWorkForInnerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeRaceWorkForInnerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeRaceWorkForInnerResponse) GoString ¶
func (s DescribeRaceWorkForInnerResponse) GoString() string
func (*DescribeRaceWorkForInnerResponse) SetBody ¶
func (s *DescribeRaceWorkForInnerResponse) SetBody(v *DescribeRaceWorkForInnerResponseBody) *DescribeRaceWorkForInnerResponse
func (*DescribeRaceWorkForInnerResponse) SetHeaders ¶
func (s *DescribeRaceWorkForInnerResponse) SetHeaders(v map[string]*string) *DescribeRaceWorkForInnerResponse
func (*DescribeRaceWorkForInnerResponse) SetStatusCode ¶
func (s *DescribeRaceWorkForInnerResponse) SetStatusCode(v int32) *DescribeRaceWorkForInnerResponse
func (DescribeRaceWorkForInnerResponse) String ¶
func (s DescribeRaceWorkForInnerResponse) String() string
type DescribeRaceWorkForInnerResponseBody ¶
type DescribeRaceWorkForInnerResponseBody struct { CommodityCode *string `json:"CommodityCode,omitempty" xml:"CommodityCode,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Keywords *string `json:"Keywords,omitempty" xml:"Keywords,omitempty"` LogoUrl *string `json:"LogoUrl,omitempty" xml:"LogoUrl,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ShortDescription *string `json:"ShortDescription,omitempty" xml:"ShortDescription,omitempty"` WorkName *string `json:"WorkName,omitempty" xml:"WorkName,omitempty"` }
func (DescribeRaceWorkForInnerResponseBody) GoString ¶
func (s DescribeRaceWorkForInnerResponseBody) GoString() string
func (*DescribeRaceWorkForInnerResponseBody) SetCommodityCode ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetCommodityCode(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetCreateTime ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetCreateTime(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetGroupId ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetGroupId(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetKeywords ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetKeywords(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetLogoUrl ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetLogoUrl(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetModifiedTime ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetModifiedTime(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetRequestId ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetRequestId(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetShortDescription ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetShortDescription(v string) *DescribeRaceWorkForInnerResponseBody
func (*DescribeRaceWorkForInnerResponseBody) SetWorkName ¶
func (s *DescribeRaceWorkForInnerResponseBody) SetWorkName(v string) *DescribeRaceWorkForInnerResponseBody
func (DescribeRaceWorkForInnerResponseBody) String ¶
func (s DescribeRaceWorkForInnerResponseBody) String() string
type DescribeRegionsRequest ¶
type DescribeRegionsRequest struct { Language *string `json:"Language,omitempty" xml:"Language,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeRegionsRequest) GoString ¶
func (s DescribeRegionsRequest) GoString() string
func (*DescribeRegionsRequest) SetLanguage ¶
func (s *DescribeRegionsRequest) SetLanguage(v string) *DescribeRegionsRequest
func (*DescribeRegionsRequest) SetSecurityToken ¶
func (s *DescribeRegionsRequest) SetSecurityToken(v string) *DescribeRegionsRequest
func (DescribeRegionsRequest) String ¶
func (s DescribeRegionsRequest) String() 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 (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetHeaders ¶
func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetStatusCode ¶
func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
func (DescribeRegionsResponse) String ¶
func (s DescribeRegionsResponse) String() string
type DescribeRegionsResponseBody ¶
type DescribeRegionsResponseBody struct { Regions *DescribeRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeRegionsResponseBody) GoString ¶
func (s DescribeRegionsResponseBody) GoString() string
func (*DescribeRegionsResponseBody) SetRegions ¶
func (s *DescribeRegionsResponseBody) SetRegions(v *DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
func (*DescribeRegionsResponseBody) SetRequestId ¶
func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
func (DescribeRegionsResponseBody) String ¶
func (s DescribeRegionsResponseBody) String() string
type DescribeRegionsResponseBodyRegions ¶
type DescribeRegionsResponseBodyRegions struct {
Region []*DescribeRegionsResponseBodyRegionsRegion `json:"Region,omitempty" xml:"Region,omitempty" type:"Repeated"`
}
func (DescribeRegionsResponseBodyRegions) GoString ¶
func (s DescribeRegionsResponseBodyRegions) GoString() string
func (*DescribeRegionsResponseBodyRegions) SetRegion ¶
func (s *DescribeRegionsResponseBodyRegions) SetRegion(v []*DescribeRegionsResponseBodyRegionsRegion) *DescribeRegionsResponseBodyRegions
func (DescribeRegionsResponseBodyRegions) String ¶
func (s DescribeRegionsResponseBodyRegions) String() string
type DescribeRegionsResponseBodyRegionsRegion ¶
type DescribeRegionsResponseBodyRegionsRegion struct { LocalName *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"` RegionEndpoint *string `json:"RegionEndpoint,omitempty" xml:"RegionEndpoint,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (DescribeRegionsResponseBodyRegionsRegion) GoString ¶
func (s DescribeRegionsResponseBodyRegionsRegion) GoString() string
func (*DescribeRegionsResponseBodyRegionsRegion) SetLocalName ¶
func (s *DescribeRegionsResponseBodyRegionsRegion) SetLocalName(v string) *DescribeRegionsResponseBodyRegionsRegion
func (*DescribeRegionsResponseBodyRegionsRegion) SetRegionEndpoint ¶
func (s *DescribeRegionsResponseBodyRegionsRegion) SetRegionEndpoint(v string) *DescribeRegionsResponseBodyRegionsRegion
func (*DescribeRegionsResponseBodyRegionsRegion) SetRegionId ¶
func (s *DescribeRegionsResponseBodyRegionsRegion) SetRegionId(v string) *DescribeRegionsResponseBodyRegionsRegion
func (DescribeRegionsResponseBodyRegionsRegion) String ¶
func (s DescribeRegionsResponseBodyRegionsRegion) String() string
type DescribeRulesByApiRequest ¶
type DescribeRulesByApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (DescribeRulesByApiRequest) GoString ¶
func (s DescribeRulesByApiRequest) GoString() string
func (*DescribeRulesByApiRequest) SetApiId ¶
func (s *DescribeRulesByApiRequest) SetApiId(v string) *DescribeRulesByApiRequest
func (*DescribeRulesByApiRequest) SetGroupId ¶
func (s *DescribeRulesByApiRequest) SetGroupId(v string) *DescribeRulesByApiRequest
func (*DescribeRulesByApiRequest) SetSecurityToken ¶
func (s *DescribeRulesByApiRequest) SetSecurityToken(v string) *DescribeRulesByApiRequest
func (*DescribeRulesByApiRequest) SetStageName ¶
func (s *DescribeRulesByApiRequest) SetStageName(v string) *DescribeRulesByApiRequest
func (DescribeRulesByApiRequest) String ¶
func (s DescribeRulesByApiRequest) String() string
type DescribeRulesByApiResponse ¶
type DescribeRulesByApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeRulesByApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeRulesByApiResponse) GoString ¶
func (s DescribeRulesByApiResponse) GoString() string
func (*DescribeRulesByApiResponse) SetBody ¶
func (s *DescribeRulesByApiResponse) SetBody(v *DescribeRulesByApiResponseBody) *DescribeRulesByApiResponse
func (*DescribeRulesByApiResponse) SetHeaders ¶
func (s *DescribeRulesByApiResponse) SetHeaders(v map[string]*string) *DescribeRulesByApiResponse
func (*DescribeRulesByApiResponse) SetStatusCode ¶
func (s *DescribeRulesByApiResponse) SetStatusCode(v int32) *DescribeRulesByApiResponse
func (DescribeRulesByApiResponse) String ¶
func (s DescribeRulesByApiResponse) String() string
type DescribeRulesByApiResponseBody ¶
type DescribeRulesByApiResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Rules *DescribeRulesByApiResponseBodyRules `json:"Rules,omitempty" xml:"Rules,omitempty" type:"Struct"` }
func (DescribeRulesByApiResponseBody) GoString ¶
func (s DescribeRulesByApiResponseBody) GoString() string
func (*DescribeRulesByApiResponseBody) SetRequestId ¶
func (s *DescribeRulesByApiResponseBody) SetRequestId(v string) *DescribeRulesByApiResponseBody
func (*DescribeRulesByApiResponseBody) SetRules ¶
func (s *DescribeRulesByApiResponseBody) SetRules(v *DescribeRulesByApiResponseBodyRules) *DescribeRulesByApiResponseBody
func (DescribeRulesByApiResponseBody) String ¶
func (s DescribeRulesByApiResponseBody) String() string
type DescribeRulesByApiResponseBodyRules ¶
type DescribeRulesByApiResponseBodyRules struct {
Rule []*DescribeRulesByApiResponseBodyRulesRule `json:"Rule,omitempty" xml:"Rule,omitempty" type:"Repeated"`
}
func (DescribeRulesByApiResponseBodyRules) GoString ¶
func (s DescribeRulesByApiResponseBodyRules) GoString() string
func (DescribeRulesByApiResponseBodyRules) String ¶
func (s DescribeRulesByApiResponseBodyRules) String() string
type DescribeRulesByApiResponseBodyRulesRule ¶
type DescribeRulesByApiResponseBodyRulesRule struct { CreatedTime *int32 `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` RuleId *string `json:"RuleId,omitempty" xml:"RuleId,omitempty"` RuleName *string `json:"RuleName,omitempty" xml:"RuleName,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` }
func (DescribeRulesByApiResponseBodyRulesRule) GoString ¶
func (s DescribeRulesByApiResponseBodyRulesRule) GoString() string
func (*DescribeRulesByApiResponseBodyRulesRule) SetCreatedTime ¶
func (s *DescribeRulesByApiResponseBodyRulesRule) SetCreatedTime(v int32) *DescribeRulesByApiResponseBodyRulesRule
func (*DescribeRulesByApiResponseBodyRulesRule) SetRuleId ¶
func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleId(v string) *DescribeRulesByApiResponseBodyRulesRule
func (*DescribeRulesByApiResponseBodyRulesRule) SetRuleName ¶
func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleName(v string) *DescribeRulesByApiResponseBodyRulesRule
func (*DescribeRulesByApiResponseBodyRulesRule) SetRuleType ¶
func (s *DescribeRulesByApiResponseBodyRulesRule) SetRuleType(v string) *DescribeRulesByApiResponseBodyRulesRule
func (DescribeRulesByApiResponseBodyRulesRule) String ¶
func (s DescribeRulesByApiResponseBodyRulesRule) String() string
type DescribeSecretKeysRequest ¶
type DescribeSecretKeysRequest struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (DescribeSecretKeysRequest) GoString ¶
func (s DescribeSecretKeysRequest) GoString() string
func (*DescribeSecretKeysRequest) SetPageNumber ¶
func (s *DescribeSecretKeysRequest) SetPageNumber(v int32) *DescribeSecretKeysRequest
func (*DescribeSecretKeysRequest) SetPageSize ¶
func (s *DescribeSecretKeysRequest) SetPageSize(v int32) *DescribeSecretKeysRequest
func (*DescribeSecretKeysRequest) SetSecretKeyId ¶
func (s *DescribeSecretKeysRequest) SetSecretKeyId(v string) *DescribeSecretKeysRequest
func (*DescribeSecretKeysRequest) SetSecretKeyName ¶
func (s *DescribeSecretKeysRequest) SetSecretKeyName(v string) *DescribeSecretKeysRequest
func (*DescribeSecretKeysRequest) SetSecurityToken ¶
func (s *DescribeSecretKeysRequest) SetSecurityToken(v string) *DescribeSecretKeysRequest
func (DescribeSecretKeysRequest) String ¶
func (s DescribeSecretKeysRequest) String() string
type DescribeSecretKeysResponse ¶
type DescribeSecretKeysResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeSecretKeysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeSecretKeysResponse) GoString ¶
func (s DescribeSecretKeysResponse) GoString() string
func (*DescribeSecretKeysResponse) SetBody ¶
func (s *DescribeSecretKeysResponse) SetBody(v *DescribeSecretKeysResponseBody) *DescribeSecretKeysResponse
func (*DescribeSecretKeysResponse) SetHeaders ¶
func (s *DescribeSecretKeysResponse) SetHeaders(v map[string]*string) *DescribeSecretKeysResponse
func (*DescribeSecretKeysResponse) SetStatusCode ¶
func (s *DescribeSecretKeysResponse) SetStatusCode(v int32) *DescribeSecretKeysResponse
func (DescribeSecretKeysResponse) String ¶
func (s DescribeSecretKeysResponse) String() string
type DescribeSecretKeysResponseBody ¶
type DescribeSecretKeysResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SecretKeys *DescribeSecretKeysResponseBodySecretKeys `json:"SecretKeys,omitempty" xml:"SecretKeys,omitempty" type:"Struct"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (DescribeSecretKeysResponseBody) GoString ¶
func (s DescribeSecretKeysResponseBody) GoString() string
func (*DescribeSecretKeysResponseBody) SetPageNumber ¶
func (s *DescribeSecretKeysResponseBody) SetPageNumber(v int32) *DescribeSecretKeysResponseBody
func (*DescribeSecretKeysResponseBody) SetPageSize ¶
func (s *DescribeSecretKeysResponseBody) SetPageSize(v int32) *DescribeSecretKeysResponseBody
func (*DescribeSecretKeysResponseBody) SetRequestId ¶
func (s *DescribeSecretKeysResponseBody) SetRequestId(v string) *DescribeSecretKeysResponseBody
func (*DescribeSecretKeysResponseBody) SetSecretKeys ¶
func (s *DescribeSecretKeysResponseBody) SetSecretKeys(v *DescribeSecretKeysResponseBodySecretKeys) *DescribeSecretKeysResponseBody
func (*DescribeSecretKeysResponseBody) SetTotalCount ¶
func (s *DescribeSecretKeysResponseBody) SetTotalCount(v int32) *DescribeSecretKeysResponseBody
func (DescribeSecretKeysResponseBody) String ¶
func (s DescribeSecretKeysResponseBody) String() string
type DescribeSecretKeysResponseBodySecretKeys ¶
type DescribeSecretKeysResponseBodySecretKeys struct {
SecretKey []*DescribeSecretKeysResponseBodySecretKeysSecretKey `json:"SecretKey,omitempty" xml:"SecretKey,omitempty" type:"Repeated"`
}
func (DescribeSecretKeysResponseBodySecretKeys) GoString ¶
func (s DescribeSecretKeysResponseBodySecretKeys) GoString() string
func (*DescribeSecretKeysResponseBodySecretKeys) SetSecretKey ¶
func (DescribeSecretKeysResponseBodySecretKeys) String ¶
func (s DescribeSecretKeysResponseBodySecretKeys) String() string
type DescribeSecretKeysResponseBodySecretKeysSecretKey ¶
type DescribeSecretKeysResponseBodySecretKeysSecretKey struct { CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SecretKey *string `json:"SecretKey,omitempty" xml:"SecretKey,omitempty"` SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` SecretKeyValue *string `json:"SecretKeyValue,omitempty" xml:"SecretKeyValue,omitempty"` }
func (DescribeSecretKeysResponseBodySecretKeysSecretKey) GoString ¶
func (s DescribeSecretKeysResponseBodySecretKeysSecretKey) GoString() string
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetCreatedTime ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetCreatedTime(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetModifiedTime ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetModifiedTime(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetRegionId ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetRegionId(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKey ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKey(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyId ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyId(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyName ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyName(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (*DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyValue ¶
func (s *DescribeSecretKeysResponseBodySecretKeysSecretKey) SetSecretKeyValue(v string) *DescribeSecretKeysResponseBodySecretKeysSecretKey
func (DescribeSecretKeysResponseBodySecretKeysSecretKey) String ¶
func (s DescribeSecretKeysResponseBodySecretKeysSecretKey) String() string
type DescribeSystemParametersRequest ¶
type DescribeSystemParametersRequest struct {
SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"`
}
func (DescribeSystemParametersRequest) GoString ¶
func (s DescribeSystemParametersRequest) GoString() string
func (*DescribeSystemParametersRequest) SetSecurityToken ¶
func (s *DescribeSystemParametersRequest) SetSecurityToken(v string) *DescribeSystemParametersRequest
func (DescribeSystemParametersRequest) String ¶
func (s DescribeSystemParametersRequest) String() string
type DescribeSystemParametersResponse ¶
type DescribeSystemParametersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeSystemParametersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeSystemParametersResponse) GoString ¶
func (s DescribeSystemParametersResponse) GoString() string
func (*DescribeSystemParametersResponse) SetBody ¶
func (s *DescribeSystemParametersResponse) SetBody(v *DescribeSystemParametersResponseBody) *DescribeSystemParametersResponse
func (*DescribeSystemParametersResponse) SetHeaders ¶
func (s *DescribeSystemParametersResponse) SetHeaders(v map[string]*string) *DescribeSystemParametersResponse
func (*DescribeSystemParametersResponse) SetStatusCode ¶
func (s *DescribeSystemParametersResponse) SetStatusCode(v int32) *DescribeSystemParametersResponse
func (DescribeSystemParametersResponse) String ¶
func (s DescribeSystemParametersResponse) String() string
type DescribeSystemParametersResponseBody ¶
type DescribeSystemParametersResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SystemParameters *DescribeSystemParametersResponseBodySystemParameters `json:"SystemParameters,omitempty" xml:"SystemParameters,omitempty" type:"Struct"` }
func (DescribeSystemParametersResponseBody) GoString ¶
func (s DescribeSystemParametersResponseBody) GoString() string
func (*DescribeSystemParametersResponseBody) SetRequestId ¶
func (s *DescribeSystemParametersResponseBody) SetRequestId(v string) *DescribeSystemParametersResponseBody
func (*DescribeSystemParametersResponseBody) SetSystemParameters ¶
func (s *DescribeSystemParametersResponseBody) SetSystemParameters(v *DescribeSystemParametersResponseBodySystemParameters) *DescribeSystemParametersResponseBody
func (DescribeSystemParametersResponseBody) String ¶
func (s DescribeSystemParametersResponseBody) String() string
type DescribeSystemParametersResponseBodySystemParameters ¶
type DescribeSystemParametersResponseBodySystemParameters struct {
SystemParameter []*DescribeSystemParametersResponseBodySystemParametersSystemParameter `json:"SystemParameter,omitempty" xml:"SystemParameter,omitempty" type:"Repeated"`
}
func (DescribeSystemParametersResponseBodySystemParameters) GoString ¶
func (s DescribeSystemParametersResponseBodySystemParameters) GoString() string
func (*DescribeSystemParametersResponseBodySystemParameters) SetSystemParameter ¶
func (DescribeSystemParametersResponseBodySystemParameters) String ¶
func (s DescribeSystemParametersResponseBodySystemParameters) String() string
type DescribeSystemParametersResponseBodySystemParametersSystemParameter ¶
type DescribeSystemParametersResponseBodySystemParametersSystemParameter struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ParamName *string `json:"ParamName,omitempty" xml:"ParamName,omitempty"` ParamType *string `json:"ParamType,omitempty" xml:"ParamType,omitempty"` }
func (DescribeSystemParametersResponseBodySystemParametersSystemParameter) GoString ¶
func (s DescribeSystemParametersResponseBodySystemParametersSystemParameter) GoString() string
func (*DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetDemoValue ¶
func (*DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetDescription ¶
func (*DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetParamName ¶
func (*DescribeSystemParametersResponseBodySystemParametersSystemParameter) SetParamType ¶
func (DescribeSystemParametersResponseBodySystemParametersSystemParameter) String ¶
func (s DescribeSystemParametersResponseBodySystemParametersSystemParameter) String() string
type DescribeSystemParamsRequest ¶
type DescribeSystemParamsRequest struct {
SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"`
}
func (DescribeSystemParamsRequest) GoString ¶
func (s DescribeSystemParamsRequest) GoString() string
func (*DescribeSystemParamsRequest) SetSecurityToken ¶
func (s *DescribeSystemParamsRequest) SetSecurityToken(v string) *DescribeSystemParamsRequest
func (DescribeSystemParamsRequest) String ¶
func (s DescribeSystemParamsRequest) String() string
type DescribeSystemParamsResponse ¶
type DescribeSystemParamsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeSystemParamsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeSystemParamsResponse) GoString ¶
func (s DescribeSystemParamsResponse) GoString() string
func (*DescribeSystemParamsResponse) SetBody ¶
func (s *DescribeSystemParamsResponse) SetBody(v *DescribeSystemParamsResponseBody) *DescribeSystemParamsResponse
func (*DescribeSystemParamsResponse) SetHeaders ¶
func (s *DescribeSystemParamsResponse) SetHeaders(v map[string]*string) *DescribeSystemParamsResponse
func (*DescribeSystemParamsResponse) SetStatusCode ¶
func (s *DescribeSystemParamsResponse) SetStatusCode(v int32) *DescribeSystemParamsResponse
func (DescribeSystemParamsResponse) String ¶
func (s DescribeSystemParamsResponse) String() string
type DescribeSystemParamsResponseBody ¶
type DescribeSystemParamsResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SystemParams *DescribeSystemParamsResponseBodySystemParams `json:"SystemParams,omitempty" xml:"SystemParams,omitempty" type:"Struct"` }
func (DescribeSystemParamsResponseBody) GoString ¶
func (s DescribeSystemParamsResponseBody) GoString() string
func (*DescribeSystemParamsResponseBody) SetRequestId ¶
func (s *DescribeSystemParamsResponseBody) SetRequestId(v string) *DescribeSystemParamsResponseBody
func (*DescribeSystemParamsResponseBody) SetSystemParams ¶
func (s *DescribeSystemParamsResponseBody) SetSystemParams(v *DescribeSystemParamsResponseBodySystemParams) *DescribeSystemParamsResponseBody
func (DescribeSystemParamsResponseBody) String ¶
func (s DescribeSystemParamsResponseBody) String() string
type DescribeSystemParamsResponseBodySystemParams ¶
type DescribeSystemParamsResponseBodySystemParams struct {
SystemParam []*DescribeSystemParamsResponseBodySystemParamsSystemParam `json:"SystemParam,omitempty" xml:"SystemParam,omitempty" type:"Repeated"`
}
func (DescribeSystemParamsResponseBodySystemParams) GoString ¶
func (s DescribeSystemParamsResponseBodySystemParams) GoString() string
func (*DescribeSystemParamsResponseBodySystemParams) SetSystemParam ¶
func (DescribeSystemParamsResponseBodySystemParams) String ¶
func (s DescribeSystemParamsResponseBodySystemParams) String() string
type DescribeSystemParamsResponseBodySystemParamsSystemParam ¶
type DescribeSystemParamsResponseBodySystemParamsSystemParam struct { DemoValue *string `json:"DemoValue,omitempty" xml:"DemoValue,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ParamName *string `json:"ParamName,omitempty" xml:"ParamName,omitempty"` ParamType *string `json:"ParamType,omitempty" xml:"ParamType,omitempty"` }
func (DescribeSystemParamsResponseBodySystemParamsSystemParam) GoString ¶
func (s DescribeSystemParamsResponseBodySystemParamsSystemParam) GoString() string
func (*DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDemoValue ¶
func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDemoValue(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
func (*DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDescription ¶
func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetDescription(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
func (*DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamName ¶
func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamName(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
func (*DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamType ¶
func (s *DescribeSystemParamsResponseBodySystemParamsSystemParam) SetParamType(v string) *DescribeSystemParamsResponseBodySystemParamsSystemParam
func (DescribeSystemParamsResponseBodySystemParamsSystemParam) String ¶
func (s DescribeSystemParamsResponseBodySystemParamsSystemParam) String() string
type DescribeTrafficControlsRequest ¶
type DescribeTrafficControlsRequest struct { ApiUid *string `json:"ApiUid,omitempty" xml:"ApiUid,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` TrafficControlName *string `json:"TrafficControlName,omitempty" xml:"TrafficControlName,omitempty"` }
func (DescribeTrafficControlsRequest) GoString ¶
func (s DescribeTrafficControlsRequest) GoString() string
func (*DescribeTrafficControlsRequest) SetApiUid ¶
func (s *DescribeTrafficControlsRequest) SetApiUid(v string) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetGroupId ¶
func (s *DescribeTrafficControlsRequest) SetGroupId(v string) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetPageNumber ¶
func (s *DescribeTrafficControlsRequest) SetPageNumber(v int32) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetPageSize ¶
func (s *DescribeTrafficControlsRequest) SetPageSize(v int32) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetSecurityToken ¶
func (s *DescribeTrafficControlsRequest) SetSecurityToken(v string) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetStageName ¶
func (s *DescribeTrafficControlsRequest) SetStageName(v string) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetTrafficControlId ¶
func (s *DescribeTrafficControlsRequest) SetTrafficControlId(v string) *DescribeTrafficControlsRequest
func (*DescribeTrafficControlsRequest) SetTrafficControlName ¶
func (s *DescribeTrafficControlsRequest) SetTrafficControlName(v string) *DescribeTrafficControlsRequest
func (DescribeTrafficControlsRequest) String ¶
func (s DescribeTrafficControlsRequest) String() string
type DescribeTrafficControlsResponse ¶
type DescribeTrafficControlsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeTrafficControlsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeTrafficControlsResponse) GoString ¶
func (s DescribeTrafficControlsResponse) GoString() string
func (*DescribeTrafficControlsResponse) SetBody ¶
func (s *DescribeTrafficControlsResponse) SetBody(v *DescribeTrafficControlsResponseBody) *DescribeTrafficControlsResponse
func (*DescribeTrafficControlsResponse) SetHeaders ¶
func (s *DescribeTrafficControlsResponse) SetHeaders(v map[string]*string) *DescribeTrafficControlsResponse
func (*DescribeTrafficControlsResponse) SetStatusCode ¶
func (s *DescribeTrafficControlsResponse) SetStatusCode(v int32) *DescribeTrafficControlsResponse
func (DescribeTrafficControlsResponse) String ¶
func (s DescribeTrafficControlsResponse) String() string
type DescribeTrafficControlsResponseBody ¶
type DescribeTrafficControlsResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` TrafficControls *DescribeTrafficControlsResponseBodyTrafficControls `json:"TrafficControls,omitempty" xml:"TrafficControls,omitempty" type:"Struct"` }
func (DescribeTrafficControlsResponseBody) GoString ¶
func (s DescribeTrafficControlsResponseBody) GoString() string
func (*DescribeTrafficControlsResponseBody) SetPageNumber ¶
func (s *DescribeTrafficControlsResponseBody) SetPageNumber(v int32) *DescribeTrafficControlsResponseBody
func (*DescribeTrafficControlsResponseBody) SetPageSize ¶
func (s *DescribeTrafficControlsResponseBody) SetPageSize(v int32) *DescribeTrafficControlsResponseBody
func (*DescribeTrafficControlsResponseBody) SetRequestId ¶
func (s *DescribeTrafficControlsResponseBody) SetRequestId(v string) *DescribeTrafficControlsResponseBody
func (*DescribeTrafficControlsResponseBody) SetTotalCount ¶
func (s *DescribeTrafficControlsResponseBody) SetTotalCount(v int32) *DescribeTrafficControlsResponseBody
func (*DescribeTrafficControlsResponseBody) SetTrafficControls ¶
func (s *DescribeTrafficControlsResponseBody) SetTrafficControls(v *DescribeTrafficControlsResponseBodyTrafficControls) *DescribeTrafficControlsResponseBody
func (DescribeTrafficControlsResponseBody) String ¶
func (s DescribeTrafficControlsResponseBody) String() string
type DescribeTrafficControlsResponseBodyTrafficControls ¶
type DescribeTrafficControlsResponseBodyTrafficControls struct {
TrafficControl []*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl `json:"TrafficControl,omitempty" xml:"TrafficControl,omitempty" type:"Repeated"`
}
func (DescribeTrafficControlsResponseBodyTrafficControls) GoString ¶
func (s DescribeTrafficControlsResponseBodyTrafficControls) GoString() string
func (*DescribeTrafficControlsResponseBodyTrafficControls) SetTrafficControl ¶
func (DescribeTrafficControlsResponseBodyTrafficControls) String ¶
func (s DescribeTrafficControlsResponseBodyTrafficControls) String() string
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl struct { ApiDefault *int32 `json:"ApiDefault,omitempty" xml:"ApiDefault,omitempty"` AppDefault *int32 `json:"AppDefault,omitempty" xml:"AppDefault,omitempty"` CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` SpecialPolicies *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies `json:"SpecialPolicies,omitempty" xml:"SpecialPolicies,omitempty" type:"Struct"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` TrafficControlName *string `json:"TrafficControlName,omitempty" xml:"TrafficControlName,omitempty"` TrafficControlUnit *string `json:"TrafficControlUnit,omitempty" xml:"TrafficControlUnit,omitempty"` UserDefault *int32 `json:"UserDefault,omitempty" xml:"UserDefault,omitempty"` }
func (DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) GoString ¶
func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) GoString() string
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetApiDefault ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetAppDefault ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetCreatedTime ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetDescription ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetModifiedTime ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetSpecialPolicies ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlId ¶
func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlId(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlName ¶
func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlName(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlUnit ¶
func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetTrafficControlUnit(v string) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) SetUserDefault ¶
func (DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) String ¶
func (s DescribeTrafficControlsResponseBodyTrafficControlsTrafficControl) String() string
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies struct {
SpecialPolicy []*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy `json:"SpecialPolicy,omitempty" xml:"SpecialPolicy,omitempty" type:"Repeated"`
}
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPolicies) SetSpecialPolicy ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy struct { SpecialType *string `json:"SpecialType,omitempty" xml:"SpecialType,omitempty"` Specials *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials `json:"Specials,omitempty" xml:"Specials,omitempty" type:"Struct"` }
func (DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) GoString ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) SetSpecialType ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) SetSpecials ¶
func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy) SetSpecials(v *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicy
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials struct {
Special []*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial `json:"Special,omitempty" xml:"Special,omitempty" type:"Repeated"`
}
func (DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) GoString ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) SetSpecial ¶
func (s *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials) SetSpecial(v []*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) *DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecials
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial ¶
type DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial struct { SpecialKey *string `json:"SpecialKey,omitempty" xml:"SpecialKey,omitempty"` TrafficValue *int32 `json:"TrafficValue,omitempty" xml:"TrafficValue,omitempty"` }
func (DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) GoString ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) SetSpecialKey ¶
func (*DescribeTrafficControlsResponseBodyTrafficControlsTrafficControlSpecialPoliciesSpecialPolicySpecialsSpecial) SetTrafficValue ¶
type ExportSwaggerRequest ¶
type ExportSwaggerRequest struct { ApiUid *string `json:"ApiUid,omitempty" xml:"ApiUid,omitempty"` DataFormat *string `json:"DataFormat,omitempty" xml:"DataFormat,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ExportSwaggerRequest) GoString ¶
func (s ExportSwaggerRequest) GoString() string
func (*ExportSwaggerRequest) SetApiUid ¶
func (s *ExportSwaggerRequest) SetApiUid(v string) *ExportSwaggerRequest
func (*ExportSwaggerRequest) SetDataFormat ¶
func (s *ExportSwaggerRequest) SetDataFormat(v string) *ExportSwaggerRequest
func (*ExportSwaggerRequest) SetSecurityToken ¶ added in v1.0.1
func (s *ExportSwaggerRequest) SetSecurityToken(v string) *ExportSwaggerRequest
func (ExportSwaggerRequest) String ¶
func (s ExportSwaggerRequest) String() string
type ExportSwaggerResponse ¶
type ExportSwaggerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ExportSwaggerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ExportSwaggerResponse) GoString ¶
func (s ExportSwaggerResponse) GoString() string
func (*ExportSwaggerResponse) SetBody ¶
func (s *ExportSwaggerResponse) SetBody(v *ExportSwaggerResponseBody) *ExportSwaggerResponse
func (*ExportSwaggerResponse) SetHeaders ¶
func (s *ExportSwaggerResponse) SetHeaders(v map[string]*string) *ExportSwaggerResponse
func (*ExportSwaggerResponse) SetStatusCode ¶
func (s *ExportSwaggerResponse) SetStatusCode(v int32) *ExportSwaggerResponse
func (ExportSwaggerResponse) String ¶
func (s ExportSwaggerResponse) String() string
type ExportSwaggerResponseBody ¶
type ExportSwaggerResponseBody struct { Data *string `json:"Data,omitempty" xml:"Data,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ExportSwaggerResponseBody) GoString ¶
func (s ExportSwaggerResponseBody) GoString() string
func (*ExportSwaggerResponseBody) SetData ¶
func (s *ExportSwaggerResponseBody) SetData(v string) *ExportSwaggerResponseBody
func (*ExportSwaggerResponseBody) SetRequestId ¶
func (s *ExportSwaggerResponseBody) SetRequestId(v string) *ExportSwaggerResponseBody
func (ExportSwaggerResponseBody) String ¶
func (s ExportSwaggerResponseBody) String() string
type GetApiMethodsRequest ¶
type GetApiMethodsRequest struct { ApiPath *string `json:"ApiPath,omitempty" xml:"ApiPath,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (GetApiMethodsRequest) GoString ¶
func (s GetApiMethodsRequest) GoString() string
func (*GetApiMethodsRequest) SetApiPath ¶
func (s *GetApiMethodsRequest) SetApiPath(v string) *GetApiMethodsRequest
func (*GetApiMethodsRequest) SetGroupId ¶
func (s *GetApiMethodsRequest) SetGroupId(v string) *GetApiMethodsRequest
func (*GetApiMethodsRequest) SetSecurityToken ¶
func (s *GetApiMethodsRequest) SetSecurityToken(v string) *GetApiMethodsRequest
func (*GetApiMethodsRequest) SetStageName ¶
func (s *GetApiMethodsRequest) SetStageName(v string) *GetApiMethodsRequest
func (GetApiMethodsRequest) String ¶
func (s GetApiMethodsRequest) String() string
type GetApiMethodsResponse ¶
type GetApiMethodsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetApiMethodsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetApiMethodsResponse) GoString ¶
func (s GetApiMethodsResponse) GoString() string
func (*GetApiMethodsResponse) SetBody ¶
func (s *GetApiMethodsResponse) SetBody(v *GetApiMethodsResponseBody) *GetApiMethodsResponse
func (*GetApiMethodsResponse) SetHeaders ¶
func (s *GetApiMethodsResponse) SetHeaders(v map[string]*string) *GetApiMethodsResponse
func (*GetApiMethodsResponse) SetStatusCode ¶
func (s *GetApiMethodsResponse) SetStatusCode(v int32) *GetApiMethodsResponse
func (GetApiMethodsResponse) String ¶
func (s GetApiMethodsResponse) String() string
type GetApiMethodsResponseBody ¶
type GetApiMethodsResponseBody struct { Methods []*string `json:"Methods,omitempty" xml:"Methods,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetApiMethodsResponseBody) GoString ¶
func (s GetApiMethodsResponseBody) GoString() string
func (*GetApiMethodsResponseBody) SetMethods ¶
func (s *GetApiMethodsResponseBody) SetMethods(v []*string) *GetApiMethodsResponseBody
func (*GetApiMethodsResponseBody) SetRequestId ¶
func (s *GetApiMethodsResponseBody) SetRequestId(v string) *GetApiMethodsResponseBody
func (GetApiMethodsResponseBody) String ¶
func (s GetApiMethodsResponseBody) String() string
type GetCustomizedInfoRequest ¶
type GetCustomizedInfoRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (GetCustomizedInfoRequest) GoString ¶
func (s GetCustomizedInfoRequest) GoString() string
func (*GetCustomizedInfoRequest) SetApiId ¶
func (s *GetCustomizedInfoRequest) SetApiId(v string) *GetCustomizedInfoRequest
func (*GetCustomizedInfoRequest) SetApiName ¶
func (s *GetCustomizedInfoRequest) SetApiName(v string) *GetCustomizedInfoRequest
func (*GetCustomizedInfoRequest) SetGroupId ¶
func (s *GetCustomizedInfoRequest) SetGroupId(v string) *GetCustomizedInfoRequest
func (*GetCustomizedInfoRequest) SetSecurityToken ¶
func (s *GetCustomizedInfoRequest) SetSecurityToken(v string) *GetCustomizedInfoRequest
func (*GetCustomizedInfoRequest) SetStageId ¶
func (s *GetCustomizedInfoRequest) SetStageId(v string) *GetCustomizedInfoRequest
func (*GetCustomizedInfoRequest) SetStageName ¶
func (s *GetCustomizedInfoRequest) SetStageName(v string) *GetCustomizedInfoRequest
func (GetCustomizedInfoRequest) String ¶
func (s GetCustomizedInfoRequest) String() string
type GetCustomizedInfoResponse ¶
type GetCustomizedInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetCustomizedInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCustomizedInfoResponse) GoString ¶
func (s GetCustomizedInfoResponse) GoString() string
func (*GetCustomizedInfoResponse) SetBody ¶
func (s *GetCustomizedInfoResponse) SetBody(v *GetCustomizedInfoResponseBody) *GetCustomizedInfoResponse
func (*GetCustomizedInfoResponse) SetHeaders ¶
func (s *GetCustomizedInfoResponse) SetHeaders(v map[string]*string) *GetCustomizedInfoResponse
func (*GetCustomizedInfoResponse) SetStatusCode ¶
func (s *GetCustomizedInfoResponse) SetStatusCode(v int32) *GetCustomizedInfoResponse
func (GetCustomizedInfoResponse) String ¶
func (s GetCustomizedInfoResponse) String() string
type GetCustomizedInfoResponseBody ¶
type GetCustomizedInfoResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SdkDemos *GetCustomizedInfoResponseBodySdkDemos `json:"SdkDemos,omitempty" xml:"SdkDemos,omitempty" type:"Struct"` }
func (GetCustomizedInfoResponseBody) GoString ¶
func (s GetCustomizedInfoResponseBody) GoString() string
func (*GetCustomizedInfoResponseBody) SetRequestId ¶
func (s *GetCustomizedInfoResponseBody) SetRequestId(v string) *GetCustomizedInfoResponseBody
func (*GetCustomizedInfoResponseBody) SetSdkDemos ¶
func (s *GetCustomizedInfoResponseBody) SetSdkDemos(v *GetCustomizedInfoResponseBodySdkDemos) *GetCustomizedInfoResponseBody
func (GetCustomizedInfoResponseBody) String ¶
func (s GetCustomizedInfoResponseBody) String() string
type GetCustomizedInfoResponseBodySdkDemos ¶
type GetCustomizedInfoResponseBodySdkDemos struct {
SdkDemo []*GetCustomizedInfoResponseBodySdkDemosSdkDemo `json:"SdkDemo,omitempty" xml:"SdkDemo,omitempty" type:"Repeated"`
}
func (GetCustomizedInfoResponseBodySdkDemos) GoString ¶
func (s GetCustomizedInfoResponseBodySdkDemos) GoString() string
func (*GetCustomizedInfoResponseBodySdkDemos) SetSdkDemo ¶
func (s *GetCustomizedInfoResponseBodySdkDemos) SetSdkDemo(v []*GetCustomizedInfoResponseBodySdkDemosSdkDemo) *GetCustomizedInfoResponseBodySdkDemos
func (GetCustomizedInfoResponseBodySdkDemos) String ¶
func (s GetCustomizedInfoResponseBodySdkDemos) String() string
type GetCustomizedInfoResponseBodySdkDemosSdkDemo ¶
type GetCustomizedInfoResponseBodySdkDemosSdkDemo struct { CallDemo *string `json:"CallDemo,omitempty" xml:"CallDemo,omitempty"` IdeKey *string `json:"IdeKey,omitempty" xml:"IdeKey,omitempty"` }
func (GetCustomizedInfoResponseBodySdkDemosSdkDemo) GoString ¶
func (s GetCustomizedInfoResponseBodySdkDemosSdkDemo) GoString() string
func (*GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetCallDemo ¶
func (s *GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetCallDemo(v string) *GetCustomizedInfoResponseBodySdkDemosSdkDemo
func (*GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetIdeKey ¶
func (s *GetCustomizedInfoResponseBodySdkDemosSdkDemo) SetIdeKey(v string) *GetCustomizedInfoResponseBodySdkDemosSdkDemo
func (GetCustomizedInfoResponseBodySdkDemosSdkDemo) String ¶
func (s GetCustomizedInfoResponseBodySdkDemosSdkDemo) String() string
type ImportSwaggerRequest ¶
type ImportSwaggerRequest struct { Data *string `json:"Data,omitempty" xml:"Data,omitempty"` DataFormat *string `json:"DataFormat,omitempty" xml:"DataFormat,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Overwrite *bool `json:"Overwrite,omitempty" xml:"Overwrite,omitempty"` }
func (ImportSwaggerRequest) GoString ¶
func (s ImportSwaggerRequest) GoString() string
func (*ImportSwaggerRequest) SetData ¶
func (s *ImportSwaggerRequest) SetData(v string) *ImportSwaggerRequest
func (*ImportSwaggerRequest) SetDataFormat ¶
func (s *ImportSwaggerRequest) SetDataFormat(v string) *ImportSwaggerRequest
func (*ImportSwaggerRequest) SetDryRun ¶
func (s *ImportSwaggerRequest) SetDryRun(v bool) *ImportSwaggerRequest
func (*ImportSwaggerRequest) SetGroupId ¶
func (s *ImportSwaggerRequest) SetGroupId(v string) *ImportSwaggerRequest
func (*ImportSwaggerRequest) SetOverwrite ¶
func (s *ImportSwaggerRequest) SetOverwrite(v bool) *ImportSwaggerRequest
func (ImportSwaggerRequest) String ¶
func (s ImportSwaggerRequest) String() string
type ImportSwaggerResponse ¶
type ImportSwaggerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ImportSwaggerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ImportSwaggerResponse) GoString ¶
func (s ImportSwaggerResponse) GoString() string
func (*ImportSwaggerResponse) SetBody ¶
func (s *ImportSwaggerResponse) SetBody(v *ImportSwaggerResponseBody) *ImportSwaggerResponse
func (*ImportSwaggerResponse) SetHeaders ¶
func (s *ImportSwaggerResponse) SetHeaders(v map[string]*string) *ImportSwaggerResponse
func (*ImportSwaggerResponse) SetStatusCode ¶
func (s *ImportSwaggerResponse) SetStatusCode(v int32) *ImportSwaggerResponse
func (ImportSwaggerResponse) String ¶
func (s ImportSwaggerResponse) String() string
type ImportSwaggerResponseBody ¶
type ImportSwaggerResponseBody struct { Failed *ImportSwaggerResponseBodyFailed `json:"Failed,omitempty" xml:"Failed,omitempty" type:"Struct"` ModelFailed *ImportSwaggerResponseBodyModelFailed `json:"ModelFailed,omitempty" xml:"ModelFailed,omitempty" type:"Struct"` ModelSuccess *ImportSwaggerResponseBodyModelSuccess `json:"ModelSuccess,omitempty" xml:"ModelSuccess,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *ImportSwaggerResponseBodySuccess `json:"Success,omitempty" xml:"Success,omitempty" type:"Struct"` }
func (ImportSwaggerResponseBody) GoString ¶
func (s ImportSwaggerResponseBody) GoString() string
func (*ImportSwaggerResponseBody) SetFailed ¶
func (s *ImportSwaggerResponseBody) SetFailed(v *ImportSwaggerResponseBodyFailed) *ImportSwaggerResponseBody
func (*ImportSwaggerResponseBody) SetModelFailed ¶
func (s *ImportSwaggerResponseBody) SetModelFailed(v *ImportSwaggerResponseBodyModelFailed) *ImportSwaggerResponseBody
func (*ImportSwaggerResponseBody) SetModelSuccess ¶
func (s *ImportSwaggerResponseBody) SetModelSuccess(v *ImportSwaggerResponseBodyModelSuccess) *ImportSwaggerResponseBody
func (*ImportSwaggerResponseBody) SetRequestId ¶
func (s *ImportSwaggerResponseBody) SetRequestId(v string) *ImportSwaggerResponseBody
func (*ImportSwaggerResponseBody) SetSuccess ¶
func (s *ImportSwaggerResponseBody) SetSuccess(v *ImportSwaggerResponseBodySuccess) *ImportSwaggerResponseBody
func (ImportSwaggerResponseBody) String ¶
func (s ImportSwaggerResponseBody) String() string
type ImportSwaggerResponseBodyFailed ¶
type ImportSwaggerResponseBodyFailed struct {
ApiImportSwaggerFailed []*ImportSwaggerResponseBodyFailedApiImportSwaggerFailed `json:"ApiImportSwaggerFailed,omitempty" xml:"ApiImportSwaggerFailed,omitempty" type:"Repeated"`
}
func (ImportSwaggerResponseBodyFailed) GoString ¶
func (s ImportSwaggerResponseBodyFailed) GoString() string
func (*ImportSwaggerResponseBodyFailed) SetApiImportSwaggerFailed ¶
func (s *ImportSwaggerResponseBodyFailed) SetApiImportSwaggerFailed(v []*ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) *ImportSwaggerResponseBodyFailed
func (ImportSwaggerResponseBodyFailed) String ¶
func (s ImportSwaggerResponseBodyFailed) String() string
type ImportSwaggerResponseBodyFailedApiImportSwaggerFailed ¶
type ImportSwaggerResponseBodyFailedApiImportSwaggerFailed struct { ErrorMsg *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` }
func (ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) GoString ¶
func (s ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) GoString() string
func (*ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetErrorMsg ¶
func (s *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetErrorMsg(v string) *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
func (*ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetHttpMethod ¶
func (s *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) SetHttpMethod(v string) *ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
func (ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) String ¶
func (s ImportSwaggerResponseBodyFailedApiImportSwaggerFailed) String() string
type ImportSwaggerResponseBodyModelFailed ¶
type ImportSwaggerResponseBodyModelFailed struct {
ApiImportModelFailed []*ImportSwaggerResponseBodyModelFailedApiImportModelFailed `json:"ApiImportModelFailed,omitempty" xml:"ApiImportModelFailed,omitempty" type:"Repeated"`
}
func (ImportSwaggerResponseBodyModelFailed) GoString ¶
func (s ImportSwaggerResponseBodyModelFailed) GoString() string
func (*ImportSwaggerResponseBodyModelFailed) SetApiImportModelFailed ¶
func (s *ImportSwaggerResponseBodyModelFailed) SetApiImportModelFailed(v []*ImportSwaggerResponseBodyModelFailedApiImportModelFailed) *ImportSwaggerResponseBodyModelFailed
func (ImportSwaggerResponseBodyModelFailed) String ¶
func (s ImportSwaggerResponseBodyModelFailed) String() string
type ImportSwaggerResponseBodyModelFailedApiImportModelFailed ¶
type ImportSwaggerResponseBodyModelFailedApiImportModelFailed struct { ErrorMsg *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` }
func (ImportSwaggerResponseBodyModelFailedApiImportModelFailed) GoString ¶
func (s ImportSwaggerResponseBodyModelFailedApiImportModelFailed) GoString() string
func (*ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetErrorMsg ¶
func (*ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetGroupId ¶
func (*ImportSwaggerResponseBodyModelFailedApiImportModelFailed) SetModelName ¶
func (ImportSwaggerResponseBodyModelFailedApiImportModelFailed) String ¶
func (s ImportSwaggerResponseBodyModelFailedApiImportModelFailed) String() string
type ImportSwaggerResponseBodyModelSuccess ¶
type ImportSwaggerResponseBodyModelSuccess struct {
ApiImportModelSuccess []*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess `json:"ApiImportModelSuccess,omitempty" xml:"ApiImportModelSuccess,omitempty" type:"Repeated"`
}
func (ImportSwaggerResponseBodyModelSuccess) GoString ¶
func (s ImportSwaggerResponseBodyModelSuccess) GoString() string
func (*ImportSwaggerResponseBodyModelSuccess) SetApiImportModelSuccess ¶
func (s *ImportSwaggerResponseBodyModelSuccess) SetApiImportModelSuccess(v []*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) *ImportSwaggerResponseBodyModelSuccess
func (ImportSwaggerResponseBodyModelSuccess) String ¶
func (s ImportSwaggerResponseBodyModelSuccess) String() string
type ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess ¶
type ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` ModelOperation *string `json:"ModelOperation,omitempty" xml:"ModelOperation,omitempty"` ModelUid *string `json:"ModelUid,omitempty" xml:"ModelUid,omitempty"` }
func (ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) GoString ¶
func (s ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) GoString() string
func (*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetGroupId ¶
func (*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelName ¶
func (*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelOperation ¶
func (s *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelOperation(v string) *ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess
func (*ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) SetModelUid ¶
func (ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) String ¶
func (s ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess) String() string
type ImportSwaggerResponseBodySuccess ¶
type ImportSwaggerResponseBodySuccess struct {
ApiImportSwaggerSuccess []*ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess `json:"ApiImportSwaggerSuccess,omitempty" xml:"ApiImportSwaggerSuccess,omitempty" type:"Repeated"`
}
func (ImportSwaggerResponseBodySuccess) GoString ¶
func (s ImportSwaggerResponseBodySuccess) GoString() string
func (*ImportSwaggerResponseBodySuccess) SetApiImportSwaggerSuccess ¶
func (s *ImportSwaggerResponseBodySuccess) SetApiImportSwaggerSuccess(v []*ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) *ImportSwaggerResponseBodySuccess
func (ImportSwaggerResponseBodySuccess) String ¶
func (s ImportSwaggerResponseBodySuccess) String() string
type ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess ¶
type ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess struct { ApiOperation *string `json:"ApiOperation,omitempty" xml:"ApiOperation,omitempty"` ApiUid *string `json:"ApiUid,omitempty" xml:"ApiUid,omitempty"` HttpMethod *string `json:"HttpMethod,omitempty" xml:"HttpMethod,omitempty"` Path *string `json:"Path,omitempty" xml:"Path,omitempty"` }
func (ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) GoString ¶
func (s ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) GoString() string
func (*ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetApiOperation ¶
func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetApiOperation(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
func (*ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetHttpMethod ¶
func (s *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) SetHttpMethod(v string) *ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
func (ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) String ¶
func (s ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess) String() string
type ModifyApiGroupRequest ¶
type ModifyApiGroupRequest struct { CompatibleFlags *string `json:"CompatibleFlags,omitempty" xml:"CompatibleFlags,omitempty"` CustomTraceConfig *string `json:"CustomTraceConfig,omitempty" xml:"CustomTraceConfig,omitempty"` DefaultDomain *string `json:"DefaultDomain,omitempty" xml:"DefaultDomain,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` PassthroughHeaders *string `json:"PassthroughHeaders,omitempty" xml:"PassthroughHeaders,omitempty"` RpcPattern *string `json:"RpcPattern,omitempty" xml:"RpcPattern,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` UserLogConfig *string `json:"UserLogConfig,omitempty" xml:"UserLogConfig,omitempty"` }
func (ModifyApiGroupRequest) GoString ¶
func (s ModifyApiGroupRequest) GoString() string
func (*ModifyApiGroupRequest) SetCompatibleFlags ¶
func (s *ModifyApiGroupRequest) SetCompatibleFlags(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetCustomTraceConfig ¶
func (s *ModifyApiGroupRequest) SetCustomTraceConfig(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetDefaultDomain ¶
func (s *ModifyApiGroupRequest) SetDefaultDomain(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetDescription ¶
func (s *ModifyApiGroupRequest) SetDescription(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetGroupId ¶
func (s *ModifyApiGroupRequest) SetGroupId(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetGroupName ¶
func (s *ModifyApiGroupRequest) SetGroupName(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetPassthroughHeaders ¶
func (s *ModifyApiGroupRequest) SetPassthroughHeaders(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetRpcPattern ¶
func (s *ModifyApiGroupRequest) SetRpcPattern(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetSecurityToken ¶
func (s *ModifyApiGroupRequest) SetSecurityToken(v string) *ModifyApiGroupRequest
func (*ModifyApiGroupRequest) SetUserLogConfig ¶
func (s *ModifyApiGroupRequest) SetUserLogConfig(v string) *ModifyApiGroupRequest
func (ModifyApiGroupRequest) String ¶
func (s ModifyApiGroupRequest) String() string
type ModifyApiGroupResponse ¶
type ModifyApiGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyApiGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyApiGroupResponse) GoString ¶
func (s ModifyApiGroupResponse) GoString() string
func (*ModifyApiGroupResponse) SetBody ¶
func (s *ModifyApiGroupResponse) SetBody(v *ModifyApiGroupResponseBody) *ModifyApiGroupResponse
func (*ModifyApiGroupResponse) SetHeaders ¶
func (s *ModifyApiGroupResponse) SetHeaders(v map[string]*string) *ModifyApiGroupResponse
func (*ModifyApiGroupResponse) SetStatusCode ¶
func (s *ModifyApiGroupResponse) SetStatusCode(v int32) *ModifyApiGroupResponse
func (ModifyApiGroupResponse) String ¶
func (s ModifyApiGroupResponse) String() string
type ModifyApiGroupResponseBody ¶
type ModifyApiGroupResponseBody struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` }
func (ModifyApiGroupResponseBody) GoString ¶
func (s ModifyApiGroupResponseBody) GoString() string
func (*ModifyApiGroupResponseBody) SetDescription ¶
func (s *ModifyApiGroupResponseBody) SetDescription(v string) *ModifyApiGroupResponseBody
func (*ModifyApiGroupResponseBody) SetGroupId ¶
func (s *ModifyApiGroupResponseBody) SetGroupId(v string) *ModifyApiGroupResponseBody
func (*ModifyApiGroupResponseBody) SetGroupName ¶
func (s *ModifyApiGroupResponseBody) SetGroupName(v string) *ModifyApiGroupResponseBody
func (*ModifyApiGroupResponseBody) SetRequestId ¶
func (s *ModifyApiGroupResponseBody) SetRequestId(v string) *ModifyApiGroupResponseBody
func (*ModifyApiGroupResponseBody) SetSubDomain ¶
func (s *ModifyApiGroupResponseBody) SetSubDomain(v string) *ModifyApiGroupResponseBody
func (ModifyApiGroupResponseBody) String ¶
func (s ModifyApiGroupResponseBody) String() string
type ModifyApiRequest ¶
type ModifyApiRequest struct { AllowSignatureMethod *string `json:"AllowSignatureMethod,omitempty" xml:"AllowSignatureMethod,omitempty"` ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` AppCodeAuthType *string `json:"AppCodeAuthType,omitempty" xml:"AppCodeAuthType,omitempty"` AuthType *string `json:"AuthType,omitempty" xml:"AuthType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableInternet *bool `json:"DisableInternet,omitempty" xml:"DisableInternet,omitempty"` ErrorCodeSamples *string `json:"ErrorCodeSamples,omitempty" xml:"ErrorCodeSamples,omitempty"` FailResultSample *string `json:"FailResultSample,omitempty" xml:"FailResultSample,omitempty"` ForceNonceCheck *bool `json:"ForceNonceCheck,omitempty" xml:"ForceNonceCheck,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` OpenIdConnectConfig *string `json:"OpenIdConnectConfig,omitempty" xml:"OpenIdConnectConfig,omitempty"` RequestConfig *string `json:"RequestConfig,omitempty" xml:"RequestConfig,omitempty"` RequestParamters *string `json:"RequestParamters,omitempty" xml:"RequestParamters,omitempty"` ResultBodyModel *string `json:"ResultBodyModel,omitempty" xml:"ResultBodyModel,omitempty"` ResultDescriptions *string `json:"ResultDescriptions,omitempty" xml:"ResultDescriptions,omitempty"` ResultSample *string `json:"ResultSample,omitempty" xml:"ResultSample,omitempty"` ResultType *string `json:"ResultType,omitempty" xml:"ResultType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` ServiceConfig *string `json:"ServiceConfig,omitempty" xml:"ServiceConfig,omitempty"` ServiceParameters *string `json:"ServiceParameters,omitempty" xml:"ServiceParameters,omitempty"` ServiceParametersMap *string `json:"ServiceParametersMap,omitempty" xml:"ServiceParametersMap,omitempty"` Visibility *string `json:"Visibility,omitempty" xml:"Visibility,omitempty"` WebSocketApiType *string `json:"WebSocketApiType,omitempty" xml:"WebSocketApiType,omitempty"` }
func (ModifyApiRequest) GoString ¶
func (s ModifyApiRequest) GoString() string
func (*ModifyApiRequest) SetAllowSignatureMethod ¶
func (s *ModifyApiRequest) SetAllowSignatureMethod(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetApiId ¶
func (s *ModifyApiRequest) SetApiId(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetApiName ¶
func (s *ModifyApiRequest) SetApiName(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetAppCodeAuthType ¶
func (s *ModifyApiRequest) SetAppCodeAuthType(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetAuthType ¶
func (s *ModifyApiRequest) SetAuthType(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetDescription ¶
func (s *ModifyApiRequest) SetDescription(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetDisableInternet ¶
func (s *ModifyApiRequest) SetDisableInternet(v bool) *ModifyApiRequest
func (*ModifyApiRequest) SetErrorCodeSamples ¶
func (s *ModifyApiRequest) SetErrorCodeSamples(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetFailResultSample ¶
func (s *ModifyApiRequest) SetFailResultSample(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetForceNonceCheck ¶
func (s *ModifyApiRequest) SetForceNonceCheck(v bool) *ModifyApiRequest
func (*ModifyApiRequest) SetGroupId ¶
func (s *ModifyApiRequest) SetGroupId(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetOpenIdConnectConfig ¶
func (s *ModifyApiRequest) SetOpenIdConnectConfig(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetRequestConfig ¶
func (s *ModifyApiRequest) SetRequestConfig(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetRequestParamters ¶
func (s *ModifyApiRequest) SetRequestParamters(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetResultBodyModel ¶
func (s *ModifyApiRequest) SetResultBodyModel(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetResultDescriptions ¶
func (s *ModifyApiRequest) SetResultDescriptions(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetResultSample ¶
func (s *ModifyApiRequest) SetResultSample(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetResultType ¶
func (s *ModifyApiRequest) SetResultType(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetSecurityToken ¶
func (s *ModifyApiRequest) SetSecurityToken(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetServiceConfig ¶
func (s *ModifyApiRequest) SetServiceConfig(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetServiceParameters ¶
func (s *ModifyApiRequest) SetServiceParameters(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetServiceParametersMap ¶
func (s *ModifyApiRequest) SetServiceParametersMap(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetVisibility ¶
func (s *ModifyApiRequest) SetVisibility(v string) *ModifyApiRequest
func (*ModifyApiRequest) SetWebSocketApiType ¶
func (s *ModifyApiRequest) SetWebSocketApiType(v string) *ModifyApiRequest
func (ModifyApiRequest) String ¶
func (s ModifyApiRequest) String() string
type ModifyApiResponse ¶
type ModifyApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyApiResponse) GoString ¶
func (s ModifyApiResponse) GoString() string
func (*ModifyApiResponse) SetBody ¶
func (s *ModifyApiResponse) SetBody(v *ModifyApiResponseBody) *ModifyApiResponse
func (*ModifyApiResponse) SetHeaders ¶
func (s *ModifyApiResponse) SetHeaders(v map[string]*string) *ModifyApiResponse
func (*ModifyApiResponse) SetStatusCode ¶
func (s *ModifyApiResponse) SetStatusCode(v int32) *ModifyApiResponse
func (ModifyApiResponse) String ¶
func (s ModifyApiResponse) String() string
type ModifyApiResponseBody ¶
type ModifyApiResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyApiResponseBody) GoString ¶
func (s ModifyApiResponseBody) GoString() string
func (*ModifyApiResponseBody) SetRequestId ¶
func (s *ModifyApiResponseBody) SetRequestId(v string) *ModifyApiResponseBody
func (ModifyApiResponseBody) String ¶
func (s ModifyApiResponseBody) String() string
type ModifyAppRequest ¶
type ModifyAppRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ModifyAppRequest) GoString ¶
func (s ModifyAppRequest) GoString() string
func (*ModifyAppRequest) SetAppId ¶
func (s *ModifyAppRequest) SetAppId(v int64) *ModifyAppRequest
func (*ModifyAppRequest) SetAppName ¶
func (s *ModifyAppRequest) SetAppName(v string) *ModifyAppRequest
func (*ModifyAppRequest) SetDescription ¶
func (s *ModifyAppRequest) SetDescription(v string) *ModifyAppRequest
func (*ModifyAppRequest) SetSecurityToken ¶
func (s *ModifyAppRequest) SetSecurityToken(v string) *ModifyAppRequest
func (ModifyAppRequest) String ¶
func (s ModifyAppRequest) String() string
type ModifyAppResponse ¶
type ModifyAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyAppResponse) GoString ¶
func (s ModifyAppResponse) GoString() string
func (*ModifyAppResponse) SetBody ¶
func (s *ModifyAppResponse) SetBody(v *ModifyAppResponseBody) *ModifyAppResponse
func (*ModifyAppResponse) SetHeaders ¶
func (s *ModifyAppResponse) SetHeaders(v map[string]*string) *ModifyAppResponse
func (*ModifyAppResponse) SetStatusCode ¶
func (s *ModifyAppResponse) SetStatusCode(v int32) *ModifyAppResponse
func (ModifyAppResponse) String ¶
func (s ModifyAppResponse) String() string
type ModifyAppResponseBody ¶
type ModifyAppResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyAppResponseBody) GoString ¶
func (s ModifyAppResponseBody) GoString() string
func (*ModifyAppResponseBody) SetRequestId ¶
func (s *ModifyAppResponseBody) SetRequestId(v string) *ModifyAppResponseBody
func (ModifyAppResponseBody) String ¶
func (s ModifyAppResponseBody) String() string
type ModifyInstanceAttributeRequest ¶
type ModifyInstanceAttributeRequest struct { HttpsPolicy *string `json:"HttpsPolicy,omitempty" xml:"HttpsPolicy,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` }
func (ModifyInstanceAttributeRequest) GoString ¶
func (s ModifyInstanceAttributeRequest) GoString() string
func (*ModifyInstanceAttributeRequest) SetHttpsPolicy ¶
func (s *ModifyInstanceAttributeRequest) SetHttpsPolicy(v string) *ModifyInstanceAttributeRequest
func (*ModifyInstanceAttributeRequest) SetInstanceId ¶
func (s *ModifyInstanceAttributeRequest) SetInstanceId(v string) *ModifyInstanceAttributeRequest
func (*ModifyInstanceAttributeRequest) SetInstanceName ¶
func (s *ModifyInstanceAttributeRequest) SetInstanceName(v string) *ModifyInstanceAttributeRequest
func (*ModifyInstanceAttributeRequest) SetToken ¶
func (s *ModifyInstanceAttributeRequest) SetToken(v string) *ModifyInstanceAttributeRequest
func (ModifyInstanceAttributeRequest) String ¶
func (s ModifyInstanceAttributeRequest) String() string
type ModifyInstanceAttributeResponse ¶
type ModifyInstanceAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyInstanceAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyInstanceAttributeResponse) GoString ¶
func (s ModifyInstanceAttributeResponse) GoString() string
func (*ModifyInstanceAttributeResponse) SetBody ¶
func (s *ModifyInstanceAttributeResponse) SetBody(v *ModifyInstanceAttributeResponseBody) *ModifyInstanceAttributeResponse
func (*ModifyInstanceAttributeResponse) SetHeaders ¶
func (s *ModifyInstanceAttributeResponse) SetHeaders(v map[string]*string) *ModifyInstanceAttributeResponse
func (*ModifyInstanceAttributeResponse) SetStatusCode ¶
func (s *ModifyInstanceAttributeResponse) SetStatusCode(v int32) *ModifyInstanceAttributeResponse
func (ModifyInstanceAttributeResponse) String ¶
func (s ModifyInstanceAttributeResponse) String() string
type ModifyInstanceAttributeResponseBody ¶
type ModifyInstanceAttributeResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyInstanceAttributeResponseBody) GoString ¶
func (s ModifyInstanceAttributeResponseBody) GoString() string
func (*ModifyInstanceAttributeResponseBody) SetRequestId ¶
func (s *ModifyInstanceAttributeResponseBody) SetRequestId(v string) *ModifyInstanceAttributeResponseBody
func (ModifyInstanceAttributeResponseBody) String ¶
func (s ModifyInstanceAttributeResponseBody) String() string
type ModifyInstanceVpcAttributeRequest ¶
type ModifyInstanceVpcAttributeRequest struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (ModifyInstanceVpcAttributeRequest) GoString ¶
func (s ModifyInstanceVpcAttributeRequest) GoString() string
func (*ModifyInstanceVpcAttributeRequest) SetInstanceId ¶
func (s *ModifyInstanceVpcAttributeRequest) SetInstanceId(v string) *ModifyInstanceVpcAttributeRequest
func (*ModifyInstanceVpcAttributeRequest) SetToken ¶
func (s *ModifyInstanceVpcAttributeRequest) SetToken(v string) *ModifyInstanceVpcAttributeRequest
func (*ModifyInstanceVpcAttributeRequest) SetVpcId ¶
func (s *ModifyInstanceVpcAttributeRequest) SetVpcId(v string) *ModifyInstanceVpcAttributeRequest
func (ModifyInstanceVpcAttributeRequest) String ¶
func (s ModifyInstanceVpcAttributeRequest) String() string
type ModifyInstanceVpcAttributeResponse ¶
type ModifyInstanceVpcAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyInstanceVpcAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyInstanceVpcAttributeResponse) GoString ¶
func (s ModifyInstanceVpcAttributeResponse) GoString() string
func (*ModifyInstanceVpcAttributeResponse) SetHeaders ¶
func (s *ModifyInstanceVpcAttributeResponse) SetHeaders(v map[string]*string) *ModifyInstanceVpcAttributeResponse
func (*ModifyInstanceVpcAttributeResponse) SetStatusCode ¶
func (s *ModifyInstanceVpcAttributeResponse) SetStatusCode(v int32) *ModifyInstanceVpcAttributeResponse
func (ModifyInstanceVpcAttributeResponse) String ¶
func (s ModifyInstanceVpcAttributeResponse) String() string
type ModifyInstanceVpcAttributeResponseBody ¶
type ModifyInstanceVpcAttributeResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyInstanceVpcAttributeResponseBody) GoString ¶
func (s ModifyInstanceVpcAttributeResponseBody) GoString() string
func (*ModifyInstanceVpcAttributeResponseBody) SetRequestId ¶
func (s *ModifyInstanceVpcAttributeResponseBody) SetRequestId(v string) *ModifyInstanceVpcAttributeResponseBody
func (ModifyInstanceVpcAttributeResponseBody) String ¶
func (s ModifyInstanceVpcAttributeResponseBody) String() string
type ModifyIpControlPolicyItemRequest ¶
type ModifyIpControlPolicyItemRequest struct { AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` CidrIp *string `json:"CidrIp,omitempty" xml:"CidrIp,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` PolicyItemId *string `json:"PolicyItemId,omitempty" xml:"PolicyItemId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ModifyIpControlPolicyItemRequest) GoString ¶
func (s ModifyIpControlPolicyItemRequest) GoString() string
func (*ModifyIpControlPolicyItemRequest) SetAppId ¶
func (s *ModifyIpControlPolicyItemRequest) SetAppId(v string) *ModifyIpControlPolicyItemRequest
func (*ModifyIpControlPolicyItemRequest) SetCidrIp ¶
func (s *ModifyIpControlPolicyItemRequest) SetCidrIp(v string) *ModifyIpControlPolicyItemRequest
func (*ModifyIpControlPolicyItemRequest) SetIpControlId ¶
func (s *ModifyIpControlPolicyItemRequest) SetIpControlId(v string) *ModifyIpControlPolicyItemRequest
func (*ModifyIpControlPolicyItemRequest) SetPolicyItemId ¶
func (s *ModifyIpControlPolicyItemRequest) SetPolicyItemId(v string) *ModifyIpControlPolicyItemRequest
func (*ModifyIpControlPolicyItemRequest) SetSecurityToken ¶
func (s *ModifyIpControlPolicyItemRequest) SetSecurityToken(v string) *ModifyIpControlPolicyItemRequest
func (ModifyIpControlPolicyItemRequest) String ¶
func (s ModifyIpControlPolicyItemRequest) String() string
type ModifyIpControlPolicyItemResponse ¶
type ModifyIpControlPolicyItemResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyIpControlPolicyItemResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyIpControlPolicyItemResponse) GoString ¶
func (s ModifyIpControlPolicyItemResponse) GoString() string
func (*ModifyIpControlPolicyItemResponse) SetHeaders ¶
func (s *ModifyIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *ModifyIpControlPolicyItemResponse
func (*ModifyIpControlPolicyItemResponse) SetStatusCode ¶
func (s *ModifyIpControlPolicyItemResponse) SetStatusCode(v int32) *ModifyIpControlPolicyItemResponse
func (ModifyIpControlPolicyItemResponse) String ¶
func (s ModifyIpControlPolicyItemResponse) String() string
type ModifyIpControlPolicyItemResponseBody ¶
type ModifyIpControlPolicyItemResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyIpControlPolicyItemResponseBody) GoString ¶
func (s ModifyIpControlPolicyItemResponseBody) GoString() string
func (*ModifyIpControlPolicyItemResponseBody) SetRequestId ¶
func (s *ModifyIpControlPolicyItemResponseBody) SetRequestId(v string) *ModifyIpControlPolicyItemResponseBody
func (ModifyIpControlPolicyItemResponseBody) String ¶
func (s ModifyIpControlPolicyItemResponseBody) String() string
type ModifyIpControlRequest ¶
type ModifyIpControlRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` IpControlName *string `json:"IpControlName,omitempty" xml:"IpControlName,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ModifyIpControlRequest) GoString ¶
func (s ModifyIpControlRequest) GoString() string
func (*ModifyIpControlRequest) SetDescription ¶
func (s *ModifyIpControlRequest) SetDescription(v string) *ModifyIpControlRequest
func (*ModifyIpControlRequest) SetIpControlId ¶
func (s *ModifyIpControlRequest) SetIpControlId(v string) *ModifyIpControlRequest
func (*ModifyIpControlRequest) SetIpControlName ¶
func (s *ModifyIpControlRequest) SetIpControlName(v string) *ModifyIpControlRequest
func (*ModifyIpControlRequest) SetSecurityToken ¶
func (s *ModifyIpControlRequest) SetSecurityToken(v string) *ModifyIpControlRequest
func (ModifyIpControlRequest) String ¶
func (s ModifyIpControlRequest) String() string
type ModifyIpControlResponse ¶
type ModifyIpControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyIpControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyIpControlResponse) GoString ¶
func (s ModifyIpControlResponse) GoString() string
func (*ModifyIpControlResponse) SetBody ¶
func (s *ModifyIpControlResponse) SetBody(v *ModifyIpControlResponseBody) *ModifyIpControlResponse
func (*ModifyIpControlResponse) SetHeaders ¶
func (s *ModifyIpControlResponse) SetHeaders(v map[string]*string) *ModifyIpControlResponse
func (*ModifyIpControlResponse) SetStatusCode ¶
func (s *ModifyIpControlResponse) SetStatusCode(v int32) *ModifyIpControlResponse
func (ModifyIpControlResponse) String ¶
func (s ModifyIpControlResponse) String() string
type ModifyIpControlResponseBody ¶
type ModifyIpControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyIpControlResponseBody) GoString ¶
func (s ModifyIpControlResponseBody) GoString() string
func (*ModifyIpControlResponseBody) SetRequestId ¶
func (s *ModifyIpControlResponseBody) SetRequestId(v string) *ModifyIpControlResponseBody
func (ModifyIpControlResponseBody) String ¶
func (s ModifyIpControlResponseBody) String() string
type ModifyLogConfigRequest ¶
type ModifyLogConfigRequest struct { LogType *string `json:"LogType,omitempty" xml:"LogType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` SlsLogStore *string `json:"SlsLogStore,omitempty" xml:"SlsLogStore,omitempty"` SlsProject *string `json:"SlsProject,omitempty" xml:"SlsProject,omitempty"` }
func (ModifyLogConfigRequest) GoString ¶
func (s ModifyLogConfigRequest) GoString() string
func (*ModifyLogConfigRequest) SetLogType ¶
func (s *ModifyLogConfigRequest) SetLogType(v string) *ModifyLogConfigRequest
func (*ModifyLogConfigRequest) SetSecurityToken ¶
func (s *ModifyLogConfigRequest) SetSecurityToken(v string) *ModifyLogConfigRequest
func (*ModifyLogConfigRequest) SetSlsLogStore ¶
func (s *ModifyLogConfigRequest) SetSlsLogStore(v string) *ModifyLogConfigRequest
func (*ModifyLogConfigRequest) SetSlsProject ¶
func (s *ModifyLogConfigRequest) SetSlsProject(v string) *ModifyLogConfigRequest
func (ModifyLogConfigRequest) String ¶
func (s ModifyLogConfigRequest) String() string
type ModifyLogConfigResponse ¶
type ModifyLogConfigResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyLogConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyLogConfigResponse) GoString ¶
func (s ModifyLogConfigResponse) GoString() string
func (*ModifyLogConfigResponse) SetBody ¶
func (s *ModifyLogConfigResponse) SetBody(v *ModifyLogConfigResponseBody) *ModifyLogConfigResponse
func (*ModifyLogConfigResponse) SetHeaders ¶
func (s *ModifyLogConfigResponse) SetHeaders(v map[string]*string) *ModifyLogConfigResponse
func (*ModifyLogConfigResponse) SetStatusCode ¶
func (s *ModifyLogConfigResponse) SetStatusCode(v int32) *ModifyLogConfigResponse
func (ModifyLogConfigResponse) String ¶
func (s ModifyLogConfigResponse) String() string
type ModifyLogConfigResponseBody ¶
type ModifyLogConfigResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyLogConfigResponseBody) GoString ¶
func (s ModifyLogConfigResponseBody) GoString() string
func (*ModifyLogConfigResponseBody) SetRequestId ¶
func (s *ModifyLogConfigResponseBody) SetRequestId(v string) *ModifyLogConfigResponseBody
func (ModifyLogConfigResponseBody) String ¶
func (s ModifyLogConfigResponseBody) String() string
type ModifySecretKeyRequest ¶
type ModifySecretKeyRequest struct { SecretKey *string `json:"SecretKey,omitempty" xml:"SecretKey,omitempty"` SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` SecretValue *string `json:"SecretValue,omitempty" xml:"SecretValue,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ModifySecretKeyRequest) GoString ¶
func (s ModifySecretKeyRequest) GoString() string
func (*ModifySecretKeyRequest) SetSecretKey ¶
func (s *ModifySecretKeyRequest) SetSecretKey(v string) *ModifySecretKeyRequest
func (*ModifySecretKeyRequest) SetSecretKeyId ¶
func (s *ModifySecretKeyRequest) SetSecretKeyId(v string) *ModifySecretKeyRequest
func (*ModifySecretKeyRequest) SetSecretKeyName ¶
func (s *ModifySecretKeyRequest) SetSecretKeyName(v string) *ModifySecretKeyRequest
func (*ModifySecretKeyRequest) SetSecretValue ¶
func (s *ModifySecretKeyRequest) SetSecretValue(v string) *ModifySecretKeyRequest
func (*ModifySecretKeyRequest) SetSecurityToken ¶
func (s *ModifySecretKeyRequest) SetSecurityToken(v string) *ModifySecretKeyRequest
func (ModifySecretKeyRequest) String ¶
func (s ModifySecretKeyRequest) String() string
type ModifySecretKeyResponse ¶
type ModifySecretKeyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifySecretKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifySecretKeyResponse) GoString ¶
func (s ModifySecretKeyResponse) GoString() string
func (*ModifySecretKeyResponse) SetBody ¶
func (s *ModifySecretKeyResponse) SetBody(v *ModifySecretKeyResponseBody) *ModifySecretKeyResponse
func (*ModifySecretKeyResponse) SetHeaders ¶
func (s *ModifySecretKeyResponse) SetHeaders(v map[string]*string) *ModifySecretKeyResponse
func (*ModifySecretKeyResponse) SetStatusCode ¶
func (s *ModifySecretKeyResponse) SetStatusCode(v int32) *ModifySecretKeyResponse
func (ModifySecretKeyResponse) String ¶
func (s ModifySecretKeyResponse) String() string
type ModifySecretKeyResponseBody ¶
type ModifySecretKeyResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SecretKeyId *string `json:"SecretKeyId,omitempty" xml:"SecretKeyId,omitempty"` SecretKeyName *string `json:"SecretKeyName,omitempty" xml:"SecretKeyName,omitempty"` }
func (ModifySecretKeyResponseBody) GoString ¶
func (s ModifySecretKeyResponseBody) GoString() string
func (*ModifySecretKeyResponseBody) SetRequestId ¶
func (s *ModifySecretKeyResponseBody) SetRequestId(v string) *ModifySecretKeyResponseBody
func (*ModifySecretKeyResponseBody) SetSecretKeyId ¶
func (s *ModifySecretKeyResponseBody) SetSecretKeyId(v string) *ModifySecretKeyResponseBody
func (*ModifySecretKeyResponseBody) SetSecretKeyName ¶
func (s *ModifySecretKeyResponseBody) SetSecretKeyName(v string) *ModifySecretKeyResponseBody
func (ModifySecretKeyResponseBody) String ¶
func (s ModifySecretKeyResponseBody) String() string
type ModifyTrafficControlRequest ¶
type ModifyTrafficControlRequest struct { ApiDefault *int32 `json:"ApiDefault,omitempty" xml:"ApiDefault,omitempty"` AppDefault *int32 `json:"AppDefault,omitempty" xml:"AppDefault,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` TrafficControlId *string `json:"TrafficControlId,omitempty" xml:"TrafficControlId,omitempty"` TrafficControlName *string `json:"TrafficControlName,omitempty" xml:"TrafficControlName,omitempty"` TrafficControlUnit *string `json:"TrafficControlUnit,omitempty" xml:"TrafficControlUnit,omitempty"` UserDefault *int32 `json:"UserDefault,omitempty" xml:"UserDefault,omitempty"` }
func (ModifyTrafficControlRequest) GoString ¶
func (s ModifyTrafficControlRequest) GoString() string
func (*ModifyTrafficControlRequest) SetApiDefault ¶
func (s *ModifyTrafficControlRequest) SetApiDefault(v int32) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetAppDefault ¶
func (s *ModifyTrafficControlRequest) SetAppDefault(v int32) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetDescription ¶
func (s *ModifyTrafficControlRequest) SetDescription(v string) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetSecurityToken ¶
func (s *ModifyTrafficControlRequest) SetSecurityToken(v string) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetTrafficControlId ¶
func (s *ModifyTrafficControlRequest) SetTrafficControlId(v string) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetTrafficControlName ¶
func (s *ModifyTrafficControlRequest) SetTrafficControlName(v string) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetTrafficControlUnit ¶
func (s *ModifyTrafficControlRequest) SetTrafficControlUnit(v string) *ModifyTrafficControlRequest
func (*ModifyTrafficControlRequest) SetUserDefault ¶
func (s *ModifyTrafficControlRequest) SetUserDefault(v int32) *ModifyTrafficControlRequest
func (ModifyTrafficControlRequest) String ¶
func (s ModifyTrafficControlRequest) String() string
type ModifyTrafficControlResponse ¶
type ModifyTrafficControlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ModifyTrafficControlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ModifyTrafficControlResponse) GoString ¶
func (s ModifyTrafficControlResponse) GoString() string
func (*ModifyTrafficControlResponse) SetBody ¶
func (s *ModifyTrafficControlResponse) SetBody(v *ModifyTrafficControlResponseBody) *ModifyTrafficControlResponse
func (*ModifyTrafficControlResponse) SetHeaders ¶
func (s *ModifyTrafficControlResponse) SetHeaders(v map[string]*string) *ModifyTrafficControlResponse
func (*ModifyTrafficControlResponse) SetStatusCode ¶
func (s *ModifyTrafficControlResponse) SetStatusCode(v int32) *ModifyTrafficControlResponse
func (ModifyTrafficControlResponse) String ¶
func (s ModifyTrafficControlResponse) String() string
type ModifyTrafficControlResponseBody ¶
type ModifyTrafficControlResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ModifyTrafficControlResponseBody) GoString ¶
func (s ModifyTrafficControlResponseBody) GoString() string
func (*ModifyTrafficControlResponseBody) SetRequestId ¶
func (s *ModifyTrafficControlResponseBody) SetRequestId(v string) *ModifyTrafficControlResponseBody
func (ModifyTrafficControlResponseBody) String ¶
func (s ModifyTrafficControlResponseBody) String() string
type ReactivateDomainRequest ¶
type ReactivateDomainRequest struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ReactivateDomainRequest) GoString ¶
func (s ReactivateDomainRequest) GoString() string
func (*ReactivateDomainRequest) SetDomainName ¶
func (s *ReactivateDomainRequest) SetDomainName(v string) *ReactivateDomainRequest
func (*ReactivateDomainRequest) SetGroupId ¶
func (s *ReactivateDomainRequest) SetGroupId(v string) *ReactivateDomainRequest
func (*ReactivateDomainRequest) SetSecurityToken ¶
func (s *ReactivateDomainRequest) SetSecurityToken(v string) *ReactivateDomainRequest
func (ReactivateDomainRequest) String ¶
func (s ReactivateDomainRequest) String() string
type ReactivateDomainResponse ¶
type ReactivateDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ReactivateDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ReactivateDomainResponse) GoString ¶
func (s ReactivateDomainResponse) GoString() string
func (*ReactivateDomainResponse) SetBody ¶
func (s *ReactivateDomainResponse) SetBody(v *ReactivateDomainResponseBody) *ReactivateDomainResponse
func (*ReactivateDomainResponse) SetHeaders ¶
func (s *ReactivateDomainResponse) SetHeaders(v map[string]*string) *ReactivateDomainResponse
func (*ReactivateDomainResponse) SetStatusCode ¶
func (s *ReactivateDomainResponse) SetStatusCode(v int32) *ReactivateDomainResponse
func (ReactivateDomainResponse) String ¶
func (s ReactivateDomainResponse) String() string
type ReactivateDomainResponseBody ¶
type ReactivateDomainResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ReactivateDomainResponseBody) GoString ¶
func (s ReactivateDomainResponseBody) GoString() string
func (*ReactivateDomainResponseBody) SetRequestId ¶
func (s *ReactivateDomainResponseBody) SetRequestId(v string) *ReactivateDomainResponseBody
func (ReactivateDomainResponseBody) String ¶
func (s ReactivateDomainResponseBody) String() string
type RecoverApiFromHistoricalRequest ¶
type RecoverApiFromHistoricalRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RecoverApiFromHistoricalRequest) GoString ¶
func (s RecoverApiFromHistoricalRequest) GoString() string
func (*RecoverApiFromHistoricalRequest) SetApiId ¶
func (s *RecoverApiFromHistoricalRequest) SetApiId(v string) *RecoverApiFromHistoricalRequest
func (*RecoverApiFromHistoricalRequest) SetGroupId ¶
func (s *RecoverApiFromHistoricalRequest) SetGroupId(v string) *RecoverApiFromHistoricalRequest
func (*RecoverApiFromHistoricalRequest) SetHistoryVersion ¶
func (s *RecoverApiFromHistoricalRequest) SetHistoryVersion(v string) *RecoverApiFromHistoricalRequest
func (*RecoverApiFromHistoricalRequest) SetSecurityToken ¶
func (s *RecoverApiFromHistoricalRequest) SetSecurityToken(v string) *RecoverApiFromHistoricalRequest
func (*RecoverApiFromHistoricalRequest) SetStageName ¶
func (s *RecoverApiFromHistoricalRequest) SetStageName(v string) *RecoverApiFromHistoricalRequest
func (RecoverApiFromHistoricalRequest) String ¶
func (s RecoverApiFromHistoricalRequest) String() string
type RecoverApiFromHistoricalResponse ¶
type RecoverApiFromHistoricalResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RecoverApiFromHistoricalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RecoverApiFromHistoricalResponse) GoString ¶
func (s RecoverApiFromHistoricalResponse) GoString() string
func (*RecoverApiFromHistoricalResponse) SetBody ¶
func (s *RecoverApiFromHistoricalResponse) SetBody(v *RecoverApiFromHistoricalResponseBody) *RecoverApiFromHistoricalResponse
func (*RecoverApiFromHistoricalResponse) SetHeaders ¶
func (s *RecoverApiFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoverApiFromHistoricalResponse
func (*RecoverApiFromHistoricalResponse) SetStatusCode ¶
func (s *RecoverApiFromHistoricalResponse) SetStatusCode(v int32) *RecoverApiFromHistoricalResponse
func (RecoverApiFromHistoricalResponse) String ¶
func (s RecoverApiFromHistoricalResponse) String() string
type RecoverApiFromHistoricalResponseBody ¶
type RecoverApiFromHistoricalResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RecoverApiFromHistoricalResponseBody) GoString ¶
func (s RecoverApiFromHistoricalResponseBody) GoString() string
func (*RecoverApiFromHistoricalResponseBody) SetRequestId ¶
func (s *RecoverApiFromHistoricalResponseBody) SetRequestId(v string) *RecoverApiFromHistoricalResponseBody
func (RecoverApiFromHistoricalResponseBody) String ¶
func (s RecoverApiFromHistoricalResponseBody) String() string
type RecoveryApiDefineFromHistoricalRequest ¶
type RecoveryApiDefineFromHistoricalRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RecoveryApiDefineFromHistoricalRequest) GoString ¶
func (s RecoveryApiDefineFromHistoricalRequest) GoString() string
func (*RecoveryApiDefineFromHistoricalRequest) SetApiId ¶
func (s *RecoveryApiDefineFromHistoricalRequest) SetApiId(v string) *RecoveryApiDefineFromHistoricalRequest
func (*RecoveryApiDefineFromHistoricalRequest) SetGroupId ¶
func (s *RecoveryApiDefineFromHistoricalRequest) SetGroupId(v string) *RecoveryApiDefineFromHistoricalRequest
func (*RecoveryApiDefineFromHistoricalRequest) SetHistoryVersion ¶
func (s *RecoveryApiDefineFromHistoricalRequest) SetHistoryVersion(v string) *RecoveryApiDefineFromHistoricalRequest
func (*RecoveryApiDefineFromHistoricalRequest) SetSecurityToken ¶
func (s *RecoveryApiDefineFromHistoricalRequest) SetSecurityToken(v string) *RecoveryApiDefineFromHistoricalRequest
func (*RecoveryApiDefineFromHistoricalRequest) SetStageName ¶
func (s *RecoveryApiDefineFromHistoricalRequest) SetStageName(v string) *RecoveryApiDefineFromHistoricalRequest
func (RecoveryApiDefineFromHistoricalRequest) String ¶
func (s RecoveryApiDefineFromHistoricalRequest) String() string
type RecoveryApiDefineFromHistoricalResponse ¶
type RecoveryApiDefineFromHistoricalResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RecoveryApiDefineFromHistoricalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RecoveryApiDefineFromHistoricalResponse) GoString ¶
func (s RecoveryApiDefineFromHistoricalResponse) GoString() string
func (*RecoveryApiDefineFromHistoricalResponse) SetHeaders ¶
func (s *RecoveryApiDefineFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoveryApiDefineFromHistoricalResponse
func (*RecoveryApiDefineFromHistoricalResponse) SetStatusCode ¶
func (s *RecoveryApiDefineFromHistoricalResponse) SetStatusCode(v int32) *RecoveryApiDefineFromHistoricalResponse
func (RecoveryApiDefineFromHistoricalResponse) String ¶
func (s RecoveryApiDefineFromHistoricalResponse) String() string
type RecoveryApiDefineFromHistoricalResponseBody ¶
type RecoveryApiDefineFromHistoricalResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RecoveryApiDefineFromHistoricalResponseBody) GoString ¶
func (s RecoveryApiDefineFromHistoricalResponseBody) GoString() string
func (*RecoveryApiDefineFromHistoricalResponseBody) SetRequestId ¶
func (s *RecoveryApiDefineFromHistoricalResponseBody) SetRequestId(v string) *RecoveryApiDefineFromHistoricalResponseBody
func (RecoveryApiDefineFromHistoricalResponseBody) String ¶
func (s RecoveryApiDefineFromHistoricalResponseBody) String() string
type RecoveryApiFromHistoricalRequest ¶
type RecoveryApiFromHistoricalRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RecoveryApiFromHistoricalRequest) GoString ¶
func (s RecoveryApiFromHistoricalRequest) GoString() string
func (*RecoveryApiFromHistoricalRequest) SetApiId ¶
func (s *RecoveryApiFromHistoricalRequest) SetApiId(v string) *RecoveryApiFromHistoricalRequest
func (*RecoveryApiFromHistoricalRequest) SetGroupId ¶
func (s *RecoveryApiFromHistoricalRequest) SetGroupId(v string) *RecoveryApiFromHistoricalRequest
func (*RecoveryApiFromHistoricalRequest) SetHistoryVersion ¶
func (s *RecoveryApiFromHistoricalRequest) SetHistoryVersion(v string) *RecoveryApiFromHistoricalRequest
func (*RecoveryApiFromHistoricalRequest) SetSecurityToken ¶
func (s *RecoveryApiFromHistoricalRequest) SetSecurityToken(v string) *RecoveryApiFromHistoricalRequest
func (*RecoveryApiFromHistoricalRequest) SetStageName ¶
func (s *RecoveryApiFromHistoricalRequest) SetStageName(v string) *RecoveryApiFromHistoricalRequest
func (RecoveryApiFromHistoricalRequest) String ¶
func (s RecoveryApiFromHistoricalRequest) String() string
type RecoveryApiFromHistoricalResponse ¶
type RecoveryApiFromHistoricalResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RecoveryApiFromHistoricalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RecoveryApiFromHistoricalResponse) GoString ¶
func (s RecoveryApiFromHistoricalResponse) GoString() string
func (*RecoveryApiFromHistoricalResponse) SetHeaders ¶
func (s *RecoveryApiFromHistoricalResponse) SetHeaders(v map[string]*string) *RecoveryApiFromHistoricalResponse
func (*RecoveryApiFromHistoricalResponse) SetStatusCode ¶
func (s *RecoveryApiFromHistoricalResponse) SetStatusCode(v int32) *RecoveryApiFromHistoricalResponse
func (RecoveryApiFromHistoricalResponse) String ¶
func (s RecoveryApiFromHistoricalResponse) String() string
type RecoveryApiFromHistoricalResponseBody ¶
type RecoveryApiFromHistoricalResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RecoveryApiFromHistoricalResponseBody) GoString ¶
func (s RecoveryApiFromHistoricalResponseBody) GoString() string
func (*RecoveryApiFromHistoricalResponseBody) SetRequestId ¶
func (s *RecoveryApiFromHistoricalResponseBody) SetRequestId(v string) *RecoveryApiFromHistoricalResponseBody
func (RecoveryApiFromHistoricalResponseBody) String ¶
func (s RecoveryApiFromHistoricalResponseBody) String() string
type RefreshDomainRequest ¶
type RefreshDomainRequest struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (RefreshDomainRequest) GoString ¶
func (s RefreshDomainRequest) GoString() string
func (*RefreshDomainRequest) SetDomainName ¶
func (s *RefreshDomainRequest) SetDomainName(v string) *RefreshDomainRequest
func (*RefreshDomainRequest) SetGroupId ¶
func (s *RefreshDomainRequest) SetGroupId(v string) *RefreshDomainRequest
func (*RefreshDomainRequest) SetSecurityToken ¶
func (s *RefreshDomainRequest) SetSecurityToken(v string) *RefreshDomainRequest
func (RefreshDomainRequest) String ¶
func (s RefreshDomainRequest) String() string
type RefreshDomainResponse ¶
type RefreshDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RefreshDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RefreshDomainResponse) GoString ¶
func (s RefreshDomainResponse) GoString() string
func (*RefreshDomainResponse) SetBody ¶
func (s *RefreshDomainResponse) SetBody(v *RefreshDomainResponseBody) *RefreshDomainResponse
func (*RefreshDomainResponse) SetHeaders ¶
func (s *RefreshDomainResponse) SetHeaders(v map[string]*string) *RefreshDomainResponse
func (*RefreshDomainResponse) SetStatusCode ¶
func (s *RefreshDomainResponse) SetStatusCode(v int32) *RefreshDomainResponse
func (RefreshDomainResponse) String ¶
func (s RefreshDomainResponse) String() string
type RefreshDomainResponseBody ¶
type RefreshDomainResponseBody struct { CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainNameResolution *string `json:"DomainNameResolution,omitempty" xml:"DomainNameResolution,omitempty"` DomainStatus *string `json:"DomainStatus,omitempty" xml:"DomainStatus,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` }
func (RefreshDomainResponseBody) GoString ¶
func (s RefreshDomainResponseBody) GoString() string
func (*RefreshDomainResponseBody) SetCertificateId ¶
func (s *RefreshDomainResponseBody) SetCertificateId(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetCertificateName ¶
func (s *RefreshDomainResponseBody) SetCertificateName(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetDomainName ¶
func (s *RefreshDomainResponseBody) SetDomainName(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetDomainNameResolution ¶
func (s *RefreshDomainResponseBody) SetDomainNameResolution(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetDomainStatus ¶
func (s *RefreshDomainResponseBody) SetDomainStatus(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetGroupId ¶
func (s *RefreshDomainResponseBody) SetGroupId(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetRequestId ¶
func (s *RefreshDomainResponseBody) SetRequestId(v string) *RefreshDomainResponseBody
func (*RefreshDomainResponseBody) SetSubDomain ¶
func (s *RefreshDomainResponseBody) SetSubDomain(v string) *RefreshDomainResponseBody
func (RefreshDomainResponseBody) String ¶
func (s RefreshDomainResponseBody) String() string
type RemoveAccessPermissionByApisRequest ¶
type RemoveAccessPermissionByApisRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RemoveAccessPermissionByApisRequest) GoString ¶
func (s RemoveAccessPermissionByApisRequest) GoString() string
func (*RemoveAccessPermissionByApisRequest) SetApiIds ¶
func (s *RemoveAccessPermissionByApisRequest) SetApiIds(v string) *RemoveAccessPermissionByApisRequest
func (*RemoveAccessPermissionByApisRequest) SetAppId ¶
func (s *RemoveAccessPermissionByApisRequest) SetAppId(v int64) *RemoveAccessPermissionByApisRequest
func (*RemoveAccessPermissionByApisRequest) SetDescription ¶
func (s *RemoveAccessPermissionByApisRequest) SetDescription(v string) *RemoveAccessPermissionByApisRequest
func (*RemoveAccessPermissionByApisRequest) SetGroupId ¶
func (s *RemoveAccessPermissionByApisRequest) SetGroupId(v string) *RemoveAccessPermissionByApisRequest
func (*RemoveAccessPermissionByApisRequest) SetSecurityToken ¶
func (s *RemoveAccessPermissionByApisRequest) SetSecurityToken(v string) *RemoveAccessPermissionByApisRequest
func (*RemoveAccessPermissionByApisRequest) SetStageName ¶
func (s *RemoveAccessPermissionByApisRequest) SetStageName(v string) *RemoveAccessPermissionByApisRequest
func (RemoveAccessPermissionByApisRequest) String ¶
func (s RemoveAccessPermissionByApisRequest) String() string
type RemoveAccessPermissionByApisResponse ¶
type RemoveAccessPermissionByApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveAccessPermissionByApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveAccessPermissionByApisResponse) GoString ¶
func (s RemoveAccessPermissionByApisResponse) GoString() string
func (*RemoveAccessPermissionByApisResponse) SetHeaders ¶
func (s *RemoveAccessPermissionByApisResponse) SetHeaders(v map[string]*string) *RemoveAccessPermissionByApisResponse
func (*RemoveAccessPermissionByApisResponse) SetStatusCode ¶
func (s *RemoveAccessPermissionByApisResponse) SetStatusCode(v int32) *RemoveAccessPermissionByApisResponse
func (RemoveAccessPermissionByApisResponse) String ¶
func (s RemoveAccessPermissionByApisResponse) String() string
type RemoveAccessPermissionByApisResponseBody ¶
type RemoveAccessPermissionByApisResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveAccessPermissionByApisResponseBody) GoString ¶
func (s RemoveAccessPermissionByApisResponseBody) GoString() string
func (*RemoveAccessPermissionByApisResponseBody) SetRequestId ¶
func (s *RemoveAccessPermissionByApisResponseBody) SetRequestId(v string) *RemoveAccessPermissionByApisResponseBody
func (RemoveAccessPermissionByApisResponseBody) String ¶
func (s RemoveAccessPermissionByApisResponseBody) String() string
type RemoveAccessPermissionByAppsRequest ¶
type RemoveAccessPermissionByAppsRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` AppIds *string `json:"AppIds,omitempty" xml:"AppIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RemoveAccessPermissionByAppsRequest) GoString ¶
func (s RemoveAccessPermissionByAppsRequest) GoString() string
func (*RemoveAccessPermissionByAppsRequest) SetApiId ¶
func (s *RemoveAccessPermissionByAppsRequest) SetApiId(v string) *RemoveAccessPermissionByAppsRequest
func (*RemoveAccessPermissionByAppsRequest) SetAppIds ¶
func (s *RemoveAccessPermissionByAppsRequest) SetAppIds(v string) *RemoveAccessPermissionByAppsRequest
func (*RemoveAccessPermissionByAppsRequest) SetGroupId ¶
func (s *RemoveAccessPermissionByAppsRequest) SetGroupId(v string) *RemoveAccessPermissionByAppsRequest
func (*RemoveAccessPermissionByAppsRequest) SetSecurityToken ¶
func (s *RemoveAccessPermissionByAppsRequest) SetSecurityToken(v string) *RemoveAccessPermissionByAppsRequest
func (*RemoveAccessPermissionByAppsRequest) SetStageName ¶
func (s *RemoveAccessPermissionByAppsRequest) SetStageName(v string) *RemoveAccessPermissionByAppsRequest
func (RemoveAccessPermissionByAppsRequest) String ¶
func (s RemoveAccessPermissionByAppsRequest) String() string
type RemoveAccessPermissionByAppsResponse ¶
type RemoveAccessPermissionByAppsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveAccessPermissionByAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveAccessPermissionByAppsResponse) GoString ¶
func (s RemoveAccessPermissionByAppsResponse) GoString() string
func (*RemoveAccessPermissionByAppsResponse) SetHeaders ¶
func (s *RemoveAccessPermissionByAppsResponse) SetHeaders(v map[string]*string) *RemoveAccessPermissionByAppsResponse
func (*RemoveAccessPermissionByAppsResponse) SetStatusCode ¶
func (s *RemoveAccessPermissionByAppsResponse) SetStatusCode(v int32) *RemoveAccessPermissionByAppsResponse
func (RemoveAccessPermissionByAppsResponse) String ¶
func (s RemoveAccessPermissionByAppsResponse) String() string
type RemoveAccessPermissionByAppsResponseBody ¶
type RemoveAccessPermissionByAppsResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveAccessPermissionByAppsResponseBody) GoString ¶
func (s RemoveAccessPermissionByAppsResponseBody) GoString() string
func (*RemoveAccessPermissionByAppsResponseBody) SetRequestId ¶
func (s *RemoveAccessPermissionByAppsResponseBody) SetRequestId(v string) *RemoveAccessPermissionByAppsResponseBody
func (RemoveAccessPermissionByAppsResponseBody) String ¶
func (s RemoveAccessPermissionByAppsResponseBody) String() string
type RemoveAllBlackListRequest ¶
type RemoveAllBlackListRequest struct { BlackType *string `json:"BlackType,omitempty" xml:"BlackType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (RemoveAllBlackListRequest) GoString ¶
func (s RemoveAllBlackListRequest) GoString() string
func (*RemoveAllBlackListRequest) SetBlackType ¶
func (s *RemoveAllBlackListRequest) SetBlackType(v string) *RemoveAllBlackListRequest
func (*RemoveAllBlackListRequest) SetSecurityToken ¶
func (s *RemoveAllBlackListRequest) SetSecurityToken(v string) *RemoveAllBlackListRequest
func (RemoveAllBlackListRequest) String ¶
func (s RemoveAllBlackListRequest) String() string
type RemoveAllBlackListResponse ¶
type RemoveAllBlackListResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveAllBlackListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveAllBlackListResponse) GoString ¶
func (s RemoveAllBlackListResponse) GoString() string
func (*RemoveAllBlackListResponse) SetBody ¶
func (s *RemoveAllBlackListResponse) SetBody(v *RemoveAllBlackListResponseBody) *RemoveAllBlackListResponse
func (*RemoveAllBlackListResponse) SetHeaders ¶
func (s *RemoveAllBlackListResponse) SetHeaders(v map[string]*string) *RemoveAllBlackListResponse
func (*RemoveAllBlackListResponse) SetStatusCode ¶
func (s *RemoveAllBlackListResponse) SetStatusCode(v int32) *RemoveAllBlackListResponse
func (RemoveAllBlackListResponse) String ¶
func (s RemoveAllBlackListResponse) String() string
type RemoveAllBlackListResponseBody ¶
type RemoveAllBlackListResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveAllBlackListResponseBody) GoString ¶
func (s RemoveAllBlackListResponseBody) GoString() string
func (*RemoveAllBlackListResponseBody) SetRequestId ¶
func (s *RemoveAllBlackListResponseBody) SetRequestId(v string) *RemoveAllBlackListResponseBody
func (RemoveAllBlackListResponseBody) String ¶
func (s RemoveAllBlackListResponseBody) String() string
type RemoveApiRuleRequest ¶
type RemoveApiRuleRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` RuleId *string `json:"RuleId,omitempty" xml:"RuleId,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RemoveApiRuleRequest) GoString ¶
func (s RemoveApiRuleRequest) GoString() string
func (*RemoveApiRuleRequest) SetApiIds ¶
func (s *RemoveApiRuleRequest) SetApiIds(v string) *RemoveApiRuleRequest
func (*RemoveApiRuleRequest) SetGroupId ¶
func (s *RemoveApiRuleRequest) SetGroupId(v string) *RemoveApiRuleRequest
func (*RemoveApiRuleRequest) SetRuleId ¶
func (s *RemoveApiRuleRequest) SetRuleId(v string) *RemoveApiRuleRequest
func (*RemoveApiRuleRequest) SetRuleType ¶
func (s *RemoveApiRuleRequest) SetRuleType(v string) *RemoveApiRuleRequest
func (*RemoveApiRuleRequest) SetSecurityToken ¶
func (s *RemoveApiRuleRequest) SetSecurityToken(v string) *RemoveApiRuleRequest
func (*RemoveApiRuleRequest) SetStageName ¶
func (s *RemoveApiRuleRequest) SetStageName(v string) *RemoveApiRuleRequest
func (RemoveApiRuleRequest) String ¶
func (s RemoveApiRuleRequest) String() string
type RemoveApiRuleResponse ¶
type RemoveApiRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveApiRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveApiRuleResponse) GoString ¶
func (s RemoveApiRuleResponse) GoString() string
func (*RemoveApiRuleResponse) SetBody ¶
func (s *RemoveApiRuleResponse) SetBody(v *RemoveApiRuleResponseBody) *RemoveApiRuleResponse
func (*RemoveApiRuleResponse) SetHeaders ¶
func (s *RemoveApiRuleResponse) SetHeaders(v map[string]*string) *RemoveApiRuleResponse
func (*RemoveApiRuleResponse) SetStatusCode ¶
func (s *RemoveApiRuleResponse) SetStatusCode(v int32) *RemoveApiRuleResponse
func (RemoveApiRuleResponse) String ¶
func (s RemoveApiRuleResponse) String() string
type RemoveApiRuleResponseBody ¶
type RemoveApiRuleResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveApiRuleResponseBody) GoString ¶
func (s RemoveApiRuleResponseBody) GoString() string
func (*RemoveApiRuleResponseBody) SetRequestId ¶
func (s *RemoveApiRuleResponseBody) SetRequestId(v string) *RemoveApiRuleResponseBody
func (RemoveApiRuleResponseBody) String ¶
func (s RemoveApiRuleResponseBody) String() string
type RemoveBlackListRequest ¶
type RemoveBlackListRequest struct { BlackContent *string `json:"BlackContent,omitempty" xml:"BlackContent,omitempty"` BlackType *string `json:"BlackType,omitempty" xml:"BlackType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (RemoveBlackListRequest) GoString ¶
func (s RemoveBlackListRequest) GoString() string
func (*RemoveBlackListRequest) SetBlackContent ¶
func (s *RemoveBlackListRequest) SetBlackContent(v string) *RemoveBlackListRequest
func (*RemoveBlackListRequest) SetBlackType ¶
func (s *RemoveBlackListRequest) SetBlackType(v string) *RemoveBlackListRequest
func (*RemoveBlackListRequest) SetSecurityToken ¶
func (s *RemoveBlackListRequest) SetSecurityToken(v string) *RemoveBlackListRequest
func (RemoveBlackListRequest) String ¶
func (s RemoveBlackListRequest) String() string
type RemoveBlackListResponse ¶
type RemoveBlackListResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveBlackListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveBlackListResponse) GoString ¶
func (s RemoveBlackListResponse) GoString() string
func (*RemoveBlackListResponse) SetBody ¶
func (s *RemoveBlackListResponse) SetBody(v *RemoveBlackListResponseBody) *RemoveBlackListResponse
func (*RemoveBlackListResponse) SetHeaders ¶
func (s *RemoveBlackListResponse) SetHeaders(v map[string]*string) *RemoveBlackListResponse
func (*RemoveBlackListResponse) SetStatusCode ¶
func (s *RemoveBlackListResponse) SetStatusCode(v int32) *RemoveBlackListResponse
func (RemoveBlackListResponse) String ¶
func (s RemoveBlackListResponse) String() string
type RemoveBlackListResponseBody ¶
type RemoveBlackListResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveBlackListResponseBody) GoString ¶
func (s RemoveBlackListResponseBody) GoString() string
func (*RemoveBlackListResponseBody) SetRequestId ¶
func (s *RemoveBlackListResponseBody) SetRequestId(v string) *RemoveBlackListResponseBody
func (RemoveBlackListResponseBody) String ¶
func (s RemoveBlackListResponseBody) String() string
type RemoveIpControlApisRequest ¶
type RemoveIpControlApisRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (RemoveIpControlApisRequest) GoString ¶
func (s RemoveIpControlApisRequest) GoString() string
func (*RemoveIpControlApisRequest) SetApiIds ¶
func (s *RemoveIpControlApisRequest) SetApiIds(v string) *RemoveIpControlApisRequest
func (*RemoveIpControlApisRequest) SetGroupId ¶
func (s *RemoveIpControlApisRequest) SetGroupId(v string) *RemoveIpControlApisRequest
func (*RemoveIpControlApisRequest) SetIpControlId ¶
func (s *RemoveIpControlApisRequest) SetIpControlId(v string) *RemoveIpControlApisRequest
func (*RemoveIpControlApisRequest) SetSecurityToken ¶
func (s *RemoveIpControlApisRequest) SetSecurityToken(v string) *RemoveIpControlApisRequest
func (*RemoveIpControlApisRequest) SetStageName ¶
func (s *RemoveIpControlApisRequest) SetStageName(v string) *RemoveIpControlApisRequest
func (RemoveIpControlApisRequest) String ¶
func (s RemoveIpControlApisRequest) String() string
type RemoveIpControlApisResponse ¶
type RemoveIpControlApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveIpControlApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveIpControlApisResponse) GoString ¶
func (s RemoveIpControlApisResponse) GoString() string
func (*RemoveIpControlApisResponse) SetBody ¶
func (s *RemoveIpControlApisResponse) SetBody(v *RemoveIpControlApisResponseBody) *RemoveIpControlApisResponse
func (*RemoveIpControlApisResponse) SetHeaders ¶
func (s *RemoveIpControlApisResponse) SetHeaders(v map[string]*string) *RemoveIpControlApisResponse
func (*RemoveIpControlApisResponse) SetStatusCode ¶
func (s *RemoveIpControlApisResponse) SetStatusCode(v int32) *RemoveIpControlApisResponse
func (RemoveIpControlApisResponse) String ¶
func (s RemoveIpControlApisResponse) String() string
type RemoveIpControlApisResponseBody ¶
type RemoveIpControlApisResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveIpControlApisResponseBody) GoString ¶
func (s RemoveIpControlApisResponseBody) GoString() string
func (*RemoveIpControlApisResponseBody) SetRequestId ¶
func (s *RemoveIpControlApisResponseBody) SetRequestId(v string) *RemoveIpControlApisResponseBody
func (RemoveIpControlApisResponseBody) String ¶
func (s RemoveIpControlApisResponseBody) String() string
type RemoveIpControlPolicyItemRequest ¶
type RemoveIpControlPolicyItemRequest struct { IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` PolicyItemIds *string `json:"PolicyItemIds,omitempty" xml:"PolicyItemIds,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (RemoveIpControlPolicyItemRequest) GoString ¶
func (s RemoveIpControlPolicyItemRequest) GoString() string
func (*RemoveIpControlPolicyItemRequest) SetIpControlId ¶
func (s *RemoveIpControlPolicyItemRequest) SetIpControlId(v string) *RemoveIpControlPolicyItemRequest
func (*RemoveIpControlPolicyItemRequest) SetPolicyItemIds ¶
func (s *RemoveIpControlPolicyItemRequest) SetPolicyItemIds(v string) *RemoveIpControlPolicyItemRequest
func (*RemoveIpControlPolicyItemRequest) SetSecurityToken ¶
func (s *RemoveIpControlPolicyItemRequest) SetSecurityToken(v string) *RemoveIpControlPolicyItemRequest
func (RemoveIpControlPolicyItemRequest) String ¶
func (s RemoveIpControlPolicyItemRequest) String() string
type RemoveIpControlPolicyItemResponse ¶
type RemoveIpControlPolicyItemResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveIpControlPolicyItemResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveIpControlPolicyItemResponse) GoString ¶
func (s RemoveIpControlPolicyItemResponse) GoString() string
func (*RemoveIpControlPolicyItemResponse) SetHeaders ¶
func (s *RemoveIpControlPolicyItemResponse) SetHeaders(v map[string]*string) *RemoveIpControlPolicyItemResponse
func (*RemoveIpControlPolicyItemResponse) SetStatusCode ¶
func (s *RemoveIpControlPolicyItemResponse) SetStatusCode(v int32) *RemoveIpControlPolicyItemResponse
func (RemoveIpControlPolicyItemResponse) String ¶
func (s RemoveIpControlPolicyItemResponse) String() string
type RemoveIpControlPolicyItemResponseBody ¶
type RemoveIpControlPolicyItemResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (RemoveIpControlPolicyItemResponseBody) GoString ¶
func (s RemoveIpControlPolicyItemResponseBody) GoString() string
func (*RemoveIpControlPolicyItemResponseBody) SetRequestId ¶
func (s *RemoveIpControlPolicyItemResponseBody) SetRequestId(v string) *RemoveIpControlPolicyItemResponseBody
func (RemoveIpControlPolicyItemResponseBody) String ¶
func (s RemoveIpControlPolicyItemResponseBody) String() string
type ResetAppKeySecretRequest ¶
type ResetAppKeySecretRequest struct { AppKey *string `json:"AppKey,omitempty" xml:"AppKey,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (ResetAppKeySecretRequest) GoString ¶
func (s ResetAppKeySecretRequest) GoString() string
func (*ResetAppKeySecretRequest) SetAppKey ¶
func (s *ResetAppKeySecretRequest) SetAppKey(v string) *ResetAppKeySecretRequest
func (*ResetAppKeySecretRequest) SetSecurityToken ¶
func (s *ResetAppKeySecretRequest) SetSecurityToken(v string) *ResetAppKeySecretRequest
func (ResetAppKeySecretRequest) String ¶
func (s ResetAppKeySecretRequest) String() string
type ResetAppKeySecretResponse ¶
type ResetAppKeySecretResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ResetAppKeySecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ResetAppKeySecretResponse) GoString ¶
func (s ResetAppKeySecretResponse) GoString() string
func (*ResetAppKeySecretResponse) SetBody ¶
func (s *ResetAppKeySecretResponse) SetBody(v *ResetAppKeySecretResponseBody) *ResetAppKeySecretResponse
func (*ResetAppKeySecretResponse) SetHeaders ¶
func (s *ResetAppKeySecretResponse) SetHeaders(v map[string]*string) *ResetAppKeySecretResponse
func (*ResetAppKeySecretResponse) SetStatusCode ¶
func (s *ResetAppKeySecretResponse) SetStatusCode(v int32) *ResetAppKeySecretResponse
func (ResetAppKeySecretResponse) String ¶
func (s ResetAppKeySecretResponse) String() string
type ResetAppKeySecretResponseBody ¶
type ResetAppKeySecretResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ResetAppKeySecretResponseBody) GoString ¶
func (s ResetAppKeySecretResponseBody) GoString() string
func (*ResetAppKeySecretResponseBody) SetRequestId ¶
func (s *ResetAppKeySecretResponseBody) SetRequestId(v string) *ResetAppKeySecretResponseBody
func (ResetAppKeySecretResponseBody) String ¶
func (s ResetAppKeySecretResponseBody) String() string
type ResetCustomizedRequest ¶
type ResetCustomizedRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageId *string `json:"StageId,omitempty" xml:"StageId,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (ResetCustomizedRequest) GoString ¶
func (s ResetCustomizedRequest) GoString() string
func (*ResetCustomizedRequest) SetApiId ¶
func (s *ResetCustomizedRequest) SetApiId(v string) *ResetCustomizedRequest
func (*ResetCustomizedRequest) SetApiName ¶
func (s *ResetCustomizedRequest) SetApiName(v string) *ResetCustomizedRequest
func (*ResetCustomizedRequest) SetGroupId ¶
func (s *ResetCustomizedRequest) SetGroupId(v string) *ResetCustomizedRequest
func (*ResetCustomizedRequest) SetSecurityToken ¶
func (s *ResetCustomizedRequest) SetSecurityToken(v string) *ResetCustomizedRequest
func (*ResetCustomizedRequest) SetStageId ¶
func (s *ResetCustomizedRequest) SetStageId(v string) *ResetCustomizedRequest
func (*ResetCustomizedRequest) SetStageName ¶
func (s *ResetCustomizedRequest) SetStageName(v string) *ResetCustomizedRequest
func (ResetCustomizedRequest) String ¶
func (s ResetCustomizedRequest) String() string
type ResetCustomizedResponse ¶
type ResetCustomizedResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ResetCustomizedResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ResetCustomizedResponse) GoString ¶
func (s ResetCustomizedResponse) GoString() string
func (*ResetCustomizedResponse) SetBody ¶
func (s *ResetCustomizedResponse) SetBody(v *ResetCustomizedResponseBody) *ResetCustomizedResponse
func (*ResetCustomizedResponse) SetHeaders ¶
func (s *ResetCustomizedResponse) SetHeaders(v map[string]*string) *ResetCustomizedResponse
func (*ResetCustomizedResponse) SetStatusCode ¶
func (s *ResetCustomizedResponse) SetStatusCode(v int32) *ResetCustomizedResponse
func (ResetCustomizedResponse) String ¶
func (s ResetCustomizedResponse) String() string
type ResetCustomizedResponseBody ¶
type ResetCustomizedResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SdkDemos *ResetCustomizedResponseBodySdkDemos `json:"SdkDemos,omitempty" xml:"SdkDemos,omitempty" type:"Struct"` }
func (ResetCustomizedResponseBody) GoString ¶
func (s ResetCustomizedResponseBody) GoString() string
func (*ResetCustomizedResponseBody) SetRequestId ¶
func (s *ResetCustomizedResponseBody) SetRequestId(v string) *ResetCustomizedResponseBody
func (*ResetCustomizedResponseBody) SetSdkDemos ¶
func (s *ResetCustomizedResponseBody) SetSdkDemos(v *ResetCustomizedResponseBodySdkDemos) *ResetCustomizedResponseBody
func (ResetCustomizedResponseBody) String ¶
func (s ResetCustomizedResponseBody) String() string
type ResetCustomizedResponseBodySdkDemos ¶
type ResetCustomizedResponseBodySdkDemos struct {
SdkDemo []*ResetCustomizedResponseBodySdkDemosSdkDemo `json:"SdkDemo,omitempty" xml:"SdkDemo,omitempty" type:"Repeated"`
}
func (ResetCustomizedResponseBodySdkDemos) GoString ¶
func (s ResetCustomizedResponseBodySdkDemos) GoString() string
func (*ResetCustomizedResponseBodySdkDemos) SetSdkDemo ¶
func (s *ResetCustomizedResponseBodySdkDemos) SetSdkDemo(v []*ResetCustomizedResponseBodySdkDemosSdkDemo) *ResetCustomizedResponseBodySdkDemos
func (ResetCustomizedResponseBodySdkDemos) String ¶
func (s ResetCustomizedResponseBodySdkDemos) String() string
type ResetCustomizedResponseBodySdkDemosSdkDemo ¶
type ResetCustomizedResponseBodySdkDemosSdkDemo struct { CallDemo *string `json:"CallDemo,omitempty" xml:"CallDemo,omitempty"` IdeKey *string `json:"IdeKey,omitempty" xml:"IdeKey,omitempty"` }
func (ResetCustomizedResponseBodySdkDemosSdkDemo) GoString ¶
func (s ResetCustomizedResponseBodySdkDemosSdkDemo) GoString() string
func (*ResetCustomizedResponseBodySdkDemosSdkDemo) SetCallDemo ¶
func (s *ResetCustomizedResponseBodySdkDemosSdkDemo) SetCallDemo(v string) *ResetCustomizedResponseBodySdkDemosSdkDemo
func (*ResetCustomizedResponseBodySdkDemosSdkDemo) SetIdeKey ¶
func (s *ResetCustomizedResponseBodySdkDemosSdkDemo) SetIdeKey(v string) *ResetCustomizedResponseBodySdkDemosSdkDemo
func (ResetCustomizedResponseBodySdkDemosSdkDemo) String ¶
func (s ResetCustomizedResponseBodySdkDemosSdkDemo) String() string
type SdkGenerateByAppRequest ¶
type SdkGenerateByAppRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` Language *string `json:"Language,omitempty" xml:"Language,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SdkGenerateByAppRequest) GoString ¶
func (s SdkGenerateByAppRequest) GoString() string
func (*SdkGenerateByAppRequest) SetAppId ¶
func (s *SdkGenerateByAppRequest) SetAppId(v int64) *SdkGenerateByAppRequest
func (*SdkGenerateByAppRequest) SetLanguage ¶
func (s *SdkGenerateByAppRequest) SetLanguage(v string) *SdkGenerateByAppRequest
func (*SdkGenerateByAppRequest) SetSecurityToken ¶
func (s *SdkGenerateByAppRequest) SetSecurityToken(v string) *SdkGenerateByAppRequest
func (SdkGenerateByAppRequest) String ¶
func (s SdkGenerateByAppRequest) String() string
type SdkGenerateByAppResponse ¶
type SdkGenerateByAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SdkGenerateByAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SdkGenerateByAppResponse) GoString ¶
func (s SdkGenerateByAppResponse) GoString() string
func (*SdkGenerateByAppResponse) SetBody ¶
func (s *SdkGenerateByAppResponse) SetBody(v *SdkGenerateByAppResponseBody) *SdkGenerateByAppResponse
func (*SdkGenerateByAppResponse) SetHeaders ¶
func (s *SdkGenerateByAppResponse) SetHeaders(v map[string]*string) *SdkGenerateByAppResponse
func (*SdkGenerateByAppResponse) SetStatusCode ¶
func (s *SdkGenerateByAppResponse) SetStatusCode(v int32) *SdkGenerateByAppResponse
func (SdkGenerateByAppResponse) String ¶
func (s SdkGenerateByAppResponse) String() string
type SdkGenerateByAppResponseBody ¶
type SdkGenerateByAppResponseBody struct { DownloadLink *string `json:"DownloadLink,omitempty" xml:"DownloadLink,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (SdkGenerateByAppResponseBody) GoString ¶
func (s SdkGenerateByAppResponseBody) GoString() string
func (*SdkGenerateByAppResponseBody) SetDownloadLink ¶
func (s *SdkGenerateByAppResponseBody) SetDownloadLink(v string) *SdkGenerateByAppResponseBody
func (*SdkGenerateByAppResponseBody) SetRequestId ¶
func (s *SdkGenerateByAppResponseBody) SetRequestId(v string) *SdkGenerateByAppResponseBody
func (SdkGenerateByAppResponseBody) String ¶
func (s SdkGenerateByAppResponseBody) String() string
type SdkGenerateByGroupRequest ¶
type SdkGenerateByGroupRequest struct { GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Language *string `json:"Language,omitempty" xml:"Language,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SdkGenerateByGroupRequest) GoString ¶
func (s SdkGenerateByGroupRequest) GoString() string
func (*SdkGenerateByGroupRequest) SetGroupId ¶
func (s *SdkGenerateByGroupRequest) SetGroupId(v string) *SdkGenerateByGroupRequest
func (*SdkGenerateByGroupRequest) SetLanguage ¶
func (s *SdkGenerateByGroupRequest) SetLanguage(v string) *SdkGenerateByGroupRequest
func (*SdkGenerateByGroupRequest) SetSecurityToken ¶
func (s *SdkGenerateByGroupRequest) SetSecurityToken(v string) *SdkGenerateByGroupRequest
func (SdkGenerateByGroupRequest) String ¶
func (s SdkGenerateByGroupRequest) String() string
type SdkGenerateByGroupResponse ¶
type SdkGenerateByGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SdkGenerateByGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SdkGenerateByGroupResponse) GoString ¶
func (s SdkGenerateByGroupResponse) GoString() string
func (*SdkGenerateByGroupResponse) SetBody ¶
func (s *SdkGenerateByGroupResponse) SetBody(v *SdkGenerateByGroupResponseBody) *SdkGenerateByGroupResponse
func (*SdkGenerateByGroupResponse) SetHeaders ¶
func (s *SdkGenerateByGroupResponse) SetHeaders(v map[string]*string) *SdkGenerateByGroupResponse
func (*SdkGenerateByGroupResponse) SetStatusCode ¶
func (s *SdkGenerateByGroupResponse) SetStatusCode(v int32) *SdkGenerateByGroupResponse
func (SdkGenerateByGroupResponse) String ¶
func (s SdkGenerateByGroupResponse) String() string
type SdkGenerateByGroupResponseBody ¶
type SdkGenerateByGroupResponseBody struct { DownloadLink *string `json:"DownloadLink,omitempty" xml:"DownloadLink,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (SdkGenerateByGroupResponseBody) GoString ¶
func (s SdkGenerateByGroupResponseBody) GoString() string
func (*SdkGenerateByGroupResponseBody) SetDownloadLink ¶
func (s *SdkGenerateByGroupResponseBody) SetDownloadLink(v string) *SdkGenerateByGroupResponseBody
func (*SdkGenerateByGroupResponseBody) SetRequestId ¶
func (s *SdkGenerateByGroupResponseBody) SetRequestId(v string) *SdkGenerateByGroupResponseBody
func (SdkGenerateByGroupResponseBody) String ¶
func (s SdkGenerateByGroupResponseBody) String() string
type SdkGenerateRequest ¶
type SdkGenerateRequest struct { AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Language *string `json:"Language,omitempty" xml:"Language,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SdkGenerateRequest) GoString ¶
func (s SdkGenerateRequest) GoString() string
func (*SdkGenerateRequest) SetAppId ¶
func (s *SdkGenerateRequest) SetAppId(v int64) *SdkGenerateRequest
func (*SdkGenerateRequest) SetGroupId ¶
func (s *SdkGenerateRequest) SetGroupId(v string) *SdkGenerateRequest
func (*SdkGenerateRequest) SetLanguage ¶
func (s *SdkGenerateRequest) SetLanguage(v string) *SdkGenerateRequest
func (*SdkGenerateRequest) SetSecurityToken ¶
func (s *SdkGenerateRequest) SetSecurityToken(v string) *SdkGenerateRequest
func (SdkGenerateRequest) String ¶
func (s SdkGenerateRequest) String() string
type SdkGenerateResponse ¶
type SdkGenerateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SdkGenerateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SdkGenerateResponse) GoString ¶
func (s SdkGenerateResponse) GoString() string
func (*SdkGenerateResponse) SetBody ¶
func (s *SdkGenerateResponse) SetBody(v *SdkGenerateResponseBody) *SdkGenerateResponse
func (*SdkGenerateResponse) SetHeaders ¶
func (s *SdkGenerateResponse) SetHeaders(v map[string]*string) *SdkGenerateResponse
func (*SdkGenerateResponse) SetStatusCode ¶
func (s *SdkGenerateResponse) SetStatusCode(v int32) *SdkGenerateResponse
func (SdkGenerateResponse) String ¶
func (s SdkGenerateResponse) String() string
type SdkGenerateResponseBody ¶
type SdkGenerateResponseBody struct { DownloadLink *string `json:"DownloadLink,omitempty" xml:"DownloadLink,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (SdkGenerateResponseBody) GoString ¶
func (s SdkGenerateResponseBody) GoString() string
func (*SdkGenerateResponseBody) SetDownloadLink ¶
func (s *SdkGenerateResponseBody) SetDownloadLink(v string) *SdkGenerateResponseBody
func (*SdkGenerateResponseBody) SetRequestId ¶
func (s *SdkGenerateResponseBody) SetRequestId(v string) *SdkGenerateResponseBody
func (SdkGenerateResponseBody) String ¶
func (s SdkGenerateResponseBody) String() string
type SetAccessPermissionByApisRequest ¶
type SetAccessPermissionByApisRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` AppId *int64 `json:"AppId,omitempty" xml:"AppId,omitempty"` AuthValidTime *string `json:"AuthValidTime,omitempty" xml:"AuthValidTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (SetAccessPermissionByApisRequest) GoString ¶
func (s SetAccessPermissionByApisRequest) GoString() string
func (*SetAccessPermissionByApisRequest) SetApiIds ¶
func (s *SetAccessPermissionByApisRequest) SetApiIds(v string) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetAppId ¶
func (s *SetAccessPermissionByApisRequest) SetAppId(v int64) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetAuthValidTime ¶
func (s *SetAccessPermissionByApisRequest) SetAuthValidTime(v string) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetDescription ¶
func (s *SetAccessPermissionByApisRequest) SetDescription(v string) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetGroupId ¶
func (s *SetAccessPermissionByApisRequest) SetGroupId(v string) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetSecurityToken ¶
func (s *SetAccessPermissionByApisRequest) SetSecurityToken(v string) *SetAccessPermissionByApisRequest
func (*SetAccessPermissionByApisRequest) SetStageName ¶
func (s *SetAccessPermissionByApisRequest) SetStageName(v string) *SetAccessPermissionByApisRequest
func (SetAccessPermissionByApisRequest) String ¶
func (s SetAccessPermissionByApisRequest) String() string
type SetAccessPermissionByApisResponse ¶
type SetAccessPermissionByApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetAccessPermissionByApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetAccessPermissionByApisResponse) GoString ¶
func (s SetAccessPermissionByApisResponse) GoString() string
func (*SetAccessPermissionByApisResponse) SetHeaders ¶
func (s *SetAccessPermissionByApisResponse) SetHeaders(v map[string]*string) *SetAccessPermissionByApisResponse
func (*SetAccessPermissionByApisResponse) SetStatusCode ¶
func (s *SetAccessPermissionByApisResponse) SetStatusCode(v int32) *SetAccessPermissionByApisResponse
func (SetAccessPermissionByApisResponse) String ¶
func (s SetAccessPermissionByApisResponse) String() string
type SetAccessPermissionByApisResponseBody ¶
type SetAccessPermissionByApisResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetAccessPermissionByApisResponseBody) GoString ¶
func (s SetAccessPermissionByApisResponseBody) GoString() string
func (*SetAccessPermissionByApisResponseBody) SetRequestId ¶
func (s *SetAccessPermissionByApisResponseBody) SetRequestId(v string) *SetAccessPermissionByApisResponseBody
func (SetAccessPermissionByApisResponseBody) String ¶
func (s SetAccessPermissionByApisResponseBody) String() string
type SetAccessPermissionsRequest ¶
type SetAccessPermissionsRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` AppIds *string `json:"AppIds,omitempty" xml:"AppIds,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (SetAccessPermissionsRequest) GoString ¶
func (s SetAccessPermissionsRequest) GoString() string
func (*SetAccessPermissionsRequest) SetApiId ¶
func (s *SetAccessPermissionsRequest) SetApiId(v string) *SetAccessPermissionsRequest
func (*SetAccessPermissionsRequest) SetAppIds ¶
func (s *SetAccessPermissionsRequest) SetAppIds(v string) *SetAccessPermissionsRequest
func (*SetAccessPermissionsRequest) SetDescription ¶
func (s *SetAccessPermissionsRequest) SetDescription(v string) *SetAccessPermissionsRequest
func (*SetAccessPermissionsRequest) SetGroupId ¶
func (s *SetAccessPermissionsRequest) SetGroupId(v string) *SetAccessPermissionsRequest
func (*SetAccessPermissionsRequest) SetSecurityToken ¶
func (s *SetAccessPermissionsRequest) SetSecurityToken(v string) *SetAccessPermissionsRequest
func (*SetAccessPermissionsRequest) SetStageName ¶
func (s *SetAccessPermissionsRequest) SetStageName(v string) *SetAccessPermissionsRequest
func (SetAccessPermissionsRequest) String ¶
func (s SetAccessPermissionsRequest) String() string
type SetAccessPermissionsResponse ¶
type SetAccessPermissionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetAccessPermissionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetAccessPermissionsResponse) GoString ¶
func (s SetAccessPermissionsResponse) GoString() string
func (*SetAccessPermissionsResponse) SetBody ¶
func (s *SetAccessPermissionsResponse) SetBody(v *SetAccessPermissionsResponseBody) *SetAccessPermissionsResponse
func (*SetAccessPermissionsResponse) SetHeaders ¶
func (s *SetAccessPermissionsResponse) SetHeaders(v map[string]*string) *SetAccessPermissionsResponse
func (*SetAccessPermissionsResponse) SetStatusCode ¶
func (s *SetAccessPermissionsResponse) SetStatusCode(v int32) *SetAccessPermissionsResponse
func (SetAccessPermissionsResponse) String ¶
func (s SetAccessPermissionsResponse) String() string
type SetAccessPermissionsResponseBody ¶
type SetAccessPermissionsResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetAccessPermissionsResponseBody) GoString ¶
func (s SetAccessPermissionsResponseBody) GoString() string
func (*SetAccessPermissionsResponseBody) SetRequestId ¶
func (s *SetAccessPermissionsResponseBody) SetRequestId(v string) *SetAccessPermissionsResponseBody
func (SetAccessPermissionsResponseBody) String ¶
func (s SetAccessPermissionsResponseBody) String() string
type SetApiRuleRequest ¶
type SetApiRuleRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` RuleId *string `json:"RuleId,omitempty" xml:"RuleId,omitempty"` RuleType *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (SetApiRuleRequest) GoString ¶
func (s SetApiRuleRequest) GoString() string
func (*SetApiRuleRequest) SetApiIds ¶
func (s *SetApiRuleRequest) SetApiIds(v string) *SetApiRuleRequest
func (*SetApiRuleRequest) SetGroupId ¶
func (s *SetApiRuleRequest) SetGroupId(v string) *SetApiRuleRequest
func (*SetApiRuleRequest) SetRuleId ¶
func (s *SetApiRuleRequest) SetRuleId(v string) *SetApiRuleRequest
func (*SetApiRuleRequest) SetRuleType ¶
func (s *SetApiRuleRequest) SetRuleType(v string) *SetApiRuleRequest
func (*SetApiRuleRequest) SetSecurityToken ¶
func (s *SetApiRuleRequest) SetSecurityToken(v string) *SetApiRuleRequest
func (*SetApiRuleRequest) SetStageName ¶
func (s *SetApiRuleRequest) SetStageName(v string) *SetApiRuleRequest
func (SetApiRuleRequest) String ¶
func (s SetApiRuleRequest) String() string
type SetApiRuleResponse ¶
type SetApiRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetApiRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetApiRuleResponse) GoString ¶
func (s SetApiRuleResponse) GoString() string
func (*SetApiRuleResponse) SetBody ¶
func (s *SetApiRuleResponse) SetBody(v *SetApiRuleResponseBody) *SetApiRuleResponse
func (*SetApiRuleResponse) SetHeaders ¶
func (s *SetApiRuleResponse) SetHeaders(v map[string]*string) *SetApiRuleResponse
func (*SetApiRuleResponse) SetStatusCode ¶
func (s *SetApiRuleResponse) SetStatusCode(v int32) *SetApiRuleResponse
func (SetApiRuleResponse) String ¶
func (s SetApiRuleResponse) String() string
type SetApiRuleResponseBody ¶
type SetApiRuleResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetApiRuleResponseBody) GoString ¶
func (s SetApiRuleResponseBody) GoString() string
func (*SetApiRuleResponseBody) SetRequestId ¶
func (s *SetApiRuleResponseBody) SetRequestId(v string) *SetApiRuleResponseBody
func (SetApiRuleResponseBody) String ¶
func (s SetApiRuleResponseBody) String() string
type SetDomainCertificateRequest ¶
type SetDomainCertificateRequest struct { CaCertificateBody *string `json:"CaCertificateBody,omitempty" xml:"CaCertificateBody,omitempty"` CertificateBody *string `json:"CertificateBody,omitempty" xml:"CertificateBody,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` PrivateKey *string `json:"PrivateKey,omitempty" xml:"PrivateKey,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SetDomainCertificateRequest) GoString ¶
func (s SetDomainCertificateRequest) GoString() string
func (*SetDomainCertificateRequest) SetCaCertificateBody ¶
func (s *SetDomainCertificateRequest) SetCaCertificateBody(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetCertificateBody ¶
func (s *SetDomainCertificateRequest) SetCertificateBody(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetCertificateName ¶
func (s *SetDomainCertificateRequest) SetCertificateName(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetDomainName ¶
func (s *SetDomainCertificateRequest) SetDomainName(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetGroupId ¶
func (s *SetDomainCertificateRequest) SetGroupId(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetPrivateKey ¶
func (s *SetDomainCertificateRequest) SetPrivateKey(v string) *SetDomainCertificateRequest
func (*SetDomainCertificateRequest) SetSecurityToken ¶
func (s *SetDomainCertificateRequest) SetSecurityToken(v string) *SetDomainCertificateRequest
func (SetDomainCertificateRequest) String ¶
func (s SetDomainCertificateRequest) String() string
type SetDomainCertificateResponse ¶
type SetDomainCertificateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetDomainCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetDomainCertificateResponse) GoString ¶
func (s SetDomainCertificateResponse) GoString() string
func (*SetDomainCertificateResponse) SetBody ¶
func (s *SetDomainCertificateResponse) SetBody(v *SetDomainCertificateResponseBody) *SetDomainCertificateResponse
func (*SetDomainCertificateResponse) SetHeaders ¶
func (s *SetDomainCertificateResponse) SetHeaders(v map[string]*string) *SetDomainCertificateResponse
func (*SetDomainCertificateResponse) SetStatusCode ¶
func (s *SetDomainCertificateResponse) SetStatusCode(v int32) *SetDomainCertificateResponse
func (SetDomainCertificateResponse) String ¶
func (s SetDomainCertificateResponse) String() string
type SetDomainCertificateResponseBody ¶
type SetDomainCertificateResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetDomainCertificateResponseBody) GoString ¶
func (s SetDomainCertificateResponseBody) GoString() string
func (*SetDomainCertificateResponseBody) SetRequestId ¶
func (s *SetDomainCertificateResponseBody) SetRequestId(v string) *SetDomainCertificateResponseBody
func (SetDomainCertificateResponseBody) String ¶
func (s SetDomainCertificateResponseBody) String() string
type SetDomainRequest ¶
type SetDomainRequest struct { BindStageName *string `json:"BindStageName,omitempty" xml:"BindStageName,omitempty"` CertificateBody *string `json:"CertificateBody,omitempty" xml:"CertificateBody,omitempty"` CertificateName *string `json:"CertificateName,omitempty" xml:"CertificateName,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` IsForce *bool `json:"IsForce,omitempty" xml:"IsForce,omitempty"` PrivateKey *string `json:"PrivateKey,omitempty" xml:"PrivateKey,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SetDomainRequest) GoString ¶
func (s SetDomainRequest) GoString() string
func (*SetDomainRequest) SetBindStageName ¶
func (s *SetDomainRequest) SetBindStageName(v string) *SetDomainRequest
func (*SetDomainRequest) SetCertificateBody ¶
func (s *SetDomainRequest) SetCertificateBody(v string) *SetDomainRequest
func (*SetDomainRequest) SetCertificateName ¶
func (s *SetDomainRequest) SetCertificateName(v string) *SetDomainRequest
func (*SetDomainRequest) SetDomainName ¶
func (s *SetDomainRequest) SetDomainName(v string) *SetDomainRequest
func (*SetDomainRequest) SetGroupId ¶
func (s *SetDomainRequest) SetGroupId(v string) *SetDomainRequest
func (*SetDomainRequest) SetIsForce ¶
func (s *SetDomainRequest) SetIsForce(v bool) *SetDomainRequest
func (*SetDomainRequest) SetPrivateKey ¶
func (s *SetDomainRequest) SetPrivateKey(v string) *SetDomainRequest
func (*SetDomainRequest) SetSecurityToken ¶
func (s *SetDomainRequest) SetSecurityToken(v string) *SetDomainRequest
func (SetDomainRequest) String ¶
func (s SetDomainRequest) String() string
type SetDomainResponse ¶
type SetDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetDomainResponse) GoString ¶
func (s SetDomainResponse) GoString() string
func (*SetDomainResponse) SetBody ¶
func (s *SetDomainResponse) SetBody(v *SetDomainResponseBody) *SetDomainResponse
func (*SetDomainResponse) SetHeaders ¶
func (s *SetDomainResponse) SetHeaders(v map[string]*string) *SetDomainResponse
func (*SetDomainResponse) SetStatusCode ¶
func (s *SetDomainResponse) SetStatusCode(v int32) *SetDomainResponse
func (SetDomainResponse) String ¶
func (s SetDomainResponse) String() string
type SetDomainResponseBody ¶
type SetDomainResponseBody struct { DomainBindingStatus *string `json:"DomainBindingStatus,omitempty" xml:"DomainBindingStatus,omitempty"` DomainLegalStatus *string `json:"DomainLegalStatus,omitempty" xml:"DomainLegalStatus,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` DomainRemark *string `json:"DomainRemark,omitempty" xml:"DomainRemark,omitempty"` DomainWebSocketStatus *string `json:"DomainWebSocketStatus,omitempty" xml:"DomainWebSocketStatus,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SubDomain *string `json:"SubDomain,omitempty" xml:"SubDomain,omitempty"` }
func (SetDomainResponseBody) GoString ¶
func (s SetDomainResponseBody) GoString() string
func (*SetDomainResponseBody) SetDomainBindingStatus ¶
func (s *SetDomainResponseBody) SetDomainBindingStatus(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetDomainLegalStatus ¶
func (s *SetDomainResponseBody) SetDomainLegalStatus(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetDomainName ¶
func (s *SetDomainResponseBody) SetDomainName(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetDomainRemark ¶
func (s *SetDomainResponseBody) SetDomainRemark(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetDomainWebSocketStatus ¶
func (s *SetDomainResponseBody) SetDomainWebSocketStatus(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetGroupId ¶
func (s *SetDomainResponseBody) SetGroupId(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetRequestId ¶
func (s *SetDomainResponseBody) SetRequestId(v string) *SetDomainResponseBody
func (*SetDomainResponseBody) SetSubDomain ¶
func (s *SetDomainResponseBody) SetSubDomain(v string) *SetDomainResponseBody
func (SetDomainResponseBody) String ¶
func (s SetDomainResponseBody) String() string
type SetDomainWebSocketStatusRequest ¶
type SetDomainWebSocketStatusRequest struct { ActionValue *string `json:"ActionValue,omitempty" xml:"ActionValue,omitempty"` DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SetDomainWebSocketStatusRequest) GoString ¶
func (s SetDomainWebSocketStatusRequest) GoString() string
func (*SetDomainWebSocketStatusRequest) SetActionValue ¶
func (s *SetDomainWebSocketStatusRequest) SetActionValue(v string) *SetDomainWebSocketStatusRequest
func (*SetDomainWebSocketStatusRequest) SetDomainName ¶
func (s *SetDomainWebSocketStatusRequest) SetDomainName(v string) *SetDomainWebSocketStatusRequest
func (*SetDomainWebSocketStatusRequest) SetGroupId ¶
func (s *SetDomainWebSocketStatusRequest) SetGroupId(v string) *SetDomainWebSocketStatusRequest
func (*SetDomainWebSocketStatusRequest) SetSecurityToken ¶
func (s *SetDomainWebSocketStatusRequest) SetSecurityToken(v string) *SetDomainWebSocketStatusRequest
func (SetDomainWebSocketStatusRequest) String ¶
func (s SetDomainWebSocketStatusRequest) String() string
type SetDomainWebSocketStatusResponse ¶
type SetDomainWebSocketStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetDomainWebSocketStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetDomainWebSocketStatusResponse) GoString ¶
func (s SetDomainWebSocketStatusResponse) GoString() string
func (*SetDomainWebSocketStatusResponse) SetBody ¶
func (s *SetDomainWebSocketStatusResponse) SetBody(v *SetDomainWebSocketStatusResponseBody) *SetDomainWebSocketStatusResponse
func (*SetDomainWebSocketStatusResponse) SetHeaders ¶
func (s *SetDomainWebSocketStatusResponse) SetHeaders(v map[string]*string) *SetDomainWebSocketStatusResponse
func (*SetDomainWebSocketStatusResponse) SetStatusCode ¶
func (s *SetDomainWebSocketStatusResponse) SetStatusCode(v int32) *SetDomainWebSocketStatusResponse
func (SetDomainWebSocketStatusResponse) String ¶
func (s SetDomainWebSocketStatusResponse) String() string
type SetDomainWebSocketStatusResponseBody ¶
type SetDomainWebSocketStatusResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetDomainWebSocketStatusResponseBody) GoString ¶
func (s SetDomainWebSocketStatusResponseBody) GoString() string
func (*SetDomainWebSocketStatusResponseBody) SetRequestId ¶
func (s *SetDomainWebSocketStatusResponseBody) SetRequestId(v string) *SetDomainWebSocketStatusResponseBody
func (SetDomainWebSocketStatusResponseBody) String ¶
func (s SetDomainWebSocketStatusResponseBody) String() string
type SetIpControlApisRequest ¶
type SetIpControlApisRequest struct { ApiIds *string `json:"ApiIds,omitempty" xml:"ApiIds,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` IpControlId *string `json:"IpControlId,omitempty" xml:"IpControlId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (SetIpControlApisRequest) GoString ¶
func (s SetIpControlApisRequest) GoString() string
func (*SetIpControlApisRequest) SetApiIds ¶
func (s *SetIpControlApisRequest) SetApiIds(v string) *SetIpControlApisRequest
func (*SetIpControlApisRequest) SetGroupId ¶
func (s *SetIpControlApisRequest) SetGroupId(v string) *SetIpControlApisRequest
func (*SetIpControlApisRequest) SetIpControlId ¶
func (s *SetIpControlApisRequest) SetIpControlId(v string) *SetIpControlApisRequest
func (*SetIpControlApisRequest) SetSecurityToken ¶
func (s *SetIpControlApisRequest) SetSecurityToken(v string) *SetIpControlApisRequest
func (*SetIpControlApisRequest) SetStageName ¶
func (s *SetIpControlApisRequest) SetStageName(v string) *SetIpControlApisRequest
func (SetIpControlApisRequest) String ¶
func (s SetIpControlApisRequest) String() string
type SetIpControlApisResponse ¶
type SetIpControlApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetIpControlApisResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetIpControlApisResponse) GoString ¶
func (s SetIpControlApisResponse) GoString() string
func (*SetIpControlApisResponse) SetBody ¶
func (s *SetIpControlApisResponse) SetBody(v *SetIpControlApisResponseBody) *SetIpControlApisResponse
func (*SetIpControlApisResponse) SetHeaders ¶
func (s *SetIpControlApisResponse) SetHeaders(v map[string]*string) *SetIpControlApisResponse
func (*SetIpControlApisResponse) SetStatusCode ¶
func (s *SetIpControlApisResponse) SetStatusCode(v int32) *SetIpControlApisResponse
func (SetIpControlApisResponse) String ¶
func (s SetIpControlApisResponse) String() string
type SetIpControlApisResponseBody ¶
type SetIpControlApisResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetIpControlApisResponseBody) GoString ¶
func (s SetIpControlApisResponseBody) GoString() string
func (*SetIpControlApisResponseBody) SetRequestId ¶
func (s *SetIpControlApisResponseBody) SetRequestId(v string) *SetIpControlApisResponseBody
func (SetIpControlApisResponseBody) String ¶
func (s SetIpControlApisResponseBody) String() string
type SetMockIntegrationRequest ¶
type SetMockIntegrationRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` Mock *string `json:"Mock,omitempty" xml:"Mock,omitempty"` MockResult *string `json:"MockResult,omitempty" xml:"MockResult,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` }
func (SetMockIntegrationRequest) GoString ¶
func (s SetMockIntegrationRequest) GoString() string
func (*SetMockIntegrationRequest) SetApiId ¶
func (s *SetMockIntegrationRequest) SetApiId(v string) *SetMockIntegrationRequest
func (*SetMockIntegrationRequest) SetGroupId ¶
func (s *SetMockIntegrationRequest) SetGroupId(v string) *SetMockIntegrationRequest
func (*SetMockIntegrationRequest) SetMock ¶
func (s *SetMockIntegrationRequest) SetMock(v string) *SetMockIntegrationRequest
func (*SetMockIntegrationRequest) SetMockResult ¶
func (s *SetMockIntegrationRequest) SetMockResult(v string) *SetMockIntegrationRequest
func (*SetMockIntegrationRequest) SetSecurityToken ¶
func (s *SetMockIntegrationRequest) SetSecurityToken(v string) *SetMockIntegrationRequest
func (SetMockIntegrationRequest) String ¶
func (s SetMockIntegrationRequest) String() string
type SetMockIntegrationResponse ¶
type SetMockIntegrationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetMockIntegrationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetMockIntegrationResponse) GoString ¶
func (s SetMockIntegrationResponse) GoString() string
func (*SetMockIntegrationResponse) SetBody ¶
func (s *SetMockIntegrationResponse) SetBody(v *SetMockIntegrationResponseBody) *SetMockIntegrationResponse
func (*SetMockIntegrationResponse) SetHeaders ¶
func (s *SetMockIntegrationResponse) SetHeaders(v map[string]*string) *SetMockIntegrationResponse
func (*SetMockIntegrationResponse) SetStatusCode ¶
func (s *SetMockIntegrationResponse) SetStatusCode(v int32) *SetMockIntegrationResponse
func (SetMockIntegrationResponse) String ¶
func (s SetMockIntegrationResponse) String() string
type SetMockIntegrationResponseBody ¶
type SetMockIntegrationResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetMockIntegrationResponseBody) GoString ¶
func (s SetMockIntegrationResponseBody) GoString() string
func (*SetMockIntegrationResponseBody) SetRequestId ¶
func (s *SetMockIntegrationResponseBody) SetRequestId(v string) *SetMockIntegrationResponseBody
func (SetMockIntegrationResponseBody) String ¶
func (s SetMockIntegrationResponseBody) String() string
type SetWildcardDomainPatternsRequest ¶
type SetWildcardDomainPatternsRequest struct { DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` WildcardDomainPatterns *string `json:"WildcardDomainPatterns,omitempty" xml:"WildcardDomainPatterns,omitempty"` }
func (SetWildcardDomainPatternsRequest) GoString ¶
func (s SetWildcardDomainPatternsRequest) GoString() string
func (*SetWildcardDomainPatternsRequest) SetDomainName ¶
func (s *SetWildcardDomainPatternsRequest) SetDomainName(v string) *SetWildcardDomainPatternsRequest
func (*SetWildcardDomainPatternsRequest) SetGroupId ¶
func (s *SetWildcardDomainPatternsRequest) SetGroupId(v string) *SetWildcardDomainPatternsRequest
func (*SetWildcardDomainPatternsRequest) SetSecurityToken ¶
func (s *SetWildcardDomainPatternsRequest) SetSecurityToken(v string) *SetWildcardDomainPatternsRequest
func (*SetWildcardDomainPatternsRequest) SetWildcardDomainPatterns ¶
func (s *SetWildcardDomainPatternsRequest) SetWildcardDomainPatterns(v string) *SetWildcardDomainPatternsRequest
func (SetWildcardDomainPatternsRequest) String ¶
func (s SetWildcardDomainPatternsRequest) String() string
type SetWildcardDomainPatternsResponse ¶
type SetWildcardDomainPatternsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetWildcardDomainPatternsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetWildcardDomainPatternsResponse) GoString ¶
func (s SetWildcardDomainPatternsResponse) GoString() string
func (*SetWildcardDomainPatternsResponse) SetHeaders ¶
func (s *SetWildcardDomainPatternsResponse) SetHeaders(v map[string]*string) *SetWildcardDomainPatternsResponse
func (*SetWildcardDomainPatternsResponse) SetStatusCode ¶
func (s *SetWildcardDomainPatternsResponse) SetStatusCode(v int32) *SetWildcardDomainPatternsResponse
func (SetWildcardDomainPatternsResponse) String ¶
func (s SetWildcardDomainPatternsResponse) String() string
type SetWildcardDomainPatternsResponseBody ¶
type SetWildcardDomainPatternsResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetWildcardDomainPatternsResponseBody) GoString ¶
func (s SetWildcardDomainPatternsResponseBody) GoString() string
func (*SetWildcardDomainPatternsResponseBody) SetRequestId ¶
func (s *SetWildcardDomainPatternsResponseBody) SetRequestId(v string) *SetWildcardDomainPatternsResponseBody
func (SetWildcardDomainPatternsResponseBody) String ¶
func (s SetWildcardDomainPatternsResponseBody) String() string
type SwitchApiRequest ¶
type SwitchApiRequest struct { ApiId *string `json:"ApiId,omitempty" xml:"ApiId,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"` HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"` }
func (SwitchApiRequest) GoString ¶
func (s SwitchApiRequest) GoString() string
func (*SwitchApiRequest) SetApiId ¶
func (s *SwitchApiRequest) SetApiId(v string) *SwitchApiRequest
func (*SwitchApiRequest) SetDescription ¶
func (s *SwitchApiRequest) SetDescription(v string) *SwitchApiRequest
func (*SwitchApiRequest) SetGroupId ¶
func (s *SwitchApiRequest) SetGroupId(v string) *SwitchApiRequest
func (*SwitchApiRequest) SetHistoryVersion ¶
func (s *SwitchApiRequest) SetHistoryVersion(v string) *SwitchApiRequest
func (*SwitchApiRequest) SetSecurityToken ¶
func (s *SwitchApiRequest) SetSecurityToken(v string) *SwitchApiRequest
func (*SwitchApiRequest) SetStageName ¶
func (s *SwitchApiRequest) SetStageName(v string) *SwitchApiRequest
func (SwitchApiRequest) String ¶
func (s SwitchApiRequest) String() string
type SwitchApiResponse ¶
type SwitchApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SwitchApiResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SwitchApiResponse) GoString ¶
func (s SwitchApiResponse) GoString() string
func (*SwitchApiResponse) SetBody ¶
func (s *SwitchApiResponse) SetBody(v *SwitchApiResponseBody) *SwitchApiResponse
func (*SwitchApiResponse) SetHeaders ¶
func (s *SwitchApiResponse) SetHeaders(v map[string]*string) *SwitchApiResponse
func (*SwitchApiResponse) SetStatusCode ¶
func (s *SwitchApiResponse) SetStatusCode(v int32) *SwitchApiResponse
func (SwitchApiResponse) String ¶
func (s SwitchApiResponse) String() string
type SwitchApiResponseBody ¶
type SwitchApiResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SwitchApiResponseBody) GoString ¶
func (s SwitchApiResponseBody) GoString() string
func (*SwitchApiResponseBody) SetRequestId ¶
func (s *SwitchApiResponseBody) SetRequestId(v string) *SwitchApiResponseBody
func (SwitchApiResponseBody) String ¶
func (s SwitchApiResponseBody) String() string
type VpcDescribeAccessesRequest ¶
type VpcDescribeAccessesRequest struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstancePort *string `json:"InstancePort,omitempty" xml:"InstancePort,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"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (VpcDescribeAccessesRequest) GoString ¶
func (s VpcDescribeAccessesRequest) GoString() string
func (*VpcDescribeAccessesRequest) SetInstanceId ¶
func (s *VpcDescribeAccessesRequest) SetInstanceId(v string) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetInstancePort ¶
func (s *VpcDescribeAccessesRequest) SetInstancePort(v string) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetName ¶
func (s *VpcDescribeAccessesRequest) SetName(v string) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetPageNumber ¶
func (s *VpcDescribeAccessesRequest) SetPageNumber(v int32) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetPageSize ¶
func (s *VpcDescribeAccessesRequest) SetPageSize(v int32) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetSecurityToken ¶
func (s *VpcDescribeAccessesRequest) SetSecurityToken(v string) *VpcDescribeAccessesRequest
func (*VpcDescribeAccessesRequest) SetVpcId ¶
func (s *VpcDescribeAccessesRequest) SetVpcId(v string) *VpcDescribeAccessesRequest
func (VpcDescribeAccessesRequest) String ¶
func (s VpcDescribeAccessesRequest) String() string
type VpcDescribeAccessesResponse ¶
type VpcDescribeAccessesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VpcDescribeAccessesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VpcDescribeAccessesResponse) GoString ¶
func (s VpcDescribeAccessesResponse) GoString() string
func (*VpcDescribeAccessesResponse) SetBody ¶
func (s *VpcDescribeAccessesResponse) SetBody(v *VpcDescribeAccessesResponseBody) *VpcDescribeAccessesResponse
func (*VpcDescribeAccessesResponse) SetHeaders ¶
func (s *VpcDescribeAccessesResponse) SetHeaders(v map[string]*string) *VpcDescribeAccessesResponse
func (*VpcDescribeAccessesResponse) SetStatusCode ¶
func (s *VpcDescribeAccessesResponse) SetStatusCode(v int32) *VpcDescribeAccessesResponse
func (VpcDescribeAccessesResponse) String ¶
func (s VpcDescribeAccessesResponse) String() string
type VpcDescribeAccessesResponseBody ¶
type VpcDescribeAccessesResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` VpcAccessAttributes *VpcDescribeAccessesResponseBodyVpcAccessAttributes `json:"VpcAccessAttributes,omitempty" xml:"VpcAccessAttributes,omitempty" type:"Struct"` }
func (VpcDescribeAccessesResponseBody) GoString ¶
func (s VpcDescribeAccessesResponseBody) GoString() string
func (*VpcDescribeAccessesResponseBody) SetPageNumber ¶
func (s *VpcDescribeAccessesResponseBody) SetPageNumber(v int32) *VpcDescribeAccessesResponseBody
func (*VpcDescribeAccessesResponseBody) SetPageSize ¶
func (s *VpcDescribeAccessesResponseBody) SetPageSize(v int32) *VpcDescribeAccessesResponseBody
func (*VpcDescribeAccessesResponseBody) SetRequestId ¶
func (s *VpcDescribeAccessesResponseBody) SetRequestId(v string) *VpcDescribeAccessesResponseBody
func (*VpcDescribeAccessesResponseBody) SetTotalCount ¶
func (s *VpcDescribeAccessesResponseBody) SetTotalCount(v int32) *VpcDescribeAccessesResponseBody
func (*VpcDescribeAccessesResponseBody) SetVpcAccessAttributes ¶
func (s *VpcDescribeAccessesResponseBody) SetVpcAccessAttributes(v *VpcDescribeAccessesResponseBodyVpcAccessAttributes) *VpcDescribeAccessesResponseBody
func (VpcDescribeAccessesResponseBody) String ¶
func (s VpcDescribeAccessesResponseBody) String() string
type VpcDescribeAccessesResponseBodyVpcAccessAttributes ¶
type VpcDescribeAccessesResponseBodyVpcAccessAttributes struct {
VpcAccessAttribute []*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute `json:"VpcAccessAttribute,omitempty" xml:"VpcAccessAttribute,omitempty" type:"Repeated"`
}
func (VpcDescribeAccessesResponseBodyVpcAccessAttributes) GoString ¶
func (s VpcDescribeAccessesResponseBodyVpcAccessAttributes) GoString() string
func (*VpcDescribeAccessesResponseBodyVpcAccessAttributes) SetVpcAccessAttribute ¶
func (VpcDescribeAccessesResponseBodyVpcAccessAttributes) String ¶
func (s VpcDescribeAccessesResponseBodyVpcAccessAttributes) String() string
type VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute ¶
type VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute struct { CreatedTime *string `json:"CreatedTime,omitempty" xml:"CreatedTime,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` ModifiedTime *string `json:"ModifiedTime,omitempty" xml:"ModifiedTime,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Port *string `json:"Port,omitempty" xml:"Port,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) GoString ¶
func (s VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) GoString() string
func (*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetCreatedTime ¶
func (*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetInstanceId ¶
func (*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetModifiedTime ¶
func (*VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) SetRegionId ¶
func (VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) String ¶
func (s VpcDescribeAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute) String() string
type VpcGrantAccessRequest ¶
type VpcGrantAccessRequest struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstancePort *string `json:"InstancePort,omitempty" xml:"InstancePort,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (VpcGrantAccessRequest) GoString ¶
func (s VpcGrantAccessRequest) GoString() string
func (*VpcGrantAccessRequest) SetInstanceId ¶
func (s *VpcGrantAccessRequest) SetInstanceId(v string) *VpcGrantAccessRequest
func (*VpcGrantAccessRequest) SetInstancePort ¶
func (s *VpcGrantAccessRequest) SetInstancePort(v string) *VpcGrantAccessRequest
func (*VpcGrantAccessRequest) SetName ¶
func (s *VpcGrantAccessRequest) SetName(v string) *VpcGrantAccessRequest
func (*VpcGrantAccessRequest) SetSecurityToken ¶
func (s *VpcGrantAccessRequest) SetSecurityToken(v string) *VpcGrantAccessRequest
func (*VpcGrantAccessRequest) SetToken ¶
func (s *VpcGrantAccessRequest) SetToken(v string) *VpcGrantAccessRequest
func (*VpcGrantAccessRequest) SetVpcId ¶
func (s *VpcGrantAccessRequest) SetVpcId(v string) *VpcGrantAccessRequest
func (VpcGrantAccessRequest) String ¶
func (s VpcGrantAccessRequest) String() string
type VpcGrantAccessResponse ¶
type VpcGrantAccessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VpcGrantAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VpcGrantAccessResponse) GoString ¶
func (s VpcGrantAccessResponse) GoString() string
func (*VpcGrantAccessResponse) SetBody ¶
func (s *VpcGrantAccessResponse) SetBody(v *VpcGrantAccessResponseBody) *VpcGrantAccessResponse
func (*VpcGrantAccessResponse) SetHeaders ¶
func (s *VpcGrantAccessResponse) SetHeaders(v map[string]*string) *VpcGrantAccessResponse
func (*VpcGrantAccessResponse) SetStatusCode ¶
func (s *VpcGrantAccessResponse) SetStatusCode(v int32) *VpcGrantAccessResponse
func (VpcGrantAccessResponse) String ¶
func (s VpcGrantAccessResponse) String() string
type VpcGrantAccessResponseBody ¶
type VpcGrantAccessResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (VpcGrantAccessResponseBody) GoString ¶
func (s VpcGrantAccessResponseBody) GoString() string
func (*VpcGrantAccessResponseBody) SetRequestId ¶
func (s *VpcGrantAccessResponseBody) SetRequestId(v string) *VpcGrantAccessResponseBody
func (VpcGrantAccessResponseBody) String ¶
func (s VpcGrantAccessResponseBody) String() string
type VpcModifyAccessRequest ¶
type VpcModifyAccessRequest struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstancePort *string `json:"InstancePort,omitempty" xml:"InstancePort,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (VpcModifyAccessRequest) GoString ¶
func (s VpcModifyAccessRequest) GoString() string
func (*VpcModifyAccessRequest) SetInstanceId ¶
func (s *VpcModifyAccessRequest) SetInstanceId(v string) *VpcModifyAccessRequest
func (*VpcModifyAccessRequest) SetInstancePort ¶
func (s *VpcModifyAccessRequest) SetInstancePort(v string) *VpcModifyAccessRequest
func (*VpcModifyAccessRequest) SetSecurityToken ¶
func (s *VpcModifyAccessRequest) SetSecurityToken(v string) *VpcModifyAccessRequest
func (*VpcModifyAccessRequest) SetToken ¶
func (s *VpcModifyAccessRequest) SetToken(v string) *VpcModifyAccessRequest
func (*VpcModifyAccessRequest) SetVpcId ¶
func (s *VpcModifyAccessRequest) SetVpcId(v string) *VpcModifyAccessRequest
func (VpcModifyAccessRequest) String ¶
func (s VpcModifyAccessRequest) String() string
type VpcModifyAccessResponse ¶
type VpcModifyAccessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VpcModifyAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VpcModifyAccessResponse) GoString ¶
func (s VpcModifyAccessResponse) GoString() string
func (*VpcModifyAccessResponse) SetBody ¶
func (s *VpcModifyAccessResponse) SetBody(v *VpcModifyAccessResponseBody) *VpcModifyAccessResponse
func (*VpcModifyAccessResponse) SetHeaders ¶
func (s *VpcModifyAccessResponse) SetHeaders(v map[string]*string) *VpcModifyAccessResponse
func (*VpcModifyAccessResponse) SetStatusCode ¶
func (s *VpcModifyAccessResponse) SetStatusCode(v int32) *VpcModifyAccessResponse
func (VpcModifyAccessResponse) String ¶
func (s VpcModifyAccessResponse) String() string
type VpcModifyAccessResponseBody ¶
type VpcModifyAccessResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (VpcModifyAccessResponseBody) GoString ¶
func (s VpcModifyAccessResponseBody) GoString() string
func (*VpcModifyAccessResponseBody) SetRequestId ¶
func (s *VpcModifyAccessResponseBody) SetRequestId(v string) *VpcModifyAccessResponseBody
func (VpcModifyAccessResponseBody) String ¶
func (s VpcModifyAccessResponseBody) String() string
type VpcRevokeAccessRequest ¶
type VpcRevokeAccessRequest struct { InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` InstancePort *string `json:"InstancePort,omitempty" xml:"InstancePort,omitempty"` SecurityToken *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"` Token *string `json:"Token,omitempty" xml:"Token,omitempty"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (VpcRevokeAccessRequest) GoString ¶
func (s VpcRevokeAccessRequest) GoString() string
func (*VpcRevokeAccessRequest) SetInstanceId ¶
func (s *VpcRevokeAccessRequest) SetInstanceId(v string) *VpcRevokeAccessRequest
func (*VpcRevokeAccessRequest) SetInstancePort ¶
func (s *VpcRevokeAccessRequest) SetInstancePort(v string) *VpcRevokeAccessRequest
func (*VpcRevokeAccessRequest) SetSecurityToken ¶
func (s *VpcRevokeAccessRequest) SetSecurityToken(v string) *VpcRevokeAccessRequest
func (*VpcRevokeAccessRequest) SetToken ¶
func (s *VpcRevokeAccessRequest) SetToken(v string) *VpcRevokeAccessRequest
func (*VpcRevokeAccessRequest) SetVpcId ¶
func (s *VpcRevokeAccessRequest) SetVpcId(v string) *VpcRevokeAccessRequest
func (VpcRevokeAccessRequest) String ¶
func (s VpcRevokeAccessRequest) String() string
type VpcRevokeAccessResponse ¶
type VpcRevokeAccessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VpcRevokeAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VpcRevokeAccessResponse) GoString ¶
func (s VpcRevokeAccessResponse) GoString() string
func (*VpcRevokeAccessResponse) SetBody ¶
func (s *VpcRevokeAccessResponse) SetBody(v *VpcRevokeAccessResponseBody) *VpcRevokeAccessResponse
func (*VpcRevokeAccessResponse) SetHeaders ¶
func (s *VpcRevokeAccessResponse) SetHeaders(v map[string]*string) *VpcRevokeAccessResponse
func (*VpcRevokeAccessResponse) SetStatusCode ¶
func (s *VpcRevokeAccessResponse) SetStatusCode(v int32) *VpcRevokeAccessResponse
func (VpcRevokeAccessResponse) String ¶
func (s VpcRevokeAccessResponse) String() string
type VpcRevokeAccessResponseBody ¶
type VpcRevokeAccessResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (VpcRevokeAccessResponseBody) GoString ¶
func (s VpcRevokeAccessResponseBody) GoString() string
func (*VpcRevokeAccessResponseBody) SetRequestId ¶
func (s *VpcRevokeAccessResponseBody) SetRequestId(v string) *VpcRevokeAccessResponseBody
func (VpcRevokeAccessResponseBody) String ¶
func (s VpcRevokeAccessResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.