Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type Client
- func (client *Client) CreatePackage(projectName *string, request *CreatePackageRequest) (_result *CreatePackageResponse, _err error)
- func (client *Client) CreatePackageWithOptions(projectName *string, request *CreatePackageRequest, headers map[string]*string, ...) (_result *CreatePackageResponse, _err error)
- func (client *Client) CreateProject(request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)
- func (client *Client) CreateProjectWithOptions(request *CreateProjectRequest, headers map[string]*string, ...) (_result *CreateProjectResponse, _err error)
- func (client *Client) CreateQuotaPlan(nickname *string, request *CreateQuotaPlanRequest) (_result *CreateQuotaPlanResponse, _err error)
- func (client *Client) CreateQuotaPlanWithOptions(nickname *string, request *CreateQuotaPlanRequest, headers map[string]*string, ...) (_result *CreateQuotaPlanResponse, _err error)
- func (client *Client) CreateQuotaSchedule(nickname *string, request *CreateQuotaScheduleRequest) (_result *CreateQuotaScheduleResponse, _err error)
- func (client *Client) CreateQuotaScheduleWithOptions(nickname *string, request *CreateQuotaScheduleRequest, ...) (_result *CreateQuotaScheduleResponse, _err error)
- func (client *Client) CreateRole(projectName *string, request *CreateRoleRequest) (_result *CreateRoleResponse, _err error)
- func (client *Client) CreateRoleWithOptions(projectName *string, request *CreateRoleRequest, headers map[string]*string, ...) (_result *CreateRoleResponse, _err error)
- func (client *Client) DeleteQuotaPlan(nickname *string, planName *string, request *DeleteQuotaPlanRequest) (_result *DeleteQuotaPlanResponse, _err error)
- func (client *Client) DeleteQuotaPlanWithOptions(nickname *string, planName *string, request *DeleteQuotaPlanRequest, ...) (_result *DeleteQuotaPlanResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetJobResourceUsage(request *GetJobResourceUsageRequest) (_result *GetJobResourceUsageResponse, _err error)
- func (client *Client) GetJobResourceUsageWithOptions(tmpReq *GetJobResourceUsageRequest, headers map[string]*string, ...) (_result *GetJobResourceUsageResponse, _err error)
- func (client *Client) GetPackage(projectName *string, packageName *string, request *GetPackageRequest) (_result *GetPackageResponse, _err error)
- func (client *Client) GetPackageWithOptions(projectName *string, packageName *string, request *GetPackageRequest, ...) (_result *GetPackageResponse, _err error)
- func (client *Client) GetProject(projectName *string, request *GetProjectRequest) (_result *GetProjectResponse, _err error)
- func (client *Client) GetProjectWithOptions(projectName *string, request *GetProjectRequest, headers map[string]*string, ...) (_result *GetProjectResponse, _err error)
- func (client *Client) GetQuota(nickname *string, request *GetQuotaRequest) (_result *GetQuotaResponse, _err error)
- func (client *Client) GetQuotaPlan(nickname *string, planName *string, request *GetQuotaPlanRequest) (_result *GetQuotaPlanResponse, _err error)
- func (client *Client) GetQuotaPlanWithOptions(nickname *string, planName *string, request *GetQuotaPlanRequest, ...) (_result *GetQuotaPlanResponse, _err error)
- func (client *Client) GetQuotaSchedule(nickname *string, request *GetQuotaScheduleRequest) (_result *GetQuotaScheduleResponse, _err error)
- func (client *Client) GetQuotaScheduleWithOptions(nickname *string, request *GetQuotaScheduleRequest, headers map[string]*string, ...) (_result *GetQuotaScheduleResponse, _err error)
- func (client *Client) GetQuotaWithOptions(nickname *string, request *GetQuotaRequest, headers map[string]*string, ...) (_result *GetQuotaResponse, _err error)
- func (client *Client) GetRoleAcl(projectName *string, roleName *string) (_result *GetRoleAclResponse, _err error)
- func (client *Client) GetRoleAclOnObject(projectName *string, roleName *string, request *GetRoleAclOnObjectRequest) (_result *GetRoleAclOnObjectResponse, _err error)
- func (client *Client) GetRoleAclOnObjectWithOptions(projectName *string, roleName *string, request *GetRoleAclOnObjectRequest, ...) (_result *GetRoleAclOnObjectResponse, _err error)
- func (client *Client) GetRoleAclWithOptions(projectName *string, roleName *string, headers map[string]*string, ...) (_result *GetRoleAclResponse, _err error)
- func (client *Client) GetRolePolicy(projectName *string, roleName *string) (_result *GetRolePolicyResponse, _err error)
- func (client *Client) GetRolePolicyWithOptions(projectName *string, roleName *string, headers map[string]*string, ...) (_result *GetRolePolicyResponse, _err error)
- func (client *Client) GetRunningJobs(request *GetRunningJobsRequest) (_result *GetRunningJobsResponse, _err error)
- func (client *Client) GetRunningJobsWithOptions(tmpReq *GetRunningJobsRequest, headers map[string]*string, ...) (_result *GetRunningJobsResponse, _err error)
- func (client *Client) GetTableInfo(projectName *string, tableName *string, request *GetTableInfoRequest) (_result *GetTableInfoResponse, _err error)
- func (client *Client) GetTableInfoWithOptions(projectName *string, tableName *string, request *GetTableInfoRequest, ...) (_result *GetTableInfoResponse, _err error)
- func (client *Client) GetTrustedProjects(projectName *string) (_result *GetTrustedProjectsResponse, _err error)
- func (client *Client) GetTrustedProjectsWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTrustedProjectsResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) KillJobs(request *KillJobsRequest) (_result *KillJobsResponse, _err error)
- func (client *Client) KillJobsWithOptions(request *KillJobsRequest, headers map[string]*string, ...) (_result *KillJobsResponse, _err error)
- func (client *Client) ListFunctions(projectName *string, request *ListFunctionsRequest) (_result *ListFunctionsResponse, _err error)
- func (client *Client) ListFunctionsWithOptions(projectName *string, request *ListFunctionsRequest, headers map[string]*string, ...) (_result *ListFunctionsResponse, _err error)
- func (client *Client) ListJobInfos(request *ListJobInfosRequest) (_result *ListJobInfosResponse, _err error)
- func (client *Client) ListJobInfosWithOptions(request *ListJobInfosRequest, headers map[string]*string, ...) (_result *ListJobInfosResponse, _err error)
- func (client *Client) ListPackages(projectName *string) (_result *ListPackagesResponse, _err error)
- func (client *Client) ListPackagesWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPackagesResponse, _err error)
- func (client *Client) ListProjectUsers(projectName *string) (_result *ListProjectUsersResponse, _err error)
- func (client *Client) ListProjectUsersWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectUsersResponse, _err error)
- func (client *Client) ListProjects(request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)
- func (client *Client) ListProjectsWithOptions(request *ListProjectsRequest, headers map[string]*string, ...) (_result *ListProjectsResponse, _err error)
- func (client *Client) ListQuotas(request *ListQuotasRequest) (_result *ListQuotasResponse, _err error)
- func (client *Client) ListQuotasPlans(nickname *string, request *ListQuotasPlansRequest) (_result *ListQuotasPlansResponse, _err error)
- func (client *Client) ListQuotasPlansWithOptions(nickname *string, request *ListQuotasPlansRequest, headers map[string]*string, ...) (_result *ListQuotasPlansResponse, _err error)
- func (client *Client) ListQuotasWithOptions(request *ListQuotasRequest, headers map[string]*string, ...) (_result *ListQuotasResponse, _err error)
- func (client *Client) ListResources(projectName *string, request *ListResourcesRequest) (_result *ListResourcesResponse, _err error)
- func (client *Client) ListResourcesWithOptions(projectName *string, request *ListResourcesRequest, headers map[string]*string, ...) (_result *ListResourcesResponse, _err error)
- func (client *Client) ListRoles(projectName *string) (_result *ListRolesResponse, _err error)
- func (client *Client) ListRolesWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRolesResponse, _err error)
- func (client *Client) ListTables(projectName *string, request *ListTablesRequest) (_result *ListTablesResponse, _err error)
- func (client *Client) ListTablesWithOptions(projectName *string, request *ListTablesRequest, headers map[string]*string, ...) (_result *ListTablesResponse, _err error)
- func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)
- func (client *Client) ListUsersByRole(projectName *string, roleName *string) (_result *ListUsersByRoleResponse, _err error)
- func (client *Client) ListUsersByRoleWithOptions(projectName *string, roleName *string, headers map[string]*string, ...) (_result *ListUsersByRoleResponse, _err error)
- func (client *Client) ListUsersWithOptions(request *ListUsersRequest, headers map[string]*string, ...) (_result *ListUsersResponse, _err error)
- func (client *Client) UpdatePackage(projectName *string, packageName *string, request *UpdatePackageRequest) (_result *UpdatePackageResponse, _err error)
- func (client *Client) UpdatePackageWithOptions(projectName *string, packageName *string, request *UpdatePackageRequest, ...) (_result *UpdatePackageResponse, _err error)
- func (client *Client) UpdateProjectIpWhiteList(projectName *string, request *UpdateProjectIpWhiteListRequest) (_result *UpdateProjectIpWhiteListResponse, _err error)
- func (client *Client) UpdateProjectIpWhiteListWithOptions(projectName *string, request *UpdateProjectIpWhiteListRequest, ...) (_result *UpdateProjectIpWhiteListResponse, _err error)
- func (client *Client) UpdateQuota(nickname *string, request *UpdateQuotaRequest) (_result *UpdateQuotaResponse, _err error)
- func (client *Client) UpdateQuotaPlan(nickname *string, planName *string, request *UpdateQuotaPlanRequest) (_result *UpdateQuotaPlanResponse, _err error)
- func (client *Client) UpdateQuotaPlanWithOptions(nickname *string, planName *string, request *UpdateQuotaPlanRequest, ...) (_result *UpdateQuotaPlanResponse, _err error)
- func (client *Client) UpdateQuotaSchedule(nickname *string, request *UpdateQuotaScheduleRequest) (_result *UpdateQuotaScheduleResponse, _err error)
- func (client *Client) UpdateQuotaScheduleWithOptions(nickname *string, request *UpdateQuotaScheduleRequest, ...) (_result *UpdateQuotaScheduleResponse, _err error)
- func (client *Client) UpdateQuotaWithOptions(nickname *string, request *UpdateQuotaRequest, headers *UpdateQuotaHeaders, ...) (_result *UpdateQuotaResponse, _err error)
- type CreatePackageRequest
- type CreatePackageResponse
- func (s CreatePackageResponse) GoString() string
- func (s *CreatePackageResponse) SetBody(v *CreatePackageResponseBody) *CreatePackageResponse
- func (s *CreatePackageResponse) SetHeaders(v map[string]*string) *CreatePackageResponse
- func (s *CreatePackageResponse) SetStatusCode(v int32) *CreatePackageResponse
- func (s CreatePackageResponse) String() string
- type CreatePackageResponseBody
- type CreateProjectRequest
- type CreateProjectResponse
- func (s CreateProjectResponse) GoString() string
- func (s *CreateProjectResponse) SetBody(v *CreateProjectResponseBody) *CreateProjectResponse
- func (s *CreateProjectResponse) SetHeaders(v map[string]*string) *CreateProjectResponse
- func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse
- func (s CreateProjectResponse) String() string
- type CreateProjectResponseBody
- type CreateQuotaPlanRequest
- func (s CreateQuotaPlanRequest) GoString() string
- func (s *CreateQuotaPlanRequest) SetBody(v string) *CreateQuotaPlanRequest
- func (s *CreateQuotaPlanRequest) SetRegion(v string) *CreateQuotaPlanRequest
- func (s *CreateQuotaPlanRequest) SetTenantId(v string) *CreateQuotaPlanRequest
- func (s CreateQuotaPlanRequest) String() string
- type CreateQuotaPlanResponse
- func (s CreateQuotaPlanResponse) GoString() string
- func (s *CreateQuotaPlanResponse) SetBody(v *CreateQuotaPlanResponseBody) *CreateQuotaPlanResponse
- func (s *CreateQuotaPlanResponse) SetHeaders(v map[string]*string) *CreateQuotaPlanResponse
- func (s *CreateQuotaPlanResponse) SetStatusCode(v int32) *CreateQuotaPlanResponse
- func (s CreateQuotaPlanResponse) String() string
- type CreateQuotaPlanResponseBody
- type CreateQuotaScheduleRequest
- func (s CreateQuotaScheduleRequest) GoString() string
- func (s *CreateQuotaScheduleRequest) SetBody(v string) *CreateQuotaScheduleRequest
- func (s *CreateQuotaScheduleRequest) SetRegion(v string) *CreateQuotaScheduleRequest
- func (s *CreateQuotaScheduleRequest) SetTenantId(v string) *CreateQuotaScheduleRequest
- func (s CreateQuotaScheduleRequest) String() string
- type CreateQuotaScheduleResponse
- func (s CreateQuotaScheduleResponse) GoString() string
- func (s *CreateQuotaScheduleResponse) SetBody(v *CreateQuotaScheduleResponseBody) *CreateQuotaScheduleResponse
- func (s *CreateQuotaScheduleResponse) SetHeaders(v map[string]*string) *CreateQuotaScheduleResponse
- func (s *CreateQuotaScheduleResponse) SetStatusCode(v int32) *CreateQuotaScheduleResponse
- func (s CreateQuotaScheduleResponse) String() string
- type CreateQuotaScheduleResponseBody
- func (s CreateQuotaScheduleResponseBody) GoString() string
- func (s *CreateQuotaScheduleResponseBody) SetData(v string) *CreateQuotaScheduleResponseBody
- func (s *CreateQuotaScheduleResponseBody) SetRequestId(v string) *CreateQuotaScheduleResponseBody
- func (s CreateQuotaScheduleResponseBody) String() string
- type CreateRoleRequest
- type CreateRoleResponse
- func (s CreateRoleResponse) GoString() string
- func (s *CreateRoleResponse) SetBody(v *CreateRoleResponseBody) *CreateRoleResponse
- func (s *CreateRoleResponse) SetHeaders(v map[string]*string) *CreateRoleResponse
- func (s *CreateRoleResponse) SetStatusCode(v int32) *CreateRoleResponse
- func (s CreateRoleResponse) String() string
- type CreateRoleResponseBody
- type DeleteQuotaPlanRequest
- type DeleteQuotaPlanResponse
- func (s DeleteQuotaPlanResponse) GoString() string
- func (s *DeleteQuotaPlanResponse) SetBody(v *DeleteQuotaPlanResponseBody) *DeleteQuotaPlanResponse
- func (s *DeleteQuotaPlanResponse) SetHeaders(v map[string]*string) *DeleteQuotaPlanResponse
- func (s *DeleteQuotaPlanResponse) SetStatusCode(v int32) *DeleteQuotaPlanResponse
- func (s DeleteQuotaPlanResponse) String() string
- type DeleteQuotaPlanResponseBody
- type GetJobResourceUsageRequest
- func (s GetJobResourceUsageRequest) GoString() string
- func (s *GetJobResourceUsageRequest) SetDate(v string) *GetJobResourceUsageRequest
- func (s *GetJobResourceUsageRequest) SetJobOwnerList(v []*string) *GetJobResourceUsageRequest
- func (s *GetJobResourceUsageRequest) SetPageNumber(v int64) *GetJobResourceUsageRequest
- func (s *GetJobResourceUsageRequest) SetPageSize(v int64) *GetJobResourceUsageRequest
- func (s *GetJobResourceUsageRequest) SetQuotaNicknameList(v []*string) *GetJobResourceUsageRequest
- func (s GetJobResourceUsageRequest) String() string
- type GetJobResourceUsageResponse
- func (s GetJobResourceUsageResponse) GoString() string
- func (s *GetJobResourceUsageResponse) SetBody(v *GetJobResourceUsageResponseBody) *GetJobResourceUsageResponse
- func (s *GetJobResourceUsageResponse) SetHeaders(v map[string]*string) *GetJobResourceUsageResponse
- func (s *GetJobResourceUsageResponse) SetStatusCode(v int32) *GetJobResourceUsageResponse
- func (s GetJobResourceUsageResponse) String() string
- type GetJobResourceUsageResponseBody
- func (s GetJobResourceUsageResponseBody) GoString() string
- func (s *GetJobResourceUsageResponseBody) SetData(v *GetJobResourceUsageResponseBodyData) *GetJobResourceUsageResponseBody
- func (s *GetJobResourceUsageResponseBody) SetErrorCode(v string) *GetJobResourceUsageResponseBody
- func (s *GetJobResourceUsageResponseBody) SetErrorMsg(v string) *GetJobResourceUsageResponseBody
- func (s *GetJobResourceUsageResponseBody) SetHttpCode(v int32) *GetJobResourceUsageResponseBody
- func (s *GetJobResourceUsageResponseBody) SetRequestId(v string) *GetJobResourceUsageResponseBody
- func (s GetJobResourceUsageResponseBody) String() string
- type GetJobResourceUsageResponseBodyData
- func (s GetJobResourceUsageResponseBodyData) GoString() string
- func (s *GetJobResourceUsageResponseBodyData) SetJobResourceUsageList(v []*GetJobResourceUsageResponseBodyDataJobResourceUsageList) *GetJobResourceUsageResponseBodyData
- func (s *GetJobResourceUsageResponseBodyData) SetPageNumber(v int64) *GetJobResourceUsageResponseBodyData
- func (s *GetJobResourceUsageResponseBodyData) SetPageSize(v int64) *GetJobResourceUsageResponseBodyData
- func (s *GetJobResourceUsageResponseBodyData) SetTotalCount(v int64) *GetJobResourceUsageResponseBodyData
- func (s GetJobResourceUsageResponseBodyData) String() string
- type GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s GetJobResourceUsageResponseBodyDataJobResourceUsageList) GoString() string
- func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetCuUsage(v int64) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetDate(v string) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetJobOwner(v string) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetMemoryUsage(v int64) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetQuotaNickname(v string) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
- func (s GetJobResourceUsageResponseBodyDataJobResourceUsageList) String() string
- type GetJobResourceUsageShrinkRequest
- func (s GetJobResourceUsageShrinkRequest) GoString() string
- func (s *GetJobResourceUsageShrinkRequest) SetDate(v string) *GetJobResourceUsageShrinkRequest
- func (s *GetJobResourceUsageShrinkRequest) SetJobOwnerListShrink(v string) *GetJobResourceUsageShrinkRequest
- func (s *GetJobResourceUsageShrinkRequest) SetPageNumber(v int64) *GetJobResourceUsageShrinkRequest
- func (s *GetJobResourceUsageShrinkRequest) SetPageSize(v int64) *GetJobResourceUsageShrinkRequest
- func (s *GetJobResourceUsageShrinkRequest) SetQuotaNicknameListShrink(v string) *GetJobResourceUsageShrinkRequest
- func (s GetJobResourceUsageShrinkRequest) String() string
- type GetPackageRequest
- type GetPackageResponse
- func (s GetPackageResponse) GoString() string
- func (s *GetPackageResponse) SetBody(v *GetPackageResponseBody) *GetPackageResponse
- func (s *GetPackageResponse) SetHeaders(v map[string]*string) *GetPackageResponse
- func (s *GetPackageResponse) SetStatusCode(v int32) *GetPackageResponse
- func (s GetPackageResponse) String() string
- type GetPackageResponseBody
- func (s GetPackageResponseBody) GoString() string
- func (s *GetPackageResponseBody) SetData(v *GetPackageResponseBodyData) *GetPackageResponseBody
- func (s *GetPackageResponseBody) SetErrorCode(v string) *GetPackageResponseBody
- func (s *GetPackageResponseBody) SetErrorMsg(v string) *GetPackageResponseBody
- func (s *GetPackageResponseBody) SetHttpCode(v int32) *GetPackageResponseBody
- func (s *GetPackageResponseBody) SetRequestId(v string) *GetPackageResponseBody
- func (s GetPackageResponseBody) String() string
- type GetPackageResponseBodyData
- func (s GetPackageResponseBodyData) GoString() string
- func (s *GetPackageResponseBodyData) SetAllowedProjectList(v []*GetPackageResponseBodyDataAllowedProjectList) *GetPackageResponseBodyData
- func (s *GetPackageResponseBodyData) SetResourceList(v *GetPackageResponseBodyDataResourceList) *GetPackageResponseBodyData
- func (s GetPackageResponseBodyData) String() string
- type GetPackageResponseBodyDataAllowedProjectList
- func (s GetPackageResponseBodyDataAllowedProjectList) GoString() string
- func (s *GetPackageResponseBodyDataAllowedProjectList) SetLabel(v string) *GetPackageResponseBodyDataAllowedProjectList
- func (s *GetPackageResponseBodyDataAllowedProjectList) SetProject(v string) *GetPackageResponseBodyDataAllowedProjectList
- func (s GetPackageResponseBodyDataAllowedProjectList) String() string
- type GetPackageResponseBodyDataResourceList
- func (s GetPackageResponseBodyDataResourceList) GoString() string
- func (s *GetPackageResponseBodyDataResourceList) SetFunction(v []*GetPackageResponseBodyDataResourceListFunction) *GetPackageResponseBodyDataResourceList
- func (s *GetPackageResponseBodyDataResourceList) SetResource(v []*GetPackageResponseBodyDataResourceListResource) *GetPackageResponseBodyDataResourceList
- func (s *GetPackageResponseBodyDataResourceList) SetTable(v []*GetPackageResponseBodyDataResourceListTable) *GetPackageResponseBodyDataResourceList
- func (s GetPackageResponseBodyDataResourceList) String() string
- type GetPackageResponseBodyDataResourceListFunction
- func (s GetPackageResponseBodyDataResourceListFunction) GoString() string
- func (s *GetPackageResponseBodyDataResourceListFunction) SetActions(v []*string) *GetPackageResponseBodyDataResourceListFunction
- func (s *GetPackageResponseBodyDataResourceListFunction) SetName(v string) *GetPackageResponseBodyDataResourceListFunction
- func (s *GetPackageResponseBodyDataResourceListFunction) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListFunction
- func (s GetPackageResponseBodyDataResourceListFunction) String() string
- type GetPackageResponseBodyDataResourceListResource
- func (s GetPackageResponseBodyDataResourceListResource) GoString() string
- func (s *GetPackageResponseBodyDataResourceListResource) SetActions(v []*string) *GetPackageResponseBodyDataResourceListResource
- func (s *GetPackageResponseBodyDataResourceListResource) SetName(v string) *GetPackageResponseBodyDataResourceListResource
- func (s *GetPackageResponseBodyDataResourceListResource) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListResource
- func (s GetPackageResponseBodyDataResourceListResource) String() string
- type GetPackageResponseBodyDataResourceListTable
- func (s GetPackageResponseBodyDataResourceListTable) GoString() string
- func (s *GetPackageResponseBodyDataResourceListTable) SetActions(v []*string) *GetPackageResponseBodyDataResourceListTable
- func (s *GetPackageResponseBodyDataResourceListTable) SetName(v string) *GetPackageResponseBodyDataResourceListTable
- func (s *GetPackageResponseBodyDataResourceListTable) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListTable
- func (s GetPackageResponseBodyDataResourceListTable) String() string
- type GetProjectRequest
- type GetProjectResponse
- func (s GetProjectResponse) GoString() string
- func (s *GetProjectResponse) SetBody(v *GetProjectResponseBody) *GetProjectResponse
- func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse
- func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse
- func (s GetProjectResponse) String() string
- type GetProjectResponseBody
- func (s GetProjectResponseBody) GoString() string
- func (s *GetProjectResponseBody) SetData(v *GetProjectResponseBodyData) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetErrorCode(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetErrorMsg(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetHttpCode(v int32) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetRequestId(v string) *GetProjectResponseBody
- func (s GetProjectResponseBody) String() string
- type GetProjectResponseBodyData
- func (s GetProjectResponseBodyData) GoString() string
- func (s *GetProjectResponseBodyData) SetComment(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetCostStorage(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetCreatedTime(v int64) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetDefaultQuota(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetIpWhiteList(v *GetProjectResponseBodyDataIpWhiteList) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetName(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetOwner(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetProductType(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetProperties(v *GetProjectResponseBodyDataProperties) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetRegionId(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetSaleTag(v *GetProjectResponseBodyDataSaleTag) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetSecurityProperties(v *GetProjectResponseBodyDataSecurityProperties) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetStatus(v string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetSuperAdmins(v []*string) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetThreeTierModel(v bool) *GetProjectResponseBodyData
- func (s *GetProjectResponseBodyData) SetType(v string) *GetProjectResponseBodyData
- func (s GetProjectResponseBodyData) String() string
- type GetProjectResponseBodyDataIpWhiteList
- func (s GetProjectResponseBodyDataIpWhiteList) GoString() string
- func (s *GetProjectResponseBodyDataIpWhiteList) SetIpList(v string) *GetProjectResponseBodyDataIpWhiteList
- func (s *GetProjectResponseBodyDataIpWhiteList) SetVpcIpList(v string) *GetProjectResponseBodyDataIpWhiteList
- func (s GetProjectResponseBodyDataIpWhiteList) String() string
- type GetProjectResponseBodyDataProperties
- func (s GetProjectResponseBodyDataProperties) GoString() string
- func (s *GetProjectResponseBodyDataProperties) SetAllowFullScan(v bool) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetElderTunnelQuota(v string) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetEnableDecimal2(v bool) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetEnableFdcCacheForce(v bool) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetEnableTieredStorage(v bool) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetEnableTunnelQuotaRoute(v bool) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetEncryption(v *GetProjectResponseBodyDataPropertiesEncryption) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetFdcQuota(v string) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetRetentionDays(v int64) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetSqlMeteringMax(v string) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetStorageTierInfo(v *GetProjectResponseBodyDataPropertiesStorageTierInfo) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetTableLifecycle(v *GetProjectResponseBodyDataPropertiesTableLifecycle) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetTableLifecycleConfig(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfig) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetTimezone(v string) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetTunnelQuota(v string) *GetProjectResponseBodyDataProperties
- func (s *GetProjectResponseBodyDataProperties) SetTypeSystem(v string) *GetProjectResponseBodyDataProperties
- func (s GetProjectResponseBodyDataProperties) String() string
- type GetProjectResponseBodyDataPropertiesEncryption
- func (s GetProjectResponseBodyDataPropertiesEncryption) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesEncryption) SetAlgorithm(v string) *GetProjectResponseBodyDataPropertiesEncryption
- func (s *GetProjectResponseBodyDataPropertiesEncryption) SetEnable(v bool) *GetProjectResponseBodyDataPropertiesEncryption
- func (s *GetProjectResponseBodyDataPropertiesEncryption) SetKey(v string) *GetProjectResponseBodyDataPropertiesEncryption
- func (s GetProjectResponseBodyDataPropertiesEncryption) String() string
- type GetProjectResponseBodyDataPropertiesStorageTierInfo
- func (s GetProjectResponseBodyDataPropertiesStorageTierInfo) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectBackupSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfo
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectTotalSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfo
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfo) SetStorageTierSize(v *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) *GetProjectResponseBodyDataPropertiesStorageTierInfo
- func (s GetProjectResponseBodyDataPropertiesStorageTierInfo) String() string
- type GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize
- func (s GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetLongTermSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetLowFrequencySize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize
- func (s *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetStandardSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize
- func (s GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycle
- func (s GetProjectResponseBodyDataPropertiesTableLifecycle) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycle) SetType(v string) *GetProjectResponseBodyDataPropertiesTableLifecycle
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycle) SetValue(v string) *GetProjectResponseBodyDataPropertiesTableLifecycle
- func (s GetProjectResponseBodyDataPropertiesTableLifecycle) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfig
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfig) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfig) SetTierToLongterm(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) *GetProjectResponseBodyDataPropertiesTableLifecycleConfig
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfig) SetTierToLowFrequency(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) *GetProjectResponseBodyDataPropertiesTableLifecycleConfig
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfig) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastAccessGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastModificationGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastTierModificationGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastAccessGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastModificationGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastTierModificationGreaterThan(...) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) String() string
- type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) GoString() string
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) SetConditionCode(v string) ...
- func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) SetValue(v int64) ...
- func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) String() string
- type GetProjectResponseBodyDataSaleTag
- func (s GetProjectResponseBodyDataSaleTag) GoString() string
- func (s *GetProjectResponseBodyDataSaleTag) SetResourceId(v string) *GetProjectResponseBodyDataSaleTag
- func (s *GetProjectResponseBodyDataSaleTag) SetResourceType(v string) *GetProjectResponseBodyDataSaleTag
- func (s GetProjectResponseBodyDataSaleTag) String() string
- type GetProjectResponseBodyDataSecurityProperties
- func (s GetProjectResponseBodyDataSecurityProperties) GoString() string
- func (s *GetProjectResponseBodyDataSecurityProperties) SetEnableDownloadPrivilege(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetLabelSecurity(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasAccessPermission(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasGrantPermission(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetProjectProtection(v *GetProjectResponseBodyDataSecurityPropertiesProjectProtection) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetUsingAcl(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s *GetProjectResponseBodyDataSecurityProperties) SetUsingPolicy(v bool) *GetProjectResponseBodyDataSecurityProperties
- func (s GetProjectResponseBodyDataSecurityProperties) String() string
- type GetProjectResponseBodyDataSecurityPropertiesProjectProtection
- func (s GetProjectResponseBodyDataSecurityPropertiesProjectProtection) GoString() string
- func (s *GetProjectResponseBodyDataSecurityPropertiesProjectProtection) SetExceptionPolicy(v string) *GetProjectResponseBodyDataSecurityPropertiesProjectProtection
- func (s *GetProjectResponseBodyDataSecurityPropertiesProjectProtection) SetProtected(v bool) *GetProjectResponseBodyDataSecurityPropertiesProjectProtection
- func (s GetProjectResponseBodyDataSecurityPropertiesProjectProtection) String() string
- type GetQuotaPlanRequest
- type GetQuotaPlanResponse
- func (s GetQuotaPlanResponse) GoString() string
- func (s *GetQuotaPlanResponse) SetBody(v *GetQuotaPlanResponseBody) *GetQuotaPlanResponse
- func (s *GetQuotaPlanResponse) SetHeaders(v map[string]*string) *GetQuotaPlanResponse
- func (s *GetQuotaPlanResponse) SetStatusCode(v int32) *GetQuotaPlanResponse
- func (s GetQuotaPlanResponse) String() string
- type GetQuotaPlanResponseBody
- type GetQuotaPlanResponseBodyData
- func (s GetQuotaPlanResponseBodyData) GoString() string
- func (s *GetQuotaPlanResponseBodyData) SetCreateTime(v string) *GetQuotaPlanResponseBodyData
- func (s *GetQuotaPlanResponseBodyData) SetName(v string) *GetQuotaPlanResponseBodyData
- func (s *GetQuotaPlanResponseBodyData) SetQuota(v *GetQuotaPlanResponseBodyDataQuota) *GetQuotaPlanResponseBodyData
- func (s GetQuotaPlanResponseBodyData) String() string
- type GetQuotaPlanResponseBodyDataQuota
- func (s GetQuotaPlanResponseBodyDataQuota) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuota) SetBillingPolicy(v *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetCluster(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetCreateTime(v int64) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetCreatorId(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetId(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetName(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetNickName(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetParameter(v map[string]interface{}) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetParentId(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetRegionId(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetScheduleInfo(v *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetStatus(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetSubQuotaInfoList(v []*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetTag(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetTenantId(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetType(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s *GetQuotaPlanResponseBodyDataQuota) SetVersion(v string) *GetQuotaPlanResponseBodyDataQuota
- func (s GetQuotaPlanResponseBodyDataQuota) String() string
- type GetQuotaPlanResponseBodyDataQuotaBillingPolicy
- func (s GetQuotaPlanResponseBodyDataQuotaBillingPolicy) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetBillingMethod(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
- func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
- func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOrderId(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
- func (s GetQuotaPlanResponseBodyDataQuotaBillingPolicy) String() string
- type GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s GetQuotaPlanResponseBodyDataQuotaScheduleInfo) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrPlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextPlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOncePlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOnceTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOperatorName(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
- func (s GetQuotaPlanResponseBodyDataQuotaScheduleInfo) String() string
- type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetBillingPolicy(v *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCluster(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreateTime(v int64) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreatorId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetName(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetNickName(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParentId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetRegionId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetScheduleInfo(v *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetStatus(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetTag(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetTenantId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetType(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetVersion(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) String() string
- type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetOrderId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) String() string
- type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) GoString() string
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetNextTime(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
- func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) String() string
- type GetQuotaRequest
- func (s GetQuotaRequest) GoString() string
- func (s *GetQuotaRequest) SetAkProven(v string) *GetQuotaRequest
- func (s *GetQuotaRequest) SetMock(v bool) *GetQuotaRequest
- func (s *GetQuotaRequest) SetRegion(v string) *GetQuotaRequest
- func (s *GetQuotaRequest) SetTenantId(v string) *GetQuotaRequest
- func (s GetQuotaRequest) String() string
- type GetQuotaResponse
- func (s GetQuotaResponse) GoString() string
- func (s *GetQuotaResponse) SetBody(v *GetQuotaResponseBody) *GetQuotaResponse
- func (s *GetQuotaResponse) SetHeaders(v map[string]*string) *GetQuotaResponse
- func (s *GetQuotaResponse) SetStatusCode(v int32) *GetQuotaResponse
- func (s GetQuotaResponse) String() string
- type GetQuotaResponseBody
- func (s GetQuotaResponseBody) GoString() string
- func (s *GetQuotaResponseBody) SetBillingPolicy(v *GetQuotaResponseBodyBillingPolicy) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetCluster(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetCreateTime(v int64) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetCreatorId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetData(v *GetQuotaResponseBodyData) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetName(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetNickName(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetParameter(v map[string]interface{}) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetParentId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetRegionId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetRequestId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetSaleTag(v *GetQuotaResponseBodySaleTag) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetScheduleInfo(v *GetQuotaResponseBodyScheduleInfo) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetStatus(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetSubQuotaInfoList(v []*GetQuotaResponseBodySubQuotaInfoList) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetTag(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetTenantId(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetType(v string) *GetQuotaResponseBody
- func (s *GetQuotaResponseBody) SetVersion(v string) *GetQuotaResponseBody
- func (s GetQuotaResponseBody) String() string
- type GetQuotaResponseBodyBillingPolicy
- func (s GetQuotaResponseBodyBillingPolicy) GoString() string
- func (s *GetQuotaResponseBodyBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyBillingPolicy
- func (s *GetQuotaResponseBodyBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyBillingPolicy
- func (s *GetQuotaResponseBodyBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodyBillingPolicy
- func (s GetQuotaResponseBodyBillingPolicy) String() string
- type GetQuotaResponseBodyData
- func (s GetQuotaResponseBodyData) GoString() string
- func (s *GetQuotaResponseBodyData) SetBillingPolicy(v *GetQuotaResponseBodyDataBillingPolicy) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetCluster(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetCreateTime(v int64) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetCreatorId(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetId(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetName(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetNickName(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetParameter(v map[string]interface{}) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetParentId(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetRegionId(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetSaleTag(v *GetQuotaResponseBodyDataSaleTag) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetScheduleInfo(v *GetQuotaResponseBodyDataScheduleInfo) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetStatus(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetSubQuotaInfoList(v []*GetQuotaResponseBodyDataSubQuotaInfoList) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetTag(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetTenantId(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetType(v string) *GetQuotaResponseBodyData
- func (s *GetQuotaResponseBodyData) SetVersion(v string) *GetQuotaResponseBodyData
- func (s GetQuotaResponseBodyData) String() string
- type GetQuotaResponseBodyDataBillingPolicy
- func (s GetQuotaResponseBodyDataBillingPolicy) GoString() string
- func (s *GetQuotaResponseBodyDataBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyDataBillingPolicy
- func (s *GetQuotaResponseBodyDataBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyDataBillingPolicy
- func (s *GetQuotaResponseBodyDataBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodyDataBillingPolicy
- func (s GetQuotaResponseBodyDataBillingPolicy) String() string
- type GetQuotaResponseBodyDataSaleTag
- func (s GetQuotaResponseBodyDataSaleTag) GoString() string
- func (s *GetQuotaResponseBodyDataSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodyDataSaleTag
- func (s *GetQuotaResponseBodyDataSaleTag) SetResourceType(v string) *GetQuotaResponseBodyDataSaleTag
- func (s GetQuotaResponseBodyDataSaleTag) String() string
- type GetQuotaResponseBodyDataScheduleInfo
- func (s GetQuotaResponseBodyDataScheduleInfo) GoString() string
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s *GetQuotaResponseBodyDataScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyDataScheduleInfo
- func (s GetQuotaResponseBodyDataScheduleInfo) String() string
- type GetQuotaResponseBodyDataSubQuotaInfoList
- func (s GetQuotaResponseBodyDataSubQuotaInfoList) GoString() string
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetBillingPolicy(v *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCluster(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCreateTime(v int64) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCreatorId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetName(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetNickName(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetParentId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetRegionId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetSaleTag(v *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetScheduleInfo(v *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetStatus(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetTag(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetTenantId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetType(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetVersion(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
- func (s GetQuotaResponseBodyDataSubQuotaInfoList) String() string
- type GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
- func (s GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) GoString() string
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
- func (s GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) String() string
- type GetQuotaResponseBodyDataSubQuotaInfoListSaleTag
- func (s GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) GoString() string
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceType(v string) *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag
- func (s GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) String() string
- type GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) GoString() string
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
- func (s GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) String() string
- type GetQuotaResponseBodySaleTag
- type GetQuotaResponseBodyScheduleInfo
- func (s GetQuotaResponseBodyScheduleInfo) GoString() string
- func (s *GetQuotaResponseBodyScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyScheduleInfo
- func (s *GetQuotaResponseBodyScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyScheduleInfo
- func (s GetQuotaResponseBodyScheduleInfo) String() string
- type GetQuotaResponseBodySubQuotaInfoList
- func (s GetQuotaResponseBodySubQuotaInfoList) GoString() string
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetBillingPolicy(v *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetCluster(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetCreateTime(v int64) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetCreatorId(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetId(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetName(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetNickName(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetParentId(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetRegionId(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetSaleTag(v *GetQuotaResponseBodySubQuotaInfoListSaleTag) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetScheduleInfo(v *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetStatus(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetTag(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetTenantId(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetType(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s *GetQuotaResponseBodySubQuotaInfoList) SetVersion(v string) *GetQuotaResponseBodySubQuotaInfoList
- func (s GetQuotaResponseBodySubQuotaInfoList) String() string
- type GetQuotaResponseBodySubQuotaInfoListBillingPolicy
- func (s GetQuotaResponseBodySubQuotaInfoListBillingPolicy) GoString() string
- func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
- func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
- func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
- func (s GetQuotaResponseBodySubQuotaInfoListBillingPolicy) String() string
- type GetQuotaResponseBodySubQuotaInfoListSaleTag
- func (s GetQuotaResponseBodySubQuotaInfoListSaleTag) GoString() string
- func (s *GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodySubQuotaInfoListSaleTag
- func (s *GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceType(v string) *GetQuotaResponseBodySubQuotaInfoListSaleTag
- func (s GetQuotaResponseBodySubQuotaInfoListSaleTag) String() string
- type GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s GetQuotaResponseBodySubQuotaInfoListScheduleInfo) GoString() string
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
- func (s GetQuotaResponseBodySubQuotaInfoListScheduleInfo) String() string
- type GetQuotaScheduleRequest
- func (s GetQuotaScheduleRequest) GoString() string
- func (s *GetQuotaScheduleRequest) SetDisplayTimezone(v string) *GetQuotaScheduleRequest
- func (s *GetQuotaScheduleRequest) SetRegion(v string) *GetQuotaScheduleRequest
- func (s *GetQuotaScheduleRequest) SetTenantId(v string) *GetQuotaScheduleRequest
- func (s GetQuotaScheduleRequest) String() string
- type GetQuotaScheduleResponse
- func (s GetQuotaScheduleResponse) GoString() string
- func (s *GetQuotaScheduleResponse) SetBody(v *GetQuotaScheduleResponseBody) *GetQuotaScheduleResponse
- func (s *GetQuotaScheduleResponse) SetHeaders(v map[string]*string) *GetQuotaScheduleResponse
- func (s *GetQuotaScheduleResponse) SetStatusCode(v int32) *GetQuotaScheduleResponse
- func (s GetQuotaScheduleResponse) String() string
- type GetQuotaScheduleResponseBody
- func (s GetQuotaScheduleResponseBody) GoString() string
- func (s *GetQuotaScheduleResponseBody) SetData(v []*GetQuotaScheduleResponseBodyData) *GetQuotaScheduleResponseBody
- func (s *GetQuotaScheduleResponseBody) SetErrorCode(v string) *GetQuotaScheduleResponseBody
- func (s *GetQuotaScheduleResponseBody) SetErrorMsg(v string) *GetQuotaScheduleResponseBody
- func (s *GetQuotaScheduleResponseBody) SetHttpCode(v int32) *GetQuotaScheduleResponseBody
- func (s *GetQuotaScheduleResponseBody) SetRequestId(v string) *GetQuotaScheduleResponseBody
- func (s GetQuotaScheduleResponseBody) String() string
- type GetQuotaScheduleResponseBodyData
- func (s GetQuotaScheduleResponseBodyData) GoString() string
- func (s *GetQuotaScheduleResponseBodyData) SetCondition(v *GetQuotaScheduleResponseBodyDataCondition) *GetQuotaScheduleResponseBodyData
- func (s *GetQuotaScheduleResponseBodyData) SetId(v string) *GetQuotaScheduleResponseBodyData
- func (s *GetQuotaScheduleResponseBodyData) SetOperator(v string) *GetQuotaScheduleResponseBodyData
- func (s *GetQuotaScheduleResponseBodyData) SetPlan(v string) *GetQuotaScheduleResponseBodyData
- func (s *GetQuotaScheduleResponseBodyData) SetTimezone(v string) *GetQuotaScheduleResponseBodyData
- func (s *GetQuotaScheduleResponseBodyData) SetType(v string) *GetQuotaScheduleResponseBodyData
- func (s GetQuotaScheduleResponseBodyData) String() string
- type GetQuotaScheduleResponseBodyDataCondition
- func (s GetQuotaScheduleResponseBodyDataCondition) GoString() string
- func (s *GetQuotaScheduleResponseBodyDataCondition) SetAfter(v string) *GetQuotaScheduleResponseBodyDataCondition
- func (s *GetQuotaScheduleResponseBodyDataCondition) SetAt(v string) *GetQuotaScheduleResponseBodyDataCondition
- func (s GetQuotaScheduleResponseBodyDataCondition) String() string
- type GetRoleAclOnObjectRequest
- type GetRoleAclOnObjectResponse
- func (s GetRoleAclOnObjectResponse) GoString() string
- func (s *GetRoleAclOnObjectResponse) SetBody(v *GetRoleAclOnObjectResponseBody) *GetRoleAclOnObjectResponse
- func (s *GetRoleAclOnObjectResponse) SetHeaders(v map[string]*string) *GetRoleAclOnObjectResponse
- func (s *GetRoleAclOnObjectResponse) SetStatusCode(v int32) *GetRoleAclOnObjectResponse
- func (s GetRoleAclOnObjectResponse) String() string
- type GetRoleAclOnObjectResponseBody
- func (s GetRoleAclOnObjectResponseBody) GoString() string
- func (s *GetRoleAclOnObjectResponseBody) SetData(v *GetRoleAclOnObjectResponseBodyData) *GetRoleAclOnObjectResponseBody
- func (s *GetRoleAclOnObjectResponseBody) SetRequestId(v string) *GetRoleAclOnObjectResponseBody
- func (s GetRoleAclOnObjectResponseBody) String() string
- type GetRoleAclOnObjectResponseBodyData
- func (s GetRoleAclOnObjectResponseBodyData) GoString() string
- func (s *GetRoleAclOnObjectResponseBodyData) SetActions(v []*string) *GetRoleAclOnObjectResponseBodyData
- func (s *GetRoleAclOnObjectResponseBodyData) SetName(v string) *GetRoleAclOnObjectResponseBodyData
- func (s GetRoleAclOnObjectResponseBodyData) String() string
- type GetRoleAclResponse
- func (s GetRoleAclResponse) GoString() string
- func (s *GetRoleAclResponse) SetBody(v *GetRoleAclResponseBody) *GetRoleAclResponse
- func (s *GetRoleAclResponse) SetHeaders(v map[string]*string) *GetRoleAclResponse
- func (s *GetRoleAclResponse) SetStatusCode(v int32) *GetRoleAclResponse
- func (s GetRoleAclResponse) String() string
- type GetRoleAclResponseBody
- func (s GetRoleAclResponseBody) GoString() string
- func (s *GetRoleAclResponseBody) SetData(v *GetRoleAclResponseBodyData) *GetRoleAclResponseBody
- func (s *GetRoleAclResponseBody) SetErrorCode(v string) *GetRoleAclResponseBody
- func (s *GetRoleAclResponseBody) SetErrorMsg(v string) *GetRoleAclResponseBody
- func (s *GetRoleAclResponseBody) SetHttpCode(v int32) *GetRoleAclResponseBody
- func (s *GetRoleAclResponseBody) SetRequestId(v string) *GetRoleAclResponseBody
- func (s GetRoleAclResponseBody) String() string
- type GetRoleAclResponseBodyData
- func (s GetRoleAclResponseBodyData) GoString() string
- func (s *GetRoleAclResponseBodyData) SetFunction(v []*GetRoleAclResponseBodyDataFunction) *GetRoleAclResponseBodyData
- func (s *GetRoleAclResponseBodyData) SetInstance(v []*GetRoleAclResponseBodyDataInstance) *GetRoleAclResponseBodyData
- func (s *GetRoleAclResponseBodyData) SetPackage(v []*GetRoleAclResponseBodyDataPackage) *GetRoleAclResponseBodyData
- func (s *GetRoleAclResponseBodyData) SetProject(v []*GetRoleAclResponseBodyDataProject) *GetRoleAclResponseBodyData
- func (s *GetRoleAclResponseBodyData) SetResource(v []*GetRoleAclResponseBodyDataResource) *GetRoleAclResponseBodyData
- func (s *GetRoleAclResponseBodyData) SetTable(v []*GetRoleAclResponseBodyDataTable) *GetRoleAclResponseBodyData
- func (s GetRoleAclResponseBodyData) String() string
- type GetRoleAclResponseBodyDataFunction
- func (s GetRoleAclResponseBodyDataFunction) GoString() string
- func (s *GetRoleAclResponseBodyDataFunction) SetActions(v []*string) *GetRoleAclResponseBodyDataFunction
- func (s *GetRoleAclResponseBodyDataFunction) SetName(v string) *GetRoleAclResponseBodyDataFunction
- func (s *GetRoleAclResponseBodyDataFunction) SetSchemaName(v string) *GetRoleAclResponseBodyDataFunction
- func (s GetRoleAclResponseBodyDataFunction) String() string
- type GetRoleAclResponseBodyDataInstance
- func (s GetRoleAclResponseBodyDataInstance) GoString() string
- func (s *GetRoleAclResponseBodyDataInstance) SetActions(v []*string) *GetRoleAclResponseBodyDataInstance
- func (s *GetRoleAclResponseBodyDataInstance) SetName(v string) *GetRoleAclResponseBodyDataInstance
- func (s *GetRoleAclResponseBodyDataInstance) SetSchemaName(v string) *GetRoleAclResponseBodyDataInstance
- func (s GetRoleAclResponseBodyDataInstance) String() string
- type GetRoleAclResponseBodyDataPackage
- func (s GetRoleAclResponseBodyDataPackage) GoString() string
- func (s *GetRoleAclResponseBodyDataPackage) SetActions(v []*string) *GetRoleAclResponseBodyDataPackage
- func (s *GetRoleAclResponseBodyDataPackage) SetName(v string) *GetRoleAclResponseBodyDataPackage
- func (s *GetRoleAclResponseBodyDataPackage) SetSchemaName(v string) *GetRoleAclResponseBodyDataPackage
- func (s GetRoleAclResponseBodyDataPackage) String() string
- type GetRoleAclResponseBodyDataProject
- func (s GetRoleAclResponseBodyDataProject) GoString() string
- func (s *GetRoleAclResponseBodyDataProject) SetActions(v []*string) *GetRoleAclResponseBodyDataProject
- func (s *GetRoleAclResponseBodyDataProject) SetName(v string) *GetRoleAclResponseBodyDataProject
- func (s *GetRoleAclResponseBodyDataProject) SetSchemaName(v string) *GetRoleAclResponseBodyDataProject
- func (s GetRoleAclResponseBodyDataProject) String() string
- type GetRoleAclResponseBodyDataResource
- func (s GetRoleAclResponseBodyDataResource) GoString() string
- func (s *GetRoleAclResponseBodyDataResource) SetActions(v []*string) *GetRoleAclResponseBodyDataResource
- func (s *GetRoleAclResponseBodyDataResource) SetName(v string) *GetRoleAclResponseBodyDataResource
- func (s *GetRoleAclResponseBodyDataResource) SetSchemaName(v string) *GetRoleAclResponseBodyDataResource
- func (s GetRoleAclResponseBodyDataResource) String() string
- type GetRoleAclResponseBodyDataTable
- func (s GetRoleAclResponseBodyDataTable) GoString() string
- func (s *GetRoleAclResponseBodyDataTable) SetActions(v []*string) *GetRoleAclResponseBodyDataTable
- func (s *GetRoleAclResponseBodyDataTable) SetName(v string) *GetRoleAclResponseBodyDataTable
- func (s *GetRoleAclResponseBodyDataTable) SetSchemaName(v string) *GetRoleAclResponseBodyDataTable
- func (s GetRoleAclResponseBodyDataTable) String() string
- type GetRolePolicyResponse
- func (s GetRolePolicyResponse) GoString() string
- func (s *GetRolePolicyResponse) SetBody(v *GetRolePolicyResponseBody) *GetRolePolicyResponse
- func (s *GetRolePolicyResponse) SetHeaders(v map[string]*string) *GetRolePolicyResponse
- func (s *GetRolePolicyResponse) SetStatusCode(v int32) *GetRolePolicyResponse
- func (s GetRolePolicyResponse) String() string
- type GetRolePolicyResponseBody
- type GetRunningJobsRequest
- func (s GetRunningJobsRequest) GoString() string
- func (s *GetRunningJobsRequest) SetFrom(v int64) *GetRunningJobsRequest
- func (s *GetRunningJobsRequest) SetJobOwnerList(v []*string) *GetRunningJobsRequest
- func (s *GetRunningJobsRequest) SetPageNumber(v int64) *GetRunningJobsRequest
- func (s *GetRunningJobsRequest) SetPageSize(v int64) *GetRunningJobsRequest
- func (s *GetRunningJobsRequest) SetQuotaNicknameList(v []*string) *GetRunningJobsRequest
- func (s *GetRunningJobsRequest) SetTo(v int64) *GetRunningJobsRequest
- func (s GetRunningJobsRequest) String() string
- type GetRunningJobsResponse
- func (s GetRunningJobsResponse) GoString() string
- func (s *GetRunningJobsResponse) SetBody(v *GetRunningJobsResponseBody) *GetRunningJobsResponse
- func (s *GetRunningJobsResponse) SetHeaders(v map[string]*string) *GetRunningJobsResponse
- func (s *GetRunningJobsResponse) SetStatusCode(v int32) *GetRunningJobsResponse
- func (s GetRunningJobsResponse) String() string
- type GetRunningJobsResponseBody
- func (s GetRunningJobsResponseBody) GoString() string
- func (s *GetRunningJobsResponseBody) SetData(v *GetRunningJobsResponseBodyData) *GetRunningJobsResponseBody
- func (s *GetRunningJobsResponseBody) SetErrorCode(v string) *GetRunningJobsResponseBody
- func (s *GetRunningJobsResponseBody) SetErrorMsg(v string) *GetRunningJobsResponseBody
- func (s *GetRunningJobsResponseBody) SetHttpCode(v int32) *GetRunningJobsResponseBody
- func (s *GetRunningJobsResponseBody) SetRequestId(v string) *GetRunningJobsResponseBody
- func (s GetRunningJobsResponseBody) String() string
- type GetRunningJobsResponseBodyData
- func (s GetRunningJobsResponseBodyData) GoString() string
- func (s *GetRunningJobsResponseBodyData) SetPageNumber(v int64) *GetRunningJobsResponseBodyData
- func (s *GetRunningJobsResponseBodyData) SetPageSize(v int64) *GetRunningJobsResponseBodyData
- func (s *GetRunningJobsResponseBodyData) SetRunningJobInfoList(v []*GetRunningJobsResponseBodyDataRunningJobInfoList) *GetRunningJobsResponseBodyData
- func (s *GetRunningJobsResponseBodyData) SetTotalCount(v int64) *GetRunningJobsResponseBodyData
- func (s GetRunningJobsResponseBodyData) String() string
- type GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s GetRunningJobsResponseBodyDataRunningJobInfoList) GoString() string
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetCuSnapshot(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetInstanceId(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetJobOwner(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetMemorySnapshot(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetProgress(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetProject(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetQuotaNickname(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetRunningAtTime(v int64) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetSubmittedAtTime(v int64) *GetRunningJobsResponseBodyDataRunningJobInfoList
- func (s GetRunningJobsResponseBodyDataRunningJobInfoList) String() string
- type GetRunningJobsShrinkRequest
- func (s GetRunningJobsShrinkRequest) GoString() string
- func (s *GetRunningJobsShrinkRequest) SetFrom(v int64) *GetRunningJobsShrinkRequest
- func (s *GetRunningJobsShrinkRequest) SetJobOwnerListShrink(v string) *GetRunningJobsShrinkRequest
- func (s *GetRunningJobsShrinkRequest) SetPageNumber(v int64) *GetRunningJobsShrinkRequest
- func (s *GetRunningJobsShrinkRequest) SetPageSize(v int64) *GetRunningJobsShrinkRequest
- func (s *GetRunningJobsShrinkRequest) SetQuotaNicknameListShrink(v string) *GetRunningJobsShrinkRequest
- func (s *GetRunningJobsShrinkRequest) SetTo(v int64) *GetRunningJobsShrinkRequest
- func (s GetRunningJobsShrinkRequest) String() string
- type GetTableInfoRequest
- type GetTableInfoResponse
- func (s GetTableInfoResponse) GoString() string
- func (s *GetTableInfoResponse) SetBody(v *GetTableInfoResponseBody) *GetTableInfoResponse
- func (s *GetTableInfoResponse) SetHeaders(v map[string]*string) *GetTableInfoResponse
- func (s *GetTableInfoResponse) SetStatusCode(v int32) *GetTableInfoResponse
- func (s GetTableInfoResponse) String() string
- type GetTableInfoResponseBody
- type GetTableInfoResponseBodyData
- func (s GetTableInfoResponseBodyData) GoString() string
- func (s *GetTableInfoResponseBodyData) SetAutoRefreshEnabled(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetComment(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetCreateTableDDL(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetCreationTime(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetDisplayName(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetFileNum(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetIsExternalTable(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetIsOutdated(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetLastAccessTime(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetLastDDLTime(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetLastModifiedTime(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetLifecycle(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetLocation(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetMaterializedView(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetName(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetNativeColumns(v []*GetTableInfoResponseBodyDataNativeColumns) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetOdpsPropertiesRolearn(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetOdpsSqlTextOptionFlushHeader(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetOdpsTextOptionHeaderLinesCount(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetOwner(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetPartitionColumns(v []*GetTableInfoResponseBodyDataPartitionColumns) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetPhysicalSize(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetProjectName(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetRewriteEnabled(v bool) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetSchema(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetSize(v int64) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetStorageHandler(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetTableLabel(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetTablesotreTableName(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetTablestoreColumnsMapping(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetType(v string) *GetTableInfoResponseBodyData
- func (s *GetTableInfoResponseBodyData) SetViewText(v string) *GetTableInfoResponseBodyData
- func (s GetTableInfoResponseBodyData) String() string
- type GetTableInfoResponseBodyDataNativeColumns
- func (s GetTableInfoResponseBodyDataNativeColumns) GoString() string
- func (s *GetTableInfoResponseBodyDataNativeColumns) SetComment(v string) *GetTableInfoResponseBodyDataNativeColumns
- func (s *GetTableInfoResponseBodyDataNativeColumns) SetLabel(v string) *GetTableInfoResponseBodyDataNativeColumns
- func (s *GetTableInfoResponseBodyDataNativeColumns) SetName(v string) *GetTableInfoResponseBodyDataNativeColumns
- func (s *GetTableInfoResponseBodyDataNativeColumns) SetType(v string) *GetTableInfoResponseBodyDataNativeColumns
- func (s GetTableInfoResponseBodyDataNativeColumns) String() string
- type GetTableInfoResponseBodyDataPartitionColumns
- func (s GetTableInfoResponseBodyDataPartitionColumns) GoString() string
- func (s *GetTableInfoResponseBodyDataPartitionColumns) SetComment(v string) *GetTableInfoResponseBodyDataPartitionColumns
- func (s *GetTableInfoResponseBodyDataPartitionColumns) SetLabel(v string) *GetTableInfoResponseBodyDataPartitionColumns
- func (s *GetTableInfoResponseBodyDataPartitionColumns) SetName(v string) *GetTableInfoResponseBodyDataPartitionColumns
- func (s *GetTableInfoResponseBodyDataPartitionColumns) SetType(v string) *GetTableInfoResponseBodyDataPartitionColumns
- func (s GetTableInfoResponseBodyDataPartitionColumns) String() string
- type GetTrustedProjectsResponse
- func (s GetTrustedProjectsResponse) GoString() string
- func (s *GetTrustedProjectsResponse) SetBody(v *GetTrustedProjectsResponseBody) *GetTrustedProjectsResponse
- func (s *GetTrustedProjectsResponse) SetHeaders(v map[string]*string) *GetTrustedProjectsResponse
- func (s *GetTrustedProjectsResponse) SetStatusCode(v int32) *GetTrustedProjectsResponse
- func (s GetTrustedProjectsResponse) String() string
- type GetTrustedProjectsResponseBody
- func (s GetTrustedProjectsResponseBody) GoString() string
- func (s *GetTrustedProjectsResponseBody) SetData(v []*string) *GetTrustedProjectsResponseBody
- func (s *GetTrustedProjectsResponseBody) SetRequestId(v string) *GetTrustedProjectsResponseBody
- func (s GetTrustedProjectsResponseBody) String() string
- type KillJobsRequest
- type KillJobsResponse
- func (s KillJobsResponse) GoString() string
- func (s *KillJobsResponse) SetBody(v *KillJobsResponseBody) *KillJobsResponse
- func (s *KillJobsResponse) SetHeaders(v map[string]*string) *KillJobsResponse
- func (s *KillJobsResponse) SetStatusCode(v int32) *KillJobsResponse
- func (s KillJobsResponse) String() string
- type KillJobsResponseBody
- func (s KillJobsResponseBody) GoString() string
- func (s *KillJobsResponseBody) SetData(v string) *KillJobsResponseBody
- func (s *KillJobsResponseBody) SetHttpCode(v int32) *KillJobsResponseBody
- func (s *KillJobsResponseBody) SetRequestId(v string) *KillJobsResponseBody
- func (s KillJobsResponseBody) String() string
- type ListFunctionsRequest
- func (s ListFunctionsRequest) GoString() string
- func (s *ListFunctionsRequest) SetMarker(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetMaxItem(v int32) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetPrefix(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetSchemaName(v string) *ListFunctionsRequest
- func (s ListFunctionsRequest) String() string
- type ListFunctionsResponse
- func (s ListFunctionsResponse) GoString() string
- func (s *ListFunctionsResponse) SetBody(v *ListFunctionsResponseBody) *ListFunctionsResponse
- func (s *ListFunctionsResponse) SetHeaders(v map[string]*string) *ListFunctionsResponse
- func (s *ListFunctionsResponse) SetStatusCode(v int32) *ListFunctionsResponse
- func (s ListFunctionsResponse) String() string
- type ListFunctionsResponseBody
- type ListFunctionsResponseBodyData
- func (s ListFunctionsResponseBodyData) GoString() string
- func (s *ListFunctionsResponseBodyData) SetFunctions(v []*ListFunctionsResponseBodyDataFunctions) *ListFunctionsResponseBodyData
- func (s *ListFunctionsResponseBodyData) SetMarker(v string) *ListFunctionsResponseBodyData
- func (s *ListFunctionsResponseBodyData) SetMaxItem(v int32) *ListFunctionsResponseBodyData
- func (s ListFunctionsResponseBodyData) String() string
- type ListFunctionsResponseBodyDataFunctions
- func (s ListFunctionsResponseBodyDataFunctions) GoString() string
- func (s *ListFunctionsResponseBodyDataFunctions) SetClass(v string) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetCreationTime(v int64) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetDisplayName(v string) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetName(v string) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetOwner(v string) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetResources(v string) *ListFunctionsResponseBodyDataFunctions
- func (s *ListFunctionsResponseBodyDataFunctions) SetSchema(v string) *ListFunctionsResponseBodyDataFunctions
- func (s ListFunctionsResponseBodyDataFunctions) String() string
- type ListJobInfosRequest
- func (s ListJobInfosRequest) GoString() string
- func (s *ListJobInfosRequest) SetAscOrder(v bool) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetBody(v string) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetOrderColumn(v string) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetPageNumber(v int64) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetPageSize(v int64) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetRegion(v string) *ListJobInfosRequest
- func (s *ListJobInfosRequest) SetTenantId(v string) *ListJobInfosRequest
- func (s ListJobInfosRequest) String() string
- type ListJobInfosResponse
- func (s ListJobInfosResponse) GoString() string
- func (s *ListJobInfosResponse) SetBody(v *ListJobInfosResponseBody) *ListJobInfosResponse
- func (s *ListJobInfosResponse) SetHeaders(v map[string]*string) *ListJobInfosResponse
- func (s *ListJobInfosResponse) SetStatusCode(v int32) *ListJobInfosResponse
- func (s ListJobInfosResponse) String() string
- type ListJobInfosResponseBody
- func (s ListJobInfosResponseBody) GoString() string
- func (s *ListJobInfosResponseBody) SetData(v *ListJobInfosResponseBodyData) *ListJobInfosResponseBody
- func (s *ListJobInfosResponseBody) SetHttpCode(v int32) *ListJobInfosResponseBody
- func (s *ListJobInfosResponseBody) SetRequestId(v string) *ListJobInfosResponseBody
- func (s ListJobInfosResponseBody) String() string
- type ListJobInfosResponseBodyData
- func (s ListJobInfosResponseBodyData) GoString() string
- func (s *ListJobInfosResponseBodyData) SetJobInfoList(v []*ListJobInfosResponseBodyDataJobInfoList) *ListJobInfosResponseBodyData
- func (s *ListJobInfosResponseBodyData) SetPageNumber(v int64) *ListJobInfosResponseBodyData
- func (s *ListJobInfosResponseBodyData) SetPageSize(v int64) *ListJobInfosResponseBodyData
- func (s *ListJobInfosResponseBodyData) SetTotalCount(v int64) *ListJobInfosResponseBodyData
- func (s ListJobInfosResponseBodyData) String() string
- type ListJobInfosResponseBodyDataJobInfoList
- func (s ListJobInfosResponseBodyDataJobInfoList) GoString() string
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetCluster(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetCuSnapshot(v float64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetCuUsage(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetEndAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtNodeId(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtNodeOnDuty(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtPlantFrom(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetInstanceId(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetJobOwner(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetJobType(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetMemorySnapshot(v float64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetMemoryUsage(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetPriority(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetProject(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetQuotaNickname(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetQuotaType(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetRegion(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetRunningAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetRunningTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetSignature(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetStatus(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetStatusSnapshot(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetSubmittedAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetTags(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetTenantId(v string) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetTotalTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s *ListJobInfosResponseBodyDataJobInfoList) SetWaitingTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
- func (s ListJobInfosResponseBodyDataJobInfoList) String() string
- type ListPackagesResponse
- func (s ListPackagesResponse) GoString() string
- func (s *ListPackagesResponse) SetBody(v *ListPackagesResponseBody) *ListPackagesResponse
- func (s *ListPackagesResponse) SetHeaders(v map[string]*string) *ListPackagesResponse
- func (s *ListPackagesResponse) SetStatusCode(v int32) *ListPackagesResponse
- func (s ListPackagesResponse) String() string
- type ListPackagesResponseBody
- type ListPackagesResponseBodyData
- func (s ListPackagesResponseBodyData) GoString() string
- func (s *ListPackagesResponseBodyData) SetCreatedPackages(v []*ListPackagesResponseBodyDataCreatedPackages) *ListPackagesResponseBodyData
- func (s *ListPackagesResponseBodyData) SetInstalledPackages(v []*ListPackagesResponseBodyDataInstalledPackages) *ListPackagesResponseBodyData
- func (s ListPackagesResponseBodyData) String() string
- type ListPackagesResponseBodyDataCreatedPackages
- func (s ListPackagesResponseBodyDataCreatedPackages) GoString() string
- func (s *ListPackagesResponseBodyDataCreatedPackages) SetCreateTime(v int64) *ListPackagesResponseBodyDataCreatedPackages
- func (s *ListPackagesResponseBodyDataCreatedPackages) SetName(v string) *ListPackagesResponseBodyDataCreatedPackages
- func (s ListPackagesResponseBodyDataCreatedPackages) String() string
- type ListPackagesResponseBodyDataInstalledPackages
- func (s ListPackagesResponseBodyDataInstalledPackages) GoString() string
- func (s *ListPackagesResponseBodyDataInstalledPackages) SetInstallTime(v int64) *ListPackagesResponseBodyDataInstalledPackages
- func (s *ListPackagesResponseBodyDataInstalledPackages) SetName(v string) *ListPackagesResponseBodyDataInstalledPackages
- func (s *ListPackagesResponseBodyDataInstalledPackages) SetSourceProject(v string) *ListPackagesResponseBodyDataInstalledPackages
- func (s *ListPackagesResponseBodyDataInstalledPackages) SetStatus(v string) *ListPackagesResponseBodyDataInstalledPackages
- func (s ListPackagesResponseBodyDataInstalledPackages) String() string
- type ListProjectUsersResponse
- func (s ListProjectUsersResponse) GoString() string
- func (s *ListProjectUsersResponse) SetBody(v *ListProjectUsersResponseBody) *ListProjectUsersResponse
- func (s *ListProjectUsersResponse) SetHeaders(v map[string]*string) *ListProjectUsersResponse
- func (s *ListProjectUsersResponse) SetStatusCode(v int32) *ListProjectUsersResponse
- func (s ListProjectUsersResponse) String() string
- type ListProjectUsersResponseBody
- func (s ListProjectUsersResponseBody) GoString() string
- func (s *ListProjectUsersResponseBody) SetData(v *ListProjectUsersResponseBodyData) *ListProjectUsersResponseBody
- func (s *ListProjectUsersResponseBody) SetRequestId(v string) *ListProjectUsersResponseBody
- func (s ListProjectUsersResponseBody) String() string
- type ListProjectUsersResponseBodyData
- type ListProjectUsersResponseBodyDataUsers
- type ListProjectsRequest
- func (s ListProjectsRequest) GoString() string
- func (s *ListProjectsRequest) SetListSystemCatalog(v bool) *ListProjectsRequest
- func (s *ListProjectsRequest) SetMarker(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetMaxItem(v int32) *ListProjectsRequest
- func (s *ListProjectsRequest) SetPrefix(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetQuotaName(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetQuotaNickName(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetRegion(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetSaleTags(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetTenantId(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetType(v string) *ListProjectsRequest
- func (s ListProjectsRequest) String() string
- type ListProjectsResponse
- func (s ListProjectsResponse) GoString() string
- func (s *ListProjectsResponse) SetBody(v *ListProjectsResponseBody) *ListProjectsResponse
- func (s *ListProjectsResponse) SetHeaders(v map[string]*string) *ListProjectsResponse
- func (s *ListProjectsResponse) SetStatusCode(v int32) *ListProjectsResponse
- func (s ListProjectsResponse) String() string
- type ListProjectsResponseBody
- type ListProjectsResponseBodyData
- func (s ListProjectsResponseBodyData) GoString() string
- func (s *ListProjectsResponseBodyData) SetMarker(v string) *ListProjectsResponseBodyData
- func (s *ListProjectsResponseBodyData) SetMaxItem(v int32) *ListProjectsResponseBodyData
- func (s *ListProjectsResponseBodyData) SetNextToken(v string) *ListProjectsResponseBodyData
- func (s *ListProjectsResponseBodyData) SetProjects(v []*ListProjectsResponseBodyDataProjects) *ListProjectsResponseBodyData
- func (s ListProjectsResponseBodyData) String() string
- type ListProjectsResponseBodyDataProjects
- func (s ListProjectsResponseBodyDataProjects) GoString() string
- func (s *ListProjectsResponseBodyDataProjects) SetComment(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetCostStorage(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetCreatedTime(v int64) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetDefaultQuota(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetIpWhiteList(v *ListProjectsResponseBodyDataProjectsIpWhiteList) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetName(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetOwner(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetProperties(v *ListProjectsResponseBodyDataProjectsProperties) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetRegionId(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetSaleTag(v *ListProjectsResponseBodyDataProjectsSaleTag) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetSecurityProperties(v *ListProjectsResponseBodyDataProjectsSecurityProperties) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetStatus(v string) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetTags(v []*ListProjectsResponseBodyDataProjectsTags) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetThreeTierModel(v bool) *ListProjectsResponseBodyDataProjects
- func (s *ListProjectsResponseBodyDataProjects) SetType(v string) *ListProjectsResponseBodyDataProjects
- func (s ListProjectsResponseBodyDataProjects) String() string
- type ListProjectsResponseBodyDataProjectsIpWhiteList
- func (s ListProjectsResponseBodyDataProjectsIpWhiteList) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsIpWhiteList) SetIpList(v string) *ListProjectsResponseBodyDataProjectsIpWhiteList
- func (s *ListProjectsResponseBodyDataProjectsIpWhiteList) SetVpcIpList(v string) *ListProjectsResponseBodyDataProjectsIpWhiteList
- func (s ListProjectsResponseBodyDataProjectsIpWhiteList) String() string
- type ListProjectsResponseBodyDataProjectsProperties
- func (s ListProjectsResponseBodyDataProjectsProperties) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetAllowFullScan(v bool) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetEnableDecimal2(v bool) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetEnableTunnelQuotaRoute(v bool) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetEncryption(v *ListProjectsResponseBodyDataProjectsPropertiesEncryption) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetRetentionDays(v int64) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetSqlMeteringMax(v string) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetTableLifecycle(v *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetTimezone(v string) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetTunnelQuota(v string) *ListProjectsResponseBodyDataProjectsProperties
- func (s *ListProjectsResponseBodyDataProjectsProperties) SetTypeSystem(v string) *ListProjectsResponseBodyDataProjectsProperties
- func (s ListProjectsResponseBodyDataProjectsProperties) String() string
- type ListProjectsResponseBodyDataProjectsPropertiesEncryption
- func (s ListProjectsResponseBodyDataProjectsPropertiesEncryption) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsPropertiesEncryption) SetAlgorithm(v string) *ListProjectsResponseBodyDataProjectsPropertiesEncryption
- func (s *ListProjectsResponseBodyDataProjectsPropertiesEncryption) SetEnable(v bool) *ListProjectsResponseBodyDataProjectsPropertiesEncryption
- func (s *ListProjectsResponseBodyDataProjectsPropertiesEncryption) SetKey(v string) *ListProjectsResponseBodyDataProjectsPropertiesEncryption
- func (s ListProjectsResponseBodyDataProjectsPropertiesEncryption) String() string
- type ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle
- func (s ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) SetType(v string) *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle
- func (s *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) SetValue(v string) *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle
- func (s ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) String() string
- type ListProjectsResponseBodyDataProjectsSaleTag
- func (s ListProjectsResponseBodyDataProjectsSaleTag) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsSaleTag) SetResourceId(v string) *ListProjectsResponseBodyDataProjectsSaleTag
- func (s *ListProjectsResponseBodyDataProjectsSaleTag) SetResourceType(v string) *ListProjectsResponseBodyDataProjectsSaleTag
- func (s ListProjectsResponseBodyDataProjectsSaleTag) String() string
- type ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s ListProjectsResponseBodyDataProjectsSecurityProperties) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetEnableDownloadPrivilege(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetLabelSecurity(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasAccessPermission(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasGrantPermission(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetProjectProtection(v *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingAcl(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingPolicy(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
- func (s ListProjectsResponseBodyDataProjectsSecurityProperties) String() string
- type ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection
- func (s ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) SetExceptionPolicy(v string) *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection
- func (s *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) SetProtected(v bool) *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection
- func (s ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) String() string
- type ListProjectsResponseBodyDataProjectsTags
- func (s ListProjectsResponseBodyDataProjectsTags) GoString() string
- func (s *ListProjectsResponseBodyDataProjectsTags) SetTagKey(v string) *ListProjectsResponseBodyDataProjectsTags
- func (s *ListProjectsResponseBodyDataProjectsTags) SetTagValue(v string) *ListProjectsResponseBodyDataProjectsTags
- func (s ListProjectsResponseBodyDataProjectsTags) String() string
- type ListQuotasPlansRequest
- type ListQuotasPlansResponse
- func (s ListQuotasPlansResponse) GoString() string
- func (s *ListQuotasPlansResponse) SetBody(v *ListQuotasPlansResponseBody) *ListQuotasPlansResponse
- func (s *ListQuotasPlansResponse) SetHeaders(v map[string]*string) *ListQuotasPlansResponse
- func (s *ListQuotasPlansResponse) SetStatusCode(v int32) *ListQuotasPlansResponse
- func (s ListQuotasPlansResponse) String() string
- type ListQuotasPlansResponseBody
- func (s ListQuotasPlansResponseBody) GoString() string
- func (s *ListQuotasPlansResponseBody) SetData(v *ListQuotasPlansResponseBodyData) *ListQuotasPlansResponseBody
- func (s *ListQuotasPlansResponseBody) SetRequestId(v string) *ListQuotasPlansResponseBody
- func (s ListQuotasPlansResponseBody) String() string
- type ListQuotasPlansResponseBodyData
- type ListQuotasPlansResponseBodyDataPlanList
- func (s ListQuotasPlansResponseBodyDataPlanList) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanList) SetCreateTime(v string) *ListQuotasPlansResponseBodyDataPlanList
- func (s *ListQuotasPlansResponseBodyDataPlanList) SetName(v string) *ListQuotasPlansResponseBodyDataPlanList
- func (s *ListQuotasPlansResponseBodyDataPlanList) SetQuota(v *ListQuotasPlansResponseBodyDataPlanListQuota) *ListQuotasPlansResponseBodyDataPlanList
- func (s ListQuotasPlansResponseBodyDataPlanList) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuota
- func (s ListQuotasPlansResponseBodyDataPlanListQuota) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetBillingPolicy(v *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCluster(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCreateTime(v int64) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCreatorId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetName(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetNickName(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetParameter(v map[string]interface{}) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetParentId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetRegionId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetScheduleInfo(v *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetStatus(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetSubQuotaInfoList(v []*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetTag(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetTenantId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetType(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetVersion(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
- func (s ListQuotasPlansResponseBodyDataPlanListQuota) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetBillingMethod(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetOrderId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetCurrPlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetCurrTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetNextPlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetNextTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOncePlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOnceTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOperatorName(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetBillingPolicy(v *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCluster(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCreateTime(v int64) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCreatorId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetName(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetNickName(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetParentId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetRegionId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetScheduleInfo(v *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetStatus(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetTag(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetTenantId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetType(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetVersion(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) String() string
- type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) GoString() string
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo
- func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) String() string
- type ListQuotasRequest
- func (s ListQuotasRequest) GoString() string
- func (s *ListQuotasRequest) SetBillingType(v string) *ListQuotasRequest
- func (s *ListQuotasRequest) SetMarker(v string) *ListQuotasRequest
- func (s *ListQuotasRequest) SetMaxItem(v int64) *ListQuotasRequest
- func (s *ListQuotasRequest) SetProductId(v string) *ListQuotasRequest
- func (s *ListQuotasRequest) SetRegion(v string) *ListQuotasRequest
- func (s *ListQuotasRequest) SetSaleTags(v string) *ListQuotasRequest
- func (s *ListQuotasRequest) SetTenantId(v string) *ListQuotasRequest
- func (s ListQuotasRequest) String() string
- type ListQuotasResponse
- func (s ListQuotasResponse) GoString() string
- func (s *ListQuotasResponse) SetBody(v *ListQuotasResponseBody) *ListQuotasResponse
- func (s *ListQuotasResponse) SetHeaders(v map[string]*string) *ListQuotasResponse
- func (s *ListQuotasResponse) SetStatusCode(v int32) *ListQuotasResponse
- func (s ListQuotasResponse) String() string
- type ListQuotasResponseBody
- func (s ListQuotasResponseBody) GoString() string
- func (s *ListQuotasResponseBody) SetData(v *ListQuotasResponseBodyData) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetMarker(v string) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetMaxItem(v int64) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetNextToken(v string) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetQuotaInfoList(v []*ListQuotasResponseBodyQuotaInfoList) *ListQuotasResponseBody
- func (s *ListQuotasResponseBody) SetRequestId(v string) *ListQuotasResponseBody
- func (s ListQuotasResponseBody) String() string
- type ListQuotasResponseBodyData
- func (s ListQuotasResponseBodyData) GoString() string
- func (s *ListQuotasResponseBodyData) SetMarker(v string) *ListQuotasResponseBodyData
- func (s *ListQuotasResponseBodyData) SetMaxItem(v int64) *ListQuotasResponseBodyData
- func (s *ListQuotasResponseBodyData) SetNextToken(v string) *ListQuotasResponseBodyData
- func (s *ListQuotasResponseBodyData) SetQuotaInfoList(v []*ListQuotasResponseBodyDataQuotaInfoList) *ListQuotasResponseBodyData
- func (s ListQuotasResponseBodyData) String() string
- type ListQuotasResponseBodyDataQuotaInfoList
- func (s ListQuotasResponseBodyDataQuotaInfoList) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetId(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetName(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetSaleTag(v *ListQuotasResponseBodyDataQuotaInfoListSaleTag) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetSubQuotaInfoList(v []*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetTags(v []*ListQuotasResponseBodyDataQuotaInfoListTags) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetType(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyDataQuotaInfoList
- func (s ListQuotasResponseBodyDataQuotaInfoList) String() string
- type ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) String() string
- type ListQuotasResponseBodyDataQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyDataQuotaInfoListSaleTag) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyDataQuotaInfoListSaleTag
- func (s *ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyDataQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyDataQuotaInfoListSaleTag) String() string
- type ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) String() string
- type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetName(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetSaleTag(v *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetType(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) String() string
- type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) String() string
- type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) String() string
- type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) String() string
- type ListQuotasResponseBodyDataQuotaInfoListTags
- func (s ListQuotasResponseBodyDataQuotaInfoListTags) GoString() string
- func (s *ListQuotasResponseBodyDataQuotaInfoListTags) SetTagKey(v string) *ListQuotasResponseBodyDataQuotaInfoListTags
- func (s *ListQuotasResponseBodyDataQuotaInfoListTags) SetTagValue(v string) *ListQuotasResponseBodyDataQuotaInfoListTags
- func (s ListQuotasResponseBodyDataQuotaInfoListTags) String() string
- type ListQuotasResponseBodyQuotaInfoList
- func (s ListQuotasResponseBodyQuotaInfoList) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyQuotaInfoListBillingPolicy) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetId(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetName(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetSaleTag(v *ListQuotasResponseBodyQuotaInfoListSaleTag) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyQuotaInfoListScheduleInfo) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetSubQuotaInfoList(v []*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetTags(v []*ListQuotasResponseBodyQuotaInfoListTags) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetType(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyQuotaInfoList
- func (s ListQuotasResponseBodyQuotaInfoList) String() string
- type ListQuotasResponseBodyQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyQuotaInfoListBillingPolicy) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyQuotaInfoListBillingPolicy) String() string
- type ListQuotasResponseBodyQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyQuotaInfoListSaleTag) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyQuotaInfoListSaleTag
- func (s *ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyQuotaInfoListSaleTag) String() string
- type ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyQuotaInfoListScheduleInfo) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyQuotaInfoListScheduleInfo) String() string
- type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetName(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetSaleTag(v *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetType(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) String() string
- type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) String() string
- type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) String() string
- type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo
- func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) String() string
- type ListQuotasResponseBodyQuotaInfoListTags
- func (s ListQuotasResponseBodyQuotaInfoListTags) GoString() string
- func (s *ListQuotasResponseBodyQuotaInfoListTags) SetTagKey(v string) *ListQuotasResponseBodyQuotaInfoListTags
- func (s *ListQuotasResponseBodyQuotaInfoListTags) SetTagValue(v string) *ListQuotasResponseBodyQuotaInfoListTags
- func (s ListQuotasResponseBodyQuotaInfoListTags) String() string
- type ListResourcesRequest
- func (s ListResourcesRequest) GoString() string
- func (s *ListResourcesRequest) SetMarker(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetMaxItem(v int32) *ListResourcesRequest
- func (s *ListResourcesRequest) SetName(v string) *ListResourcesRequest
- func (s *ListResourcesRequest) SetSchemaName(v string) *ListResourcesRequest
- func (s ListResourcesRequest) String() string
- type ListResourcesResponse
- func (s ListResourcesResponse) GoString() string
- func (s *ListResourcesResponse) SetBody(v *ListResourcesResponseBody) *ListResourcesResponse
- func (s *ListResourcesResponse) SetHeaders(v map[string]*string) *ListResourcesResponse
- func (s *ListResourcesResponse) SetStatusCode(v int32) *ListResourcesResponse
- func (s ListResourcesResponse) String() string
- type ListResourcesResponseBody
- type ListResourcesResponseBodyData
- func (s ListResourcesResponseBodyData) GoString() string
- func (s *ListResourcesResponseBodyData) SetMarker(v string) *ListResourcesResponseBodyData
- func (s *ListResourcesResponseBodyData) SetMaxItem(v int32) *ListResourcesResponseBodyData
- func (s *ListResourcesResponseBodyData) SetResources(v []*ListResourcesResponseBodyDataResources) *ListResourcesResponseBodyData
- func (s ListResourcesResponseBodyData) String() string
- type ListResourcesResponseBodyDataResources
- func (s ListResourcesResponseBodyDataResources) GoString() string
- func (s *ListResourcesResponseBodyDataResources) SetComment(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetContentMD5(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetCreationTime(v int64) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetDisplayName(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetLastModifiedTime(v int64) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetLastUpdator(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetName(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetOwner(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetSchema(v string) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetSize(v int64) *ListResourcesResponseBodyDataResources
- func (s *ListResourcesResponseBodyDataResources) SetType(v string) *ListResourcesResponseBodyDataResources
- func (s ListResourcesResponseBodyDataResources) String() string
- type ListRolesResponse
- func (s ListRolesResponse) GoString() string
- func (s *ListRolesResponse) SetBody(v *ListRolesResponseBody) *ListRolesResponse
- func (s *ListRolesResponse) SetHeaders(v map[string]*string) *ListRolesResponse
- func (s *ListRolesResponse) SetStatusCode(v int32) *ListRolesResponse
- func (s ListRolesResponse) String() string
- type ListRolesResponseBody
- type ListRolesResponseBodyData
- type ListRolesResponseBodyDataRoles
- func (s ListRolesResponseBodyDataRoles) GoString() string
- func (s *ListRolesResponseBodyDataRoles) SetAcl(v *ListRolesResponseBodyDataRolesAcl) *ListRolesResponseBodyDataRoles
- func (s *ListRolesResponseBodyDataRoles) SetName(v string) *ListRolesResponseBodyDataRoles
- func (s *ListRolesResponseBodyDataRoles) SetPolicy(v string) *ListRolesResponseBodyDataRoles
- func (s *ListRolesResponseBodyDataRoles) SetType(v string) *ListRolesResponseBodyDataRoles
- func (s ListRolesResponseBodyDataRoles) String() string
- type ListRolesResponseBodyDataRolesAcl
- func (s ListRolesResponseBodyDataRolesAcl) GoString() string
- func (s *ListRolesResponseBodyDataRolesAcl) SetFunction(v []*ListRolesResponseBodyDataRolesAclFunction) *ListRolesResponseBodyDataRolesAcl
- func (s *ListRolesResponseBodyDataRolesAcl) SetInstance(v []*ListRolesResponseBodyDataRolesAclInstance) *ListRolesResponseBodyDataRolesAcl
- func (s *ListRolesResponseBodyDataRolesAcl) SetPackage(v []*ListRolesResponseBodyDataRolesAclPackage) *ListRolesResponseBodyDataRolesAcl
- func (s *ListRolesResponseBodyDataRolesAcl) SetProject(v []*ListRolesResponseBodyDataRolesAclProject) *ListRolesResponseBodyDataRolesAcl
- func (s *ListRolesResponseBodyDataRolesAcl) SetResource(v []*ListRolesResponseBodyDataRolesAclResource) *ListRolesResponseBodyDataRolesAcl
- func (s *ListRolesResponseBodyDataRolesAcl) SetTable(v []*ListRolesResponseBodyDataRolesAclTable) *ListRolesResponseBodyDataRolesAcl
- func (s ListRolesResponseBodyDataRolesAcl) String() string
- type ListRolesResponseBodyDataRolesAclFunction
- func (s ListRolesResponseBodyDataRolesAclFunction) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclFunction) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclFunction
- func (s *ListRolesResponseBodyDataRolesAclFunction) SetName(v string) *ListRolesResponseBodyDataRolesAclFunction
- func (s ListRolesResponseBodyDataRolesAclFunction) String() string
- type ListRolesResponseBodyDataRolesAclInstance
- func (s ListRolesResponseBodyDataRolesAclInstance) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclInstance) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclInstance
- func (s *ListRolesResponseBodyDataRolesAclInstance) SetName(v string) *ListRolesResponseBodyDataRolesAclInstance
- func (s ListRolesResponseBodyDataRolesAclInstance) String() string
- type ListRolesResponseBodyDataRolesAclPackage
- func (s ListRolesResponseBodyDataRolesAclPackage) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclPackage) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclPackage
- func (s *ListRolesResponseBodyDataRolesAclPackage) SetName(v string) *ListRolesResponseBodyDataRolesAclPackage
- func (s ListRolesResponseBodyDataRolesAclPackage) String() string
- type ListRolesResponseBodyDataRolesAclProject
- func (s ListRolesResponseBodyDataRolesAclProject) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclProject) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclProject
- func (s *ListRolesResponseBodyDataRolesAclProject) SetName(v string) *ListRolesResponseBodyDataRolesAclProject
- func (s ListRolesResponseBodyDataRolesAclProject) String() string
- type ListRolesResponseBodyDataRolesAclResource
- func (s ListRolesResponseBodyDataRolesAclResource) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclResource) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclResource
- func (s *ListRolesResponseBodyDataRolesAclResource) SetName(v string) *ListRolesResponseBodyDataRolesAclResource
- func (s ListRolesResponseBodyDataRolesAclResource) String() string
- type ListRolesResponseBodyDataRolesAclTable
- func (s ListRolesResponseBodyDataRolesAclTable) GoString() string
- func (s *ListRolesResponseBodyDataRolesAclTable) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclTable
- func (s *ListRolesResponseBodyDataRolesAclTable) SetName(v string) *ListRolesResponseBodyDataRolesAclTable
- func (s ListRolesResponseBodyDataRolesAclTable) String() string
- type ListTablesRequest
- func (s ListTablesRequest) GoString() string
- func (s *ListTablesRequest) SetMarker(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetMaxItem(v int32) *ListTablesRequest
- func (s *ListTablesRequest) SetPrefix(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetSchemaName(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetType(v string) *ListTablesRequest
- func (s ListTablesRequest) String() string
- type ListTablesResponse
- func (s ListTablesResponse) GoString() string
- func (s *ListTablesResponse) SetBody(v *ListTablesResponseBody) *ListTablesResponse
- func (s *ListTablesResponse) SetHeaders(v map[string]*string) *ListTablesResponse
- func (s *ListTablesResponse) SetStatusCode(v int32) *ListTablesResponse
- func (s ListTablesResponse) String() string
- type ListTablesResponseBody
- type ListTablesResponseBodyData
- func (s ListTablesResponseBodyData) GoString() string
- func (s *ListTablesResponseBodyData) SetMarker(v string) *ListTablesResponseBodyData
- func (s *ListTablesResponseBodyData) SetMaxItem(v int32) *ListTablesResponseBodyData
- func (s *ListTablesResponseBodyData) SetTables(v []*ListTablesResponseBodyDataTables) *ListTablesResponseBodyData
- func (s ListTablesResponseBodyData) String() string
- type ListTablesResponseBodyDataTables
- func (s ListTablesResponseBodyDataTables) GoString() string
- func (s *ListTablesResponseBodyDataTables) SetAutoRefreshEnabled(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetCreateTableDDL(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetCreationTime(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetDisplayName(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetFileNum(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetIsExternalTable(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetIsOutdated(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetLastAccessTime(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetLastDDLTime(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetLastModifiedTime(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetLifecycle(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetLocation(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetMaterializedView(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetName(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetNativeColumns(v []*ListTablesResponseBodyDataTablesNativeColumns) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetOdpsPropertiesRolearn(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetOdpsSqlTextOptionFlushHeader(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetOdpsTextOptionHeaderLinesCount(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetOwner(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetPartitionColumns(v []*ListTablesResponseBodyDataTablesPartitionColumns) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetPhysicalSize(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetProjectName(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetRewriteEnabled(v bool) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetSchema(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetSize(v int64) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetStorageHandler(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetTableComment(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetTableLabel(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetTablesotreTableName(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetTablestoreColumnsMapping(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetType(v string) *ListTablesResponseBodyDataTables
- func (s *ListTablesResponseBodyDataTables) SetViewText(v string) *ListTablesResponseBodyDataTables
- func (s ListTablesResponseBodyDataTables) String() string
- type ListTablesResponseBodyDataTablesNativeColumns
- func (s ListTablesResponseBodyDataTablesNativeColumns) GoString() string
- func (s *ListTablesResponseBodyDataTablesNativeColumns) SetComment(v string) *ListTablesResponseBodyDataTablesNativeColumns
- func (s *ListTablesResponseBodyDataTablesNativeColumns) SetLabel(v string) *ListTablesResponseBodyDataTablesNativeColumns
- func (s *ListTablesResponseBodyDataTablesNativeColumns) SetName(v string) *ListTablesResponseBodyDataTablesNativeColumns
- func (s *ListTablesResponseBodyDataTablesNativeColumns) SetType(v string) *ListTablesResponseBodyDataTablesNativeColumns
- func (s ListTablesResponseBodyDataTablesNativeColumns) String() string
- type ListTablesResponseBodyDataTablesPartitionColumns
- func (s ListTablesResponseBodyDataTablesPartitionColumns) GoString() string
- func (s *ListTablesResponseBodyDataTablesPartitionColumns) SetComment(v string) *ListTablesResponseBodyDataTablesPartitionColumns
- func (s *ListTablesResponseBodyDataTablesPartitionColumns) SetLabel(v string) *ListTablesResponseBodyDataTablesPartitionColumns
- func (s *ListTablesResponseBodyDataTablesPartitionColumns) SetName(v string) *ListTablesResponseBodyDataTablesPartitionColumns
- func (s *ListTablesResponseBodyDataTablesPartitionColumns) SetType(v string) *ListTablesResponseBodyDataTablesPartitionColumns
- func (s ListTablesResponseBodyDataTablesPartitionColumns) String() string
- type ListUsersByRoleResponse
- func (s ListUsersByRoleResponse) GoString() string
- func (s *ListUsersByRoleResponse) SetBody(v *ListUsersByRoleResponseBody) *ListUsersByRoleResponse
- func (s *ListUsersByRoleResponse) SetHeaders(v map[string]*string) *ListUsersByRoleResponse
- func (s *ListUsersByRoleResponse) SetStatusCode(v int32) *ListUsersByRoleResponse
- func (s ListUsersByRoleResponse) String() string
- type ListUsersByRoleResponseBody
- func (s ListUsersByRoleResponseBody) GoString() string
- func (s *ListUsersByRoleResponseBody) SetData(v *ListUsersByRoleResponseBodyData) *ListUsersByRoleResponseBody
- func (s *ListUsersByRoleResponseBody) SetRequestId(v string) *ListUsersByRoleResponseBody
- func (s ListUsersByRoleResponseBody) String() string
- type ListUsersByRoleResponseBodyData
- type ListUsersByRoleResponseBodyDataUsers
- type ListUsersRequest
- type ListUsersResponse
- func (s ListUsersResponse) GoString() string
- func (s *ListUsersResponse) SetBody(v *ListUsersResponseBody) *ListUsersResponse
- func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse
- func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse
- func (s ListUsersResponse) String() string
- type ListUsersResponseBody
- type ListUsersResponseBodyData
- func (s ListUsersResponseBodyData) GoString() string
- func (s *ListUsersResponseBodyData) SetPageNumber(v int32) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetPageSize(v int32) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetTotalCount(v int32) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUsers(v []*ListUsersResponseBodyDataUsers) *ListUsersResponseBodyData
- func (s ListUsersResponseBodyData) String() string
- type ListUsersResponseBodyDataUsers
- func (s ListUsersResponseBodyDataUsers) GoString() string
- func (s *ListUsersResponseBodyDataUsers) SetAccountId(v string) *ListUsersResponseBodyDataUsers
- func (s *ListUsersResponseBodyDataUsers) SetAccountName(v string) *ListUsersResponseBodyDataUsers
- func (s *ListUsersResponseBodyDataUsers) SetAccountType(v string) *ListUsersResponseBodyDataUsers
- func (s *ListUsersResponseBodyDataUsers) SetDisplayName(v string) *ListUsersResponseBodyDataUsers
- func (s *ListUsersResponseBodyDataUsers) SetTenantId(v string) *ListUsersResponseBodyDataUsers
- func (s ListUsersResponseBodyDataUsers) String() string
- type UpdatePackageRequest
- type UpdatePackageResponse
- func (s UpdatePackageResponse) GoString() string
- func (s *UpdatePackageResponse) SetBody(v *UpdatePackageResponseBody) *UpdatePackageResponse
- func (s *UpdatePackageResponse) SetHeaders(v map[string]*string) *UpdatePackageResponse
- func (s *UpdatePackageResponse) SetStatusCode(v int32) *UpdatePackageResponse
- func (s UpdatePackageResponse) String() string
- type UpdatePackageResponseBody
- type UpdateProjectIpWhiteListRequest
- type UpdateProjectIpWhiteListResponse
- func (s UpdateProjectIpWhiteListResponse) GoString() string
- func (s *UpdateProjectIpWhiteListResponse) SetBody(v *UpdateProjectIpWhiteListResponseBody) *UpdateProjectIpWhiteListResponse
- func (s *UpdateProjectIpWhiteListResponse) SetHeaders(v map[string]*string) *UpdateProjectIpWhiteListResponse
- func (s *UpdateProjectIpWhiteListResponse) SetStatusCode(v int32) *UpdateProjectIpWhiteListResponse
- func (s UpdateProjectIpWhiteListResponse) String() string
- type UpdateProjectIpWhiteListResponseBody
- func (s UpdateProjectIpWhiteListResponseBody) GoString() string
- func (s *UpdateProjectIpWhiteListResponseBody) SetData(v string) *UpdateProjectIpWhiteListResponseBody
- func (s *UpdateProjectIpWhiteListResponseBody) SetRequestId(v string) *UpdateProjectIpWhiteListResponseBody
- func (s UpdateProjectIpWhiteListResponseBody) String() string
- type UpdateQuotaHeaders
- type UpdateQuotaPlanRequest
- func (s UpdateQuotaPlanRequest) GoString() string
- func (s *UpdateQuotaPlanRequest) SetBody(v string) *UpdateQuotaPlanRequest
- func (s *UpdateQuotaPlanRequest) SetRegion(v string) *UpdateQuotaPlanRequest
- func (s *UpdateQuotaPlanRequest) SetTenantId(v string) *UpdateQuotaPlanRequest
- func (s UpdateQuotaPlanRequest) String() string
- type UpdateQuotaPlanResponse
- func (s UpdateQuotaPlanResponse) GoString() string
- func (s *UpdateQuotaPlanResponse) SetBody(v *UpdateQuotaPlanResponseBody) *UpdateQuotaPlanResponse
- func (s *UpdateQuotaPlanResponse) SetHeaders(v map[string]*string) *UpdateQuotaPlanResponse
- func (s *UpdateQuotaPlanResponse) SetStatusCode(v int32) *UpdateQuotaPlanResponse
- func (s UpdateQuotaPlanResponse) String() string
- type UpdateQuotaPlanResponseBody
- type UpdateQuotaRequest
- type UpdateQuotaResponse
- func (s UpdateQuotaResponse) GoString() string
- func (s *UpdateQuotaResponse) SetBody(v *UpdateQuotaResponseBody) *UpdateQuotaResponse
- func (s *UpdateQuotaResponse) SetHeaders(v map[string]*string) *UpdateQuotaResponse
- func (s *UpdateQuotaResponse) SetStatusCode(v int32) *UpdateQuotaResponse
- func (s UpdateQuotaResponse) String() string
- type UpdateQuotaResponseBody
- type UpdateQuotaScheduleRequest
- func (s UpdateQuotaScheduleRequest) GoString() string
- func (s *UpdateQuotaScheduleRequest) SetBody(v string) *UpdateQuotaScheduleRequest
- func (s *UpdateQuotaScheduleRequest) SetRegion(v string) *UpdateQuotaScheduleRequest
- func (s *UpdateQuotaScheduleRequest) SetTenantId(v string) *UpdateQuotaScheduleRequest
- func (s UpdateQuotaScheduleRequest) String() string
- type UpdateQuotaScheduleResponse
- func (s UpdateQuotaScheduleResponse) GoString() string
- func (s *UpdateQuotaScheduleResponse) SetBody(v *UpdateQuotaScheduleResponseBody) *UpdateQuotaScheduleResponse
- func (s *UpdateQuotaScheduleResponse) SetHeaders(v map[string]*string) *UpdateQuotaScheduleResponse
- func (s *UpdateQuotaScheduleResponse) SetStatusCode(v int32) *UpdateQuotaScheduleResponse
- func (s UpdateQuotaScheduleResponse) String() string
- type UpdateQuotaScheduleResponseBody
- func (s UpdateQuotaScheduleResponseBody) GoString() string
- func (s *UpdateQuotaScheduleResponseBody) SetData(v string) *UpdateQuotaScheduleResponseBody
- func (s *UpdateQuotaScheduleResponseBody) SetRequestId(v string) *UpdateQuotaScheduleResponseBody
- func (s UpdateQuotaScheduleResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreatePackage ¶
func (client *Client) CreatePackage(projectName *string, request *CreatePackageRequest) (_result *CreatePackageResponse, _err error)
Summary:
Creates a package.
@param request - CreatePackageRequest
@return CreatePackageResponse
func (*Client) CreatePackageWithOptions ¶
func (client *Client) CreatePackageWithOptions(projectName *string, request *CreatePackageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePackageResponse, _err error)
Summary:
Creates a package.
@param request - CreatePackageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreatePackageResponse
func (*Client) CreateProject ¶
func (client *Client) CreateProject(request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)
Summary:
Creates a MaxCompute project.
@param request - CreateProjectRequest
@return CreateProjectResponse
func (*Client) CreateProjectWithOptions ¶
func (client *Client) CreateProjectWithOptions(request *CreateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectResponse, _err error)
Summary:
Creates a MaxCompute project.
@param request - CreateProjectRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateProjectResponse
func (*Client) CreateQuotaPlan ¶
func (client *Client) CreateQuotaPlan(nickname *string, request *CreateQuotaPlanRequest) (_result *CreateQuotaPlanResponse, _err error)
Summary:
Creates a quota plan.
@param request - CreateQuotaPlanRequest
@return CreateQuotaPlanResponse
func (*Client) CreateQuotaPlanWithOptions ¶
func (client *Client) CreateQuotaPlanWithOptions(nickname *string, request *CreateQuotaPlanRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateQuotaPlanResponse, _err error)
Summary:
Creates a quota plan.
@param request - CreateQuotaPlanRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateQuotaPlanResponse
func (*Client) CreateQuotaSchedule ¶
func (client *Client) CreateQuotaSchedule(nickname *string, request *CreateQuotaScheduleRequest) (_result *CreateQuotaScheduleResponse, _err error)
Summary:
Creates a scheduling plan for a quota plan.
@param request - CreateQuotaScheduleRequest
@return CreateQuotaScheduleResponse
func (*Client) CreateQuotaScheduleWithOptions ¶
func (client *Client) CreateQuotaScheduleWithOptions(nickname *string, request *CreateQuotaScheduleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateQuotaScheduleResponse, _err error)
Summary:
Creates a scheduling plan for a quota plan.
@param request - CreateQuotaScheduleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateQuotaScheduleResponse
func (*Client) CreateRole ¶
func (client *Client) CreateRole(projectName *string, request *CreateRoleRequest) (_result *CreateRoleResponse, _err error)
Summary:
Creates a role at the MaxCompute project level.
@param request - CreateRoleRequest
@return CreateRoleResponse
func (*Client) CreateRoleWithOptions ¶
func (client *Client) CreateRoleWithOptions(projectName *string, request *CreateRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRoleResponse, _err error)
Summary:
Creates a role at the MaxCompute project level.
@param request - CreateRoleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateRoleResponse
func (*Client) DeleteQuotaPlan ¶
func (client *Client) DeleteQuotaPlan(nickname *string, planName *string, request *DeleteQuotaPlanRequest) (_result *DeleteQuotaPlanResponse, _err error)
Summary:
Deletes a quota plan.
@param request - DeleteQuotaPlanRequest
@return DeleteQuotaPlanResponse
func (*Client) DeleteQuotaPlanWithOptions ¶
func (client *Client) DeleteQuotaPlanWithOptions(nickname *string, planName *string, request *DeleteQuotaPlanRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteQuotaPlanResponse, _err error)
Summary:
Deletes a quota plan.
@param request - DeleteQuotaPlanRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteQuotaPlanResponse
func (*Client) GetEndpoint ¶
func (*Client) GetJobResourceUsage ¶ added in v1.1.0
func (client *Client) GetJobResourceUsage(request *GetJobResourceUsageRequest) (_result *GetJobResourceUsageResponse, _err error)
Summary:
Performs statistics on all jobs that are complete on a specified day and obtains the total resource usage of each job executor on a daily basis.
@param request - GetJobResourceUsageRequest
@return GetJobResourceUsageResponse
func (*Client) GetJobResourceUsageWithOptions ¶ added in v1.1.0
func (client *Client) GetJobResourceUsageWithOptions(tmpReq *GetJobResourceUsageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetJobResourceUsageResponse, _err error)
Summary:
Performs statistics on all jobs that are complete on a specified day and obtains the total resource usage of each job executor on a daily basis.
@param tmpReq - GetJobResourceUsageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetJobResourceUsageResponse
func (*Client) GetPackage ¶
func (client *Client) GetPackage(projectName *string, packageName *string, request *GetPackageRequest) (_result *GetPackageResponse, _err error)
Summary:
Obtains the information about a package.
@param request - GetPackageRequest
@return GetPackageResponse
func (*Client) GetPackageWithOptions ¶
func (client *Client) GetPackageWithOptions(projectName *string, packageName *string, request *GetPackageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPackageResponse, _err error)
Summary:
Obtains the information about a package.
@param request - GetPackageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetPackageResponse
func (*Client) GetProject ¶
func (client *Client) GetProject(projectName *string, request *GetProjectRequest) (_result *GetProjectResponse, _err error)
Summary:
Queries the information about a MaxCompute project.
@param request - GetProjectRequest
@return GetProjectResponse
func (*Client) GetProjectWithOptions ¶
func (client *Client) GetProjectWithOptions(projectName *string, request *GetProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectResponse, _err error)
Summary:
Queries the information about a MaxCompute project.
@param request - GetProjectRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetProjectResponse
func (*Client) GetQuota ¶
func (client *Client) GetQuota(nickname *string, request *GetQuotaRequest) (_result *GetQuotaResponse, _err error)
Summary:
Obtains the information about a specified level-1 quota.
@param request - GetQuotaRequest
@return GetQuotaResponse
func (*Client) GetQuotaPlan ¶
func (client *Client) GetQuotaPlan(nickname *string, planName *string, request *GetQuotaPlanRequest) (_result *GetQuotaPlanResponse, _err error)
Summary:
Obtains the information of a quota plan.
@param request - GetQuotaPlanRequest
@return GetQuotaPlanResponse
func (*Client) GetQuotaPlanWithOptions ¶
func (client *Client) GetQuotaPlanWithOptions(nickname *string, planName *string, request *GetQuotaPlanRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQuotaPlanResponse, _err error)
Summary:
Obtains the information of a quota plan.
@param request - GetQuotaPlanRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetQuotaPlanResponse
func (*Client) GetQuotaSchedule ¶
func (client *Client) GetQuotaSchedule(nickname *string, request *GetQuotaScheduleRequest) (_result *GetQuotaScheduleResponse, _err error)
Summary:
Obtains the scheduling plan for a quota plan.
@param request - GetQuotaScheduleRequest
@return GetQuotaScheduleResponse
func (*Client) GetQuotaScheduleWithOptions ¶
func (client *Client) GetQuotaScheduleWithOptions(nickname *string, request *GetQuotaScheduleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQuotaScheduleResponse, _err error)
Summary:
Obtains the scheduling plan for a quota plan.
@param request - GetQuotaScheduleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetQuotaScheduleResponse
func (*Client) GetQuotaWithOptions ¶
func (client *Client) GetQuotaWithOptions(nickname *string, request *GetQuotaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQuotaResponse, _err error)
Summary:
Obtains the information about a specified level-1 quota.
@param request - GetQuotaRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetQuotaResponse
func (*Client) GetRoleAcl ¶
func (client *Client) GetRoleAcl(projectName *string, roleName *string) (_result *GetRoleAclResponse, _err error)
Summary:
Obtains the ACL-based permissions that is granted to a project-level role.
@return GetRoleAclResponse
func (*Client) GetRoleAclOnObject ¶
func (client *Client) GetRoleAclOnObject(projectName *string, roleName *string, request *GetRoleAclOnObjectRequest) (_result *GetRoleAclOnObjectResponse, _err error)
Summary:
Obtains ACL-based permissions on an object that are granted to a project-level role.
@param request - GetRoleAclOnObjectRequest
@return GetRoleAclOnObjectResponse
func (*Client) GetRoleAclOnObjectWithOptions ¶
func (client *Client) GetRoleAclOnObjectWithOptions(projectName *string, roleName *string, request *GetRoleAclOnObjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRoleAclOnObjectResponse, _err error)
Summary:
Obtains ACL-based permissions on an object that are granted to a project-level role.
@param request - GetRoleAclOnObjectRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetRoleAclOnObjectResponse
func (*Client) GetRoleAclWithOptions ¶
func (client *Client) GetRoleAclWithOptions(projectName *string, roleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRoleAclResponse, _err error)
Summary:
Obtains the ACL-based permissions that is granted to a project-level role.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetRoleAclResponse
func (*Client) GetRolePolicy ¶
func (client *Client) GetRolePolicy(projectName *string, roleName *string) (_result *GetRolePolicyResponse, _err error)
Summary:
Obtains the policy that is attached to a project-level role.
@return GetRolePolicyResponse
func (*Client) GetRolePolicyWithOptions ¶
func (client *Client) GetRolePolicyWithOptions(projectName *string, roleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRolePolicyResponse, _err error)
Summary:
Obtains the policy that is attached to a project-level role.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetRolePolicyResponse
func (*Client) GetRunningJobs ¶ added in v1.1.0
func (client *Client) GetRunningJobs(request *GetRunningJobsRequest) (_result *GetRunningJobsResponse, _err error)
Summary:
Obtains the running state data of jobs that are in the running state in a specified period of time.
@param request - GetRunningJobsRequest
@return GetRunningJobsResponse
func (*Client) GetRunningJobsWithOptions ¶ added in v1.1.0
func (client *Client) GetRunningJobsWithOptions(tmpReq *GetRunningJobsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRunningJobsResponse, _err error)
Summary:
Obtains the running state data of jobs that are in the running state in a specified period of time.
@param tmpReq - GetRunningJobsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetRunningJobsResponse
func (*Client) GetTableInfo ¶ added in v1.3.0
func (client *Client) GetTableInfo(projectName *string, tableName *string, request *GetTableInfoRequest) (_result *GetTableInfoResponse, _err error)
@param request - GetTableInfoRequest
@return GetTableInfoResponse
func (*Client) GetTableInfoWithOptions ¶ added in v1.3.0
func (client *Client) GetTableInfoWithOptions(projectName *string, tableName *string, request *GetTableInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTableInfoResponse, _err error)
@param request - GetTableInfoRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetTableInfoResponse
func (*Client) GetTrustedProjects ¶
func (client *Client) GetTrustedProjects(projectName *string) (_result *GetTrustedProjectsResponse, _err error)
Summary:
Obtains the trusted projects of the current project.
@return GetTrustedProjectsResponse
func (*Client) GetTrustedProjectsWithOptions ¶
func (client *Client) GetTrustedProjectsWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTrustedProjectsResponse, _err error)
Summary:
Obtains the trusted projects of the current project.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetTrustedProjectsResponse
func (*Client) KillJobs ¶ added in v1.1.0
func (client *Client) KillJobs(request *KillJobsRequest) (_result *KillJobsResponse, _err error)
Summary:
Terminates a running job.
@param request - KillJobsRequest
@return KillJobsResponse
func (*Client) KillJobsWithOptions ¶ added in v1.1.0
func (client *Client) KillJobsWithOptions(request *KillJobsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *KillJobsResponse, _err error)
Summary:
Terminates a running job.
@param request - KillJobsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return KillJobsResponse
func (*Client) ListFunctions ¶
func (client *Client) ListFunctions(projectName *string, request *ListFunctionsRequest) (_result *ListFunctionsResponse, _err error)
Summary:
Obtains functions in a MaxCompute project.
@param request - ListFunctionsRequest
@return ListFunctionsResponse
func (*Client) ListFunctionsWithOptions ¶
func (client *Client) ListFunctionsWithOptions(projectName *string, request *ListFunctionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFunctionsResponse, _err error)
Summary:
Obtains functions in a MaxCompute project.
@param request - ListFunctionsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFunctionsResponse
func (*Client) ListJobInfos ¶ added in v1.2.0
func (client *Client) ListJobInfos(request *ListJobInfosRequest) (_result *ListJobInfosResponse, _err error)
Summary:
Views a list of jobs.
@param request - ListJobInfosRequest
@return ListJobInfosResponse
func (*Client) ListJobInfosWithOptions ¶ added in v1.2.0
func (client *Client) ListJobInfosWithOptions(request *ListJobInfosRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListJobInfosResponse, _err error)
Summary:
Views a list of jobs.
@param request - ListJobInfosRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListJobInfosResponse
func (*Client) ListPackages ¶
func (client *Client) ListPackages(projectName *string) (_result *ListPackagesResponse, _err error)
Summary:
Queries the packages in a MaxCompute project.
@return ListPackagesResponse
func (*Client) ListPackagesWithOptions ¶
func (client *Client) ListPackagesWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPackagesResponse, _err error)
Summary:
Queries the packages in a MaxCompute project.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListPackagesResponse
func (*Client) ListProjectUsers ¶
func (client *Client) ListProjectUsers(projectName *string) (_result *ListProjectUsersResponse, _err error)
Summary:
Queries a list of users in a project.
@return ListProjectUsersResponse
func (*Client) ListProjectUsersWithOptions ¶
func (client *Client) ListProjectUsersWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectUsersResponse, _err error)
Summary:
Queries a list of users in a project.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListProjectUsersResponse
func (*Client) ListProjects ¶
func (client *Client) ListProjects(request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)
Summary:
Queries a list of MaxCompute projects.
@param request - ListProjectsRequest
@return ListProjectsResponse
func (*Client) ListProjectsWithOptions ¶
func (client *Client) ListProjectsWithOptions(request *ListProjectsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectsResponse, _err error)
Summary:
Queries a list of MaxCompute projects.
@param request - ListProjectsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListProjectsResponse
func (*Client) ListQuotas ¶
func (client *Client) ListQuotas(request *ListQuotasRequest) (_result *ListQuotasResponse, _err error)
Summary:
Queries quotas.
@param request - ListQuotasRequest
@return ListQuotasResponse
func (*Client) ListQuotasPlans ¶
func (client *Client) ListQuotasPlans(nickname *string, request *ListQuotasPlansRequest) (_result *ListQuotasPlansResponse, _err error)
Summary:
Obtains quota plans.
@param request - ListQuotasPlansRequest
@return ListQuotasPlansResponse
func (*Client) ListQuotasPlansWithOptions ¶
func (client *Client) ListQuotasPlansWithOptions(nickname *string, request *ListQuotasPlansRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQuotasPlansResponse, _err error)
Summary:
Obtains quota plans.
@param request - ListQuotasPlansRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListQuotasPlansResponse
func (*Client) ListQuotasWithOptions ¶
func (client *Client) ListQuotasWithOptions(request *ListQuotasRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListQuotasResponse, _err error)
Summary:
Queries quotas.
@param request - ListQuotasRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListQuotasResponse
func (*Client) ListResources ¶
func (client *Client) ListResources(projectName *string, request *ListResourcesRequest) (_result *ListResourcesResponse, _err error)
Summary:
Obtains resources in a MaxCompute project.
@param request - ListResourcesRequest
@return ListResourcesResponse
func (*Client) ListResourcesWithOptions ¶
func (client *Client) ListResourcesWithOptions(projectName *string, request *ListResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourcesResponse, _err error)
Summary:
Obtains resources in a MaxCompute project.
@param request - ListResourcesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListResourcesResponse
func (*Client) ListRoles ¶
func (client *Client) ListRoles(projectName *string) (_result *ListRolesResponse, _err error)
Summary:
Obtains MaxCompute project-level roles.
@return ListRolesResponse
func (*Client) ListRolesWithOptions ¶
func (client *Client) ListRolesWithOptions(projectName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRolesResponse, _err error)
Summary:
Obtains MaxCompute project-level roles.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListRolesResponse
func (*Client) ListTables ¶
func (client *Client) ListTables(projectName *string, request *ListTablesRequest) (_result *ListTablesResponse, _err error)
Summary:
Obtains tables in a MaxCompute project.
@param request - ListTablesRequest
@return ListTablesResponse
func (*Client) ListTablesWithOptions ¶
func (client *Client) ListTablesWithOptions(projectName *string, request *ListTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTablesResponse, _err error)
Summary:
Obtains tables in a MaxCompute project.
@param request - ListTablesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListTablesResponse
func (*Client) ListUsers ¶
func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)
Summary:
Queries a list of all users under a tenant.
@param request - ListUsersRequest
@return ListUsersResponse
func (*Client) ListUsersByRole ¶
func (client *Client) ListUsersByRole(projectName *string, roleName *string) (_result *ListUsersByRoleResponse, _err error)
Summary:
Obtains information about the users who are assigned a project-level role.
@return ListUsersByRoleResponse
func (*Client) ListUsersByRoleWithOptions ¶
func (client *Client) ListUsersByRoleWithOptions(projectName *string, roleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUsersByRoleResponse, _err error)
Summary:
Obtains information about the users who are assigned a project-level role.
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListUsersByRoleResponse
func (*Client) ListUsersWithOptions ¶
func (client *Client) ListUsersWithOptions(request *ListUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)
Summary:
Queries a list of all users under a tenant.
@param request - ListUsersRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListUsersResponse
func (*Client) UpdatePackage ¶
func (client *Client) UpdatePackage(projectName *string, packageName *string, request *UpdatePackageRequest) (_result *UpdatePackageResponse, _err error)
Summary:
Updates the objects in a package and projects in which the package can be installed.
@param request - UpdatePackageRequest
@return UpdatePackageResponse
func (*Client) UpdatePackageWithOptions ¶
func (client *Client) UpdatePackageWithOptions(projectName *string, packageName *string, request *UpdatePackageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePackageResponse, _err error)
Summary:
Updates the objects in a package and projects in which the package can be installed.
@param request - UpdatePackageRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdatePackageResponse
func (*Client) UpdateProjectIpWhiteList ¶
func (client *Client) UpdateProjectIpWhiteList(projectName *string, request *UpdateProjectIpWhiteListRequest) (_result *UpdateProjectIpWhiteListResponse, _err error)
Summary:
Modifies the IP address whitelist of a MaxCompute project.
@param request - UpdateProjectIpWhiteListRequest
@return UpdateProjectIpWhiteListResponse
func (*Client) UpdateProjectIpWhiteListWithOptions ¶
func (client *Client) UpdateProjectIpWhiteListWithOptions(projectName *string, request *UpdateProjectIpWhiteListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectIpWhiteListResponse, _err error)
Summary:
Modifies the IP address whitelist of a MaxCompute project.
@param request - UpdateProjectIpWhiteListRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateProjectIpWhiteListResponse
func (*Client) UpdateQuota ¶
func (client *Client) UpdateQuota(nickname *string, request *UpdateQuotaRequest) (_result *UpdateQuotaResponse, _err error)
Summary:
Updates a quota.
@param request - UpdateQuotaRequest
@return UpdateQuotaResponse
func (*Client) UpdateQuotaPlan ¶
func (client *Client) UpdateQuotaPlan(nickname *string, planName *string, request *UpdateQuotaPlanRequest) (_result *UpdateQuotaPlanResponse, _err error)
Summary:
Updates a quota plan.
@param request - UpdateQuotaPlanRequest
@return UpdateQuotaPlanResponse
func (*Client) UpdateQuotaPlanWithOptions ¶
func (client *Client) UpdateQuotaPlanWithOptions(nickname *string, planName *string, request *UpdateQuotaPlanRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateQuotaPlanResponse, _err error)
Summary:
Updates a quota plan.
@param request - UpdateQuotaPlanRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateQuotaPlanResponse
func (*Client) UpdateQuotaSchedule ¶
func (client *Client) UpdateQuotaSchedule(nickname *string, request *UpdateQuotaScheduleRequest) (_result *UpdateQuotaScheduleResponse, _err error)
Summary:
Updates the scheduling plan for a quota plan.
@param request - UpdateQuotaScheduleRequest
@return UpdateQuotaScheduleResponse
func (*Client) UpdateQuotaScheduleWithOptions ¶
func (client *Client) UpdateQuotaScheduleWithOptions(nickname *string, request *UpdateQuotaScheduleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateQuotaScheduleResponse, _err error)
Summary:
Updates the scheduling plan for a quota plan.
@param request - UpdateQuotaScheduleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateQuotaScheduleResponse
func (*Client) UpdateQuotaWithOptions ¶
func (client *Client) UpdateQuotaWithOptions(nickname *string, request *UpdateQuotaRequest, headers *UpdateQuotaHeaders, runtime *util.RuntimeOptions) (_result *UpdateQuotaResponse, _err error)
Summary:
Updates a quota.
@param request - UpdateQuotaRequest
@param headers - UpdateQuotaHeaders
@param runtime - runtime options for this request RuntimeOptions
@return UpdateQuotaResponse
type CreatePackageRequest ¶
type CreatePackageRequest struct { // The request body parameters. // // example: // // { // // "name": "test_packege", // // "resourceList": { // // "table": [ // // { // // "name": "table_name", // // "actions": [ // // "Describe", // // "Select" // // ] // // }, // // { // // "name": "table_name", // // "actions": [ // // "Describe", // // "Select" // // ] // // } // // ], // // "resource": [ // // { // // "name": "", // // "actions": [] // // }, // // { // // "name": "", // // "actions": [] // // } // // ], // // "function": [ // // { // // "name": "", // // "actions": [] // // }, // // { // // "name": "", // // "actions": [] // // } // // ] // // } // // } Body *string `json:"body,omitempty" xml:"body,omitempty"` // Specifies whether to install the package. // // example: // // false IsInstall *bool `json:"isInstall,omitempty" xml:"isInstall,omitempty"` }
func (CreatePackageRequest) GoString ¶
func (s CreatePackageRequest) GoString() string
func (*CreatePackageRequest) SetBody ¶
func (s *CreatePackageRequest) SetBody(v string) *CreatePackageRequest
func (*CreatePackageRequest) SetIsInstall ¶
func (s *CreatePackageRequest) SetIsInstall(v bool) *CreatePackageRequest
func (CreatePackageRequest) String ¶
func (s CreatePackageRequest) String() string
type CreatePackageResponse ¶
type CreatePackageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreatePackageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreatePackageResponse) GoString ¶
func (s CreatePackageResponse) GoString() string
func (*CreatePackageResponse) SetBody ¶
func (s *CreatePackageResponse) SetBody(v *CreatePackageResponseBody) *CreatePackageResponse
func (*CreatePackageResponse) SetHeaders ¶
func (s *CreatePackageResponse) SetHeaders(v map[string]*string) *CreatePackageResponse
func (*CreatePackageResponse) SetStatusCode ¶
func (s *CreatePackageResponse) SetStatusCode(v int32) *CreatePackageResponse
func (CreatePackageResponse) String ¶
func (s CreatePackageResponse) String() string
type CreatePackageResponseBody ¶
type CreatePackageResponseBody struct { // The returned data. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0bc3b4ab16684833172127321e2c25 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreatePackageResponseBody) GoString ¶
func (s CreatePackageResponseBody) GoString() string
func (*CreatePackageResponseBody) SetData ¶
func (s *CreatePackageResponseBody) SetData(v string) *CreatePackageResponseBody
func (*CreatePackageResponseBody) SetRequestId ¶
func (s *CreatePackageResponseBody) SetRequestId(v string) *CreatePackageResponseBody
func (CreatePackageResponseBody) String ¶
func (s CreatePackageResponseBody) String() string
type CreateProjectRequest ¶
type CreateProjectRequest struct { // The request body parameters. // // example: // // { "name": "project_name", "comment": "", "productType":"payasyougo/subscription/dev", /\\*\\ - \\ - "PAYASYOUGO": specifies a pay-as-you-go project. \\ - "SUBSCRIPTION": specifies a subscription project. \\ - "DEV": specifies that the project is created in Developer Edition. \\*/ "defaultQuota": "quota_nick_name", "properties": { "sqlMeteringMax":"", "typeSystem": "",// The string type. Valid values: 1, 2, and hive. "encryption": { "enable": true, "algorithm":"" , // The name of the encryption algorithm. "key":"" // The key of the encryption algorithm. } // json: This field is required only when data encryption is enabled. } } Body *string `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateProjectRequest) GoString ¶
func (s CreateProjectRequest) GoString() string
func (*CreateProjectRequest) SetBody ¶
func (s *CreateProjectRequest) SetBody(v string) *CreateProjectRequest
func (CreateProjectRequest) String ¶
func (s CreateProjectRequest) String() string
type CreateProjectResponse ¶
type CreateProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateProjectResponse) GoString ¶
func (s CreateProjectResponse) GoString() string
func (*CreateProjectResponse) SetBody ¶
func (s *CreateProjectResponse) SetBody(v *CreateProjectResponseBody) *CreateProjectResponse
func (*CreateProjectResponse) SetHeaders ¶
func (s *CreateProjectResponse) SetHeaders(v map[string]*string) *CreateProjectResponse
func (*CreateProjectResponse) SetStatusCode ¶
func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse
func (CreateProjectResponse) String ¶
func (s CreateProjectResponse) String() string
type CreateProjectResponseBody ¶
type CreateProjectResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0b87b7a316654730544735643e9200 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateProjectResponseBody) GoString ¶
func (s CreateProjectResponseBody) GoString() string
func (*CreateProjectResponseBody) SetData ¶
func (s *CreateProjectResponseBody) SetData(v string) *CreateProjectResponseBody
func (*CreateProjectResponseBody) SetRequestId ¶
func (s *CreateProjectResponseBody) SetRequestId(v string) *CreateProjectResponseBody
func (CreateProjectResponseBody) String ¶
func (s CreateProjectResponseBody) String() string
type CreateQuotaPlanRequest ¶
type CreateQuotaPlanRequest struct { // The request body parameters. // // example: // // { "name": "planA", // The quota is a level-1 quota. You can select only the fields that are related to the quota plan. "quota": { "name": "a", "nickName": "aaa_nick", "tenantId": "10001", "regionId": "cn-hangzhou", "parentId": "0", "cluster": "AT-ODPS-TEST3", "parameter": { "minCU": 40, "maxCU": 40, "adhocCU": 0, "elasticMinCU": 40, "elasticMaxCU": 40, "enablePreemptiveScheduling": false, "forceReservedMin":true, "enablePriority":false, "singleJobCULimit":100, "adhocQuotaBeginTimeInSec": 1345, "adhocQuotaEndTimeInSec": 1234, "ignoreAdhocQuota":false }, "subQuotaInfoList": [ { "nickName": "WlmFuxiSecondaryOnlineQuotaTest", "name": "WlmFuxiSecondaryOnlineQuotaTest", "type": "FUXI_ONLINE", "tenantId": "10001", "regionId": "cn-hangzhou", "cluster": "AT-ODPS-TEST3", "parameter": { "minCU": 40, "maxCU": 40, "adhocCU": 0, "elasticMinCU": 40, "elasticMaxCU": 40, "enablePreemptiveScheduling": false, "forceReservedMin":true, "enablePriority":false, "singleJobCULimit":100, "adhocQuotaBeginTimeInSec": 1345, "adhocQuotaEndTimeInSec": 1234, "ignoreAdhocQuota":false } } ] } } Body *string `json:"body,omitempty" xml:"body,omitempty"` // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 228451885265153 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (CreateQuotaPlanRequest) GoString ¶
func (s CreateQuotaPlanRequest) GoString() string
func (*CreateQuotaPlanRequest) SetBody ¶
func (s *CreateQuotaPlanRequest) SetBody(v string) *CreateQuotaPlanRequest
func (*CreateQuotaPlanRequest) SetRegion ¶
func (s *CreateQuotaPlanRequest) SetRegion(v string) *CreateQuotaPlanRequest
func (*CreateQuotaPlanRequest) SetTenantId ¶
func (s *CreateQuotaPlanRequest) SetTenantId(v string) *CreateQuotaPlanRequest
func (CreateQuotaPlanRequest) String ¶
func (s CreateQuotaPlanRequest) String() string
type CreateQuotaPlanResponse ¶
type CreateQuotaPlanResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateQuotaPlanResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateQuotaPlanResponse) GoString ¶
func (s CreateQuotaPlanResponse) GoString() string
func (*CreateQuotaPlanResponse) SetBody ¶
func (s *CreateQuotaPlanResponse) SetBody(v *CreateQuotaPlanResponseBody) *CreateQuotaPlanResponse
func (*CreateQuotaPlanResponse) SetHeaders ¶
func (s *CreateQuotaPlanResponse) SetHeaders(v map[string]*string) *CreateQuotaPlanResponse
func (*CreateQuotaPlanResponse) SetStatusCode ¶
func (s *CreateQuotaPlanResponse) SetStatusCode(v int32) *CreateQuotaPlanResponse
func (CreateQuotaPlanResponse) String ¶
func (s CreateQuotaPlanResponse) String() string
type CreateQuotaPlanResponseBody ¶
type CreateQuotaPlanResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0bc3b4b016674434996033675e71ee RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateQuotaPlanResponseBody) GoString ¶
func (s CreateQuotaPlanResponseBody) GoString() string
func (*CreateQuotaPlanResponseBody) SetData ¶
func (s *CreateQuotaPlanResponseBody) SetData(v string) *CreateQuotaPlanResponseBody
func (*CreateQuotaPlanResponseBody) SetRequestId ¶
func (s *CreateQuotaPlanResponseBody) SetRequestId(v string) *CreateQuotaPlanResponseBody
func (CreateQuotaPlanResponseBody) String ¶
func (s CreateQuotaPlanResponseBody) String() string
type CreateQuotaScheduleRequest ¶
type CreateQuotaScheduleRequest struct { // The request body parameters. // // example: // // \\# The quota plan immediately takes effect. [ { "type": "once", "plan": "planA", "operator":"xxx" } ] # The quota plan is scheduled on a regular basis. [ { "id": "bi", "type": "daily", "condition": { "at": "0800", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planA" }, { "id": "bi", "type": "daily", "condition": { "at": "0900", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planB" }, ] Body *string `json:"body,omitempty" xml:"body,omitempty"` // The ID of the region. // // example: // // cn-chengdu Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 407137536592384 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (CreateQuotaScheduleRequest) GoString ¶
func (s CreateQuotaScheduleRequest) GoString() string
func (*CreateQuotaScheduleRequest) SetBody ¶
func (s *CreateQuotaScheduleRequest) SetBody(v string) *CreateQuotaScheduleRequest
func (*CreateQuotaScheduleRequest) SetRegion ¶
func (s *CreateQuotaScheduleRequest) SetRegion(v string) *CreateQuotaScheduleRequest
func (*CreateQuotaScheduleRequest) SetTenantId ¶
func (s *CreateQuotaScheduleRequest) SetTenantId(v string) *CreateQuotaScheduleRequest
func (CreateQuotaScheduleRequest) String ¶
func (s CreateQuotaScheduleRequest) String() string
type CreateQuotaScheduleResponse ¶
type CreateQuotaScheduleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateQuotaScheduleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateQuotaScheduleResponse) GoString ¶
func (s CreateQuotaScheduleResponse) GoString() string
func (*CreateQuotaScheduleResponse) SetBody ¶
func (s *CreateQuotaScheduleResponse) SetBody(v *CreateQuotaScheduleResponseBody) *CreateQuotaScheduleResponse
func (*CreateQuotaScheduleResponse) SetHeaders ¶
func (s *CreateQuotaScheduleResponse) SetHeaders(v map[string]*string) *CreateQuotaScheduleResponse
func (*CreateQuotaScheduleResponse) SetStatusCode ¶
func (s *CreateQuotaScheduleResponse) SetStatusCode(v int32) *CreateQuotaScheduleResponse
func (CreateQuotaScheduleResponse) String ¶
func (s CreateQuotaScheduleResponse) String() string
type CreateQuotaScheduleResponseBody ¶
type CreateQuotaScheduleResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0be3e0b716671885050924814e3623 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateQuotaScheduleResponseBody) GoString ¶
func (s CreateQuotaScheduleResponseBody) GoString() string
func (*CreateQuotaScheduleResponseBody) SetData ¶
func (s *CreateQuotaScheduleResponseBody) SetData(v string) *CreateQuotaScheduleResponseBody
func (*CreateQuotaScheduleResponseBody) SetRequestId ¶
func (s *CreateQuotaScheduleResponseBody) SetRequestId(v string) *CreateQuotaScheduleResponseBody
func (CreateQuotaScheduleResponseBody) String ¶
func (s CreateQuotaScheduleResponseBody) String() string
type CreateRoleRequest ¶
type CreateRoleRequest struct { // The request body parameters. For valid values, see [MaxCompute permissions](https://help.aliyun.com/document_detail/27935.html). // // example: // // {"name": "role_name","type": "resource/adminn","policy": "", // The document of the policy. This parameter is not required if an access-control list (ACL) is used. "acl": { // This parameter is not required if a policy is used. "table": [{"name": "", "actions":["","",]}, {"name": "", "actions":[]}],"resource":[{"name": "", "actions":["","",]}, {"name": "", "actions":[]}],"function":[{"name": "", "actions":["","",]}, {"name": "", "actions":[]}],"package":[{"name": "", "actions":["","",]}, {"name": "", "actions":[]}],"project":[{"name": "", "actions":[]}], // Only the current project is displayed in the console. "instance":[{"name": "", "actions":[]}] // The parameter name must be set to an asterisk (\\*) in the console. }}// An asterisk (\\*) can be specified for name. Body *string `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateRoleRequest) GoString ¶
func (s CreateRoleRequest) GoString() string
func (*CreateRoleRequest) SetBody ¶
func (s *CreateRoleRequest) SetBody(v string) *CreateRoleRequest
func (CreateRoleRequest) String ¶
func (s CreateRoleRequest) String() string
type CreateRoleResponse ¶
type CreateRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateRoleResponse) GoString ¶
func (s CreateRoleResponse) GoString() string
func (*CreateRoleResponse) SetBody ¶
func (s *CreateRoleResponse) SetBody(v *CreateRoleResponseBody) *CreateRoleResponse
func (*CreateRoleResponse) SetHeaders ¶
func (s *CreateRoleResponse) SetHeaders(v map[string]*string) *CreateRoleResponse
func (*CreateRoleResponse) SetStatusCode ¶
func (s *CreateRoleResponse) SetStatusCode(v int32) *CreateRoleResponse
func (CreateRoleResponse) String ¶
func (s CreateRoleResponse) String() string
type CreateRoleResponseBody ¶
type CreateRoleResponseBody struct { // The returned data. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0b87b7e716665825896565060e87a4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateRoleResponseBody) GoString ¶
func (s CreateRoleResponseBody) GoString() string
func (*CreateRoleResponseBody) SetData ¶
func (s *CreateRoleResponseBody) SetData(v string) *CreateRoleResponseBody
func (*CreateRoleResponseBody) SetRequestId ¶
func (s *CreateRoleResponseBody) SetRequestId(v string) *CreateRoleResponseBody
func (CreateRoleResponseBody) String ¶
func (s CreateRoleResponseBody) String() string
type DeleteQuotaPlanRequest ¶
type DeleteQuotaPlanRequest struct { // The ID of the region. // // example: // // cn-hangzhou Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 416441016836866 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (DeleteQuotaPlanRequest) GoString ¶
func (s DeleteQuotaPlanRequest) GoString() string
func (*DeleteQuotaPlanRequest) SetRegion ¶
func (s *DeleteQuotaPlanRequest) SetRegion(v string) *DeleteQuotaPlanRequest
func (*DeleteQuotaPlanRequest) SetTenantId ¶
func (s *DeleteQuotaPlanRequest) SetTenantId(v string) *DeleteQuotaPlanRequest
func (DeleteQuotaPlanRequest) String ¶
func (s DeleteQuotaPlanRequest) String() string
type DeleteQuotaPlanResponse ¶
type DeleteQuotaPlanResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteQuotaPlanResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteQuotaPlanResponse) GoString ¶
func (s DeleteQuotaPlanResponse) GoString() string
func (*DeleteQuotaPlanResponse) SetBody ¶
func (s *DeleteQuotaPlanResponse) SetBody(v *DeleteQuotaPlanResponseBody) *DeleteQuotaPlanResponse
func (*DeleteQuotaPlanResponse) SetHeaders ¶
func (s *DeleteQuotaPlanResponse) SetHeaders(v map[string]*string) *DeleteQuotaPlanResponse
func (*DeleteQuotaPlanResponse) SetStatusCode ¶
func (s *DeleteQuotaPlanResponse) SetStatusCode(v int32) *DeleteQuotaPlanResponse
func (DeleteQuotaPlanResponse) String ¶
func (s DeleteQuotaPlanResponse) String() string
type DeleteQuotaPlanResponseBody ¶
type DeleteQuotaPlanResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0b57ff7616612271051086500ea3ce RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteQuotaPlanResponseBody) GoString ¶
func (s DeleteQuotaPlanResponseBody) GoString() string
func (*DeleteQuotaPlanResponseBody) SetData ¶
func (s *DeleteQuotaPlanResponseBody) SetData(v string) *DeleteQuotaPlanResponseBody
func (*DeleteQuotaPlanResponseBody) SetRequestId ¶
func (s *DeleteQuotaPlanResponseBody) SetRequestId(v string) *DeleteQuotaPlanResponseBody
func (DeleteQuotaPlanResponseBody) String ¶
func (s DeleteQuotaPlanResponseBody) String() string
type GetJobResourceUsageRequest ¶ added in v1.1.0
type GetJobResourceUsageRequest struct { // The date that is accurate to the day part for the query. The date must be in the yyyy-MM-dd format. // // This parameter is required. // // example: // // 2023-05-15 Date *string `json:"date,omitempty" xml:"date,omitempty"` // The list of job executors. JobOwnerList []*string `json:"jobOwnerList,omitempty" xml:"jobOwnerList,omitempty" type:"Repeated"` // The page number. // // example: // // 1 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. Default value: 10. Maximum value: 100. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The list of nicknames of quotas that are used by jobs. QuotaNicknameList []*string `json:"quotaNicknameList,omitempty" xml:"quotaNicknameList,omitempty" type:"Repeated"` }
func (GetJobResourceUsageRequest) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageRequest) GoString() string
func (*GetJobResourceUsageRequest) SetDate ¶ added in v1.1.0
func (s *GetJobResourceUsageRequest) SetDate(v string) *GetJobResourceUsageRequest
func (*GetJobResourceUsageRequest) SetJobOwnerList ¶ added in v1.1.0
func (s *GetJobResourceUsageRequest) SetJobOwnerList(v []*string) *GetJobResourceUsageRequest
func (*GetJobResourceUsageRequest) SetPageNumber ¶ added in v1.1.0
func (s *GetJobResourceUsageRequest) SetPageNumber(v int64) *GetJobResourceUsageRequest
func (*GetJobResourceUsageRequest) SetPageSize ¶ added in v1.1.0
func (s *GetJobResourceUsageRequest) SetPageSize(v int64) *GetJobResourceUsageRequest
func (*GetJobResourceUsageRequest) SetQuotaNicknameList ¶ added in v1.1.0
func (s *GetJobResourceUsageRequest) SetQuotaNicknameList(v []*string) *GetJobResourceUsageRequest
func (GetJobResourceUsageRequest) String ¶ added in v1.1.0
func (s GetJobResourceUsageRequest) String() string
type GetJobResourceUsageResponse ¶ added in v1.1.0
type GetJobResourceUsageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetJobResourceUsageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetJobResourceUsageResponse) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageResponse) GoString() string
func (*GetJobResourceUsageResponse) SetBody ¶ added in v1.1.0
func (s *GetJobResourceUsageResponse) SetBody(v *GetJobResourceUsageResponseBody) *GetJobResourceUsageResponse
func (*GetJobResourceUsageResponse) SetHeaders ¶ added in v1.1.0
func (s *GetJobResourceUsageResponse) SetHeaders(v map[string]*string) *GetJobResourceUsageResponse
func (*GetJobResourceUsageResponse) SetStatusCode ¶ added in v1.1.0
func (s *GetJobResourceUsageResponse) SetStatusCode(v int32) *GetJobResourceUsageResponse
func (GetJobResourceUsageResponse) String ¶ added in v1.1.0
func (s GetJobResourceUsageResponse) String() string
type GetJobResourceUsageResponseBody ¶ added in v1.1.0
type GetJobResourceUsageResponseBody struct { // The data returned. Data *GetJobResourceUsageResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The error code returned if the request failed. // // example: // // success ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message returned if the request failed. // // example: // // 0A3B1E82006A23A918C70905BF08AEC7 ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The request ID. // // example: // // 0b57ff7616612271051086500ea3ce RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetJobResourceUsageResponseBody) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBody) GoString() string
func (*GetJobResourceUsageResponseBody) SetData ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBody) SetData(v *GetJobResourceUsageResponseBodyData) *GetJobResourceUsageResponseBody
func (*GetJobResourceUsageResponseBody) SetErrorCode ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBody) SetErrorCode(v string) *GetJobResourceUsageResponseBody
func (*GetJobResourceUsageResponseBody) SetErrorMsg ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBody) SetErrorMsg(v string) *GetJobResourceUsageResponseBody
func (*GetJobResourceUsageResponseBody) SetHttpCode ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBody) SetHttpCode(v int32) *GetJobResourceUsageResponseBody
func (*GetJobResourceUsageResponseBody) SetRequestId ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBody) SetRequestId(v string) *GetJobResourceUsageResponseBody
func (GetJobResourceUsageResponseBody) String ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBody) String() string
type GetJobResourceUsageResponseBodyData ¶ added in v1.1.0
type GetJobResourceUsageResponseBodyData struct { // The data list returned. JobResourceUsageList []*GetJobResourceUsageResponseBodyDataJobResourceUsageList `json:"jobResourceUsageList,omitempty" xml:"jobResourceUsageList,omitempty" type:"Repeated"` // The page number. // // example: // // 2 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The total number of returned entries. // // example: // // 64 TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (GetJobResourceUsageResponseBodyData) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBodyData) GoString() string
func (*GetJobResourceUsageResponseBodyData) SetJobResourceUsageList ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyData) SetJobResourceUsageList(v []*GetJobResourceUsageResponseBodyDataJobResourceUsageList) *GetJobResourceUsageResponseBodyData
func (*GetJobResourceUsageResponseBodyData) SetPageNumber ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyData) SetPageNumber(v int64) *GetJobResourceUsageResponseBodyData
func (*GetJobResourceUsageResponseBodyData) SetPageSize ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyData) SetPageSize(v int64) *GetJobResourceUsageResponseBodyData
func (*GetJobResourceUsageResponseBodyData) SetTotalCount ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyData) SetTotalCount(v int64) *GetJobResourceUsageResponseBodyData
func (GetJobResourceUsageResponseBodyData) String ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBodyData) String() string
type GetJobResourceUsageResponseBodyDataJobResourceUsageList ¶ added in v1.1.0
type GetJobResourceUsageResponseBodyDataJobResourceUsageList struct { // The total number of used compute units (CUs). // // example: // // 1185100 CuUsage *int64 `json:"cuUsage,omitempty" xml:"cuUsage,omitempty"` // The start date of the query in the format of yyyy-MM-dd. // // example: // // 2023-05-09 Date *string `json:"date,omitempty" xml:"date,omitempty"` // The job executor. // // example: // // ALIYUN$xxx@test.aliyunid.com JobOwner *string `json:"jobOwner,omitempty" xml:"jobOwner,omitempty"` // The total memory usage. // // example: // // 15169536 MemoryUsage *int64 `json:"memoryUsage,omitempty" xml:"memoryUsage,omitempty"` // The quota nickname. // // example: // // my_quota QuotaNickname *string `json:"quotaNickname,omitempty" xml:"quotaNickname,omitempty"` }
func (GetJobResourceUsageResponseBodyDataJobResourceUsageList) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBodyDataJobResourceUsageList) GoString() string
func (*GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetCuUsage ¶ added in v1.1.0
func (*GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetJobOwner ¶ added in v1.1.0
func (*GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetMemoryUsage ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetMemoryUsage(v int64) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
func (*GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetQuotaNickname ¶ added in v1.1.0
func (s *GetJobResourceUsageResponseBodyDataJobResourceUsageList) SetQuotaNickname(v string) *GetJobResourceUsageResponseBodyDataJobResourceUsageList
func (GetJobResourceUsageResponseBodyDataJobResourceUsageList) String ¶ added in v1.1.0
func (s GetJobResourceUsageResponseBodyDataJobResourceUsageList) String() string
type GetJobResourceUsageShrinkRequest ¶ added in v1.1.0
type GetJobResourceUsageShrinkRequest struct { // The date that is accurate to the day part for the query. The date must be in the yyyy-MM-dd format. // // This parameter is required. // // example: // // 2023-05-15 Date *string `json:"date,omitempty" xml:"date,omitempty"` // The list of job executors. JobOwnerListShrink *string `json:"jobOwnerList,omitempty" xml:"jobOwnerList,omitempty"` // The page number. // // example: // // 1 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. Default value: 10. Maximum value: 100. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The list of nicknames of quotas that are used by jobs. QuotaNicknameListShrink *string `json:"quotaNicknameList,omitempty" xml:"quotaNicknameList,omitempty"` }
func (GetJobResourceUsageShrinkRequest) GoString ¶ added in v1.1.0
func (s GetJobResourceUsageShrinkRequest) GoString() string
func (*GetJobResourceUsageShrinkRequest) SetDate ¶ added in v1.1.0
func (s *GetJobResourceUsageShrinkRequest) SetDate(v string) *GetJobResourceUsageShrinkRequest
func (*GetJobResourceUsageShrinkRequest) SetJobOwnerListShrink ¶ added in v1.1.0
func (s *GetJobResourceUsageShrinkRequest) SetJobOwnerListShrink(v string) *GetJobResourceUsageShrinkRequest
func (*GetJobResourceUsageShrinkRequest) SetPageNumber ¶ added in v1.1.0
func (s *GetJobResourceUsageShrinkRequest) SetPageNumber(v int64) *GetJobResourceUsageShrinkRequest
func (*GetJobResourceUsageShrinkRequest) SetPageSize ¶ added in v1.1.0
func (s *GetJobResourceUsageShrinkRequest) SetPageSize(v int64) *GetJobResourceUsageShrinkRequest
func (*GetJobResourceUsageShrinkRequest) SetQuotaNicknameListShrink ¶ added in v1.1.0
func (s *GetJobResourceUsageShrinkRequest) SetQuotaNicknameListShrink(v string) *GetJobResourceUsageShrinkRequest
func (GetJobResourceUsageShrinkRequest) String ¶ added in v1.1.0
func (s GetJobResourceUsageShrinkRequest) String() string
type GetPackageRequest ¶
type GetPackageRequest struct { // The project to which the package belongs. This parameter is required if the package is installed in the MaxCompute project. // // example: // // projectB SourceProject *string `json:"sourceProject,omitempty" xml:"sourceProject,omitempty"` }
func (GetPackageRequest) GoString ¶
func (s GetPackageRequest) GoString() string
func (*GetPackageRequest) SetSourceProject ¶
func (s *GetPackageRequest) SetSourceProject(v string) *GetPackageRequest
func (GetPackageRequest) String ¶
func (s GetPackageRequest) String() string
type GetPackageResponse ¶
type GetPackageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetPackageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetPackageResponse) GoString ¶
func (s GetPackageResponse) GoString() string
func (*GetPackageResponse) SetBody ¶
func (s *GetPackageResponse) SetBody(v *GetPackageResponseBody) *GetPackageResponse
func (*GetPackageResponse) SetHeaders ¶
func (s *GetPackageResponse) SetHeaders(v map[string]*string) *GetPackageResponse
func (*GetPackageResponse) SetStatusCode ¶
func (s *GetPackageResponse) SetStatusCode(v int32) *GetPackageResponse
func (GetPackageResponse) String ¶
func (s GetPackageResponse) String() string
type GetPackageResponseBody ¶
type GetPackageResponseBody struct { // The returned data. Data *GetPackageResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The error code returned if the request failed. // // example: // // 040002 ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message. // // example: // // error message. ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0b57ff8316614119858417939e3e54 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetPackageResponseBody) GoString ¶
func (s GetPackageResponseBody) GoString() string
func (*GetPackageResponseBody) SetData ¶
func (s *GetPackageResponseBody) SetData(v *GetPackageResponseBodyData) *GetPackageResponseBody
func (*GetPackageResponseBody) SetErrorCode ¶ added in v1.1.3
func (s *GetPackageResponseBody) SetErrorCode(v string) *GetPackageResponseBody
func (*GetPackageResponseBody) SetErrorMsg ¶ added in v1.1.3
func (s *GetPackageResponseBody) SetErrorMsg(v string) *GetPackageResponseBody
func (*GetPackageResponseBody) SetHttpCode ¶ added in v1.1.3
func (s *GetPackageResponseBody) SetHttpCode(v int32) *GetPackageResponseBody
func (*GetPackageResponseBody) SetRequestId ¶
func (s *GetPackageResponseBody) SetRequestId(v string) *GetPackageResponseBody
func (GetPackageResponseBody) String ¶
func (s GetPackageResponseBody) String() string
type GetPackageResponseBodyData ¶
type GetPackageResponseBodyData struct { // The projects in which the package is installed. AllowedProjectList []*GetPackageResponseBodyDataAllowedProjectList `json:"allowedProjectList,omitempty" xml:"allowedProjectList,omitempty" type:"Repeated"` // The details of the resources that are included in the package. ResourceList *GetPackageResponseBodyDataResourceList `json:"resourceList,omitempty" xml:"resourceList,omitempty" type:"Struct"` }
func (GetPackageResponseBodyData) GoString ¶
func (s GetPackageResponseBodyData) GoString() string
func (*GetPackageResponseBodyData) SetAllowedProjectList ¶
func (s *GetPackageResponseBodyData) SetAllowedProjectList(v []*GetPackageResponseBodyDataAllowedProjectList) *GetPackageResponseBodyData
func (*GetPackageResponseBodyData) SetResourceList ¶
func (s *GetPackageResponseBodyData) SetResourceList(v *GetPackageResponseBodyDataResourceList) *GetPackageResponseBodyData
func (GetPackageResponseBodyData) String ¶
func (s GetPackageResponseBodyData) String() string
type GetPackageResponseBodyDataAllowedProjectList ¶
type GetPackageResponseBodyDataAllowedProjectList struct { // The security level for sensitive data. // // example: // // 2 Label *string `json:"label,omitempty" xml:"label,omitempty"` // The name of the MaxCompute project. // // example: // // proejctB Project *string `json:"project,omitempty" xml:"project,omitempty"` }
func (GetPackageResponseBodyDataAllowedProjectList) GoString ¶
func (s GetPackageResponseBodyDataAllowedProjectList) GoString() string
func (*GetPackageResponseBodyDataAllowedProjectList) SetLabel ¶
func (s *GetPackageResponseBodyDataAllowedProjectList) SetLabel(v string) *GetPackageResponseBodyDataAllowedProjectList
func (*GetPackageResponseBodyDataAllowedProjectList) SetProject ¶
func (s *GetPackageResponseBodyDataAllowedProjectList) SetProject(v string) *GetPackageResponseBodyDataAllowedProjectList
func (GetPackageResponseBodyDataAllowedProjectList) String ¶
func (s GetPackageResponseBodyDataAllowedProjectList) String() string
type GetPackageResponseBodyDataResourceList ¶
type GetPackageResponseBodyDataResourceList struct { // The functions. Function []*GetPackageResponseBodyDataResourceListFunction `json:"function,omitempty" xml:"function,omitempty" type:"Repeated"` // The resources. Resource []*GetPackageResponseBodyDataResourceListResource `json:"resource,omitempty" xml:"resource,omitempty" type:"Repeated"` // The tables. Table []*GetPackageResponseBodyDataResourceListTable `json:"table,omitempty" xml:"table,omitempty" type:"Repeated"` }
func (GetPackageResponseBodyDataResourceList) GoString ¶
func (s GetPackageResponseBodyDataResourceList) GoString() string
func (*GetPackageResponseBodyDataResourceList) SetFunction ¶
func (s *GetPackageResponseBodyDataResourceList) SetFunction(v []*GetPackageResponseBodyDataResourceListFunction) *GetPackageResponseBodyDataResourceList
func (*GetPackageResponseBodyDataResourceList) SetResource ¶
func (s *GetPackageResponseBodyDataResourceList) SetResource(v []*GetPackageResponseBodyDataResourceListResource) *GetPackageResponseBodyDataResourceList
func (GetPackageResponseBodyDataResourceList) String ¶
func (s GetPackageResponseBodyDataResourceList) String() string
type GetPackageResponseBodyDataResourceListFunction ¶
type GetPackageResponseBodyDataResourceListFunction struct { // The operations that were performed on the function. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the function. // // example: // // function_1 Name *string `json:"name,omitempty" xml:"name,omitempty"` // The name of schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetPackageResponseBodyDataResourceListFunction) GoString ¶
func (s GetPackageResponseBodyDataResourceListFunction) GoString() string
func (*GetPackageResponseBodyDataResourceListFunction) SetActions ¶
func (s *GetPackageResponseBodyDataResourceListFunction) SetActions(v []*string) *GetPackageResponseBodyDataResourceListFunction
func (*GetPackageResponseBodyDataResourceListFunction) SetSchemaName ¶ added in v1.1.3
func (s *GetPackageResponseBodyDataResourceListFunction) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListFunction
func (GetPackageResponseBodyDataResourceListFunction) String ¶
func (s GetPackageResponseBodyDataResourceListFunction) String() string
type GetPackageResponseBodyDataResourceListResource ¶
type GetPackageResponseBodyDataResourceListResource struct { // The operations that were performed on the resource. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the resource. // // example: // // res_1 Name *string `json:"name,omitempty" xml:"name,omitempty"` // The name of schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetPackageResponseBodyDataResourceListResource) GoString ¶
func (s GetPackageResponseBodyDataResourceListResource) GoString() string
func (*GetPackageResponseBodyDataResourceListResource) SetActions ¶
func (s *GetPackageResponseBodyDataResourceListResource) SetActions(v []*string) *GetPackageResponseBodyDataResourceListResource
func (*GetPackageResponseBodyDataResourceListResource) SetSchemaName ¶ added in v1.1.3
func (s *GetPackageResponseBodyDataResourceListResource) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListResource
func (GetPackageResponseBodyDataResourceListResource) String ¶
func (s GetPackageResponseBodyDataResourceListResource) String() string
type GetPackageResponseBodyDataResourceListTable ¶
type GetPackageResponseBodyDataResourceListTable struct { // The operations that were performed on the table. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the table. // // example: // // dim_odps Name *string `json:"name,omitempty" xml:"name,omitempty"` // The name of schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetPackageResponseBodyDataResourceListTable) GoString ¶
func (s GetPackageResponseBodyDataResourceListTable) GoString() string
func (*GetPackageResponseBodyDataResourceListTable) SetActions ¶
func (s *GetPackageResponseBodyDataResourceListTable) SetActions(v []*string) *GetPackageResponseBodyDataResourceListTable
func (*GetPackageResponseBodyDataResourceListTable) SetName ¶
func (s *GetPackageResponseBodyDataResourceListTable) SetName(v string) *GetPackageResponseBodyDataResourceListTable
func (*GetPackageResponseBodyDataResourceListTable) SetSchemaName ¶ added in v1.1.3
func (s *GetPackageResponseBodyDataResourceListTable) SetSchemaName(v string) *GetPackageResponseBodyDataResourceListTable
func (GetPackageResponseBodyDataResourceListTable) String ¶
func (s GetPackageResponseBodyDataResourceListTable) String() string
type GetProjectRequest ¶ added in v1.2.2
type GetProjectRequest struct { // Specifies whether to use additional information. // // example: // // true Verbose *bool `json:"verbose,omitempty" xml:"verbose,omitempty"` }
func (GetProjectRequest) GoString ¶ added in v1.2.2
func (s GetProjectRequest) GoString() string
func (*GetProjectRequest) SetVerbose ¶ added in v1.2.2
func (s *GetProjectRequest) SetVerbose(v bool) *GetProjectRequest
func (GetProjectRequest) String ¶ added in v1.2.2
func (s GetProjectRequest) String() string
type GetProjectResponse ¶
type GetProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetProjectResponse) GoString ¶
func (s GetProjectResponse) GoString() string
func (*GetProjectResponse) SetBody ¶
func (s *GetProjectResponse) SetBody(v *GetProjectResponseBody) *GetProjectResponse
func (*GetProjectResponse) SetHeaders ¶
func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse
func (*GetProjectResponse) SetStatusCode ¶
func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse
func (GetProjectResponse) String ¶
func (s GetProjectResponse) String() string
type GetProjectResponseBody ¶
type GetProjectResponseBody struct { // The returned data. Data *GetProjectResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The error code. // // example: // // 040002 ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message. // // example: // // error message. ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0b87b7b316643495896551555e855b RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetProjectResponseBody) GoString ¶
func (s GetProjectResponseBody) GoString() string
func (*GetProjectResponseBody) SetData ¶
func (s *GetProjectResponseBody) SetData(v *GetProjectResponseBodyData) *GetProjectResponseBody
func (*GetProjectResponseBody) SetErrorCode ¶ added in v1.2.2
func (s *GetProjectResponseBody) SetErrorCode(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetErrorMsg ¶ added in v1.2.2
func (s *GetProjectResponseBody) SetErrorMsg(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetHttpCode ¶
func (s *GetProjectResponseBody) SetHttpCode(v int32) *GetProjectResponseBody
func (*GetProjectResponseBody) SetRequestId ¶
func (s *GetProjectResponseBody) SetRequestId(v string) *GetProjectResponseBody
func (GetProjectResponseBody) String ¶
func (s GetProjectResponseBody) String() string
type GetProjectResponseBodyData ¶
type GetProjectResponseBodyData struct { // The comment of the project. // // example: // // maxcompute project Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // The storage usage. // // example: // // 16489027 CostStorage *string `json:"costStorage,omitempty" xml:"costStorage,omitempty"` // Create time // // example: // // 1704380838000 CreatedTime *int64 `json:"createdTime,omitempty" xml:"createdTime,omitempty"` // The default computing quota. // // example: // // quota_a DefaultQuota *string `json:"defaultQuota,omitempty" xml:"defaultQuota,omitempty"` // The IP address whitelist. IpWhiteList *GetProjectResponseBodyDataIpWhiteList `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Struct"` // The name of the MaxCompute project. // // example: // // odps_project Name *string `json:"name,omitempty" xml:"name,omitempty"` // The owner of the project. // // example: // // 1565950907343451 Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // The billing method of the project. // // example: // // PayAsYouGo ProductType *string `json:"productType,omitempty" xml:"productType,omitempty"` // The properties of the project. Properties *GetProjectResponseBodyDataProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"` // RegionID // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The tag. SaleTag *GetProjectResponseBodyDataSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The permission properties. SecurityProperties *GetProjectResponseBodyDataSecurityProperties `json:"securityProperties,omitempty" xml:"securityProperties,omitempty" type:"Struct"` // The status of the project. Valid values: -**AVAILABLE**: The project was available. -**READONLY**: The project was read only. -**FROZEN**: The project was frozen. -**DELETING**: The project was being deleted. // // example: // // AVAILABLE Status *string `json:"status,omitempty" xml:"status,omitempty"` // The Super_Administrator role. SuperAdmins []*string `json:"superAdmins,omitempty" xml:"superAdmins,omitempty" type:"Repeated"` // Indicates whether the current project supports the three-layer model of MaxCompute. // // example: // // true ThreeTierModel *bool `json:"threeTierModel,omitempty" xml:"threeTierModel,omitempty"` // The type of the project. Valid values: -**managed**: The project is an internal project. -**external**: The project is an external project. // // example: // // managed Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetProjectResponseBodyData) GoString ¶
func (s GetProjectResponseBodyData) GoString() string
func (*GetProjectResponseBodyData) SetComment ¶
func (s *GetProjectResponseBodyData) SetComment(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetCostStorage ¶
func (s *GetProjectResponseBodyData) SetCostStorage(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetCreatedTime ¶ added in v1.2.3
func (s *GetProjectResponseBodyData) SetCreatedTime(v int64) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetDefaultQuota ¶
func (s *GetProjectResponseBodyData) SetDefaultQuota(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetIpWhiteList ¶
func (s *GetProjectResponseBodyData) SetIpWhiteList(v *GetProjectResponseBodyDataIpWhiteList) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetName ¶
func (s *GetProjectResponseBodyData) SetName(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetOwner ¶
func (s *GetProjectResponseBodyData) SetOwner(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetProductType ¶
func (s *GetProjectResponseBodyData) SetProductType(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetProperties ¶
func (s *GetProjectResponseBodyData) SetProperties(v *GetProjectResponseBodyDataProperties) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetRegionId ¶ added in v1.2.3
func (s *GetProjectResponseBodyData) SetRegionId(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetSaleTag ¶
func (s *GetProjectResponseBodyData) SetSaleTag(v *GetProjectResponseBodyDataSaleTag) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetSecurityProperties ¶
func (s *GetProjectResponseBodyData) SetSecurityProperties(v *GetProjectResponseBodyDataSecurityProperties) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetStatus ¶
func (s *GetProjectResponseBodyData) SetStatus(v string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetSuperAdmins ¶ added in v1.1.3
func (s *GetProjectResponseBodyData) SetSuperAdmins(v []*string) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetThreeTierModel ¶ added in v1.2.2
func (s *GetProjectResponseBodyData) SetThreeTierModel(v bool) *GetProjectResponseBodyData
func (*GetProjectResponseBodyData) SetType ¶
func (s *GetProjectResponseBodyData) SetType(v string) *GetProjectResponseBodyData
func (GetProjectResponseBodyData) String ¶
func (s GetProjectResponseBodyData) String() string
type GetProjectResponseBodyDataIpWhiteList ¶
type GetProjectResponseBodyDataIpWhiteList struct { // The list of IP addresses. // // example: // // 10.88.111.3 IpList *string `json:"ipList,omitempty" xml:"ipList,omitempty"` // The list of virtual private cloud (VPC) IP addresses. // // example: // // 10.88.111.3 VpcIpList *string `json:"vpcIpList,omitempty" xml:"vpcIpList,omitempty"` }
func (GetProjectResponseBodyDataIpWhiteList) GoString ¶
func (s GetProjectResponseBodyDataIpWhiteList) GoString() string
func (*GetProjectResponseBodyDataIpWhiteList) SetIpList ¶
func (s *GetProjectResponseBodyDataIpWhiteList) SetIpList(v string) *GetProjectResponseBodyDataIpWhiteList
func (*GetProjectResponseBodyDataIpWhiteList) SetVpcIpList ¶
func (s *GetProjectResponseBodyDataIpWhiteList) SetVpcIpList(v string) *GetProjectResponseBodyDataIpWhiteList
func (GetProjectResponseBodyDataIpWhiteList) String ¶
func (s GetProjectResponseBodyDataIpWhiteList) String() string
type GetProjectResponseBodyDataProperties ¶
type GetProjectResponseBodyDataProperties struct { // Indicates whether a full table scan on the project is enabled. // // example: // // false AllowFullScan *bool `json:"allowFullScan,omitempty" xml:"allowFullScan,omitempty"` // This operation does not return a value for this parameter. // // example: // // No value ElderTunnelQuota *string `json:"elderTunnelQuota,omitempty" xml:"elderTunnelQuota,omitempty"` // Indicates whether the DECIMAL data type in MaxCompute V2.0 is enabled. // // example: // // true EnableDecimal2 *bool `json:"enableDecimal2,omitempty" xml:"enableDecimal2,omitempty"` EnableFdcCacheForce *bool `json:"enableFdcCacheForce,omitempty" xml:"enableFdcCacheForce,omitempty"` EnableTieredStorage *bool `json:"enableTieredStorage,omitempty" xml:"enableTieredStorage,omitempty"` // Indicates whether tunnel quota routing is enabled. // // example: // // true EnableTunnelQuotaRoute *bool `json:"enableTunnelQuotaRoute,omitempty" xml:"enableTunnelQuotaRoute,omitempty"` // The encryption information. Encryption *GetProjectResponseBodyDataPropertiesEncryption `json:"encryption,omitempty" xml:"encryption,omitempty" type:"Struct"` FdcQuota *string `json:"fdcQuota,omitempty" xml:"fdcQuota,omitempty"` // The number of days for which backup data can be retained. // // example: // // 1 RetentionDays *int64 `json:"retentionDays,omitempty" xml:"retentionDays,omitempty"` // The upper limit for the resources that are consumed by an SQL statement. // // example: // // 1500 SqlMeteringMax *string `json:"sqlMeteringMax,omitempty" xml:"sqlMeteringMax,omitempty"` // The information about the tiered storage. StorageTierInfo *GetProjectResponseBodyDataPropertiesStorageTierInfo `json:"storageTierInfo,omitempty" xml:"storageTierInfo,omitempty" type:"Struct"` // The lifecycle of the table in the project. TableLifecycle *GetProjectResponseBodyDataPropertiesTableLifecycle `json:"tableLifecycle,omitempty" xml:"tableLifecycle,omitempty" type:"Struct"` TableLifecycleConfig *GetProjectResponseBodyDataPropertiesTableLifecycleConfig `json:"tableLifecycleConfig,omitempty" xml:"tableLifecycleConfig,omitempty" type:"Struct"` // The time zone of the project. // // example: // // Asia/Shanghai Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` // The name of the tunnel quota. // // example: // // Quota TunnelQuota *string `json:"tunnelQuota,omitempty" xml:"tunnelQuota,omitempty"` // The data type edition. Valid values: -**1**: MaxCompute V1.0 data type edition. -**2**: MaxCompute V2.0 data type edition. -**hive**: Hive-compatible data type edition. // // example: // // 2.0 TypeSystem *string `json:"typeSystem,omitempty" xml:"typeSystem,omitempty"` }
func (GetProjectResponseBodyDataProperties) GoString ¶
func (s GetProjectResponseBodyDataProperties) GoString() string
func (*GetProjectResponseBodyDataProperties) SetAllowFullScan ¶
func (s *GetProjectResponseBodyDataProperties) SetAllowFullScan(v bool) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetElderTunnelQuota ¶
func (s *GetProjectResponseBodyDataProperties) SetElderTunnelQuota(v string) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetEnableDecimal2 ¶
func (s *GetProjectResponseBodyDataProperties) SetEnableDecimal2(v bool) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetEnableFdcCacheForce ¶ added in v1.4.0
func (s *GetProjectResponseBodyDataProperties) SetEnableFdcCacheForce(v bool) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetEnableTieredStorage ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataProperties) SetEnableTieredStorage(v bool) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetEnableTunnelQuotaRoute ¶
func (s *GetProjectResponseBodyDataProperties) SetEnableTunnelQuotaRoute(v bool) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetEncryption ¶
func (s *GetProjectResponseBodyDataProperties) SetEncryption(v *GetProjectResponseBodyDataPropertiesEncryption) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetFdcQuota ¶ added in v1.4.0
func (s *GetProjectResponseBodyDataProperties) SetFdcQuota(v string) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetRetentionDays ¶
func (s *GetProjectResponseBodyDataProperties) SetRetentionDays(v int64) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetSqlMeteringMax ¶
func (s *GetProjectResponseBodyDataProperties) SetSqlMeteringMax(v string) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetStorageTierInfo ¶ added in v1.1.0
func (s *GetProjectResponseBodyDataProperties) SetStorageTierInfo(v *GetProjectResponseBodyDataPropertiesStorageTierInfo) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetTableLifecycle ¶
func (s *GetProjectResponseBodyDataProperties) SetTableLifecycle(v *GetProjectResponseBodyDataPropertiesTableLifecycle) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetTableLifecycleConfig ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataProperties) SetTableLifecycleConfig(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfig) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetTimezone ¶
func (s *GetProjectResponseBodyDataProperties) SetTimezone(v string) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetTunnelQuota ¶
func (s *GetProjectResponseBodyDataProperties) SetTunnelQuota(v string) *GetProjectResponseBodyDataProperties
func (*GetProjectResponseBodyDataProperties) SetTypeSystem ¶
func (s *GetProjectResponseBodyDataProperties) SetTypeSystem(v string) *GetProjectResponseBodyDataProperties
func (GetProjectResponseBodyDataProperties) String ¶
func (s GetProjectResponseBodyDataProperties) String() string
type GetProjectResponseBodyDataPropertiesEncryption ¶
type GetProjectResponseBodyDataPropertiesEncryption struct { // The name of the encryption algorithm. // // example: // // SHA1 Algorithm *string `json:"algorithm,omitempty" xml:"algorithm,omitempty"` // Indicates whether data encryption is enabled. Valid values: true and false. // // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // The key of the encryption algorithm. // // example: // // dafault Key *string `json:"key,omitempty" xml:"key,omitempty"` }
func (GetProjectResponseBodyDataPropertiesEncryption) GoString ¶
func (s GetProjectResponseBodyDataPropertiesEncryption) GoString() string
func (*GetProjectResponseBodyDataPropertiesEncryption) SetAlgorithm ¶
func (s *GetProjectResponseBodyDataPropertiesEncryption) SetAlgorithm(v string) *GetProjectResponseBodyDataPropertiesEncryption
func (*GetProjectResponseBodyDataPropertiesEncryption) SetEnable ¶
func (s *GetProjectResponseBodyDataPropertiesEncryption) SetEnable(v bool) *GetProjectResponseBodyDataPropertiesEncryption
func (GetProjectResponseBodyDataPropertiesEncryption) String ¶
func (s GetProjectResponseBodyDataPropertiesEncryption) String() string
type GetProjectResponseBodyDataPropertiesStorageTierInfo ¶ added in v1.1.0
type GetProjectResponseBodyDataPropertiesStorageTierInfo struct { // The backup storage. // // example: // // 86672917 ProjectBackupSize *int64 `json:"projectBackupSize,omitempty" xml:"projectBackupSize,omitempty"` // The total storage. // // example: // // 56066037 ProjectTotalSize *int64 `json:"projectTotalSize,omitempty" xml:"projectTotalSize,omitempty"` // The tiered storage. StorageTierSize *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize `json:"storageTierSize,omitempty" xml:"storageTierSize,omitempty" type:"Struct"` }
func (GetProjectResponseBodyDataPropertiesStorageTierInfo) GoString ¶ added in v1.1.0
func (s GetProjectResponseBodyDataPropertiesStorageTierInfo) GoString() string
func (*GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectBackupSize ¶ added in v1.1.0
func (s *GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectBackupSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfo
func (*GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectTotalSize ¶ added in v1.2.2
func (s *GetProjectResponseBodyDataPropertiesStorageTierInfo) SetProjectTotalSize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfo
func (*GetProjectResponseBodyDataPropertiesStorageTierInfo) SetStorageTierSize ¶ added in v1.1.0
func (GetProjectResponseBodyDataPropertiesStorageTierInfo) String ¶ added in v1.1.0
func (s GetProjectResponseBodyDataPropertiesStorageTierInfo) String() string
type GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize ¶ added in v1.1.0
type GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize struct { // The long-term storage. // // example: // // 21764917 LongTermSize *int64 `json:"longTermSize,omitempty" xml:"longTermSize,omitempty"` // The IA storage. // // example: // // 767693 LowFrequencySize *int64 `json:"lowFrequencySize,omitempty" xml:"lowFrequencySize,omitempty"` // The standard storage. // // example: // // 27649172 StandardSize *int64 `json:"standardSize,omitempty" xml:"standardSize,omitempty"` }
func (GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) GoString ¶ added in v1.1.0
func (s GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) GoString() string
func (*GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetLongTermSize ¶ added in v1.1.0
func (*GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetLowFrequencySize ¶ added in v1.1.0
func (s *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetLowFrequencySize(v int64) *GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize
func (*GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) SetStandardSize ¶ added in v1.1.0
func (GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) String ¶ added in v1.1.0
func (s GetProjectResponseBodyDataPropertiesStorageTierInfoStorageTierSize) String() string
type GetProjectResponseBodyDataPropertiesTableLifecycle ¶
type GetProjectResponseBodyDataPropertiesTableLifecycle struct { // The type of the lifecycle. Valid values: -**mandatory**: The lifecycle clause is required. You must configure a lifecycle for a table. -**optional**: The lifecycle clause is optional in a table creation statement. If you do not configure a lifecycle for a table, the table does not expire. -**inherit**: If you do not configure a lifecycle for a table when you create the table, the value of the odps.table.lifecycle.value parameter is used by default. // // example: // // optional Type *string `json:"type,omitempty" xml:"type,omitempty"` // The retention period of a table. Unit: days. // // example: // // 37231 Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycle) GoString ¶
func (s GetProjectResponseBodyDataPropertiesTableLifecycle) GoString() string
func (GetProjectResponseBodyDataPropertiesTableLifecycle) String ¶
func (s GetProjectResponseBodyDataPropertiesTableLifecycle) String() string
type GetProjectResponseBodyDataPropertiesTableLifecycleConfig ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfig struct { TierToLongterm *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm `json:"TierToLongterm,omitempty" xml:"TierToLongterm,omitempty" type:"Struct"` TierToLowFrequency *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency `json:"TierToLowFrequency,omitempty" xml:"TierToLowFrequency,omitempty" type:"Struct"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfig) GoString ¶ added in v1.4.1
func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfig) GoString() string
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfig) SetTierToLongterm ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfig) SetTierToLowFrequency ¶ added in v1.4.1
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfig) String ¶ added in v1.4.1
func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfig) String() string
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm struct { DaysAfterLastAccessGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan `json:"daysAfterLastAccessGreaterThan,omitempty" xml:"daysAfterLastAccessGreaterThan,omitempty" type:"Struct"` DaysAfterLastModificationGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan `json:"daysAfterLastModificationGreaterThan,omitempty" xml:"daysAfterLastModificationGreaterThan,omitempty" type:"Struct"` DaysAfterLastTierModificationGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan `` /* 128-byte string literal not displayed */ }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) GoString ¶ added in v1.4.1
func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) GoString() string
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastAccessGreaterThan ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastModificationGreaterThan ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastModificationGreaterThan(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastTierModificationGreaterThan ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) SetDaysAfterLastTierModificationGreaterThan(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) String ¶ added in v1.4.1
func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongterm) String() string
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastAccessGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastModificationGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLongtermDaysAfterLastTierModificationGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency struct { DaysAfterLastAccessGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan `json:"daysAfterLastAccessGreaterThan,omitempty" xml:"daysAfterLastAccessGreaterThan,omitempty" type:"Struct"` DaysAfterLastModificationGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan `json:"daysAfterLastModificationGreaterThan,omitempty" xml:"daysAfterLastModificationGreaterThan,omitempty" type:"Struct"` DaysAfterLastTierModificationGreaterThan *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan `` /* 128-byte string literal not displayed */ }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) GoString ¶ added in v1.4.1
func (s GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) GoString() string
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastAccessGreaterThan ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastAccessGreaterThan(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastModificationGreaterThan ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastModificationGreaterThan(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastTierModificationGreaterThan ¶ added in v1.4.1
func (s *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency) SetDaysAfterLastTierModificationGreaterThan(v *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) *GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequency
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastAccessGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastModificationGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan ¶ added in v1.4.1
type GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan struct { ConditionCode *string `json:"conditionCode,omitempty" xml:"conditionCode,omitempty"` Value *int64 `json:"value,omitempty" xml:"value,omitempty"` }
func (GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) GoString ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) SetConditionCode ¶ added in v1.4.1
func (*GetProjectResponseBodyDataPropertiesTableLifecycleConfigTierToLowFrequencyDaysAfterLastTierModificationGreaterThan) SetValue ¶ added in v1.4.1
type GetProjectResponseBodyDataSaleTag ¶
type GetProjectResponseBodyDataSaleTag struct { // The ID of the resource. // // example: // // project_name ResourceId *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"` // The type of the resource. // // example: // // project ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (GetProjectResponseBodyDataSaleTag) GoString ¶
func (s GetProjectResponseBodyDataSaleTag) GoString() string
func (*GetProjectResponseBodyDataSaleTag) SetResourceId ¶
func (s *GetProjectResponseBodyDataSaleTag) SetResourceId(v string) *GetProjectResponseBodyDataSaleTag
func (*GetProjectResponseBodyDataSaleTag) SetResourceType ¶
func (s *GetProjectResponseBodyDataSaleTag) SetResourceType(v string) *GetProjectResponseBodyDataSaleTag
func (GetProjectResponseBodyDataSaleTag) String ¶
func (s GetProjectResponseBodyDataSaleTag) String() string
type GetProjectResponseBodyDataSecurityProperties ¶
type GetProjectResponseBodyDataSecurityProperties struct { // Indicates whether Download control is enabled. // // example: // // false EnableDownloadPrivilege *bool `json:"enableDownloadPrivilege,omitempty" xml:"enableDownloadPrivilege,omitempty"` // Indicates whether label-based access control is enabled. // // example: // // false LabelSecurity *bool `json:"labelSecurity,omitempty" xml:"labelSecurity,omitempty"` // Indicates whether the object creator is allowed to perform operations on objects. // // example: // // true ObjectCreatorHasAccessPermission *bool `json:"objectCreatorHasAccessPermission,omitempty" xml:"objectCreatorHasAccessPermission,omitempty"` // Indicates whether the object creator is allowed to authorize other users to perform operations on objects. // // example: // // true ObjectCreatorHasGrantPermission *bool `json:"objectCreatorHasGrantPermission,omitempty" xml:"objectCreatorHasGrantPermission,omitempty"` // Indicates whether project data protection is enabled. ProjectProtection *GetProjectResponseBodyDataSecurityPropertiesProjectProtection `json:"projectProtection,omitempty" xml:"projectProtection,omitempty" type:"Struct"` // Indicates whether ACL-based access control is enabled. // // example: // // true UsingAcl *bool `json:"usingAcl,omitempty" xml:"usingAcl,omitempty"` // Indicates whether policy-based access control is enabled. // // example: // // true UsingPolicy *bool `json:"usingPolicy,omitempty" xml:"usingPolicy,omitempty"` }
func (GetProjectResponseBodyDataSecurityProperties) GoString ¶
func (s GetProjectResponseBodyDataSecurityProperties) GoString() string
func (*GetProjectResponseBodyDataSecurityProperties) SetEnableDownloadPrivilege ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetEnableDownloadPrivilege(v bool) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetLabelSecurity ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetLabelSecurity(v bool) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasAccessPermission ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasAccessPermission(v bool) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasGrantPermission ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetObjectCreatorHasGrantPermission(v bool) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetProjectProtection ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetProjectProtection(v *GetProjectResponseBodyDataSecurityPropertiesProjectProtection) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetUsingAcl ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetUsingAcl(v bool) *GetProjectResponseBodyDataSecurityProperties
func (*GetProjectResponseBodyDataSecurityProperties) SetUsingPolicy ¶
func (s *GetProjectResponseBodyDataSecurityProperties) SetUsingPolicy(v bool) *GetProjectResponseBodyDataSecurityProperties
func (GetProjectResponseBodyDataSecurityProperties) String ¶
func (s GetProjectResponseBodyDataSecurityProperties) String() string
type GetProjectResponseBodyDataSecurityPropertiesProjectProtection ¶
type GetProjectResponseBodyDataSecurityPropertiesProjectProtection struct { // The exception policy. If cross-project data access operations are required, the project owner must configure an exception policy in advance to allow the specified user to transfer data of a specified object from the current project to a specified project. After the exception policy is configured, data of the object can be transferred to the specified project even if the project data protection feature is enabled. // // example: // // { // // "Version": "1", // // "Statement": // // [{ // // "Effect":"Allow", // // "Principal":"<Principal>", // // "Action":["odps:<Action1>[, <Action2>, ...]"], // // "Resource":"acs:odps:*:<Resource>", // // "Condition":{ // // "StringEquals": { // // "odps:TaskType":["<Tasktype>"] // // } // // } // // }] // // } ExceptionPolicy *string `json:"exceptionPolicy,omitempty" xml:"exceptionPolicy,omitempty"` // Indicates whether project data protection is enabled. // // example: // // true Protected *bool `json:"protected,omitempty" xml:"protected,omitempty"` }
func (GetProjectResponseBodyDataSecurityPropertiesProjectProtection) GoString ¶
func (s GetProjectResponseBodyDataSecurityPropertiesProjectProtection) GoString() string
func (*GetProjectResponseBodyDataSecurityPropertiesProjectProtection) SetExceptionPolicy ¶
func (s *GetProjectResponseBodyDataSecurityPropertiesProjectProtection) SetExceptionPolicy(v string) *GetProjectResponseBodyDataSecurityPropertiesProjectProtection
func (*GetProjectResponseBodyDataSecurityPropertiesProjectProtection) SetProtected ¶
func (GetProjectResponseBodyDataSecurityPropertiesProjectProtection) String ¶
func (s GetProjectResponseBodyDataSecurityPropertiesProjectProtection) String() string
type GetQuotaPlanRequest ¶
type GetQuotaPlanRequest struct { // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 483212237127906 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (GetQuotaPlanRequest) GoString ¶
func (s GetQuotaPlanRequest) GoString() string
func (*GetQuotaPlanRequest) SetRegion ¶
func (s *GetQuotaPlanRequest) SetRegion(v string) *GetQuotaPlanRequest
func (*GetQuotaPlanRequest) SetTenantId ¶
func (s *GetQuotaPlanRequest) SetTenantId(v string) *GetQuotaPlanRequest
func (GetQuotaPlanRequest) String ¶
func (s GetQuotaPlanRequest) String() string
type GetQuotaPlanResponse ¶
type GetQuotaPlanResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetQuotaPlanResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetQuotaPlanResponse) GoString ¶
func (s GetQuotaPlanResponse) GoString() string
func (*GetQuotaPlanResponse) SetBody ¶
func (s *GetQuotaPlanResponse) SetBody(v *GetQuotaPlanResponseBody) *GetQuotaPlanResponse
func (*GetQuotaPlanResponse) SetHeaders ¶
func (s *GetQuotaPlanResponse) SetHeaders(v map[string]*string) *GetQuotaPlanResponse
func (*GetQuotaPlanResponse) SetStatusCode ¶
func (s *GetQuotaPlanResponse) SetStatusCode(v int32) *GetQuotaPlanResponse
func (GetQuotaPlanResponse) String ¶
func (s GetQuotaPlanResponse) String() string
type GetQuotaPlanResponseBody ¶
type GetQuotaPlanResponseBody struct { // The returned data. Data *GetQuotaPlanResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0be3e0aa16667684362147582e038f RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetQuotaPlanResponseBody) GoString ¶
func (s GetQuotaPlanResponseBody) GoString() string
func (*GetQuotaPlanResponseBody) SetData ¶
func (s *GetQuotaPlanResponseBody) SetData(v *GetQuotaPlanResponseBodyData) *GetQuotaPlanResponseBody
func (*GetQuotaPlanResponseBody) SetRequestId ¶
func (s *GetQuotaPlanResponseBody) SetRequestId(v string) *GetQuotaPlanResponseBody
func (GetQuotaPlanResponseBody) String ¶
func (s GetQuotaPlanResponseBody) String() string
type GetQuotaPlanResponseBodyData ¶
type GetQuotaPlanResponseBodyData struct { // The time when the quota plan was created. // // example: // // 2022-05-16T06:07:45Z CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` // The name of the quota plan. // // example: // // planA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The details of the quota. Quota *GetQuotaPlanResponseBodyDataQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"` }
func (GetQuotaPlanResponseBodyData) GoString ¶
func (s GetQuotaPlanResponseBodyData) GoString() string
func (*GetQuotaPlanResponseBodyData) SetCreateTime ¶
func (s *GetQuotaPlanResponseBodyData) SetCreateTime(v string) *GetQuotaPlanResponseBodyData
func (*GetQuotaPlanResponseBodyData) SetName ¶
func (s *GetQuotaPlanResponseBodyData) SetName(v string) *GetQuotaPlanResponseBodyData
func (*GetQuotaPlanResponseBodyData) SetQuota ¶
func (s *GetQuotaPlanResponseBodyData) SetQuota(v *GetQuotaPlanResponseBodyDataQuota) *GetQuotaPlanResponseBodyData
func (GetQuotaPlanResponseBodyData) String ¶
func (s GetQuotaPlanResponseBodyData) String() string
type GetQuotaPlanResponseBodyDataQuota ¶
type GetQuotaPlanResponseBodyDataQuota struct { // The information of the order. BillingPolicy *GetQuotaPlanResponseBodyDataQuotaBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The ID of the cluster. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the quota plan was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the quota. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The ID of the region. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The information of the scheduling plan. ScheduleInfo *GetQuotaPlanResponseBodyDataQuotaScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information of the level-2 quota. SubQuotaInfoList []*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuota) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuota) GoString() string
func (*GetQuotaPlanResponseBodyDataQuota) SetBillingPolicy ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetBillingPolicy(v *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetCluster ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetCluster(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetCreateTime ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetCreateTime(v int64) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetCreatorId ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetCreatorId(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetId ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetId(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetName ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetName(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetNickName ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetNickName(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetParameter ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetParameter(v map[string]interface{}) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetParentId ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetParentId(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetRegionId ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetRegionId(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetScheduleInfo ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetScheduleInfo(v *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetStatus ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetStatus(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetSubQuotaInfoList ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetSubQuotaInfoList(v []*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetTag ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetTag(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetTenantId ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetTenantId(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetType ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetType(v string) *GetQuotaPlanResponseBodyDataQuota
func (*GetQuotaPlanResponseBodyDataQuota) SetVersion ¶
func (s *GetQuotaPlanResponseBodyDataQuota) SetVersion(v string) *GetQuotaPlanResponseBodyDataQuota
func (GetQuotaPlanResponseBodyDataQuota) String ¶
func (s GetQuotaPlanResponseBodyDataQuota) String() string
type GetQuotaPlanResponseBodyDataQuotaBillingPolicy ¶
type GetQuotaPlanResponseBodyDataQuotaBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The ID of the order. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuotaBillingPolicy) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuotaBillingPolicy) GoString() string
func (*GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetBillingMethod(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
func (*GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOdpsSpecCode ¶
func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
func (*GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOrderId ¶
func (s *GetQuotaPlanResponseBodyDataQuotaBillingPolicy) SetOrderId(v string) *GetQuotaPlanResponseBodyDataQuotaBillingPolicy
func (GetQuotaPlanResponseBodyDataQuotaBillingPolicy) String ¶
func (s GetQuotaPlanResponseBodyDataQuotaBillingPolicy) String() string
type GetQuotaPlanResponseBodyDataQuotaScheduleInfo ¶
type GetQuotaPlanResponseBodyDataQuotaScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuotaScheduleInfo) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuotaScheduleInfo) GoString() string
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrPlan ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrPlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrTime ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetCurrTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextPlan ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextPlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextTime ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetNextTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOncePlan ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOncePlan(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOnceTime ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOnceTime(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (*GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOperatorName ¶
func (s *GetQuotaPlanResponseBodyDataQuotaScheduleInfo) SetOperatorName(v string) *GetQuotaPlanResponseBodyDataQuotaScheduleInfo
func (GetQuotaPlanResponseBodyDataQuotaScheduleInfo) String ¶
func (s GetQuotaPlanResponseBodyDataQuotaScheduleInfo) String() string
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList ¶
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList struct { // The information of the order. BillingPolicy *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The ID of the cluster. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the user who created the quota plan. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The ID of the region. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The information of the scheduling plan. ScheduleInfo *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) GoString() string
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetBillingPolicy ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCluster ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCluster(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreateTime ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreateTime(v int64) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreatorId ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetCreatorId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetNickName ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetNickName(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParameter ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParentId ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetParentId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetRegionId ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetRegionId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetScheduleInfo ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetStatus ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetStatus(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetTenantId ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetTenantId(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetVersion ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) SetVersion(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) String ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoList) String() string
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy ¶
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The ID of the order. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) GoString() string
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) SetOrderId ¶
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) String ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListBillingPolicy) String() string
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo ¶
type GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` }
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) GoString ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) GoString() string
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetNextTime ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (*GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOperatorName ¶
func (s *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo
func (GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) String ¶
func (s GetQuotaPlanResponseBodyDataQuotaSubQuotaInfoListScheduleInfo) String() string
type GetQuotaRequest ¶
type GetQuotaRequest struct { // The trusted AccessKey pairs. // // example: // // null AkProven *string `json:"AkProven,omitempty" xml:"AkProven,omitempty"` // Specifies whether to include submodules. Valid values: -true: The request includes submodules. -false: The request does not include submodules. This is the default value. // // example: // // false Mock *bool `json:"mock,omitempty" xml:"mock,omitempty"` // The region ID. // // example: // // cn-chengdu Region *string `json:"region,omitempty" xml:"region,omitempty"` // The tenant ID. // // example: // // 520539530998273 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (GetQuotaRequest) GoString ¶
func (s GetQuotaRequest) GoString() string
func (*GetQuotaRequest) SetAkProven ¶
func (s *GetQuotaRequest) SetAkProven(v string) *GetQuotaRequest
func (*GetQuotaRequest) SetMock ¶
func (s *GetQuotaRequest) SetMock(v bool) *GetQuotaRequest
func (*GetQuotaRequest) SetRegion ¶
func (s *GetQuotaRequest) SetRegion(v string) *GetQuotaRequest
func (*GetQuotaRequest) SetTenantId ¶
func (s *GetQuotaRequest) SetTenantId(v string) *GetQuotaRequest
func (GetQuotaRequest) String ¶
func (s GetQuotaRequest) String() string
type GetQuotaResponse ¶
type GetQuotaResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetQuotaResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetQuotaResponse) GoString ¶
func (s GetQuotaResponse) GoString() string
func (*GetQuotaResponse) SetBody ¶
func (s *GetQuotaResponse) SetBody(v *GetQuotaResponseBody) *GetQuotaResponse
func (*GetQuotaResponse) SetHeaders ¶
func (s *GetQuotaResponse) SetHeaders(v map[string]*string) *GetQuotaResponse
func (*GetQuotaResponse) SetStatusCode ¶
func (s *GetQuotaResponse) SetStatusCode(v int32) *GetQuotaResponse
func (GetQuotaResponse) String ¶
func (s GetQuotaResponse) String() string
type GetQuotaResponseBody ¶
type GetQuotaResponseBody struct { // The information about the order. BillingPolicy *GetQuotaResponseBodyBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The returned data. Data *GetQuotaResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The quota ID. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The request ID. // // example: // // 0b87b7a316654730544735643e9200 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *GetQuotaResponseBodySaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information about the scheduling plan. ScheduleInfo *GetQuotaResponseBodyScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information about the level-2 quota. SubQuotaInfoList []*GetQuotaResponseBodySubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaResponseBody) GoString ¶
func (s GetQuotaResponseBody) GoString() string
func (*GetQuotaResponseBody) SetBillingPolicy ¶
func (s *GetQuotaResponseBody) SetBillingPolicy(v *GetQuotaResponseBodyBillingPolicy) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetCluster ¶
func (s *GetQuotaResponseBody) SetCluster(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetCreateTime ¶
func (s *GetQuotaResponseBody) SetCreateTime(v int64) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetCreatorId ¶
func (s *GetQuotaResponseBody) SetCreatorId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetData ¶
func (s *GetQuotaResponseBody) SetData(v *GetQuotaResponseBodyData) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetId ¶
func (s *GetQuotaResponseBody) SetId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetName ¶
func (s *GetQuotaResponseBody) SetName(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetNickName ¶
func (s *GetQuotaResponseBody) SetNickName(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetParameter ¶
func (s *GetQuotaResponseBody) SetParameter(v map[string]interface{}) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetParentId ¶
func (s *GetQuotaResponseBody) SetParentId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetRegionId ¶
func (s *GetQuotaResponseBody) SetRegionId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetRequestId ¶
func (s *GetQuotaResponseBody) SetRequestId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetSaleTag ¶
func (s *GetQuotaResponseBody) SetSaleTag(v *GetQuotaResponseBodySaleTag) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetScheduleInfo ¶
func (s *GetQuotaResponseBody) SetScheduleInfo(v *GetQuotaResponseBodyScheduleInfo) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetStatus ¶
func (s *GetQuotaResponseBody) SetStatus(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetSubQuotaInfoList ¶
func (s *GetQuotaResponseBody) SetSubQuotaInfoList(v []*GetQuotaResponseBodySubQuotaInfoList) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetTag ¶
func (s *GetQuotaResponseBody) SetTag(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetTenantId ¶
func (s *GetQuotaResponseBody) SetTenantId(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetType ¶
func (s *GetQuotaResponseBody) SetType(v string) *GetQuotaResponseBody
func (*GetQuotaResponseBody) SetVersion ¶
func (s *GetQuotaResponseBody) SetVersion(v string) *GetQuotaResponseBody
func (GetQuotaResponseBody) String ¶
func (s GetQuotaResponseBody) String() string
type GetQuotaResponseBodyBillingPolicy ¶
type GetQuotaResponseBodyBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaResponseBodyBillingPolicy) GoString ¶
func (s GetQuotaResponseBodyBillingPolicy) GoString() string
func (*GetQuotaResponseBodyBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaResponseBodyBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyBillingPolicy
func (*GetQuotaResponseBodyBillingPolicy) SetOdpsSpecCode ¶
func (s *GetQuotaResponseBodyBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyBillingPolicy
func (*GetQuotaResponseBodyBillingPolicy) SetOrderId ¶
func (s *GetQuotaResponseBodyBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodyBillingPolicy
func (GetQuotaResponseBodyBillingPolicy) String ¶
func (s GetQuotaResponseBodyBillingPolicy) String() string
type GetQuotaResponseBodyData ¶
type GetQuotaResponseBodyData struct { // The information about the order. BillingPolicy *GetQuotaResponseBodyDataBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The quota ID. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *GetQuotaResponseBodyDataSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information about the scheduling plan. ScheduleInfo *GetQuotaResponseBodyDataScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information about the level-2 quota. SubQuotaInfoList []*GetQuotaResponseBodyDataSubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaResponseBodyData) GoString ¶
func (s GetQuotaResponseBodyData) GoString() string
func (*GetQuotaResponseBodyData) SetBillingPolicy ¶
func (s *GetQuotaResponseBodyData) SetBillingPolicy(v *GetQuotaResponseBodyDataBillingPolicy) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetCluster ¶
func (s *GetQuotaResponseBodyData) SetCluster(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetCreateTime ¶
func (s *GetQuotaResponseBodyData) SetCreateTime(v int64) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetCreatorId ¶
func (s *GetQuotaResponseBodyData) SetCreatorId(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetId ¶
func (s *GetQuotaResponseBodyData) SetId(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetName ¶
func (s *GetQuotaResponseBodyData) SetName(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetNickName ¶
func (s *GetQuotaResponseBodyData) SetNickName(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetParameter ¶
func (s *GetQuotaResponseBodyData) SetParameter(v map[string]interface{}) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetParentId ¶
func (s *GetQuotaResponseBodyData) SetParentId(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetRegionId ¶
func (s *GetQuotaResponseBodyData) SetRegionId(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetSaleTag ¶
func (s *GetQuotaResponseBodyData) SetSaleTag(v *GetQuotaResponseBodyDataSaleTag) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetScheduleInfo ¶
func (s *GetQuotaResponseBodyData) SetScheduleInfo(v *GetQuotaResponseBodyDataScheduleInfo) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetStatus ¶
func (s *GetQuotaResponseBodyData) SetStatus(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetSubQuotaInfoList ¶
func (s *GetQuotaResponseBodyData) SetSubQuotaInfoList(v []*GetQuotaResponseBodyDataSubQuotaInfoList) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetTag ¶
func (s *GetQuotaResponseBodyData) SetTag(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetTenantId ¶
func (s *GetQuotaResponseBodyData) SetTenantId(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetType ¶
func (s *GetQuotaResponseBodyData) SetType(v string) *GetQuotaResponseBodyData
func (*GetQuotaResponseBodyData) SetVersion ¶
func (s *GetQuotaResponseBodyData) SetVersion(v string) *GetQuotaResponseBodyData
func (GetQuotaResponseBodyData) String ¶
func (s GetQuotaResponseBodyData) String() string
type GetQuotaResponseBodyDataBillingPolicy ¶
type GetQuotaResponseBodyDataBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaResponseBodyDataBillingPolicy) GoString ¶
func (s GetQuotaResponseBodyDataBillingPolicy) GoString() string
func (*GetQuotaResponseBodyDataBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaResponseBodyDataBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyDataBillingPolicy
func (*GetQuotaResponseBodyDataBillingPolicy) SetOdpsSpecCode ¶
func (s *GetQuotaResponseBodyDataBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyDataBillingPolicy
func (*GetQuotaResponseBodyDataBillingPolicy) SetOrderId ¶
func (s *GetQuotaResponseBodyDataBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodyDataBillingPolicy
func (GetQuotaResponseBodyDataBillingPolicy) String ¶
func (s GetQuotaResponseBodyDataBillingPolicy) String() string
type GetQuotaResponseBodyDataSaleTag ¶
type GetQuotaResponseBodyDataSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (GetQuotaResponseBodyDataSaleTag) GoString ¶
func (s GetQuotaResponseBodyDataSaleTag) GoString() string
func (*GetQuotaResponseBodyDataSaleTag) SetResourceIds ¶
func (s *GetQuotaResponseBodyDataSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodyDataSaleTag
func (*GetQuotaResponseBodyDataSaleTag) SetResourceType ¶
func (s *GetQuotaResponseBodyDataSaleTag) SetResourceType(v string) *GetQuotaResponseBodyDataSaleTag
func (GetQuotaResponseBodyDataSaleTag) String ¶
func (s GetQuotaResponseBodyDataSaleTag) String() string
type GetQuotaResponseBodyDataScheduleInfo ¶
type GetQuotaResponseBodyDataScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (GetQuotaResponseBodyDataScheduleInfo) GoString ¶
func (s GetQuotaResponseBodyDataScheduleInfo) GoString() string
func (*GetQuotaResponseBodyDataScheduleInfo) SetCurrPlan ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetCurrTime ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetNextPlan ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetNextTime ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetOncePlan ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetOnceTime ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetOperatorName ¶
func (s *GetQuotaResponseBodyDataScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyDataScheduleInfo
func (*GetQuotaResponseBodyDataScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *GetQuotaResponseBodyDataScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyDataScheduleInfo
func (GetQuotaResponseBodyDataScheduleInfo) String ¶
func (s GetQuotaResponseBodyDataScheduleInfo) String() string
type GetQuotaResponseBodyDataSubQuotaInfoList ¶
type GetQuotaResponseBodyDataSubQuotaInfoList struct { // The information about the order. BillingPolicy *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The nickname of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information about the scheduling plan. ScheduleInfo *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaResponseBodyDataSubQuotaInfoList) GoString ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoList) GoString() string
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetBillingPolicy ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetBillingPolicy(v *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetCluster ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCluster(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetCreateTime ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCreateTime(v int64) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetCreatorId ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetCreatorId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetId ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetName ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetName(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetNickName ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetNickName(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetParameter ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetParentId ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetParentId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetRegionId ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetRegionId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetSaleTag ¶
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetScheduleInfo ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetScheduleInfo(v *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetStatus ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetStatus(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetTag ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetTag(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetTenantId ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetTenantId(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetType ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetType(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (*GetQuotaResponseBodyDataSubQuotaInfoList) SetVersion ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoList) SetVersion(v string) *GetQuotaResponseBodyDataSubQuotaInfoList
func (GetQuotaResponseBodyDataSubQuotaInfoList) String ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoList) String() string
type GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy ¶
type GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) GoString ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) GoString() string
func (*GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
func (*GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy
func (*GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) SetOrderId ¶
func (GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) String ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListBillingPolicy) String() string
type GetQuotaResponseBodyDataSubQuotaInfoListSaleTag ¶
type GetQuotaResponseBodyDataSubQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) GoString ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) GoString() string
func (*GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceIds ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag
func (*GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceType ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) SetResourceType(v string) *GetQuotaResponseBodyDataSubQuotaInfoListSaleTag
func (GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) String ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListSaleTag) String() string
type GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo ¶
type GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) GoString ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) GoString() string
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextTime ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOperatorName ¶
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo
func (GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) String ¶
func (s GetQuotaResponseBodyDataSubQuotaInfoListScheduleInfo) String() string
type GetQuotaResponseBodySaleTag ¶
type GetQuotaResponseBodySaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (GetQuotaResponseBodySaleTag) GoString ¶
func (s GetQuotaResponseBodySaleTag) GoString() string
func (*GetQuotaResponseBodySaleTag) SetResourceIds ¶
func (s *GetQuotaResponseBodySaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodySaleTag
func (*GetQuotaResponseBodySaleTag) SetResourceType ¶
func (s *GetQuotaResponseBodySaleTag) SetResourceType(v string) *GetQuotaResponseBodySaleTag
func (GetQuotaResponseBodySaleTag) String ¶
func (s GetQuotaResponseBodySaleTag) String() string
type GetQuotaResponseBodyScheduleInfo ¶
type GetQuotaResponseBodyScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (GetQuotaResponseBodyScheduleInfo) GoString ¶
func (s GetQuotaResponseBodyScheduleInfo) GoString() string
func (*GetQuotaResponseBodyScheduleInfo) SetCurrPlan ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetCurrTime ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetNextPlan ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetNextTime ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetOncePlan ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetOnceTime ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetOperatorName ¶
func (s *GetQuotaResponseBodyScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodyScheduleInfo
func (*GetQuotaResponseBodyScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *GetQuotaResponseBodyScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodyScheduleInfo
func (GetQuotaResponseBodyScheduleInfo) String ¶
func (s GetQuotaResponseBodyScheduleInfo) String() string
type GetQuotaResponseBodySubQuotaInfoList ¶
type GetQuotaResponseBodySubQuotaInfoList struct { // The information about the order. BillingPolicy *GetQuotaResponseBodySubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *GetQuotaResponseBodySubQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information about the scheduling plan. ScheduleInfo *GetQuotaResponseBodySubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (GetQuotaResponseBodySubQuotaInfoList) GoString ¶
func (s GetQuotaResponseBodySubQuotaInfoList) GoString() string
func (*GetQuotaResponseBodySubQuotaInfoList) SetBillingPolicy ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetBillingPolicy(v *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetCluster ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetCluster(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetCreateTime ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetCreateTime(v int64) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetCreatorId ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetCreatorId(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetId ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetId(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetName ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetName(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetNickName ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetNickName(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetParameter ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetParameter(v map[string]interface{}) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetParentId ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetParentId(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetRegionId ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetRegionId(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetSaleTag ¶
func (*GetQuotaResponseBodySubQuotaInfoList) SetScheduleInfo ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetScheduleInfo(v *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetStatus ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetStatus(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetTag ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetTag(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetTenantId ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetTenantId(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetType ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetType(v string) *GetQuotaResponseBodySubQuotaInfoList
func (*GetQuotaResponseBodySubQuotaInfoList) SetVersion ¶
func (s *GetQuotaResponseBodySubQuotaInfoList) SetVersion(v string) *GetQuotaResponseBodySubQuotaInfoList
func (GetQuotaResponseBodySubQuotaInfoList) String ¶
func (s GetQuotaResponseBodySubQuotaInfoList) String() string
type GetQuotaResponseBodySubQuotaInfoListBillingPolicy ¶
type GetQuotaResponseBodySubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (GetQuotaResponseBodySubQuotaInfoListBillingPolicy) GoString ¶
func (s GetQuotaResponseBodySubQuotaInfoListBillingPolicy) GoString() string
func (*GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetBillingMethod(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
func (*GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
func (*GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOrderId ¶
func (s *GetQuotaResponseBodySubQuotaInfoListBillingPolicy) SetOrderId(v string) *GetQuotaResponseBodySubQuotaInfoListBillingPolicy
func (GetQuotaResponseBodySubQuotaInfoListBillingPolicy) String ¶
func (s GetQuotaResponseBodySubQuotaInfoListBillingPolicy) String() string
type GetQuotaResponseBodySubQuotaInfoListSaleTag ¶
type GetQuotaResponseBodySubQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (GetQuotaResponseBodySubQuotaInfoListSaleTag) GoString ¶
func (s GetQuotaResponseBodySubQuotaInfoListSaleTag) GoString() string
func (*GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceIds ¶
func (s *GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceIds(v []*string) *GetQuotaResponseBodySubQuotaInfoListSaleTag
func (*GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceType ¶
func (s *GetQuotaResponseBodySubQuotaInfoListSaleTag) SetResourceType(v string) *GetQuotaResponseBodySubQuotaInfoListSaleTag
func (GetQuotaResponseBodySubQuotaInfoListSaleTag) String ¶
func (s GetQuotaResponseBodySubQuotaInfoListSaleTag) String() string
type GetQuotaResponseBodySubQuotaInfoListScheduleInfo ¶
type GetQuotaResponseBodySubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (GetQuotaResponseBodySubQuotaInfoListScheduleInfo) GoString ¶
func (s GetQuotaResponseBodySubQuotaInfoListScheduleInfo) GoString() string
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrPlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetCurrTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextPlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextTime ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetNextTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOncePlan(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOnceTime(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOperatorName ¶
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetOperatorName(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (*GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *GetQuotaResponseBodySubQuotaInfoListScheduleInfo) SetTimezone(v string) *GetQuotaResponseBodySubQuotaInfoListScheduleInfo
func (GetQuotaResponseBodySubQuotaInfoListScheduleInfo) String ¶
func (s GetQuotaResponseBodySubQuotaInfoListScheduleInfo) String() string
type GetQuotaScheduleRequest ¶
type GetQuotaScheduleRequest struct { // The time zone. // // example: // // UTC+8 DisplayTimezone *string `json:"displayTimezone,omitempty" xml:"displayTimezone,omitempty"` // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (GetQuotaScheduleRequest) GoString ¶
func (s GetQuotaScheduleRequest) GoString() string
func (*GetQuotaScheduleRequest) SetDisplayTimezone ¶ added in v1.1.0
func (s *GetQuotaScheduleRequest) SetDisplayTimezone(v string) *GetQuotaScheduleRequest
func (*GetQuotaScheduleRequest) SetRegion ¶
func (s *GetQuotaScheduleRequest) SetRegion(v string) *GetQuotaScheduleRequest
func (*GetQuotaScheduleRequest) SetTenantId ¶
func (s *GetQuotaScheduleRequest) SetTenantId(v string) *GetQuotaScheduleRequest
func (GetQuotaScheduleRequest) String ¶
func (s GetQuotaScheduleRequest) String() string
type GetQuotaScheduleResponse ¶
type GetQuotaScheduleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetQuotaScheduleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetQuotaScheduleResponse) GoString ¶
func (s GetQuotaScheduleResponse) GoString() string
func (*GetQuotaScheduleResponse) SetBody ¶
func (s *GetQuotaScheduleResponse) SetBody(v *GetQuotaScheduleResponseBody) *GetQuotaScheduleResponse
func (*GetQuotaScheduleResponse) SetHeaders ¶
func (s *GetQuotaScheduleResponse) SetHeaders(v map[string]*string) *GetQuotaScheduleResponse
func (*GetQuotaScheduleResponse) SetStatusCode ¶
func (s *GetQuotaScheduleResponse) SetStatusCode(v int32) *GetQuotaScheduleResponse
func (GetQuotaScheduleResponse) String ¶
func (s GetQuotaScheduleResponse) String() string
type GetQuotaScheduleResponseBody ¶
type GetQuotaScheduleResponseBody struct { // The returned data. Data []*GetQuotaScheduleResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` // - If the value of success was false, an error code was returned. // // - If the value of success was true, a null value was returned. // // example: // // success ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message. // // example: // // errorMsg ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0bc059b716696296266308790e0d3e RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetQuotaScheduleResponseBody) GoString ¶
func (s GetQuotaScheduleResponseBody) GoString() string
func (*GetQuotaScheduleResponseBody) SetData ¶
func (s *GetQuotaScheduleResponseBody) SetData(v []*GetQuotaScheduleResponseBodyData) *GetQuotaScheduleResponseBody
func (*GetQuotaScheduleResponseBody) SetErrorCode ¶ added in v1.1.0
func (s *GetQuotaScheduleResponseBody) SetErrorCode(v string) *GetQuotaScheduleResponseBody
func (*GetQuotaScheduleResponseBody) SetErrorMsg ¶ added in v1.1.0
func (s *GetQuotaScheduleResponseBody) SetErrorMsg(v string) *GetQuotaScheduleResponseBody
func (*GetQuotaScheduleResponseBody) SetHttpCode ¶ added in v1.1.0
func (s *GetQuotaScheduleResponseBody) SetHttpCode(v int32) *GetQuotaScheduleResponseBody
func (*GetQuotaScheduleResponseBody) SetRequestId ¶
func (s *GetQuotaScheduleResponseBody) SetRequestId(v string) *GetQuotaScheduleResponseBody
func (GetQuotaScheduleResponseBody) String ¶
func (s GetQuotaScheduleResponseBody) String() string
type GetQuotaScheduleResponseBodyData ¶
type GetQuotaScheduleResponseBodyData struct { // The condition value. Condition *GetQuotaScheduleResponseBodyDataCondition `json:"condition,omitempty" xml:"condition,omitempty" type:"Struct"` // The ID of the quota plan. // // example: // // 63 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the operator. // // example: // // userA Operator *string `json:"operator,omitempty" xml:"operator,omitempty"` // The name of the quota plan. // // example: // // planA Plan *string `json:"plan,omitempty" xml:"plan,omitempty"` // The time zone. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` // The type of the quota plan. // // example: // // once Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetQuotaScheduleResponseBodyData) GoString ¶
func (s GetQuotaScheduleResponseBodyData) GoString() string
func (*GetQuotaScheduleResponseBodyData) SetCondition ¶
func (s *GetQuotaScheduleResponseBodyData) SetCondition(v *GetQuotaScheduleResponseBodyDataCondition) *GetQuotaScheduleResponseBodyData
func (*GetQuotaScheduleResponseBodyData) SetId ¶
func (s *GetQuotaScheduleResponseBodyData) SetId(v string) *GetQuotaScheduleResponseBodyData
func (*GetQuotaScheduleResponseBodyData) SetOperator ¶
func (s *GetQuotaScheduleResponseBodyData) SetOperator(v string) *GetQuotaScheduleResponseBodyData
func (*GetQuotaScheduleResponseBodyData) SetPlan ¶
func (s *GetQuotaScheduleResponseBodyData) SetPlan(v string) *GetQuotaScheduleResponseBodyData
func (*GetQuotaScheduleResponseBodyData) SetTimezone ¶ added in v1.1.0
func (s *GetQuotaScheduleResponseBodyData) SetTimezone(v string) *GetQuotaScheduleResponseBodyData
func (*GetQuotaScheduleResponseBodyData) SetType ¶
func (s *GetQuotaScheduleResponseBodyData) SetType(v string) *GetQuotaScheduleResponseBodyData
func (GetQuotaScheduleResponseBodyData) String ¶
func (s GetQuotaScheduleResponseBodyData) String() string
type GetQuotaScheduleResponseBodyDataCondition ¶
type GetQuotaScheduleResponseBodyDataCondition struct { // The start time when the quota plan takes effect. // // example: // // 2022-04-25T04:23:04Z After *string `json:"after,omitempty" xml:"after,omitempty"` // The time when the quota plan takes effect. // // example: // // 0900 At *string `json:"at,omitempty" xml:"at,omitempty"` }
func (GetQuotaScheduleResponseBodyDataCondition) GoString ¶
func (s GetQuotaScheduleResponseBodyDataCondition) GoString() string
func (*GetQuotaScheduleResponseBodyDataCondition) SetAfter ¶
func (s *GetQuotaScheduleResponseBodyDataCondition) SetAfter(v string) *GetQuotaScheduleResponseBodyDataCondition
func (*GetQuotaScheduleResponseBodyDataCondition) SetAt ¶
func (s *GetQuotaScheduleResponseBodyDataCondition) SetAt(v string) *GetQuotaScheduleResponseBodyDataCondition
func (GetQuotaScheduleResponseBodyDataCondition) String ¶
func (s GetQuotaScheduleResponseBodyDataCondition) String() string
type GetRoleAclOnObjectRequest ¶
type GetRoleAclOnObjectRequest struct { // The name of the object. // // This parameter is required. // // example: // // tableA ObjectName *string `json:"objectName,omitempty" xml:"objectName,omitempty"` // The type of the object. // // This parameter is required. // // example: // // table ObjectType *string `json:"objectType,omitempty" xml:"objectType,omitempty"` }
func (GetRoleAclOnObjectRequest) GoString ¶
func (s GetRoleAclOnObjectRequest) GoString() string
func (*GetRoleAclOnObjectRequest) SetObjectName ¶
func (s *GetRoleAclOnObjectRequest) SetObjectName(v string) *GetRoleAclOnObjectRequest
func (*GetRoleAclOnObjectRequest) SetObjectType ¶
func (s *GetRoleAclOnObjectRequest) SetObjectType(v string) *GetRoleAclOnObjectRequest
func (GetRoleAclOnObjectRequest) String ¶
func (s GetRoleAclOnObjectRequest) String() string
type GetRoleAclOnObjectResponse ¶
type GetRoleAclOnObjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetRoleAclOnObjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetRoleAclOnObjectResponse) GoString ¶
func (s GetRoleAclOnObjectResponse) GoString() string
func (*GetRoleAclOnObjectResponse) SetBody ¶
func (s *GetRoleAclOnObjectResponse) SetBody(v *GetRoleAclOnObjectResponseBody) *GetRoleAclOnObjectResponse
func (*GetRoleAclOnObjectResponse) SetHeaders ¶
func (s *GetRoleAclOnObjectResponse) SetHeaders(v map[string]*string) *GetRoleAclOnObjectResponse
func (*GetRoleAclOnObjectResponse) SetStatusCode ¶
func (s *GetRoleAclOnObjectResponse) SetStatusCode(v int32) *GetRoleAclOnObjectResponse
func (GetRoleAclOnObjectResponse) String ¶
func (s GetRoleAclOnObjectResponse) String() string
type GetRoleAclOnObjectResponseBody ¶
type GetRoleAclOnObjectResponseBody struct { // The returned data. Data *GetRoleAclOnObjectResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0bc1366d16686529650188023ef87f RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetRoleAclOnObjectResponseBody) GoString ¶
func (s GetRoleAclOnObjectResponseBody) GoString() string
func (*GetRoleAclOnObjectResponseBody) SetData ¶
func (s *GetRoleAclOnObjectResponseBody) SetData(v *GetRoleAclOnObjectResponseBodyData) *GetRoleAclOnObjectResponseBody
func (*GetRoleAclOnObjectResponseBody) SetRequestId ¶
func (s *GetRoleAclOnObjectResponseBody) SetRequestId(v string) *GetRoleAclOnObjectResponseBody
func (GetRoleAclOnObjectResponseBody) String ¶
func (s GetRoleAclOnObjectResponseBody) String() string
type GetRoleAclOnObjectResponseBodyData ¶
type GetRoleAclOnObjectResponseBodyData struct { // The operations that were performed on the object. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the object. // // example: // // tableA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (GetRoleAclOnObjectResponseBodyData) GoString ¶
func (s GetRoleAclOnObjectResponseBodyData) GoString() string
func (*GetRoleAclOnObjectResponseBodyData) SetActions ¶
func (s *GetRoleAclOnObjectResponseBodyData) SetActions(v []*string) *GetRoleAclOnObjectResponseBodyData
func (*GetRoleAclOnObjectResponseBodyData) SetName ¶
func (s *GetRoleAclOnObjectResponseBodyData) SetName(v string) *GetRoleAclOnObjectResponseBodyData
func (GetRoleAclOnObjectResponseBodyData) String ¶
func (s GetRoleAclOnObjectResponseBodyData) String() string
type GetRoleAclResponse ¶
type GetRoleAclResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetRoleAclResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetRoleAclResponse) GoString ¶
func (s GetRoleAclResponse) GoString() string
func (*GetRoleAclResponse) SetBody ¶
func (s *GetRoleAclResponse) SetBody(v *GetRoleAclResponseBody) *GetRoleAclResponse
func (*GetRoleAclResponse) SetHeaders ¶
func (s *GetRoleAclResponse) SetHeaders(v map[string]*string) *GetRoleAclResponse
func (*GetRoleAclResponse) SetStatusCode ¶
func (s *GetRoleAclResponse) SetStatusCode(v int32) *GetRoleAclResponse
func (GetRoleAclResponse) String ¶
func (s GetRoleAclResponse) String() string
type GetRoleAclResponseBody ¶
type GetRoleAclResponseBody struct { // The returned data. Data *GetRoleAclResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The error code returned if the request failed. // // example: // // 040002 ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message. // // example: // // error message ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // The HTTP status code. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0a06dc0916696898838762018e9564 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetRoleAclResponseBody) GoString ¶
func (s GetRoleAclResponseBody) GoString() string
func (*GetRoleAclResponseBody) SetData ¶
func (s *GetRoleAclResponseBody) SetData(v *GetRoleAclResponseBodyData) *GetRoleAclResponseBody
func (*GetRoleAclResponseBody) SetErrorCode ¶ added in v1.1.3
func (s *GetRoleAclResponseBody) SetErrorCode(v string) *GetRoleAclResponseBody
func (*GetRoleAclResponseBody) SetErrorMsg ¶ added in v1.1.3
func (s *GetRoleAclResponseBody) SetErrorMsg(v string) *GetRoleAclResponseBody
func (*GetRoleAclResponseBody) SetHttpCode ¶ added in v1.1.3
func (s *GetRoleAclResponseBody) SetHttpCode(v int32) *GetRoleAclResponseBody
func (*GetRoleAclResponseBody) SetRequestId ¶
func (s *GetRoleAclResponseBody) SetRequestId(v string) *GetRoleAclResponseBody
func (GetRoleAclResponseBody) String ¶
func (s GetRoleAclResponseBody) String() string
type GetRoleAclResponseBodyData ¶
type GetRoleAclResponseBodyData struct { // The function. Function []*GetRoleAclResponseBodyDataFunction `json:"function,omitempty" xml:"function,omitempty" type:"Repeated"` // The instance. Instance []*GetRoleAclResponseBodyDataInstance `json:"instance,omitempty" xml:"instance,omitempty" type:"Repeated"` // The package. Package []*GetRoleAclResponseBodyDataPackage `json:"package,omitempty" xml:"package,omitempty" type:"Repeated"` // The project. Project []*GetRoleAclResponseBodyDataProject `json:"project,omitempty" xml:"project,omitempty" type:"Repeated"` // The resource. Resource []*GetRoleAclResponseBodyDataResource `json:"resource,omitempty" xml:"resource,omitempty" type:"Repeated"` // The table. Table []*GetRoleAclResponseBodyDataTable `json:"table,omitempty" xml:"table,omitempty" type:"Repeated"` }
func (GetRoleAclResponseBodyData) GoString ¶
func (s GetRoleAclResponseBodyData) GoString() string
func (*GetRoleAclResponseBodyData) SetFunction ¶
func (s *GetRoleAclResponseBodyData) SetFunction(v []*GetRoleAclResponseBodyDataFunction) *GetRoleAclResponseBodyData
func (*GetRoleAclResponseBodyData) SetInstance ¶
func (s *GetRoleAclResponseBodyData) SetInstance(v []*GetRoleAclResponseBodyDataInstance) *GetRoleAclResponseBodyData
func (*GetRoleAclResponseBodyData) SetPackage ¶
func (s *GetRoleAclResponseBodyData) SetPackage(v []*GetRoleAclResponseBodyDataPackage) *GetRoleAclResponseBodyData
func (*GetRoleAclResponseBodyData) SetProject ¶
func (s *GetRoleAclResponseBodyData) SetProject(v []*GetRoleAclResponseBodyDataProject) *GetRoleAclResponseBodyData
func (*GetRoleAclResponseBodyData) SetResource ¶
func (s *GetRoleAclResponseBodyData) SetResource(v []*GetRoleAclResponseBodyDataResource) *GetRoleAclResponseBodyData
func (*GetRoleAclResponseBodyData) SetTable ¶
func (s *GetRoleAclResponseBodyData) SetTable(v []*GetRoleAclResponseBodyDataTable) *GetRoleAclResponseBodyData
func (GetRoleAclResponseBodyData) String ¶
func (s GetRoleAclResponseBodyData) String() string
type GetRoleAclResponseBodyDataFunction ¶
type GetRoleAclResponseBodyDataFunction struct { // The operations that were performed on the function. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the function. // // example: // // functionA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataFunction) GoString ¶
func (s GetRoleAclResponseBodyDataFunction) GoString() string
func (*GetRoleAclResponseBodyDataFunction) SetActions ¶
func (s *GetRoleAclResponseBodyDataFunction) SetActions(v []*string) *GetRoleAclResponseBodyDataFunction
func (*GetRoleAclResponseBodyDataFunction) SetName ¶
func (s *GetRoleAclResponseBodyDataFunction) SetName(v string) *GetRoleAclResponseBodyDataFunction
func (*GetRoleAclResponseBodyDataFunction) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataFunction) SetSchemaName(v string) *GetRoleAclResponseBodyDataFunction
func (GetRoleAclResponseBodyDataFunction) String ¶
func (s GetRoleAclResponseBodyDataFunction) String() string
type GetRoleAclResponseBodyDataInstance ¶
type GetRoleAclResponseBodyDataInstance struct { // The operations that were performed on the instance. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the instance. // // example: // // instanceA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataInstance) GoString ¶
func (s GetRoleAclResponseBodyDataInstance) GoString() string
func (*GetRoleAclResponseBodyDataInstance) SetActions ¶
func (s *GetRoleAclResponseBodyDataInstance) SetActions(v []*string) *GetRoleAclResponseBodyDataInstance
func (*GetRoleAclResponseBodyDataInstance) SetName ¶
func (s *GetRoleAclResponseBodyDataInstance) SetName(v string) *GetRoleAclResponseBodyDataInstance
func (*GetRoleAclResponseBodyDataInstance) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataInstance) SetSchemaName(v string) *GetRoleAclResponseBodyDataInstance
func (GetRoleAclResponseBodyDataInstance) String ¶
func (s GetRoleAclResponseBodyDataInstance) String() string
type GetRoleAclResponseBodyDataPackage ¶
type GetRoleAclResponseBodyDataPackage struct { // The operations that were performed on the package. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the package. // // example: // // packageA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataPackage) GoString ¶
func (s GetRoleAclResponseBodyDataPackage) GoString() string
func (*GetRoleAclResponseBodyDataPackage) SetActions ¶
func (s *GetRoleAclResponseBodyDataPackage) SetActions(v []*string) *GetRoleAclResponseBodyDataPackage
func (*GetRoleAclResponseBodyDataPackage) SetName ¶
func (s *GetRoleAclResponseBodyDataPackage) SetName(v string) *GetRoleAclResponseBodyDataPackage
func (*GetRoleAclResponseBodyDataPackage) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataPackage) SetSchemaName(v string) *GetRoleAclResponseBodyDataPackage
func (GetRoleAclResponseBodyDataPackage) String ¶
func (s GetRoleAclResponseBodyDataPackage) String() string
type GetRoleAclResponseBodyDataProject ¶
type GetRoleAclResponseBodyDataProject struct { // The operations that were performed on the project. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the MaxCompute project. // // example: // // projectA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataProject) GoString ¶
func (s GetRoleAclResponseBodyDataProject) GoString() string
func (*GetRoleAclResponseBodyDataProject) SetActions ¶
func (s *GetRoleAclResponseBodyDataProject) SetActions(v []*string) *GetRoleAclResponseBodyDataProject
func (*GetRoleAclResponseBodyDataProject) SetName ¶
func (s *GetRoleAclResponseBodyDataProject) SetName(v string) *GetRoleAclResponseBodyDataProject
func (*GetRoleAclResponseBodyDataProject) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataProject) SetSchemaName(v string) *GetRoleAclResponseBodyDataProject
func (GetRoleAclResponseBodyDataProject) String ¶
func (s GetRoleAclResponseBodyDataProject) String() string
type GetRoleAclResponseBodyDataResource ¶
type GetRoleAclResponseBodyDataResource struct { // The operations that were performed on the resource. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the resource. // // example: // // resourceA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataResource) GoString ¶
func (s GetRoleAclResponseBodyDataResource) GoString() string
func (*GetRoleAclResponseBodyDataResource) SetActions ¶
func (s *GetRoleAclResponseBodyDataResource) SetActions(v []*string) *GetRoleAclResponseBodyDataResource
func (*GetRoleAclResponseBodyDataResource) SetName ¶
func (s *GetRoleAclResponseBodyDataResource) SetName(v string) *GetRoleAclResponseBodyDataResource
func (*GetRoleAclResponseBodyDataResource) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataResource) SetSchemaName(v string) *GetRoleAclResponseBodyDataResource
func (GetRoleAclResponseBodyDataResource) String ¶
func (s GetRoleAclResponseBodyDataResource) String() string
type GetRoleAclResponseBodyDataTable ¶
type GetRoleAclResponseBodyDataTable struct { // The operations that were performed on the table. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the table. // // example: // // tableA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The Schema name. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (GetRoleAclResponseBodyDataTable) GoString ¶
func (s GetRoleAclResponseBodyDataTable) GoString() string
func (*GetRoleAclResponseBodyDataTable) SetActions ¶
func (s *GetRoleAclResponseBodyDataTable) SetActions(v []*string) *GetRoleAclResponseBodyDataTable
func (*GetRoleAclResponseBodyDataTable) SetName ¶
func (s *GetRoleAclResponseBodyDataTable) SetName(v string) *GetRoleAclResponseBodyDataTable
func (*GetRoleAclResponseBodyDataTable) SetSchemaName ¶ added in v1.1.3
func (s *GetRoleAclResponseBodyDataTable) SetSchemaName(v string) *GetRoleAclResponseBodyDataTable
func (GetRoleAclResponseBodyDataTable) String ¶
func (s GetRoleAclResponseBodyDataTable) String() string
type GetRolePolicyResponse ¶
type GetRolePolicyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetRolePolicyResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetRolePolicyResponse) GoString ¶
func (s GetRolePolicyResponse) GoString() string
func (*GetRolePolicyResponse) SetBody ¶
func (s *GetRolePolicyResponse) SetBody(v *GetRolePolicyResponseBody) *GetRolePolicyResponse
func (*GetRolePolicyResponse) SetHeaders ¶
func (s *GetRolePolicyResponse) SetHeaders(v map[string]*string) *GetRolePolicyResponse
func (*GetRolePolicyResponse) SetStatusCode ¶
func (s *GetRolePolicyResponse) SetStatusCode(v int32) *GetRolePolicyResponse
func (GetRolePolicyResponse) String ¶
func (s GetRolePolicyResponse) String() string
type GetRolePolicyResponseBody ¶
type GetRolePolicyResponseBody struct { // The returned data. // // example: // // { // // "Statement": [ // // { // // "Action": [ // // "odps:*" // // ], // // "Effect": "Allow", // // "Resource": [ // // "acs:odps:*:projects/{projectname}/authorization/packages" // // ] // // } // // ], // // "Version": "1" // // } Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0bc1eeed16675342848904412e08dd RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetRolePolicyResponseBody) GoString ¶
func (s GetRolePolicyResponseBody) GoString() string
func (*GetRolePolicyResponseBody) SetData ¶
func (s *GetRolePolicyResponseBody) SetData(v string) *GetRolePolicyResponseBody
func (*GetRolePolicyResponseBody) SetRequestId ¶
func (s *GetRolePolicyResponseBody) SetRequestId(v string) *GetRolePolicyResponseBody
func (GetRolePolicyResponseBody) String ¶
func (s GetRolePolicyResponseBody) String() string
type GetRunningJobsRequest ¶ added in v1.1.0
type GetRunningJobsRequest struct { // The time when the query starts. This parameter specifies the time when a job is submitted. // // - The time range that is specified by the **from* - and **to* - request parameters is a closed interval. The start time and end time are included in the range. If the value of **from* - is the same as the value of **to**, the time range is invalid, and a null value is returned. // // - The value is a UNIX timestamp that represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. // // This parameter is required. // // example: // // 1683785928 From *int64 `json:"from,omitempty" xml:"from,omitempty"` // The list of job executors. JobOwnerList []*string `json:"jobOwnerList,omitempty" xml:"jobOwnerList,omitempty" type:"Repeated"` // The page number. // // example: // // 1 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. Default value: 10. Maximum value: 20. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The list of nicknames of quotas that are used by jobs. QuotaNicknameList []*string `json:"quotaNicknameList,omitempty" xml:"quotaNicknameList,omitempty" type:"Repeated"` // The time when the query ends. This parameter specifies the time when a job is submitted. // // - The time interval that is specified by the **from* - and **to* - request parameters is a closed interval. The start time and end time are included in the interval. If the value of **from* - is the same as the value of **to**, the interval is invalid, and a null value is returned. // // - The value is a UNIX timestamp that represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. // // This parameter is required. // // example: // // 1683612946 To *int64 `json:"to,omitempty" xml:"to,omitempty"` }
func (GetRunningJobsRequest) GoString ¶ added in v1.1.0
func (s GetRunningJobsRequest) GoString() string
func (*GetRunningJobsRequest) SetFrom ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetFrom(v int64) *GetRunningJobsRequest
func (*GetRunningJobsRequest) SetJobOwnerList ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetJobOwnerList(v []*string) *GetRunningJobsRequest
func (*GetRunningJobsRequest) SetPageNumber ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetPageNumber(v int64) *GetRunningJobsRequest
func (*GetRunningJobsRequest) SetPageSize ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetPageSize(v int64) *GetRunningJobsRequest
func (*GetRunningJobsRequest) SetQuotaNicknameList ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetQuotaNicknameList(v []*string) *GetRunningJobsRequest
func (*GetRunningJobsRequest) SetTo ¶ added in v1.1.0
func (s *GetRunningJobsRequest) SetTo(v int64) *GetRunningJobsRequest
func (GetRunningJobsRequest) String ¶ added in v1.1.0
func (s GetRunningJobsRequest) String() string
type GetRunningJobsResponse ¶ added in v1.1.0
type GetRunningJobsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetRunningJobsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetRunningJobsResponse) GoString ¶ added in v1.1.0
func (s GetRunningJobsResponse) GoString() string
func (*GetRunningJobsResponse) SetBody ¶ added in v1.1.0
func (s *GetRunningJobsResponse) SetBody(v *GetRunningJobsResponseBody) *GetRunningJobsResponse
func (*GetRunningJobsResponse) SetHeaders ¶ added in v1.1.0
func (s *GetRunningJobsResponse) SetHeaders(v map[string]*string) *GetRunningJobsResponse
func (*GetRunningJobsResponse) SetStatusCode ¶ added in v1.1.0
func (s *GetRunningJobsResponse) SetStatusCode(v int32) *GetRunningJobsResponse
func (GetRunningJobsResponse) String ¶ added in v1.1.0
func (s GetRunningJobsResponse) String() string
type GetRunningJobsResponseBody ¶ added in v1.1.0
type GetRunningJobsResponseBody struct { // The returned data. Data *GetRunningJobsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // - If the value of success was false, an error code was returned. // // - If the value of success was true, a null value was returned. // // example: // // success ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` // The error message. // // example: // // 0A3B1FD2006A24C8D8BE65CDAC028298 ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0bc3b4ab16684833172127321e2c25 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetRunningJobsResponseBody) GoString ¶ added in v1.1.0
func (s GetRunningJobsResponseBody) GoString() string
func (*GetRunningJobsResponseBody) SetData ¶ added in v1.1.0
func (s *GetRunningJobsResponseBody) SetData(v *GetRunningJobsResponseBodyData) *GetRunningJobsResponseBody
func (*GetRunningJobsResponseBody) SetErrorCode ¶ added in v1.1.0
func (s *GetRunningJobsResponseBody) SetErrorCode(v string) *GetRunningJobsResponseBody
func (*GetRunningJobsResponseBody) SetErrorMsg ¶ added in v1.1.0
func (s *GetRunningJobsResponseBody) SetErrorMsg(v string) *GetRunningJobsResponseBody
func (*GetRunningJobsResponseBody) SetHttpCode ¶ added in v1.1.0
func (s *GetRunningJobsResponseBody) SetHttpCode(v int32) *GetRunningJobsResponseBody
func (*GetRunningJobsResponseBody) SetRequestId ¶ added in v1.1.0
func (s *GetRunningJobsResponseBody) SetRequestId(v string) *GetRunningJobsResponseBody
func (GetRunningJobsResponseBody) String ¶ added in v1.1.0
func (s GetRunningJobsResponseBody) String() string
type GetRunningJobsResponseBodyData ¶ added in v1.1.0
type GetRunningJobsResponseBodyData struct { // The page number. // // example: // // 2 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The list of jobs in the running state. RunningJobInfoList []*GetRunningJobsResponseBodyDataRunningJobInfoList `json:"runningJobInfoList,omitempty" xml:"runningJobInfoList,omitempty" type:"Repeated"` // The total number of returned entries. // // example: // // 64 TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (GetRunningJobsResponseBodyData) GoString ¶ added in v1.1.0
func (s GetRunningJobsResponseBodyData) GoString() string
func (*GetRunningJobsResponseBodyData) SetPageNumber ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyData) SetPageNumber(v int64) *GetRunningJobsResponseBodyData
func (*GetRunningJobsResponseBodyData) SetPageSize ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyData) SetPageSize(v int64) *GetRunningJobsResponseBodyData
func (*GetRunningJobsResponseBodyData) SetRunningJobInfoList ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyData) SetRunningJobInfoList(v []*GetRunningJobsResponseBodyDataRunningJobInfoList) *GetRunningJobsResponseBodyData
func (*GetRunningJobsResponseBodyData) SetTotalCount ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyData) SetTotalCount(v int64) *GetRunningJobsResponseBodyData
func (GetRunningJobsResponseBodyData) String ¶ added in v1.1.0
func (s GetRunningJobsResponseBodyData) String() string
type GetRunningJobsResponseBodyDataRunningJobInfoList ¶ added in v1.1.0
type GetRunningJobsResponseBodyDataRunningJobInfoList struct { // The compute unit (CU) snapshot proportion of the job. // // example: // // 0.45 CuSnapshot *float64 `json:"cuSnapshot,omitempty" xml:"cuSnapshot,omitempty"` // The instance ID. // // example: // // 2023050206371544gomgtp3ljcr4 InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` // The account that submits the job. // // example: // // ALIYUN$xxx@test.aliyunid.com JobOwner *string `json:"jobOwner,omitempty" xml:"jobOwner,omitempty"` // The memory snapshot proportion of the job. // // example: // // 0.45 MemorySnapshot *float64 `json:"memorySnapshot,omitempty" xml:"memorySnapshot,omitempty"` // The progress of the job. // // example: // // 0 Progress *float64 `json:"progress,omitempty" xml:"progress,omitempty"` // The name of the MaxCompute project. // // example: // // project_20221021123044_981b Project *string `json:"project,omitempty" xml:"project,omitempty"` // The nickname of the quota that is used by the job. // // example: // // my_quota QuotaNickname *string `json:"quotaNickname,omitempty" xml:"quotaNickname,omitempty"` // The time when the job starts to run. // // example: // // 1689746864 RunningAtTime *int64 `json:"runningAtTime,omitempty" xml:"runningAtTime,omitempty"` // The time when the job is submitted. // // example: // // 1689746864 SubmittedAtTime *int64 `json:"submittedAtTime,omitempty" xml:"submittedAtTime,omitempty"` }
func (GetRunningJobsResponseBodyDataRunningJobInfoList) GoString ¶ added in v1.1.0
func (s GetRunningJobsResponseBodyDataRunningJobInfoList) GoString() string
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetCuSnapshot ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetCuSnapshot(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetInstanceId ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetInstanceId(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetJobOwner ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetJobOwner(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetMemorySnapshot ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetMemorySnapshot(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetProgress ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetProgress(v float64) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetProject ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetProject(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetQuotaNickname ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetQuotaNickname(v string) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetRunningAtTime ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetRunningAtTime(v int64) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (*GetRunningJobsResponseBodyDataRunningJobInfoList) SetSubmittedAtTime ¶ added in v1.1.0
func (s *GetRunningJobsResponseBodyDataRunningJobInfoList) SetSubmittedAtTime(v int64) *GetRunningJobsResponseBodyDataRunningJobInfoList
func (GetRunningJobsResponseBodyDataRunningJobInfoList) String ¶ added in v1.1.0
func (s GetRunningJobsResponseBodyDataRunningJobInfoList) String() string
type GetRunningJobsShrinkRequest ¶ added in v1.1.0
type GetRunningJobsShrinkRequest struct { // The time when the query starts. This parameter specifies the time when a job is submitted. // // - The time range that is specified by the **from* - and **to* - request parameters is a closed interval. The start time and end time are included in the range. If the value of **from* - is the same as the value of **to**, the time range is invalid, and a null value is returned. // // - The value is a UNIX timestamp that represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. // // This parameter is required. // // example: // // 1683785928 From *int64 `json:"from,omitempty" xml:"from,omitempty"` // The list of job executors. JobOwnerListShrink *string `json:"jobOwnerList,omitempty" xml:"jobOwnerList,omitempty"` // The page number. // // example: // // 1 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. Default value: 10. Maximum value: 20. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The list of nicknames of quotas that are used by jobs. QuotaNicknameListShrink *string `json:"quotaNicknameList,omitempty" xml:"quotaNicknameList,omitempty"` // The time when the query ends. This parameter specifies the time when a job is submitted. // // - The time interval that is specified by the **from* - and **to* - request parameters is a closed interval. The start time and end time are included in the interval. If the value of **from* - is the same as the value of **to**, the interval is invalid, and a null value is returned. // // - The value is a UNIX timestamp that represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. // // This parameter is required. // // example: // // 1683612946 To *int64 `json:"to,omitempty" xml:"to,omitempty"` }
func (GetRunningJobsShrinkRequest) GoString ¶ added in v1.1.0
func (s GetRunningJobsShrinkRequest) GoString() string
func (*GetRunningJobsShrinkRequest) SetFrom ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetFrom(v int64) *GetRunningJobsShrinkRequest
func (*GetRunningJobsShrinkRequest) SetJobOwnerListShrink ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetJobOwnerListShrink(v string) *GetRunningJobsShrinkRequest
func (*GetRunningJobsShrinkRequest) SetPageNumber ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetPageNumber(v int64) *GetRunningJobsShrinkRequest
func (*GetRunningJobsShrinkRequest) SetPageSize ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetPageSize(v int64) *GetRunningJobsShrinkRequest
func (*GetRunningJobsShrinkRequest) SetQuotaNicknameListShrink ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetQuotaNicknameListShrink(v string) *GetRunningJobsShrinkRequest
func (*GetRunningJobsShrinkRequest) SetTo ¶ added in v1.1.0
func (s *GetRunningJobsShrinkRequest) SetTo(v int64) *GetRunningJobsShrinkRequest
func (GetRunningJobsShrinkRequest) String ¶ added in v1.1.0
func (s GetRunningJobsShrinkRequest) String() string
type GetTableInfoRequest ¶ added in v1.3.0
type GetTableInfoRequest struct { // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` // example: // // internal Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetTableInfoRequest) GoString ¶ added in v1.3.0
func (s GetTableInfoRequest) GoString() string
func (*GetTableInfoRequest) SetSchemaName ¶ added in v1.3.0
func (s *GetTableInfoRequest) SetSchemaName(v string) *GetTableInfoRequest
func (*GetTableInfoRequest) SetType ¶ added in v1.3.0
func (s *GetTableInfoRequest) SetType(v string) *GetTableInfoRequest
func (GetTableInfoRequest) String ¶ added in v1.3.0
func (s GetTableInfoRequest) String() string
type GetTableInfoResponse ¶ added in v1.3.0
type GetTableInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetTableInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetTableInfoResponse) GoString ¶ added in v1.3.0
func (s GetTableInfoResponse) GoString() string
func (*GetTableInfoResponse) SetBody ¶ added in v1.3.0
func (s *GetTableInfoResponse) SetBody(v *GetTableInfoResponseBody) *GetTableInfoResponse
func (*GetTableInfoResponse) SetHeaders ¶ added in v1.3.0
func (s *GetTableInfoResponse) SetHeaders(v map[string]*string) *GetTableInfoResponse
func (*GetTableInfoResponse) SetStatusCode ¶ added in v1.3.0
func (s *GetTableInfoResponse) SetStatusCode(v int32) *GetTableInfoResponse
func (GetTableInfoResponse) String ¶ added in v1.3.0
func (s GetTableInfoResponse) String() string
type GetTableInfoResponseBody ¶ added in v1.3.0
type GetTableInfoResponseBody struct { Data *GetTableInfoResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // 0a06dd4516687375802853481ec9fd RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetTableInfoResponseBody) GoString ¶ added in v1.3.0
func (s GetTableInfoResponseBody) GoString() string
func (*GetTableInfoResponseBody) SetData ¶ added in v1.3.0
func (s *GetTableInfoResponseBody) SetData(v *GetTableInfoResponseBodyData) *GetTableInfoResponseBody
func (*GetTableInfoResponseBody) SetRequestId ¶ added in v1.3.0
func (s *GetTableInfoResponseBody) SetRequestId(v string) *GetTableInfoResponseBody
func (GetTableInfoResponseBody) String ¶ added in v1.3.0
func (s GetTableInfoResponseBody) String() string
type GetTableInfoResponseBodyData ¶ added in v1.3.0
type GetTableInfoResponseBodyData struct { // example: // // false AutoRefreshEnabled *bool `json:"autoRefreshEnabled,omitempty" xml:"autoRefreshEnabled,omitempty"` // example: // // sale_detail Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // example: // // create table if not exists sale_detail( shop_name STRING, customer_id STRING, total_price DOUBLE) partitioned by (sale_date STRING, region STRING); CreateTableDDL *string `json:"createTableDDL,omitempty" xml:"createTableDDL,omitempty"` // example: // // 2022-01-17T07:07:47Z CreationTime *int64 `json:"creationTime,omitempty" xml:"creationTime,omitempty"` // example: // // project_name.schema_name.table_name DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` // example: // // 200 FileNum *int64 `json:"fileNum,omitempty" xml:"fileNum,omitempty"` // example: // // false IsExternalTable *bool `json:"isExternalTable,omitempty" xml:"isExternalTable,omitempty"` // example: // // false IsOutdated *bool `json:"isOutdated,omitempty" xml:"isOutdated,omitempty"` // example: // // 2023-11-21T02:05:56Z LastAccessTime *int64 `json:"lastAccessTime,omitempty" xml:"lastAccessTime,omitempty"` // example: // // 2023-11-21T02:05:56Z LastDDLTime *int64 `json:"lastDDLTime,omitempty" xml:"lastDDLTime,omitempty"` // example: // // 2023-11-21T02:05:56Z LastModifiedTime *int64 `json:"lastModifiedTime,omitempty" xml:"lastModifiedTime,omitempty"` // example: // // -1 Lifecycle *string `json:"lifecycle,omitempty" xml:"lifecycle,omitempty"` Location *string `json:"location,omitempty" xml:"location,omitempty"` // example: // // false MaterializedView *bool `json:"materializedView,omitempty" xml:"materializedView,omitempty"` // example: // // sale_detail Name *string `json:"name,omitempty" xml:"name,omitempty"` NativeColumns []*GetTableInfoResponseBodyDataNativeColumns `json:"nativeColumns,omitempty" xml:"nativeColumns,omitempty" type:"Repeated"` // example: // // acs:ram::xxxxx:role/aliyunodpsdefaultrole OdpsPropertiesRolearn *string `json:"odpsPropertiesRolearn,omitempty" xml:"odpsPropertiesRolearn,omitempty"` // example: // // true OdpsSqlTextOptionFlushHeader *bool `json:"odpsSqlTextOptionFlushHeader,omitempty" xml:"odpsSqlTextOptionFlushHeader,omitempty"` // example: // // 1 OdpsTextOptionHeaderLinesCount *int64 `json:"odpsTextOptionHeaderLinesCount,omitempty" xml:"odpsTextOptionHeaderLinesCount,omitempty"` // example: // // 188785396123**** Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` PartitionColumns []*GetTableInfoResponseBodyDataPartitionColumns `json:"partitionColumns,omitempty" xml:"partitionColumns,omitempty" type:"Repeated"` // example: // // 2763 PhysicalSize *int64 `json:"physicalSize,omitempty" xml:"physicalSize,omitempty"` // example: // // projectA ProjectName *string `json:"projectName,omitempty" xml:"projectName,omitempty"` // example: // // false RewriteEnabled *bool `json:"rewriteEnabled,omitempty" xml:"rewriteEnabled,omitempty"` // example: // // default Schema *string `json:"schema,omitempty" xml:"schema,omitempty"` // example: // // 5372 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // example: // // com.aliyun.odps.CsvStorageHandler StorageHandler *string `json:"storageHandler,omitempty" xml:"storageHandler,omitempty"` // example: // // 0 TableLabel *string `json:"tableLabel,omitempty" xml:"tableLabel,omitempty"` // example: // // ots_tpch_orders TablesotreTableName *string `json:"tablesotreTableName,omitempty" xml:"tablesotreTableName,omitempty"` // example: // // :o_orderkey,:o_orderdate,o_custkey,o_orderstatus,o_totalprice TablestoreColumnsMapping *string `json:"tablestoreColumnsMapping,omitempty" xml:"tablestoreColumnsMapping,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` // example: // // select shop_name, sum(total_price) from sale_detail group by shop_name ViewText *string `json:"viewText,omitempty" xml:"viewText,omitempty"` }
func (GetTableInfoResponseBodyData) GoString ¶ added in v1.3.0
func (s GetTableInfoResponseBodyData) GoString() string
func (*GetTableInfoResponseBodyData) SetAutoRefreshEnabled ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetAutoRefreshEnabled(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetComment ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetComment(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetCreateTableDDL ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetCreateTableDDL(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetCreationTime ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetCreationTime(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetDisplayName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetDisplayName(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetFileNum ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetFileNum(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetIsExternalTable ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetIsExternalTable(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetIsOutdated ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetIsOutdated(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetLastAccessTime ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetLastAccessTime(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetLastDDLTime ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetLastDDLTime(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetLastModifiedTime ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetLastModifiedTime(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetLifecycle ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetLifecycle(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetLocation ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetLocation(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetMaterializedView ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetMaterializedView(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetName(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetNativeColumns ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetNativeColumns(v []*GetTableInfoResponseBodyDataNativeColumns) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetOdpsPropertiesRolearn ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetOdpsPropertiesRolearn(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetOdpsSqlTextOptionFlushHeader ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetOdpsSqlTextOptionFlushHeader(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetOdpsTextOptionHeaderLinesCount ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetOdpsTextOptionHeaderLinesCount(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetOwner ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetOwner(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetPartitionColumns ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetPartitionColumns(v []*GetTableInfoResponseBodyDataPartitionColumns) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetPhysicalSize ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetPhysicalSize(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetProjectName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetProjectName(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetRewriteEnabled ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetRewriteEnabled(v bool) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetSchema ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetSchema(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetSize ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetSize(v int64) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetStorageHandler ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetStorageHandler(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetTableLabel ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetTableLabel(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetTablesotreTableName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetTablesotreTableName(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetTablestoreColumnsMapping ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetTablestoreColumnsMapping(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetType ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetType(v string) *GetTableInfoResponseBodyData
func (*GetTableInfoResponseBodyData) SetViewText ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyData) SetViewText(v string) *GetTableInfoResponseBodyData
func (GetTableInfoResponseBodyData) String ¶ added in v1.3.0
func (s GetTableInfoResponseBodyData) String() string
type GetTableInfoResponseBodyDataNativeColumns ¶ added in v1.3.0
type GetTableInfoResponseBodyDataNativeColumns struct { Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // example: // // 0 Label *string `json:"label,omitempty" xml:"label,omitempty"` // example: // // shop_name Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // STRING Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetTableInfoResponseBodyDataNativeColumns) GoString ¶ added in v1.3.0
func (s GetTableInfoResponseBodyDataNativeColumns) GoString() string
func (*GetTableInfoResponseBodyDataNativeColumns) SetComment ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataNativeColumns) SetComment(v string) *GetTableInfoResponseBodyDataNativeColumns
func (*GetTableInfoResponseBodyDataNativeColumns) SetLabel ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataNativeColumns) SetLabel(v string) *GetTableInfoResponseBodyDataNativeColumns
func (*GetTableInfoResponseBodyDataNativeColumns) SetName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataNativeColumns) SetName(v string) *GetTableInfoResponseBodyDataNativeColumns
func (*GetTableInfoResponseBodyDataNativeColumns) SetType ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataNativeColumns) SetType(v string) *GetTableInfoResponseBodyDataNativeColumns
func (GetTableInfoResponseBodyDataNativeColumns) String ¶ added in v1.3.0
func (s GetTableInfoResponseBodyDataNativeColumns) String() string
type GetTableInfoResponseBodyDataPartitionColumns ¶ added in v1.3.0
type GetTableInfoResponseBodyDataPartitionColumns struct { Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // example: // // 0 Label *string `json:"label,omitempty" xml:"label,omitempty"` // example: // // sale_date Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // STRING Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetTableInfoResponseBodyDataPartitionColumns) GoString ¶ added in v1.3.0
func (s GetTableInfoResponseBodyDataPartitionColumns) GoString() string
func (*GetTableInfoResponseBodyDataPartitionColumns) SetComment ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataPartitionColumns) SetComment(v string) *GetTableInfoResponseBodyDataPartitionColumns
func (*GetTableInfoResponseBodyDataPartitionColumns) SetLabel ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataPartitionColumns) SetLabel(v string) *GetTableInfoResponseBodyDataPartitionColumns
func (*GetTableInfoResponseBodyDataPartitionColumns) SetName ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataPartitionColumns) SetName(v string) *GetTableInfoResponseBodyDataPartitionColumns
func (*GetTableInfoResponseBodyDataPartitionColumns) SetType ¶ added in v1.3.0
func (s *GetTableInfoResponseBodyDataPartitionColumns) SetType(v string) *GetTableInfoResponseBodyDataPartitionColumns
func (GetTableInfoResponseBodyDataPartitionColumns) String ¶ added in v1.3.0
func (s GetTableInfoResponseBodyDataPartitionColumns) String() string
type GetTrustedProjectsResponse ¶
type GetTrustedProjectsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetTrustedProjectsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetTrustedProjectsResponse) GoString ¶
func (s GetTrustedProjectsResponse) GoString() string
func (*GetTrustedProjectsResponse) SetBody ¶
func (s *GetTrustedProjectsResponse) SetBody(v *GetTrustedProjectsResponseBody) *GetTrustedProjectsResponse
func (*GetTrustedProjectsResponse) SetHeaders ¶
func (s *GetTrustedProjectsResponse) SetHeaders(v map[string]*string) *GetTrustedProjectsResponse
func (*GetTrustedProjectsResponse) SetStatusCode ¶
func (s *GetTrustedProjectsResponse) SetStatusCode(v int32) *GetTrustedProjectsResponse
func (GetTrustedProjectsResponse) String ¶
func (s GetTrustedProjectsResponse) String() string
type GetTrustedProjectsResponseBody ¶
type GetTrustedProjectsResponseBody struct { // The returned data. Data []*string `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` // The ID of the request. // // example: // // 0bc0590416675329272834336e4387 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetTrustedProjectsResponseBody) GoString ¶
func (s GetTrustedProjectsResponseBody) GoString() string
func (*GetTrustedProjectsResponseBody) SetData ¶
func (s *GetTrustedProjectsResponseBody) SetData(v []*string) *GetTrustedProjectsResponseBody
func (*GetTrustedProjectsResponseBody) SetRequestId ¶
func (s *GetTrustedProjectsResponseBody) SetRequestId(v string) *GetTrustedProjectsResponseBody
func (GetTrustedProjectsResponseBody) String ¶
func (s GetTrustedProjectsResponseBody) String() string
type KillJobsRequest ¶ added in v1.1.0
type KillJobsRequest struct { // The request body parameters. // // example: // // [ // // { // // "instanceId": "", // // "projectName": "" // // }, // // { // // "instanceId": "", // // "projectName": "" // // } // // ] Body *string `json:"body,omitempty" xml:"body,omitempty"` // The ID of the region in which the instance resides. // // example: // // cn-hangzhou Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (KillJobsRequest) GoString ¶ added in v1.1.0
func (s KillJobsRequest) GoString() string
func (*KillJobsRequest) SetBody ¶ added in v1.1.0
func (s *KillJobsRequest) SetBody(v string) *KillJobsRequest
func (*KillJobsRequest) SetRegion ¶ added in v1.1.0
func (s *KillJobsRequest) SetRegion(v string) *KillJobsRequest
func (*KillJobsRequest) SetTenantId ¶ added in v1.1.0
func (s *KillJobsRequest) SetTenantId(v string) *KillJobsRequest
func (KillJobsRequest) String ¶ added in v1.1.0
func (s KillJobsRequest) String() string
type KillJobsResponse ¶ added in v1.1.0
type KillJobsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *KillJobsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (KillJobsResponse) GoString ¶ added in v1.1.0
func (s KillJobsResponse) GoString() string
func (*KillJobsResponse) SetBody ¶ added in v1.1.0
func (s *KillJobsResponse) SetBody(v *KillJobsResponseBody) *KillJobsResponse
func (*KillJobsResponse) SetHeaders ¶ added in v1.1.0
func (s *KillJobsResponse) SetHeaders(v map[string]*string) *KillJobsResponse
func (*KillJobsResponse) SetStatusCode ¶ added in v1.1.0
func (s *KillJobsResponse) SetStatusCode(v int32) *KillJobsResponse
func (KillJobsResponse) String ¶ added in v1.1.0
func (s KillJobsResponse) String() string
type KillJobsResponseBody ¶ added in v1.1.0
type KillJobsResponseBody struct { // The returned data. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The ID of the request. // // example: // // 0abb7ede16814560741256732e91b6 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (KillJobsResponseBody) GoString ¶ added in v1.1.0
func (s KillJobsResponseBody) GoString() string
func (*KillJobsResponseBody) SetData ¶ added in v1.1.0
func (s *KillJobsResponseBody) SetData(v string) *KillJobsResponseBody
func (*KillJobsResponseBody) SetHttpCode ¶ added in v1.1.0
func (s *KillJobsResponseBody) SetHttpCode(v int32) *KillJobsResponseBody
func (*KillJobsResponseBody) SetRequestId ¶ added in v1.1.0
func (s *KillJobsResponseBody) SetRequestId(v string) *KillJobsResponseBody
func (KillJobsResponseBody) String ¶ added in v1.1.0
func (s KillJobsResponseBody) String() string
type ListFunctionsRequest ¶
type ListFunctionsRequest struct { // Specifies the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries to return on each page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The names of the returned resources. The names must start with the value specified by the prefix parameter. If the prefix parameter is set to a, the names of the returned resources must start with a. // // example: // // a Prefix *string `json:"prefix,omitempty" xml:"prefix,omitempty"` // the name of schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (ListFunctionsRequest) GoString ¶
func (s ListFunctionsRequest) GoString() string
func (*ListFunctionsRequest) SetMarker ¶
func (s *ListFunctionsRequest) SetMarker(v string) *ListFunctionsRequest
func (*ListFunctionsRequest) SetMaxItem ¶
func (s *ListFunctionsRequest) SetMaxItem(v int32) *ListFunctionsRequest
func (*ListFunctionsRequest) SetPrefix ¶
func (s *ListFunctionsRequest) SetPrefix(v string) *ListFunctionsRequest
func (*ListFunctionsRequest) SetSchemaName ¶ added in v1.1.1
func (s *ListFunctionsRequest) SetSchemaName(v string) *ListFunctionsRequest
func (ListFunctionsRequest) String ¶
func (s ListFunctionsRequest) String() string
type ListFunctionsResponse ¶
type ListFunctionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFunctionsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFunctionsResponse) GoString ¶
func (s ListFunctionsResponse) GoString() string
func (*ListFunctionsResponse) SetBody ¶
func (s *ListFunctionsResponse) SetBody(v *ListFunctionsResponseBody) *ListFunctionsResponse
func (*ListFunctionsResponse) SetHeaders ¶
func (s *ListFunctionsResponse) SetHeaders(v map[string]*string) *ListFunctionsResponse
func (*ListFunctionsResponse) SetStatusCode ¶
func (s *ListFunctionsResponse) SetStatusCode(v int32) *ListFunctionsResponse
func (ListFunctionsResponse) String ¶
func (s ListFunctionsResponse) String() string
type ListFunctionsResponseBody ¶
type ListFunctionsResponseBody struct { // The returned data. Data *ListFunctionsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0be3e0b716671885050924814e3623 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListFunctionsResponseBody) GoString ¶
func (s ListFunctionsResponseBody) GoString() string
func (*ListFunctionsResponseBody) SetData ¶
func (s *ListFunctionsResponseBody) SetData(v *ListFunctionsResponseBodyData) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetRequestId ¶
func (s *ListFunctionsResponseBody) SetRequestId(v string) *ListFunctionsResponseBody
func (ListFunctionsResponseBody) String ¶
func (s ListFunctionsResponseBody) String() string
type ListFunctionsResponseBodyData ¶
type ListFunctionsResponseBodyData struct { // The information about each function. Functions []*ListFunctionsResponseBodyDataFunctions `json:"functions,omitempty" xml:"functions,omitempty" type:"Repeated"` // Indicates the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` }
func (ListFunctionsResponseBodyData) GoString ¶
func (s ListFunctionsResponseBodyData) GoString() string
func (*ListFunctionsResponseBodyData) SetFunctions ¶
func (s *ListFunctionsResponseBodyData) SetFunctions(v []*ListFunctionsResponseBodyDataFunctions) *ListFunctionsResponseBodyData
func (*ListFunctionsResponseBodyData) SetMarker ¶
func (s *ListFunctionsResponseBodyData) SetMarker(v string) *ListFunctionsResponseBodyData
func (*ListFunctionsResponseBodyData) SetMaxItem ¶
func (s *ListFunctionsResponseBodyData) SetMaxItem(v int32) *ListFunctionsResponseBodyData
func (ListFunctionsResponseBodyData) String ¶
func (s ListFunctionsResponseBodyData) String() string
type ListFunctionsResponseBodyDataFunctions ¶
type ListFunctionsResponseBodyDataFunctions struct { // The class in which the function was defined. // // example: // // abc Class *string `json:"class,omitempty" xml:"class,omitempty"` // The time when the function was created. Unit: milliseconds. // // example: // // 1664505167000 CreationTime *int64 `json:"creationTime,omitempty" xml:"creationTime,omitempty"` // The display name of the function. // // example: // // getdate DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` // The name of the function. // // example: // // getdate Name *string `json:"name,omitempty" xml:"name,omitempty"` // The owner of the function. // // example: // // odpsowner Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // The name of the resource that was associated with the function. // // example: // // abc Resources *string `json:"resources,omitempty" xml:"resources,omitempty"` // The schema of the function. // // example: // // abc Schema *string `json:"schema,omitempty" xml:"schema,omitempty"` }
func (ListFunctionsResponseBodyDataFunctions) GoString ¶
func (s ListFunctionsResponseBodyDataFunctions) GoString() string
func (*ListFunctionsResponseBodyDataFunctions) SetClass ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetClass(v string) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetCreationTime ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetCreationTime(v int64) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetDisplayName ¶ added in v1.1.1
func (s *ListFunctionsResponseBodyDataFunctions) SetDisplayName(v string) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetName ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetName(v string) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetOwner ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetOwner(v string) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetResources ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetResources(v string) *ListFunctionsResponseBodyDataFunctions
func (*ListFunctionsResponseBodyDataFunctions) SetSchema ¶
func (s *ListFunctionsResponseBodyDataFunctions) SetSchema(v string) *ListFunctionsResponseBodyDataFunctions
func (ListFunctionsResponseBodyDataFunctions) String ¶
func (s ListFunctionsResponseBodyDataFunctions) String() string
type ListJobInfosRequest ¶ added in v1.2.0
type ListJobInfosRequest struct { // Specifies whether to sort query results in ascending or descending order. // // example: // // true AscOrder *bool `json:"ascOrder,omitempty" xml:"ascOrder,omitempty"` // The request body parameters. // // example: // // { // // "from":1672112000, // // "to":1672112130, // // "statusList":[], // // "quotaNickname":"quota_nickname", // // "projectList":[], // // "typeList":[], // // "jobOwnerList":[], // // "signatureList":[], // // "extNodeIdList":[], // // "instanceIdList":[], // // "priorityList":[], // // "settings":{ // // "key":"value" // // } // // } Body *string `json:"body,omitempty" xml:"body,omitempty"` // The column based on which you want to sort query results. // // example: // // cuUsage OrderColumn *string `json:"orderColumn,omitempty" xml:"orderColumn,omitempty"` // The page number. // // example: // // 1 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The region ID. // // example: // // cn-shanghai Region *string `json:"region,omitempty" xml:"region,omitempty"` // The tenant ID. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (ListJobInfosRequest) GoString ¶ added in v1.2.0
func (s ListJobInfosRequest) GoString() string
func (*ListJobInfosRequest) SetAscOrder ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetAscOrder(v bool) *ListJobInfosRequest
func (*ListJobInfosRequest) SetBody ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetBody(v string) *ListJobInfosRequest
func (*ListJobInfosRequest) SetOrderColumn ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetOrderColumn(v string) *ListJobInfosRequest
func (*ListJobInfosRequest) SetPageNumber ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetPageNumber(v int64) *ListJobInfosRequest
func (*ListJobInfosRequest) SetPageSize ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetPageSize(v int64) *ListJobInfosRequest
func (*ListJobInfosRequest) SetRegion ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetRegion(v string) *ListJobInfosRequest
func (*ListJobInfosRequest) SetTenantId ¶ added in v1.2.0
func (s *ListJobInfosRequest) SetTenantId(v string) *ListJobInfosRequest
func (ListJobInfosRequest) String ¶ added in v1.2.0
func (s ListJobInfosRequest) String() string
type ListJobInfosResponse ¶ added in v1.2.0
type ListJobInfosResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListJobInfosResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListJobInfosResponse) GoString ¶ added in v1.2.0
func (s ListJobInfosResponse) GoString() string
func (*ListJobInfosResponse) SetBody ¶ added in v1.2.0
func (s *ListJobInfosResponse) SetBody(v *ListJobInfosResponseBody) *ListJobInfosResponse
func (*ListJobInfosResponse) SetHeaders ¶ added in v1.2.0
func (s *ListJobInfosResponse) SetHeaders(v map[string]*string) *ListJobInfosResponse
func (*ListJobInfosResponse) SetStatusCode ¶ added in v1.2.0
func (s *ListJobInfosResponse) SetStatusCode(v int32) *ListJobInfosResponse
func (ListJobInfosResponse) String ¶ added in v1.2.0
func (s ListJobInfosResponse) String() string
type ListJobInfosResponseBody ¶ added in v1.2.0
type ListJobInfosResponseBody struct { // The returned data. Data *ListJobInfosResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed. // // example: // // 200 HttpCode *int32 `json:"httpCode,omitempty" xml:"httpCode,omitempty"` // The request ID. // // example: // // 0bc13a9516807484336515320e38f5 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListJobInfosResponseBody) GoString ¶ added in v1.2.0
func (s ListJobInfosResponseBody) GoString() string
func (*ListJobInfosResponseBody) SetData ¶ added in v1.2.0
func (s *ListJobInfosResponseBody) SetData(v *ListJobInfosResponseBodyData) *ListJobInfosResponseBody
func (*ListJobInfosResponseBody) SetHttpCode ¶ added in v1.2.0
func (s *ListJobInfosResponseBody) SetHttpCode(v int32) *ListJobInfosResponseBody
func (*ListJobInfosResponseBody) SetRequestId ¶ added in v1.2.0
func (s *ListJobInfosResponseBody) SetRequestId(v string) *ListJobInfosResponseBody
func (ListJobInfosResponseBody) String ¶ added in v1.2.0
func (s ListJobInfosResponseBody) String() string
type ListJobInfosResponseBodyData ¶ added in v1.2.0
type ListJobInfosResponseBodyData struct { // The list of the information about the jobs. JobInfoList []*ListJobInfosResponseBodyDataJobInfoList `json:"jobInfoList,omitempty" xml:"jobInfoList,omitempty" type:"Repeated"` // The page number. // // example: // // 2 PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries per page. // // example: // // 10 PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The total number of returned entries. // // example: // // 64 TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListJobInfosResponseBodyData) GoString ¶ added in v1.2.0
func (s ListJobInfosResponseBodyData) GoString() string
func (*ListJobInfosResponseBodyData) SetJobInfoList ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyData) SetJobInfoList(v []*ListJobInfosResponseBodyDataJobInfoList) *ListJobInfosResponseBodyData
func (*ListJobInfosResponseBodyData) SetPageNumber ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyData) SetPageNumber(v int64) *ListJobInfosResponseBodyData
func (*ListJobInfosResponseBodyData) SetPageSize ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyData) SetPageSize(v int64) *ListJobInfosResponseBodyData
func (*ListJobInfosResponseBodyData) SetTotalCount ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyData) SetTotalCount(v int64) *ListJobInfosResponseBodyData
func (ListJobInfosResponseBodyData) String ¶ added in v1.2.0
func (s ListJobInfosResponseBodyData) String() string
type ListJobInfosResponseBodyDataJobInfoList ¶ added in v1.2.0
type ListJobInfosResponseBodyDataJobInfoList struct { // The cluster ID. // // example: // // AY20A Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The CU snapshot proportion of the job. // // example: // // 0.48 CuSnapshot *float64 `json:"cuSnapshot,omitempty" xml:"cuSnapshot,omitempty"` // The total number of used compute units (CUs). // // example: // // 10 CuUsage *int64 `json:"cuUsage,omitempty" xml:"cuUsage,omitempty"` // The time when the job stops running. // // example: // // 0 EndAtTime *int64 `json:"endAtTime,omitempty" xml:"endAtTime,omitempty"` // The node ID of DataWorks. // // example: // // node_4 ExtNodeId *string `json:"extNodeId,omitempty" xml:"extNodeId,omitempty"` // The account of the node owner. // // example: // // duty_2 ExtNodeOnDuty *string `json:"extNodeOnDuty,omitempty" xml:"extNodeOnDuty,omitempty"` // The upstream platform. // // example: // // platform_3 ExtPlantFrom *string `json:"extPlantFrom,omitempty" xml:"extPlantFrom,omitempty"` // The instance ID. // // example: // // 20230410050036549gfmsdwf60gg InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` // The account that commits the job. // // example: // // ALIYUN$xxx@test.aliyunid.com JobOwner *string `json:"jobOwner,omitempty" xml:"jobOwner,omitempty"` // The type of the job. // // example: // // SQL JobType *string `json:"jobType,omitempty" xml:"jobType,omitempty"` // The memory snapshot proportion of the job. // // example: // // 0.42 MemorySnapshot *float64 `json:"memorySnapshot,omitempty" xml:"memorySnapshot,omitempty"` // The total memory usage. // // example: // // 40 MemoryUsage *int64 `json:"memoryUsage,omitempty" xml:"memoryUsage,omitempty"` // The priority of the job. // // example: // // 1 Priority *int64 `json:"priority,omitempty" xml:"priority,omitempty"` // The name of the MaxCompute project. // // example: // // openrec_new Project *string `json:"project,omitempty" xml:"project,omitempty"` // The nickname of the quota that is used by the job. // // example: // // my_quota QuotaNickname *string `json:"quotaNickname,omitempty" xml:"quotaNickname,omitempty"` // The type of the quota. // // example: // // subscription QuotaType *string `json:"quotaType,omitempty" xml:"quotaType,omitempty"` // The region ID. // // example: // // cn-shanghai Region *string `json:"region,omitempty" xml:"region,omitempty"` // The time when the job starts to run. // // example: // // 1672112113 RunningAtTime *int64 `json:"runningAtTime,omitempty" xml:"runningAtTime,omitempty"` // The period for which the job runs. // // example: // // 800 RunningTime *int64 `json:"runningTime,omitempty" xml:"runningTime,omitempty"` // The signature of the SQL job. // // example: // // i094KijGrN3kOXZ74kbexB77XQY= Signature *string `json:"signature,omitempty" xml:"signature,omitempty"` // The status of the job. // // example: // // running Status *string `json:"status,omitempty" xml:"status,omitempty"` // The status of the snapshot. // // example: // // running StatusSnapshot *string `json:"statusSnapshot,omitempty" xml:"statusSnapshot,omitempty"` // The time when the job was committed. // // example: // // 1672112013 SubmittedAtTime *int64 `json:"submittedAtTime,omitempty" xml:"submittedAtTime,omitempty"` // The tags. // // example: // // [] Tags *string `json:"tags,omitempty" xml:"tags,omitempty"` // The tenant ID. // // example: // // 213065738244354 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The total period for which the job runs. // // example: // // 900 TotalTime *int64 `json:"totalTime,omitempty" xml:"totalTime,omitempty"` // The duration for which the job waits to start. // // example: // // 100 WaitingTime *int64 `json:"waitingTime,omitempty" xml:"waitingTime,omitempty"` }
func (ListJobInfosResponseBodyDataJobInfoList) GoString ¶ added in v1.2.0
func (s ListJobInfosResponseBodyDataJobInfoList) GoString() string
func (*ListJobInfosResponseBodyDataJobInfoList) SetCluster ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetCluster(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetCuSnapshot ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetCuSnapshot(v float64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetCuUsage ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetCuUsage(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetEndAtTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetEndAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetExtNodeId ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtNodeId(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetExtNodeOnDuty ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtNodeOnDuty(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetExtPlantFrom ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetExtPlantFrom(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetInstanceId ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetInstanceId(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetJobOwner ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetJobOwner(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetJobType ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetJobType(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetMemorySnapshot ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetMemorySnapshot(v float64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetMemoryUsage ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetMemoryUsage(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetPriority ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetPriority(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetProject ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetProject(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetQuotaNickname ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetQuotaNickname(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetQuotaType ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetQuotaType(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetRegion ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetRegion(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetRunningAtTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetRunningAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetRunningTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetRunningTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetSignature ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetSignature(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetStatus ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetStatus(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetStatusSnapshot ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetStatusSnapshot(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetSubmittedAtTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetSubmittedAtTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetTags ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetTags(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetTenantId ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetTenantId(v string) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetTotalTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetTotalTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (*ListJobInfosResponseBodyDataJobInfoList) SetWaitingTime ¶ added in v1.2.0
func (s *ListJobInfosResponseBodyDataJobInfoList) SetWaitingTime(v int64) *ListJobInfosResponseBodyDataJobInfoList
func (ListJobInfosResponseBodyDataJobInfoList) String ¶ added in v1.2.0
func (s ListJobInfosResponseBodyDataJobInfoList) String() string
type ListPackagesResponse ¶
type ListPackagesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListPackagesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListPackagesResponse) GoString ¶
func (s ListPackagesResponse) GoString() string
func (*ListPackagesResponse) SetBody ¶
func (s *ListPackagesResponse) SetBody(v *ListPackagesResponseBody) *ListPackagesResponse
func (*ListPackagesResponse) SetHeaders ¶
func (s *ListPackagesResponse) SetHeaders(v map[string]*string) *ListPackagesResponse
func (*ListPackagesResponse) SetStatusCode ¶
func (s *ListPackagesResponse) SetStatusCode(v int32) *ListPackagesResponse
func (ListPackagesResponse) String ¶
func (s ListPackagesResponse) String() string
type ListPackagesResponseBody ¶
type ListPackagesResponseBody struct { // The returned data. Data *ListPackagesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0bc3b4aa16677927210252786e4cb6 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListPackagesResponseBody) GoString ¶
func (s ListPackagesResponseBody) GoString() string
func (*ListPackagesResponseBody) SetData ¶
func (s *ListPackagesResponseBody) SetData(v *ListPackagesResponseBodyData) *ListPackagesResponseBody
func (*ListPackagesResponseBody) SetRequestId ¶
func (s *ListPackagesResponseBody) SetRequestId(v string) *ListPackagesResponseBody
func (ListPackagesResponseBody) String ¶
func (s ListPackagesResponseBody) String() string
type ListPackagesResponseBodyData ¶
type ListPackagesResponseBodyData struct { // The packages that were created. CreatedPackages []*ListPackagesResponseBodyDataCreatedPackages `json:"createdPackages,omitempty" xml:"createdPackages,omitempty" type:"Repeated"` // The packages that were installed. InstalledPackages []*ListPackagesResponseBodyDataInstalledPackages `json:"installedPackages,omitempty" xml:"installedPackages,omitempty" type:"Repeated"` }
func (ListPackagesResponseBodyData) GoString ¶
func (s ListPackagesResponseBodyData) GoString() string
func (*ListPackagesResponseBodyData) SetCreatedPackages ¶
func (s *ListPackagesResponseBodyData) SetCreatedPackages(v []*ListPackagesResponseBodyDataCreatedPackages) *ListPackagesResponseBodyData
func (*ListPackagesResponseBodyData) SetInstalledPackages ¶
func (s *ListPackagesResponseBodyData) SetInstalledPackages(v []*ListPackagesResponseBodyDataInstalledPackages) *ListPackagesResponseBodyData
func (ListPackagesResponseBodyData) String ¶
func (s ListPackagesResponseBodyData) String() string
type ListPackagesResponseBodyDataCreatedPackages ¶
type ListPackagesResponseBodyDataCreatedPackages struct { // The time when the package was created. // // example: // // 2022-08-02T02:30:34Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The name of the package. // // example: // // packageA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListPackagesResponseBodyDataCreatedPackages) GoString ¶
func (s ListPackagesResponseBodyDataCreatedPackages) GoString() string
func (*ListPackagesResponseBodyDataCreatedPackages) SetCreateTime ¶
func (s *ListPackagesResponseBodyDataCreatedPackages) SetCreateTime(v int64) *ListPackagesResponseBodyDataCreatedPackages
func (*ListPackagesResponseBodyDataCreatedPackages) SetName ¶
func (s *ListPackagesResponseBodyDataCreatedPackages) SetName(v string) *ListPackagesResponseBodyDataCreatedPackages
func (ListPackagesResponseBodyDataCreatedPackages) String ¶
func (s ListPackagesResponseBodyDataCreatedPackages) String() string
type ListPackagesResponseBodyDataInstalledPackages ¶
type ListPackagesResponseBodyDataInstalledPackages struct { // The time when the package was installed. // // example: // // 2022-09-02T02:30:34Z InstallTime *int64 `json:"installTime,omitempty" xml:"installTime,omitempty"` // The name of the package. // // example: // // packageB Name *string `json:"name,omitempty" xml:"name,omitempty"` // The project to which the package belongs. This parameter is required if the package is installed in the MaxCompute project. // // example: // // projectB SourceProject *string `json:"sourceProject,omitempty" xml:"sourceProject,omitempty"` // The status of the package. // // example: // // OK Status *string `json:"status,omitempty" xml:"status,omitempty"` }
func (ListPackagesResponseBodyDataInstalledPackages) GoString ¶
func (s ListPackagesResponseBodyDataInstalledPackages) GoString() string
func (*ListPackagesResponseBodyDataInstalledPackages) SetInstallTime ¶
func (s *ListPackagesResponseBodyDataInstalledPackages) SetInstallTime(v int64) *ListPackagesResponseBodyDataInstalledPackages
func (*ListPackagesResponseBodyDataInstalledPackages) SetName ¶
func (s *ListPackagesResponseBodyDataInstalledPackages) SetName(v string) *ListPackagesResponseBodyDataInstalledPackages
func (*ListPackagesResponseBodyDataInstalledPackages) SetSourceProject ¶
func (s *ListPackagesResponseBodyDataInstalledPackages) SetSourceProject(v string) *ListPackagesResponseBodyDataInstalledPackages
func (*ListPackagesResponseBodyDataInstalledPackages) SetStatus ¶
func (s *ListPackagesResponseBodyDataInstalledPackages) SetStatus(v string) *ListPackagesResponseBodyDataInstalledPackages
func (ListPackagesResponseBodyDataInstalledPackages) String ¶
func (s ListPackagesResponseBodyDataInstalledPackages) String() string
type ListProjectUsersResponse ¶
type ListProjectUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListProjectUsersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListProjectUsersResponse) GoString ¶
func (s ListProjectUsersResponse) GoString() string
func (*ListProjectUsersResponse) SetBody ¶
func (s *ListProjectUsersResponse) SetBody(v *ListProjectUsersResponseBody) *ListProjectUsersResponse
func (*ListProjectUsersResponse) SetHeaders ¶
func (s *ListProjectUsersResponse) SetHeaders(v map[string]*string) *ListProjectUsersResponse
func (*ListProjectUsersResponse) SetStatusCode ¶
func (s *ListProjectUsersResponse) SetStatusCode(v int32) *ListProjectUsersResponse
func (ListProjectUsersResponse) String ¶
func (s ListProjectUsersResponse) String() string
type ListProjectUsersResponseBody ¶
type ListProjectUsersResponseBody struct { // The returned data. Data *ListProjectUsersResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The request ID. // // example: // // 0b87b7b316643495896551555e855b RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListProjectUsersResponseBody) GoString ¶
func (s ListProjectUsersResponseBody) GoString() string
func (*ListProjectUsersResponseBody) SetData ¶
func (s *ListProjectUsersResponseBody) SetData(v *ListProjectUsersResponseBodyData) *ListProjectUsersResponseBody
func (*ListProjectUsersResponseBody) SetRequestId ¶
func (s *ListProjectUsersResponseBody) SetRequestId(v string) *ListProjectUsersResponseBody
func (ListProjectUsersResponseBody) String ¶
func (s ListProjectUsersResponseBody) String() string
type ListProjectUsersResponseBodyData ¶
type ListProjectUsersResponseBodyData struct { // An array that contains users. Users []*ListProjectUsersResponseBodyDataUsers `json:"users,omitempty" xml:"users,omitempty" type:"Repeated"` }
func (ListProjectUsersResponseBodyData) GoString ¶
func (s ListProjectUsersResponseBodyData) GoString() string
func (*ListProjectUsersResponseBodyData) SetUsers ¶
func (s *ListProjectUsersResponseBodyData) SetUsers(v []*ListProjectUsersResponseBodyDataUsers) *ListProjectUsersResponseBodyData
func (ListProjectUsersResponseBodyData) String ¶
func (s ListProjectUsersResponseBodyData) String() string
type ListProjectUsersResponseBodyDataUsers ¶
type ListProjectUsersResponseBodyDataUsers struct { // The name of the user. // // example: // // userA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListProjectUsersResponseBodyDataUsers) GoString ¶
func (s ListProjectUsersResponseBodyDataUsers) GoString() string
func (*ListProjectUsersResponseBodyDataUsers) SetName ¶
func (s *ListProjectUsersResponseBodyDataUsers) SetName(v string) *ListProjectUsersResponseBodyDataUsers
func (ListProjectUsersResponseBodyDataUsers) String ¶
func (s ListProjectUsersResponseBodyDataUsers) String() string
type ListProjectsRequest ¶
type ListProjectsRequest struct { // Specifies whether to list a project named SystemCatalog. // // Valid values: // // - true // // <!-- --> // // <!-- --> // // <!-- --> // // - false // // <!-- --> // // <!-- --> // // <!-- --> // // example: // // true ListSystemCatalog *bool `json:"listSystemCatalog,omitempty" xml:"listSystemCatalog,omitempty"` // The maximum number of entries to return on each page. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // Specifies the marker after which the returned list begins. // // example: // // a Prefix *string `json:"prefix,omitempty" xml:"prefix,omitempty"` // The name of the quota. The value of this parameter is the identifier of the quota in MaxCompute, which differs from the quotaNickname parameter. You can configure the quotaNickname parameter. The system automatically generates a value for the quotaName parameter. This parameter is only used to describe the tunnel quota. // // example: // // "hsajkdgbkaubh" QuotaName *string `json:"quotaName,omitempty" xml:"quotaName,omitempty"` // The name of the quota. // // example: // // quotaA QuotaNickName *string `json:"quotaNickName,omitempty" xml:"quotaNickName,omitempty"` // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. // // example: // // "aaaa-bbbb" SaleTags *string `json:"saleTags,omitempty" xml:"saleTags,omitempty"` // The tenant ID. // // example: // // 549532154333697 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The project type. Valid values: external and managed. The value external indicates an external project, which is used in the data lakehouse solution. The value managed indicates an internal project. // // example: // // "managed" Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListProjectsRequest) GoString ¶
func (s ListProjectsRequest) GoString() string
func (*ListProjectsRequest) SetListSystemCatalog ¶ added in v1.1.1
func (s *ListProjectsRequest) SetListSystemCatalog(v bool) *ListProjectsRequest
func (*ListProjectsRequest) SetMarker ¶
func (s *ListProjectsRequest) SetMarker(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetMaxItem ¶
func (s *ListProjectsRequest) SetMaxItem(v int32) *ListProjectsRequest
func (*ListProjectsRequest) SetPrefix ¶
func (s *ListProjectsRequest) SetPrefix(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetQuotaName ¶
func (s *ListProjectsRequest) SetQuotaName(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetQuotaNickName ¶
func (s *ListProjectsRequest) SetQuotaNickName(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetRegion ¶
func (s *ListProjectsRequest) SetRegion(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetSaleTags ¶
func (s *ListProjectsRequest) SetSaleTags(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetTenantId ¶
func (s *ListProjectsRequest) SetTenantId(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetType ¶ added in v1.1.0
func (s *ListProjectsRequest) SetType(v string) *ListProjectsRequest
func (ListProjectsRequest) String ¶
func (s ListProjectsRequest) String() string
type ListProjectsResponse ¶
type ListProjectsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListProjectsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListProjectsResponse) GoString ¶
func (s ListProjectsResponse) GoString() string
func (*ListProjectsResponse) SetBody ¶
func (s *ListProjectsResponse) SetBody(v *ListProjectsResponseBody) *ListProjectsResponse
func (*ListProjectsResponse) SetHeaders ¶
func (s *ListProjectsResponse) SetHeaders(v map[string]*string) *ListProjectsResponse
func (*ListProjectsResponse) SetStatusCode ¶
func (s *ListProjectsResponse) SetStatusCode(v int32) *ListProjectsResponse
func (ListProjectsResponse) String ¶
func (s ListProjectsResponse) String() string
type ListProjectsResponseBody ¶
type ListProjectsResponseBody struct { // The returned data. Data *ListProjectsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The request ID. // // example: // // 0b16399216671970335563173e2340 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListProjectsResponseBody) GoString ¶
func (s ListProjectsResponseBody) GoString() string
func (*ListProjectsResponseBody) SetData ¶
func (s *ListProjectsResponseBody) SetData(v *ListProjectsResponseBodyData) *ListProjectsResponseBody
func (*ListProjectsResponseBody) SetRequestId ¶
func (s *ListProjectsResponseBody) SetRequestId(v string) *ListProjectsResponseBody
func (ListProjectsResponseBody) String ¶
func (s ListProjectsResponseBody) String() string
type ListProjectsResponseBodyData ¶
type ListProjectsResponseBodyData struct { // A pagination token. Only continuous page turning is supported. If NextToken is not empty, the next page exists. The value of NextToken can be used in the next request to retrieve a new page of results. // // example: // // AAAAAV3MpHK1AP0pfERHZN5pu6kvikyUl3ChyRxN+qLPvtOb NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Indicates the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The description of the project. Projects []*ListProjectsResponseBodyDataProjects `json:"projects,omitempty" xml:"projects,omitempty" type:"Repeated"` }
func (ListProjectsResponseBodyData) GoString ¶
func (s ListProjectsResponseBodyData) GoString() string
func (*ListProjectsResponseBodyData) SetMarker ¶
func (s *ListProjectsResponseBodyData) SetMarker(v string) *ListProjectsResponseBodyData
func (*ListProjectsResponseBodyData) SetMaxItem ¶
func (s *ListProjectsResponseBodyData) SetMaxItem(v int32) *ListProjectsResponseBodyData
func (*ListProjectsResponseBodyData) SetNextToken ¶
func (s *ListProjectsResponseBodyData) SetNextToken(v string) *ListProjectsResponseBodyData
func (*ListProjectsResponseBodyData) SetProjects ¶
func (s *ListProjectsResponseBodyData) SetProjects(v []*ListProjectsResponseBodyDataProjects) *ListProjectsResponseBodyData
func (ListProjectsResponseBodyData) String ¶
func (s ListProjectsResponseBodyData) String() string
type ListProjectsResponseBodyDataProjects ¶
type ListProjectsResponseBodyDataProjects struct { // The tags. Tags []*ListProjectsResponseBodyDataProjectsTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` // The remarks. // // example: // // maxcompute projects Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // The storage usage. // // example: // // 16489027 CostStorage *string `json:"costStorage,omitempty" xml:"costStorage,omitempty"` // Create time // // example: // // 1704380838000 CreatedTime *int64 `json:"createdTime,omitempty" xml:"createdTime,omitempty"` // The default computing quota. // // example: // // quotaA DefaultQuota *string `json:"defaultQuota,omitempty" xml:"defaultQuota,omitempty"` // The IP address whitelist. IpWhiteList *ListProjectsResponseBodyDataProjectsIpWhiteList `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Struct"` // The name of the project. // // example: // // odps_project Name *string `json:"name,omitempty" xml:"name,omitempty"` // The owner of the project. // // example: // // 1139815775606813 Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // The properties of the project. Properties *ListProjectsResponseBodyDataProjectsProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"` // Region Id // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *ListProjectsResponseBodyDataProjectsSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The permission properties. SecurityProperties *ListProjectsResponseBodyDataProjectsSecurityProperties `json:"securityProperties,omitempty" xml:"securityProperties,omitempty" type:"Struct"` // The status of the project. Valid values: -AVAILABLE: The project is available. -READONLY: The project is read-only. -FROZEN: The project is frozen. -DELETING: The project is being deleted. // // example: // // AVAILABLE Status *string `json:"status,omitempty" xml:"status,omitempty"` // Indicates whether the current project supports the MaxCompute three-layer model. // // Valid values: // // - true // // <!-- --> // // <!-- --> // // <!-- --> // // - false // // <!-- --> // // <!-- --> // // <!-- --> // // example: // // true ThreeTierModel *bool `json:"threeTierModel,omitempty" xml:"threeTierModel,omitempty"` // The project type. Valid values: -managed: The project is an internal project. -external: The project is an external project. // // example: // // managed Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListProjectsResponseBodyDataProjects) GoString ¶
func (s ListProjectsResponseBodyDataProjects) GoString() string
func (*ListProjectsResponseBodyDataProjects) SetComment ¶
func (s *ListProjectsResponseBodyDataProjects) SetComment(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetCostStorage ¶
func (s *ListProjectsResponseBodyDataProjects) SetCostStorage(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetCreatedTime ¶ added in v1.2.3
func (s *ListProjectsResponseBodyDataProjects) SetCreatedTime(v int64) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetDefaultQuota ¶
func (s *ListProjectsResponseBodyDataProjects) SetDefaultQuota(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetIpWhiteList ¶
func (s *ListProjectsResponseBodyDataProjects) SetIpWhiteList(v *ListProjectsResponseBodyDataProjectsIpWhiteList) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetName ¶
func (s *ListProjectsResponseBodyDataProjects) SetName(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetOwner ¶
func (s *ListProjectsResponseBodyDataProjects) SetOwner(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetProperties ¶
func (s *ListProjectsResponseBodyDataProjects) SetProperties(v *ListProjectsResponseBodyDataProjectsProperties) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetRegionId ¶ added in v1.2.3
func (s *ListProjectsResponseBodyDataProjects) SetRegionId(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetSaleTag ¶
func (*ListProjectsResponseBodyDataProjects) SetSecurityProperties ¶
func (s *ListProjectsResponseBodyDataProjects) SetSecurityProperties(v *ListProjectsResponseBodyDataProjectsSecurityProperties) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetStatus ¶
func (s *ListProjectsResponseBodyDataProjects) SetStatus(v string) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetThreeTierModel ¶ added in v1.1.1
func (s *ListProjectsResponseBodyDataProjects) SetThreeTierModel(v bool) *ListProjectsResponseBodyDataProjects
func (*ListProjectsResponseBodyDataProjects) SetType ¶
func (s *ListProjectsResponseBodyDataProjects) SetType(v string) *ListProjectsResponseBodyDataProjects
func (ListProjectsResponseBodyDataProjects) String ¶
func (s ListProjectsResponseBodyDataProjects) String() string
type ListProjectsResponseBodyDataProjectsIpWhiteList ¶
type ListProjectsResponseBodyDataProjectsIpWhiteList struct { // The list of IP addresses. // // example: // // 10.88.111.3 IpList *string `json:"ipList,omitempty" xml:"ipList,omitempty"` // The list of virtual private cloud (VPC) IP addresses. // // example: // // 10.88.111.3 VpcIpList *string `json:"vpcIpList,omitempty" xml:"vpcIpList,omitempty"` }
func (ListProjectsResponseBodyDataProjectsIpWhiteList) GoString ¶
func (s ListProjectsResponseBodyDataProjectsIpWhiteList) GoString() string
func (*ListProjectsResponseBodyDataProjectsIpWhiteList) SetIpList ¶
func (s *ListProjectsResponseBodyDataProjectsIpWhiteList) SetIpList(v string) *ListProjectsResponseBodyDataProjectsIpWhiteList
func (*ListProjectsResponseBodyDataProjectsIpWhiteList) SetVpcIpList ¶
func (s *ListProjectsResponseBodyDataProjectsIpWhiteList) SetVpcIpList(v string) *ListProjectsResponseBodyDataProjectsIpWhiteList
func (ListProjectsResponseBodyDataProjectsIpWhiteList) String ¶
func (s ListProjectsResponseBodyDataProjectsIpWhiteList) String() string
type ListProjectsResponseBodyDataProjectsProperties ¶
type ListProjectsResponseBodyDataProjectsProperties struct { // Indicates whether a full table scan on the project is enabled. // // example: // // false AllowFullScan *bool `json:"allowFullScan,omitempty" xml:"allowFullScan,omitempty"` // Indicates whether the DECIMAL data type in the MaxCompute V2.0 data type edition is enabled. // // example: // // true EnableDecimal2 *bool `json:"enableDecimal2,omitempty" xml:"enableDecimal2,omitempty"` // Indicates whether tunnel quota routing is enabled. // // example: // // true EnableTunnelQuotaRoute *bool `json:"enableTunnelQuotaRoute,omitempty" xml:"enableTunnelQuotaRoute,omitempty"` // The encryption information. Encryption *ListProjectsResponseBodyDataProjectsPropertiesEncryption `json:"encryption,omitempty" xml:"encryption,omitempty" type:"Struct"` // The maximum number of days for which backup data can be retained. // // example: // // 1 RetentionDays *int64 `json:"retentionDays,omitempty" xml:"retentionDays,omitempty"` // The upper limit for the resources that are consumed by an SQL statement. // // example: // // 1500 SqlMeteringMax *string `json:"sqlMeteringMax,omitempty" xml:"sqlMeteringMax,omitempty"` // The lifecycle of a table in the project. TableLifecycle *ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle `json:"tableLifecycle,omitempty" xml:"tableLifecycle,omitempty" type:"Struct"` // The time zone of the instance. // // example: // // Asia/Shanghai Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` // The name of the tunnel quota. // // example: // // quota_tunnel TunnelQuota *string `json:"tunnelQuota,omitempty" xml:"tunnelQuota,omitempty"` // The data type edition. Valid values: -1: MaxCompute V1.0 data type edition. -2: MaxCompute V2.0 data type edition. -hive: Hive-compatible data type edition. // // example: // // 2 TypeSystem *string `json:"typeSystem,omitempty" xml:"typeSystem,omitempty"` }
func (ListProjectsResponseBodyDataProjectsProperties) GoString ¶
func (s ListProjectsResponseBodyDataProjectsProperties) GoString() string
func (*ListProjectsResponseBodyDataProjectsProperties) SetAllowFullScan ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetAllowFullScan(v bool) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetEnableDecimal2 ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetEnableDecimal2(v bool) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetEnableTunnelQuotaRoute ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetEnableTunnelQuotaRoute(v bool) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetEncryption ¶
func (*ListProjectsResponseBodyDataProjectsProperties) SetRetentionDays ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetRetentionDays(v int64) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetSqlMeteringMax ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetSqlMeteringMax(v string) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetTableLifecycle ¶
func (*ListProjectsResponseBodyDataProjectsProperties) SetTimezone ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetTimezone(v string) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetTunnelQuota ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetTunnelQuota(v string) *ListProjectsResponseBodyDataProjectsProperties
func (*ListProjectsResponseBodyDataProjectsProperties) SetTypeSystem ¶
func (s *ListProjectsResponseBodyDataProjectsProperties) SetTypeSystem(v string) *ListProjectsResponseBodyDataProjectsProperties
func (ListProjectsResponseBodyDataProjectsProperties) String ¶
func (s ListProjectsResponseBodyDataProjectsProperties) String() string
type ListProjectsResponseBodyDataProjectsPropertiesEncryption ¶
type ListProjectsResponseBodyDataProjectsPropertiesEncryption struct { // The name of the encryption algorithm. // // example: // // SHA1 Algorithm *string `json:"algorithm,omitempty" xml:"algorithm,omitempty"` // Indicates whether data encryption is enabled. Valid values: true and false. // // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // The key of the encryption algorithm. // // example: // // dafault Key *string `json:"key,omitempty" xml:"key,omitempty"` }
func (ListProjectsResponseBodyDataProjectsPropertiesEncryption) GoString ¶
func (s ListProjectsResponseBodyDataProjectsPropertiesEncryption) GoString() string
func (*ListProjectsResponseBodyDataProjectsPropertiesEncryption) SetAlgorithm ¶
func (ListProjectsResponseBodyDataProjectsPropertiesEncryption) String ¶
func (s ListProjectsResponseBodyDataProjectsPropertiesEncryption) String() string
type ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle ¶
type ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle struct { // The type of the lifecycle. Valid values: -mandatory: The lifecycle clause is required. You must configure a lifecycle for a table. -optional: The lifecycle clause is optional in a table creation statement. If you do not configure a lifecycle for a table, the table does not expire. -inherit: If you do not configure a lifecycle for a table when you create the table, the value of odps.table.lifecycle.value is used by default. // // example: // // optional Type *string `json:"type,omitempty" xml:"type,omitempty"` // The retention period of a table. Unit: days. // // example: // // 37231 Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) GoString ¶
func (s ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) GoString() string
func (ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) String ¶
func (s ListProjectsResponseBodyDataProjectsPropertiesTableLifecycle) String() string
type ListProjectsResponseBodyDataProjectsSaleTag ¶
type ListProjectsResponseBodyDataProjectsSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. // // example: // // "aaaa-bbbb" ResourceId *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"` // The type of the object. Valid values: quota and project. // // example: // // "project" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ListProjectsResponseBodyDataProjectsSaleTag) GoString ¶
func (s ListProjectsResponseBodyDataProjectsSaleTag) GoString() string
func (*ListProjectsResponseBodyDataProjectsSaleTag) SetResourceId ¶
func (s *ListProjectsResponseBodyDataProjectsSaleTag) SetResourceId(v string) *ListProjectsResponseBodyDataProjectsSaleTag
func (*ListProjectsResponseBodyDataProjectsSaleTag) SetResourceType ¶
func (s *ListProjectsResponseBodyDataProjectsSaleTag) SetResourceType(v string) *ListProjectsResponseBodyDataProjectsSaleTag
func (ListProjectsResponseBodyDataProjectsSaleTag) String ¶
func (s ListProjectsResponseBodyDataProjectsSaleTag) String() string
type ListProjectsResponseBodyDataProjectsSecurityProperties ¶
type ListProjectsResponseBodyDataProjectsSecurityProperties struct { // Indicates whether Download control is enabled. // // example: // // false EnableDownloadPrivilege *bool `json:"enableDownloadPrivilege,omitempty" xml:"enableDownloadPrivilege,omitempty"` // Indicates whether label-based access control is enabled. // // example: // // false LabelSecurity *bool `json:"labelSecurity,omitempty" xml:"labelSecurity,omitempty"` // Indicates whether the object creator is allowed to perform operations on objects. // // example: // // true ObjectCreatorHasAccessPermission *bool `json:"objectCreatorHasAccessPermission,omitempty" xml:"objectCreatorHasAccessPermission,omitempty"` // Indicates whether the object creator is allowed to authorize other users to perform operations on objects. // // example: // // true ObjectCreatorHasGrantPermission *bool `json:"objectCreatorHasGrantPermission,omitempty" xml:"objectCreatorHasGrantPermission,omitempty"` // Indicates whether project data protection is enabled. ProjectProtection *ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection `json:"projectProtection,omitempty" xml:"projectProtection,omitempty" type:"Struct"` // Indicates whether ACL-based access control is enabled. // // example: // // true UsingAcl *bool `json:"usingAcl,omitempty" xml:"usingAcl,omitempty"` // Indicates whether policy-based access control is enabled. // // example: // // true UsingPolicy *bool `json:"usingPolicy,omitempty" xml:"usingPolicy,omitempty"` }
func (ListProjectsResponseBodyDataProjectsSecurityProperties) GoString ¶
func (s ListProjectsResponseBodyDataProjectsSecurityProperties) GoString() string
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetEnableDownloadPrivilege ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetEnableDownloadPrivilege(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetLabelSecurity ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetLabelSecurity(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasAccessPermission ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasAccessPermission(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasGrantPermission ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetObjectCreatorHasGrantPermission(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetProjectProtection ¶
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingAcl ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingAcl(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (*ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingPolicy ¶
func (s *ListProjectsResponseBodyDataProjectsSecurityProperties) SetUsingPolicy(v bool) *ListProjectsResponseBodyDataProjectsSecurityProperties
func (ListProjectsResponseBodyDataProjectsSecurityProperties) String ¶
func (s ListProjectsResponseBodyDataProjectsSecurityProperties) String() string
type ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection ¶
type ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection struct { // The exception policy. If cross-project data access operations are required, the project owner must configure an exception policy in advance to allow the specified user to transfer data of a specified object from the current project to a specified project. After the exception policy is configured, data of the object can be transferred to the specified project even if the project data protection feature is enabled. // // example: // // { // // "Version": "1", // // "Statement": [ // // { // // "Effect": "Allow", // // "Principal": "", // // "Action": [ // // "odps:[, , ...]" // // ], // // "Resource": "acs:odps:*:", // // "Condition": { // // "StringEquals": { // // "odps:TaskType": [ // // "" // // ] // // } // // } // // } // // ] // // } ExceptionPolicy *string `json:"exceptionPolicy,omitempty" xml:"exceptionPolicy,omitempty"` // Indicates whether project data protection is enabled. // // example: // // true Protected *bool `json:"protected,omitempty" xml:"protected,omitempty"` }
func (ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) GoString ¶
func (s ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) GoString() string
func (*ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) SetExceptionPolicy ¶
func (*ListProjectsResponseBodyDataProjectsSecurityPropertiesProjectProtection) SetProtected ¶
type ListProjectsResponseBodyDataProjectsTags ¶
type ListProjectsResponseBodyDataProjectsTags struct { // The tag key. // // example: // // Department TagKey *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"` // The tag value. // // example: // // acceptance test TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"` }
func (ListProjectsResponseBodyDataProjectsTags) GoString ¶
func (s ListProjectsResponseBodyDataProjectsTags) GoString() string
func (*ListProjectsResponseBodyDataProjectsTags) SetTagKey ¶
func (s *ListProjectsResponseBodyDataProjectsTags) SetTagKey(v string) *ListProjectsResponseBodyDataProjectsTags
func (*ListProjectsResponseBodyDataProjectsTags) SetTagValue ¶
func (s *ListProjectsResponseBodyDataProjectsTags) SetTagValue(v string) *ListProjectsResponseBodyDataProjectsTags
func (ListProjectsResponseBodyDataProjectsTags) String ¶
func (s ListProjectsResponseBodyDataProjectsTags) String() string
type ListQuotasPlansRequest ¶
type ListQuotasPlansRequest struct { // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (ListQuotasPlansRequest) GoString ¶
func (s ListQuotasPlansRequest) GoString() string
func (*ListQuotasPlansRequest) SetRegion ¶
func (s *ListQuotasPlansRequest) SetRegion(v string) *ListQuotasPlansRequest
func (*ListQuotasPlansRequest) SetTenantId ¶
func (s *ListQuotasPlansRequest) SetTenantId(v string) *ListQuotasPlansRequest
func (ListQuotasPlansRequest) String ¶
func (s ListQuotasPlansRequest) String() string
type ListQuotasPlansResponse ¶
type ListQuotasPlansResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListQuotasPlansResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListQuotasPlansResponse) GoString ¶
func (s ListQuotasPlansResponse) GoString() string
func (*ListQuotasPlansResponse) SetBody ¶
func (s *ListQuotasPlansResponse) SetBody(v *ListQuotasPlansResponseBody) *ListQuotasPlansResponse
func (*ListQuotasPlansResponse) SetHeaders ¶
func (s *ListQuotasPlansResponse) SetHeaders(v map[string]*string) *ListQuotasPlansResponse
func (*ListQuotasPlansResponse) SetStatusCode ¶
func (s *ListQuotasPlansResponse) SetStatusCode(v int32) *ListQuotasPlansResponse
func (ListQuotasPlansResponse) String ¶
func (s ListQuotasPlansResponse) String() string
type ListQuotasPlansResponseBody ¶
type ListQuotasPlansResponseBody struct { // The returned data. Data *ListQuotasPlansResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0be3e0bd16661643917136451ebf55 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListQuotasPlansResponseBody) GoString ¶
func (s ListQuotasPlansResponseBody) GoString() string
func (*ListQuotasPlansResponseBody) SetData ¶
func (s *ListQuotasPlansResponseBody) SetData(v *ListQuotasPlansResponseBodyData) *ListQuotasPlansResponseBody
func (*ListQuotasPlansResponseBody) SetRequestId ¶
func (s *ListQuotasPlansResponseBody) SetRequestId(v string) *ListQuotasPlansResponseBody
func (ListQuotasPlansResponseBody) String ¶
func (s ListQuotasPlansResponseBody) String() string
type ListQuotasPlansResponseBodyData ¶
type ListQuotasPlansResponseBodyData struct { // The list of quota plans. PlanList []*ListQuotasPlansResponseBodyDataPlanList `json:"planList,omitempty" xml:"planList,omitempty" type:"Repeated"` }
func (ListQuotasPlansResponseBodyData) GoString ¶
func (s ListQuotasPlansResponseBodyData) GoString() string
func (*ListQuotasPlansResponseBodyData) SetPlanList ¶
func (s *ListQuotasPlansResponseBodyData) SetPlanList(v []*ListQuotasPlansResponseBodyDataPlanList) *ListQuotasPlansResponseBodyData
func (ListQuotasPlansResponseBodyData) String ¶
func (s ListQuotasPlansResponseBodyData) String() string
type ListQuotasPlansResponseBodyDataPlanList ¶
type ListQuotasPlansResponseBodyDataPlanList struct { // The time when the quota plan was created. // // example: // // 2022-05-16T06:07:45Z CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` // The name of the quota plan. // // example: // // planA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The details of the quota. Quota *ListQuotasPlansResponseBodyDataPlanListQuota `json:"quota,omitempty" xml:"quota,omitempty" type:"Struct"` }
func (ListQuotasPlansResponseBodyDataPlanList) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanList) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanList) SetCreateTime ¶
func (s *ListQuotasPlansResponseBodyDataPlanList) SetCreateTime(v string) *ListQuotasPlansResponseBodyDataPlanList
func (*ListQuotasPlansResponseBodyDataPlanList) SetName ¶
func (s *ListQuotasPlansResponseBodyDataPlanList) SetName(v string) *ListQuotasPlansResponseBodyDataPlanList
func (ListQuotasPlansResponseBodyDataPlanList) String ¶
func (s ListQuotasPlansResponseBodyDataPlanList) String() string
type ListQuotasPlansResponseBodyDataPlanListQuota ¶
type ListQuotasPlansResponseBodyDataPlanListQuota struct { // The information of the order. BillingPolicy *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The ID of the cluster. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the quota plan was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the quota. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The ID of the region. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The information of the scheduling plan. ScheduleInfo *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information of the level-2 quota. SubQuotaInfoList []*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuota) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuota) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetBillingPolicy ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetCluster ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCluster(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetCreateTime ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCreateTime(v int64) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetCreatorId ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetCreatorId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetName ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetName(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetNickName ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetNickName(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetParameter ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetParameter(v map[string]interface{}) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetParentId ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetParentId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetRegionId ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetRegionId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetScheduleInfo ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetStatus ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetStatus(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetSubQuotaInfoList ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetSubQuotaInfoList(v []*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetTenantId ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetTenantId(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetType ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetType(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (*ListQuotasPlansResponseBodyDataPlanListQuota) SetVersion ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuota) SetVersion(v string) *ListQuotasPlansResponseBodyDataPlanListQuota
func (ListQuotasPlansResponseBodyDataPlanListQuota) String ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuota) String() string
type ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The ID of the order. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetBillingMethod ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetBillingMethod(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
func (*ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetOdpsSpecCode ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy
func (*ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) SetOrderId ¶
func (ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) String ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaBillingPolicy) String() string
type ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetCurrPlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetCurrTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetNextPlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetNextTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOncePlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOnceTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOperatorName ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) SetOperatorName(v string) *ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo
func (ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) String ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaScheduleInfo) String() string
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList struct { // The information of the order. BillingPolicy *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The ID of the cluster. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the quota plan was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The nickname of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The ID of the region. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The information of the scheduling plan. ScheduleInfo *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the resource. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetBillingPolicy ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCluster ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCreateTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetCreatorId ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetNickName ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetParameter ¶
func (s *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetParentId ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetRegionId ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetScheduleInfo ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetTenantId ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) SetVersion ¶
func (ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) String ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoList) String() string
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The ID of the order. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListBillingPolicy) SetOrderId ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo ¶
type ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` }
func (ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) GoString ¶
func (s ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) GoString() string
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetNextTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (*ListQuotasPlansResponseBodyDataPlanListQuotaSubQuotaInfoListScheduleInfo) SetOperatorName ¶
type ListQuotasRequest ¶
type ListQuotasRequest struct { // The billing method of the quota. // // example: // // subscription BillingType *string `json:"billingType,omitempty" xml:"billingType,omitempty"` // Specifies the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries to return on each page. // // example: // // 100 MaxItem *int64 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The service ID. // // example: // // ODPS ProductId *string `json:"productId,omitempty" xml:"productId,omitempty"` // The ID of the region. // // example: // // cn-beijing Region *string `json:"region,omitempty" xml:"region,omitempty"` // The cost tag. You can filter out quota objects based on the cost tag. The cost tag is created when you tag a service. // // example: // // {"tag":"this_is_tag_demo"} SaleTags *string `json:"saleTags,omitempty" xml:"saleTags,omitempty"` // The ID of the tenant. // // example: // // 280747109771520 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (ListQuotasRequest) GoString ¶
func (s ListQuotasRequest) GoString() string
func (*ListQuotasRequest) SetBillingType ¶
func (s *ListQuotasRequest) SetBillingType(v string) *ListQuotasRequest
func (*ListQuotasRequest) SetMarker ¶
func (s *ListQuotasRequest) SetMarker(v string) *ListQuotasRequest
func (*ListQuotasRequest) SetMaxItem ¶
func (s *ListQuotasRequest) SetMaxItem(v int64) *ListQuotasRequest
func (*ListQuotasRequest) SetProductId ¶
func (s *ListQuotasRequest) SetProductId(v string) *ListQuotasRequest
func (*ListQuotasRequest) SetRegion ¶
func (s *ListQuotasRequest) SetRegion(v string) *ListQuotasRequest
func (*ListQuotasRequest) SetSaleTags ¶
func (s *ListQuotasRequest) SetSaleTags(v string) *ListQuotasRequest
func (*ListQuotasRequest) SetTenantId ¶
func (s *ListQuotasRequest) SetTenantId(v string) *ListQuotasRequest
func (ListQuotasRequest) String ¶
func (s ListQuotasRequest) String() string
type ListQuotasResponse ¶
type ListQuotasResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListQuotasResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListQuotasResponse) GoString ¶
func (s ListQuotasResponse) GoString() string
func (*ListQuotasResponse) SetBody ¶
func (s *ListQuotasResponse) SetBody(v *ListQuotasResponseBody) *ListQuotasResponse
func (*ListQuotasResponse) SetHeaders ¶
func (s *ListQuotasResponse) SetHeaders(v map[string]*string) *ListQuotasResponse
func (*ListQuotasResponse) SetStatusCode ¶
func (s *ListQuotasResponse) SetStatusCode(v int32) *ListQuotasResponse
func (ListQuotasResponse) String ¶
func (s ListQuotasResponse) String() string
type ListQuotasResponseBody ¶
type ListQuotasResponseBody struct { // A pagination token. Only continuous page turning is supported. If NextToken is not empty, the next page exists. The value of NextToken can be used in the next request to retrieve a new page of results. // // example: // // AAAAAdDWBF2w6Olxc+cMPjUtUMo/CvPe4IK7f7kIQFrIZjyc NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // The returned data. Data *ListQuotasResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // Indicates the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int64 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The list of quotas. QuotaInfoList []*ListQuotasResponseBodyQuotaInfoList `json:"quotaInfoList,omitempty" xml:"quotaInfoList,omitempty" type:"Repeated"` // The ID of the request. // // example: // // 0bc12e6f16677875480593081d2956 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListQuotasResponseBody) GoString ¶
func (s ListQuotasResponseBody) GoString() string
func (*ListQuotasResponseBody) SetData ¶
func (s *ListQuotasResponseBody) SetData(v *ListQuotasResponseBodyData) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetMarker ¶
func (s *ListQuotasResponseBody) SetMarker(v string) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetMaxItem ¶
func (s *ListQuotasResponseBody) SetMaxItem(v int64) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetNextToken ¶
func (s *ListQuotasResponseBody) SetNextToken(v string) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetQuotaInfoList ¶
func (s *ListQuotasResponseBody) SetQuotaInfoList(v []*ListQuotasResponseBodyQuotaInfoList) *ListQuotasResponseBody
func (*ListQuotasResponseBody) SetRequestId ¶
func (s *ListQuotasResponseBody) SetRequestId(v string) *ListQuotasResponseBody
func (ListQuotasResponseBody) String ¶
func (s ListQuotasResponseBody) String() string
type ListQuotasResponseBodyData ¶
type ListQuotasResponseBodyData struct { // A pagination token. Only continuous page turning is supported. If NextToken is not empty, the next page exists. The value of NextToken can be used in the next request to retrieve a new page of results. // // example: // // "abcde" NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Indicates the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int64 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The list of quotas. QuotaInfoList []*ListQuotasResponseBodyDataQuotaInfoList `json:"quotaInfoList,omitempty" xml:"quotaInfoList,omitempty" type:"Repeated"` }
func (ListQuotasResponseBodyData) GoString ¶
func (s ListQuotasResponseBodyData) GoString() string
func (*ListQuotasResponseBodyData) SetMarker ¶
func (s *ListQuotasResponseBodyData) SetMarker(v string) *ListQuotasResponseBodyData
func (*ListQuotasResponseBodyData) SetMaxItem ¶
func (s *ListQuotasResponseBodyData) SetMaxItem(v int64) *ListQuotasResponseBodyData
func (*ListQuotasResponseBodyData) SetNextToken ¶
func (s *ListQuotasResponseBodyData) SetNextToken(v string) *ListQuotasResponseBodyData
func (*ListQuotasResponseBodyData) SetQuotaInfoList ¶
func (s *ListQuotasResponseBodyData) SetQuotaInfoList(v []*ListQuotasResponseBodyDataQuotaInfoList) *ListQuotasResponseBodyData
func (ListQuotasResponseBodyData) String ¶
func (s ListQuotasResponseBodyData) String() string
type ListQuotasResponseBodyDataQuotaInfoList ¶
type ListQuotasResponseBodyDataQuotaInfoList struct { // The tags. Tags []*ListQuotasResponseBodyDataQuotaInfoListTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` // The information of the order. BillingPolicy *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The quota ID. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *ListQuotasResponseBodyDataQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information of the scheduling plan. ScheduleInfo *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the endpoint group. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information of the level-2 quota. SubQuotaInfoList []*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 280747109771520 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoList) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoList) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoList) SetBillingPolicy ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetCluster ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetCreateTime ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetCreatorId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetId(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetName ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetName(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetNickName ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetParameter ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetParentId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetRegionId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetSaleTag ¶
func (*ListQuotasResponseBodyDataQuotaInfoList) SetScheduleInfo ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetStatus ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetSubQuotaInfoList ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetSubQuotaInfoList(v []*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetTag ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetTenantId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetType ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetType(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoList) SetVersion ¶
func (s *ListQuotasResponseBodyDataQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyDataQuotaInfoList
func (ListQuotasResponseBodyDataQuotaInfoList) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoList) String() string
type ListQuotasResponseBodyDataQuotaInfoListBillingPolicy ¶
type ListQuotasResponseBodyDataQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
func (*ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyDataQuotaInfoListBillingPolicy
func (*ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) SetOrderId ¶
func (ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListBillingPolicy) String() string
type ListQuotasResponseBodyDataQuotaInfoListSaleTag ¶
type ListQuotasResponseBodyDataQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListSaleTag) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSaleTag) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceIds ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyDataQuotaInfoListSaleTag
func (*ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceType ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyDataQuotaInfoListSaleTag
func (ListQuotasResponseBodyDataQuotaInfoListSaleTag) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSaleTag) String() string
type ListQuotasResponseBodyDataQuotaInfoListScheduleInfo ¶
type ListQuotasResponseBodyDataQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrTime ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextPlan ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextTime ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOncePlan ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOnceTime ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOperatorName ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyDataQuotaInfoListScheduleInfo
func (ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListScheduleInfo) String() string
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList ¶
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList struct { // The information of the order. BillingPolicy *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The nickname of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information of the scheduling plan. ScheduleInfo *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the endpoint group. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 280747109771520 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version of the algorithm image. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetBillingPolicy ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCluster ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreateTime ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreatorId ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetNickName ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetParameter ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetParentId ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetRegionId ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetSaleTag ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetScheduleInfo ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetTenantId ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) SetVersion ¶
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoList) String() string
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy ¶
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) SetOrderId ¶
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListBillingPolicy) String() string
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag ¶
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) SetResourceType ¶
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListSaleTag) String() string
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo ¶
type ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextTime ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetOperatorName ¶
func (*ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListSubQuotaInfoListScheduleInfo) String() string
type ListQuotasResponseBodyDataQuotaInfoListTags ¶
type ListQuotasResponseBodyDataQuotaInfoListTags struct { // The key of the tag. // // example: // // Department TagKey *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"` // The value of the tag. // // example: // // a12351qHDP6YEQMt TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"` }
func (ListQuotasResponseBodyDataQuotaInfoListTags) GoString ¶
func (s ListQuotasResponseBodyDataQuotaInfoListTags) GoString() string
func (*ListQuotasResponseBodyDataQuotaInfoListTags) SetTagKey ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListTags) SetTagKey(v string) *ListQuotasResponseBodyDataQuotaInfoListTags
func (*ListQuotasResponseBodyDataQuotaInfoListTags) SetTagValue ¶
func (s *ListQuotasResponseBodyDataQuotaInfoListTags) SetTagValue(v string) *ListQuotasResponseBodyDataQuotaInfoListTags
func (ListQuotasResponseBodyDataQuotaInfoListTags) String ¶
func (s ListQuotasResponseBodyDataQuotaInfoListTags) String() string
type ListQuotasResponseBodyQuotaInfoList ¶
type ListQuotasResponseBodyQuotaInfoList struct { // The tags. Tags []*ListQuotasResponseBodyQuotaInfoListTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` // The information of the order. BillingPolicy *ListQuotasResponseBodyQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The quota ID. // // example: // // 0 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the quota. // // example: // // quota_a Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the quota. // // example: // // quota_nickname NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // null ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *ListQuotasResponseBodyQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information of the scheduling plan. ScheduleInfo *ListQuotasResponseBodyQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the endpoint group. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The information of the level-2 quota. SubQuotaInfoList []*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList `json:"subQuotaInfoList,omitempty" xml:"subQuotaInfoList,omitempty" type:"Repeated"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 280747109771520 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoList) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoList) GoString() string
func (*ListQuotasResponseBodyQuotaInfoList) SetBillingPolicy ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetBillingPolicy(v *ListQuotasResponseBodyQuotaInfoListBillingPolicy) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetCluster ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetCreateTime ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetCreatorId ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetId ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetId(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetName ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetName(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetNickName ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetParameter ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetParentId ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetRegionId ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetSaleTag ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetSaleTag(v *ListQuotasResponseBodyQuotaInfoListSaleTag) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetScheduleInfo ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetScheduleInfo(v *ListQuotasResponseBodyQuotaInfoListScheduleInfo) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetStatus ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetStatus(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetSubQuotaInfoList ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetSubQuotaInfoList(v []*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetTag ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetTag(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetTenantId ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetType ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetType(v string) *ListQuotasResponseBodyQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoList) SetVersion ¶
func (s *ListQuotasResponseBodyQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyQuotaInfoList
func (ListQuotasResponseBodyQuotaInfoList) String ¶
func (s ListQuotasResponseBodyQuotaInfoList) String() string
type ListQuotasResponseBodyQuotaInfoListBillingPolicy ¶
type ListQuotasResponseBodyQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListBillingPolicy) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListBillingPolicy) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetBillingMethod(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
func (*ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOdpsSpecCode(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
func (*ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOrderId ¶
func (s *ListQuotasResponseBodyQuotaInfoListBillingPolicy) SetOrderId(v string) *ListQuotasResponseBodyQuotaInfoListBillingPolicy
func (ListQuotasResponseBodyQuotaInfoListBillingPolicy) String ¶
func (s ListQuotasResponseBodyQuotaInfoListBillingPolicy) String() string
type ListQuotasResponseBodyQuotaInfoListSaleTag ¶
type ListQuotasResponseBodyQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "project" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListSaleTag) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListSaleTag) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceIds ¶
func (s *ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyQuotaInfoListSaleTag
func (*ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceType ¶
func (s *ListQuotasResponseBodyQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyQuotaInfoListSaleTag
func (ListQuotasResponseBodyQuotaInfoListSaleTag) String ¶
func (s ListQuotasResponseBodyQuotaInfoListSaleTag) String() string
type ListQuotasResponseBodyQuotaInfoListScheduleInfo ¶
type ListQuotasResponseBodyQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListScheduleInfo) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListScheduleInfo) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrPlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrTime ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetCurrTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextPlan ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextPlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextTime ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetNextTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOncePlan ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOncePlan(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOnceTime ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOnceTime(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOperatorName ¶
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetOperatorName(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (*ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (s *ListQuotasResponseBodyQuotaInfoListScheduleInfo) SetTimezone(v string) *ListQuotasResponseBodyQuotaInfoListScheduleInfo
func (ListQuotasResponseBodyQuotaInfoListScheduleInfo) String ¶
func (s ListQuotasResponseBodyQuotaInfoListScheduleInfo) String() string
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList ¶
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList struct { // The information of the order. BillingPolicy *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy `json:"billingPolicy,omitempty" xml:"billingPolicy,omitempty" type:"Struct"` // The cluster ID. // // example: // // AT-120N Cluster *string `json:"cluster,omitempty" xml:"cluster,omitempty"` // The time when the resource was created. // // example: // // 2022-09-06T02:14:44Z CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` // The ID of the Alibaba Cloud account that is used to create the resource. // // example: // // 672863518 CreatorId *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"` // The ID of the level-2 quota. // // example: // // 1000048 Id *string `json:"id,omitempty" xml:"id,omitempty"` // The name of the level-2 quota. // // example: // // subquotaA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The alias of the level-2 quota. // // example: // // subquotaA NickName *string `json:"nickName,omitempty" xml:"nickName,omitempty"` // The description of the quota. // // example: // // {"minCU":10, // // "adhocCU":0, // // "maxCU":10, // // "schedulerType":"Fair", // // } Parameter map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"` // The ID of the parent resource. // // example: // // 0 ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` // The region ID. // // example: // // cn-beijing RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` // The identifier of an object in a MaxCompute quota. This identifier is the same as the identifier in the sales bill of Alibaba Cloud. This parameter is used for tags. SaleTag *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag `json:"saleTag,omitempty" xml:"saleTag,omitempty" type:"Struct"` // The information of the scheduling plan. ScheduleInfo *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo `json:"scheduleInfo,omitempty" xml:"scheduleInfo,omitempty" type:"Struct"` // The status of the endpoint group. // // example: // // ON Status *string `json:"status,omitempty" xml:"status,omitempty"` // The tag of the resource for the quota. // // example: // // abc Tag *string `json:"tag,omitempty" xml:"tag,omitempty"` // The tenant ID. // // example: // // 280747109771520 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` // The type of the resource system. This parameter corresponds to the resourceSystemType parameter of the cluster. // // example: // // FUXI_ONLINE Type *string `json:"type,omitempty" xml:"type,omitempty"` // The version number. // // example: // // 1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetBillingPolicy ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCluster ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCluster(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreateTime ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreateTime(v int64) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreatorId ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetCreatorId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetNickName ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetNickName(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParameter ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParameter(v map[string]interface{}) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParentId ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetParentId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetRegionId ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetRegionId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetSaleTag ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetScheduleInfo ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetTenantId ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetTenantId(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetVersion ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) SetVersion(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) String ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoList) String() string
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy ¶
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy struct { // The billing method of the quota. Valid values: // // - subscription: a subscription quota. // // - payasyougo: a pay-as-you-go quota. // // example: // // subscription BillingMethod *string `json:"billingMethod,omitempty" xml:"billingMethod,omitempty"` // The specifications of the order. // // example: // // OdpsStandard OdpsSpecCode *string `json:"odpsSpecCode,omitempty" xml:"odpsSpecCode,omitempty"` // The order ID. // // example: // // 45245678 OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetBillingMethod ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetOdpsSpecCode ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) SetOrderId ¶
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) String ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListBillingPolicy) String() string
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag ¶
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag struct { // The identifier of an object in a MaxCompute quota. This identifier exists in the sales bill of Alibaba Cloud. You can use this identifier to associate the cost of a quota object with a tag. ResourceIds []*string `json:"resourceIds,omitempty" xml:"resourceIds,omitempty" type:"Repeated"` // The type of the object. Valid values: quota and project. // // example: // // "quota" ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceIds(v []*string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceType ¶
func (s *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) SetResourceType(v string) *ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) String ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListSaleTag) String() string
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo ¶
type ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo struct { // The quota plan that takes effect based on the scheduling plan. // // example: // // planA CurrPlan *string `json:"currPlan,omitempty" xml:"currPlan,omitempty"` // The time when the current quota plan is scheduled. // // example: // // 0800 CurrTime *string `json:"currTime,omitempty" xml:"currTime,omitempty"` // The next quota plan that will take effect based on the scheduling plan. // // example: // // planB NextPlan *string `json:"nextPlan,omitempty" xml:"nextPlan,omitempty"` // The time when the next quota plan is scheduled. // // example: // // 1700 NextTime *string `json:"nextTime,omitempty" xml:"nextTime,omitempty"` // The quota plan that immediately takes effect. If the quota plan that immediately takes effect is different from the current quota plan, this parameter is not empty. // // example: // // planC OncePlan *string `json:"oncePlan,omitempty" xml:"oncePlan,omitempty"` // The time when the quota plan immediately takes effect. // // example: // // 1500 OnceTime *string `json:"onceTime,omitempty" xml:"onceTime,omitempty"` // The name of the operator. // // example: // // userA OperatorName *string `json:"operatorName,omitempty" xml:"operatorName,omitempty"` // The time zone of the project. // // example: // // UTC+8 Timezone *string `json:"timezone,omitempty" xml:"timezone,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrPlan ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetCurrTime ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextPlan ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetNextTime ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOncePlan ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOnceTime ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetOperatorName ¶
func (*ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) SetTimezone ¶ added in v1.1.0
func (ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) String ¶
func (s ListQuotasResponseBodyQuotaInfoListSubQuotaInfoListScheduleInfo) String() string
type ListQuotasResponseBodyQuotaInfoListTags ¶
type ListQuotasResponseBodyQuotaInfoListTags struct { // The key of the tag. // // example: // // Department TagKey *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"` // The value of the tag. // // example: // // 1 TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"` }
func (ListQuotasResponseBodyQuotaInfoListTags) GoString ¶
func (s ListQuotasResponseBodyQuotaInfoListTags) GoString() string
func (*ListQuotasResponseBodyQuotaInfoListTags) SetTagKey ¶
func (s *ListQuotasResponseBodyQuotaInfoListTags) SetTagKey(v string) *ListQuotasResponseBodyQuotaInfoListTags
func (*ListQuotasResponseBodyQuotaInfoListTags) SetTagValue ¶
func (s *ListQuotasResponseBodyQuotaInfoListTags) SetTagValue(v string) *ListQuotasResponseBodyQuotaInfoListTags
func (ListQuotasResponseBodyQuotaInfoListTags) String ¶
func (s ListQuotasResponseBodyQuotaInfoListTags) String() string
type ListResourcesRequest ¶
type ListResourcesRequest struct { // Specifies the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries to return on each page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The name of the resource. // // example: // // res Name *string `json:"name,omitempty" xml:"name,omitempty"` // The name of the schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` }
func (ListResourcesRequest) GoString ¶
func (s ListResourcesRequest) GoString() string
func (*ListResourcesRequest) SetMarker ¶
func (s *ListResourcesRequest) SetMarker(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetMaxItem ¶
func (s *ListResourcesRequest) SetMaxItem(v int32) *ListResourcesRequest
func (*ListResourcesRequest) SetName ¶
func (s *ListResourcesRequest) SetName(v string) *ListResourcesRequest
func (*ListResourcesRequest) SetSchemaName ¶ added in v1.1.1
func (s *ListResourcesRequest) SetSchemaName(v string) *ListResourcesRequest
func (ListResourcesRequest) String ¶
func (s ListResourcesRequest) String() string
type ListResourcesResponse ¶
type ListResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListResourcesResponse) GoString ¶
func (s ListResourcesResponse) GoString() string
func (*ListResourcesResponse) SetBody ¶
func (s *ListResourcesResponse) SetBody(v *ListResourcesResponseBody) *ListResourcesResponse
func (*ListResourcesResponse) SetHeaders ¶
func (s *ListResourcesResponse) SetHeaders(v map[string]*string) *ListResourcesResponse
func (*ListResourcesResponse) SetStatusCode ¶
func (s *ListResourcesResponse) SetStatusCode(v int32) *ListResourcesResponse
func (ListResourcesResponse) String ¶
func (s ListResourcesResponse) String() string
type ListResourcesResponseBody ¶
type ListResourcesResponseBody struct { // The returned data. Data *ListResourcesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0bc3b4ae16685836687916212e7850 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListResourcesResponseBody) GoString ¶
func (s ListResourcesResponseBody) GoString() string
func (*ListResourcesResponseBody) SetData ¶
func (s *ListResourcesResponseBody) SetData(v *ListResourcesResponseBodyData) *ListResourcesResponseBody
func (*ListResourcesResponseBody) SetRequestId ¶
func (s *ListResourcesResponseBody) SetRequestId(v string) *ListResourcesResponseBody
func (ListResourcesResponseBody) String ¶
func (s ListResourcesResponseBody) String() string
type ListResourcesResponseBodyData ¶
type ListResourcesResponseBodyData struct { // Indicates the marker after which the returned list begins. // // example: // // ZmN0X21vbnRoX3Rhb2Jhb19pbmRleCE= Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The list of resources. Resources []*ListResourcesResponseBodyDataResources `json:"resources,omitempty" xml:"resources,omitempty" type:"Repeated"` }
func (ListResourcesResponseBodyData) GoString ¶
func (s ListResourcesResponseBodyData) GoString() string
func (*ListResourcesResponseBodyData) SetMarker ¶
func (s *ListResourcesResponseBodyData) SetMarker(v string) *ListResourcesResponseBodyData
func (*ListResourcesResponseBodyData) SetMaxItem ¶
func (s *ListResourcesResponseBodyData) SetMaxItem(v int32) *ListResourcesResponseBodyData
func (*ListResourcesResponseBodyData) SetResources ¶
func (s *ListResourcesResponseBodyData) SetResources(v []*ListResourcesResponseBodyDataResources) *ListResourcesResponseBodyData
func (ListResourcesResponseBodyData) String ¶
func (s ListResourcesResponseBodyData) String() string
type ListResourcesResponseBodyDataResources ¶
type ListResourcesResponseBodyDataResources struct { // The remarks. // // example: // // file Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // The Base64-encoded 128-bit MD5 hash value of the HTTP request body. // // example: // // MACiECZtnLiNkNS1v5****=1 ContentMD5 *string `json:"contentMD5,omitempty" xml:"contentMD5,omitempty"` // The time when the resource was created. // // example: // // 2022-01-29T03:34:09Z CreationTime *int64 `json:"creationTime,omitempty" xml:"creationTime,omitempty"` // The display name. // // example: // // res_1 DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` // The time when the resource was modified. // // example: // // 2023-04-18T06:15:05Z LastModifiedTime *int64 `json:"lastModifiedTime,omitempty" xml:"lastModifiedTime,omitempty"` // The user who updated the resource. // // example: // // ALIYUN$xxx@test.aliyunid.com LastUpdator *string `json:"lastUpdator,omitempty" xml:"lastUpdator,omitempty"` // The name of the resource. // // example: // // res_1 Name *string `json:"name,omitempty" xml:"name,omitempty"` // The owner of the resource. // // example: // // 1265860483008101 Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // The schema to which the resource belongs. // // example: // // schemaA Schema *string `json:"schema,omitempty" xml:"schema,omitempty"` // The size of the resource. // // example: // // 10 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // The resource type. // // Valid values: // // - file // // <!-- --> // // <!-- --> // // <!-- --> // // - py // // <!-- --> // // <!-- --> // // <!-- --> // // - jar // // <!-- --> // // <!-- --> // // <!-- --> // // - volumefile // // <!-- --> // // <!-- --> // // <!-- --> // // - table // // <!-- --> // // <!-- --> // // <!-- --> // // example: // // file Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListResourcesResponseBodyDataResources) GoString ¶
func (s ListResourcesResponseBodyDataResources) GoString() string
func (*ListResourcesResponseBodyDataResources) SetComment ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetComment(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetContentMD5 ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetContentMD5(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetCreationTime ¶
func (s *ListResourcesResponseBodyDataResources) SetCreationTime(v int64) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetDisplayName ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetDisplayName(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetLastModifiedTime ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetLastModifiedTime(v int64) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetLastUpdator ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetLastUpdator(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetName ¶
func (s *ListResourcesResponseBodyDataResources) SetName(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetOwner ¶
func (s *ListResourcesResponseBodyDataResources) SetOwner(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetSchema ¶
func (s *ListResourcesResponseBodyDataResources) SetSchema(v string) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetSize ¶ added in v1.1.1
func (s *ListResourcesResponseBodyDataResources) SetSize(v int64) *ListResourcesResponseBodyDataResources
func (*ListResourcesResponseBodyDataResources) SetType ¶
func (s *ListResourcesResponseBodyDataResources) SetType(v string) *ListResourcesResponseBodyDataResources
func (ListResourcesResponseBodyDataResources) String ¶
func (s ListResourcesResponseBodyDataResources) String() string
type ListRolesResponse ¶
type ListRolesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListRolesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListRolesResponse) GoString ¶
func (s ListRolesResponse) GoString() string
func (*ListRolesResponse) SetBody ¶
func (s *ListRolesResponse) SetBody(v *ListRolesResponseBody) *ListRolesResponse
func (*ListRolesResponse) SetHeaders ¶
func (s *ListRolesResponse) SetHeaders(v map[string]*string) *ListRolesResponse
func (*ListRolesResponse) SetStatusCode ¶
func (s *ListRolesResponse) SetStatusCode(v int32) *ListRolesResponse
func (ListRolesResponse) String ¶
func (s ListRolesResponse) String() string
type ListRolesResponseBody ¶
type ListRolesResponseBody struct { // The returned data. Data *ListRolesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0a06dfe716686526652451361e80ae RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListRolesResponseBody) GoString ¶
func (s ListRolesResponseBody) GoString() string
func (*ListRolesResponseBody) SetData ¶
func (s *ListRolesResponseBody) SetData(v *ListRolesResponseBodyData) *ListRolesResponseBody
func (*ListRolesResponseBody) SetRequestId ¶
func (s *ListRolesResponseBody) SetRequestId(v string) *ListRolesResponseBody
func (ListRolesResponseBody) String ¶
func (s ListRolesResponseBody) String() string
type ListRolesResponseBodyData ¶
type ListRolesResponseBodyData struct { // The MaxCompute project-level roles. Roles []*ListRolesResponseBodyDataRoles `json:"roles,omitempty" xml:"roles,omitempty" type:"Repeated"` }
func (ListRolesResponseBodyData) GoString ¶
func (s ListRolesResponseBodyData) GoString() string
func (*ListRolesResponseBodyData) SetRoles ¶
func (s *ListRolesResponseBodyData) SetRoles(v []*ListRolesResponseBodyDataRoles) *ListRolesResponseBodyData
func (ListRolesResponseBodyData) String ¶
func (s ListRolesResponseBodyData) String() string
type ListRolesResponseBodyDataRoles ¶
type ListRolesResponseBodyDataRoles struct { // The ACL-based permissions that are granted to the role. Acl *ListRolesResponseBodyDataRolesAcl `json:"acl,omitempty" xml:"acl,omitempty" type:"Struct"` // The name of the role. // // example: // // roleA Name *string `json:"name,omitempty" xml:"name,omitempty"` // The policy that is attached to the role. // // example: // // { // // "Statement": [ // // { // // "Action": [ // // "odps:*" // // ], // // "Effect": "Allow", // // "Resource": [ // // "acs:odps:*:projects/{projectname}/authorization/packages" // // ] // // } // // ], // // "Version": "1" // // } Policy *string `json:"policy,omitempty" xml:"policy,omitempty"` // The type of the role. // // example: // // admin Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListRolesResponseBodyDataRoles) GoString ¶
func (s ListRolesResponseBodyDataRoles) GoString() string
func (*ListRolesResponseBodyDataRoles) SetAcl ¶
func (s *ListRolesResponseBodyDataRoles) SetAcl(v *ListRolesResponseBodyDataRolesAcl) *ListRolesResponseBodyDataRoles
func (*ListRolesResponseBodyDataRoles) SetName ¶
func (s *ListRolesResponseBodyDataRoles) SetName(v string) *ListRolesResponseBodyDataRoles
func (*ListRolesResponseBodyDataRoles) SetPolicy ¶
func (s *ListRolesResponseBodyDataRoles) SetPolicy(v string) *ListRolesResponseBodyDataRoles
func (*ListRolesResponseBodyDataRoles) SetType ¶
func (s *ListRolesResponseBodyDataRoles) SetType(v string) *ListRolesResponseBodyDataRoles
func (ListRolesResponseBodyDataRoles) String ¶
func (s ListRolesResponseBodyDataRoles) String() string
type ListRolesResponseBodyDataRolesAcl ¶
type ListRolesResponseBodyDataRolesAcl struct { // The function. Function []*ListRolesResponseBodyDataRolesAclFunction `json:"function,omitempty" xml:"function,omitempty" type:"Repeated"` // The instance. Instance []*ListRolesResponseBodyDataRolesAclInstance `json:"instance,omitempty" xml:"instance,omitempty" type:"Repeated"` // The package. Package []*ListRolesResponseBodyDataRolesAclPackage `json:"package,omitempty" xml:"package,omitempty" type:"Repeated"` // The project. Project []*ListRolesResponseBodyDataRolesAclProject `json:"project,omitempty" xml:"project,omitempty" type:"Repeated"` // The resource. Resource []*ListRolesResponseBodyDataRolesAclResource `json:"resource,omitempty" xml:"resource,omitempty" type:"Repeated"` // The table. Table []*ListRolesResponseBodyDataRolesAclTable `json:"table,omitempty" xml:"table,omitempty" type:"Repeated"` }
func (ListRolesResponseBodyDataRolesAcl) GoString ¶
func (s ListRolesResponseBodyDataRolesAcl) GoString() string
func (*ListRolesResponseBodyDataRolesAcl) SetFunction ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetFunction(v []*ListRolesResponseBodyDataRolesAclFunction) *ListRolesResponseBodyDataRolesAcl
func (*ListRolesResponseBodyDataRolesAcl) SetInstance ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetInstance(v []*ListRolesResponseBodyDataRolesAclInstance) *ListRolesResponseBodyDataRolesAcl
func (*ListRolesResponseBodyDataRolesAcl) SetPackage ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetPackage(v []*ListRolesResponseBodyDataRolesAclPackage) *ListRolesResponseBodyDataRolesAcl
func (*ListRolesResponseBodyDataRolesAcl) SetProject ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetProject(v []*ListRolesResponseBodyDataRolesAclProject) *ListRolesResponseBodyDataRolesAcl
func (*ListRolesResponseBodyDataRolesAcl) SetResource ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetResource(v []*ListRolesResponseBodyDataRolesAclResource) *ListRolesResponseBodyDataRolesAcl
func (*ListRolesResponseBodyDataRolesAcl) SetTable ¶
func (s *ListRolesResponseBodyDataRolesAcl) SetTable(v []*ListRolesResponseBodyDataRolesAclTable) *ListRolesResponseBodyDataRolesAcl
func (ListRolesResponseBodyDataRolesAcl) String ¶
func (s ListRolesResponseBodyDataRolesAcl) String() string
type ListRolesResponseBodyDataRolesAclFunction ¶
type ListRolesResponseBodyDataRolesAclFunction struct { // The operations that were performed on the function. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the function. // // example: // // functionA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclFunction) GoString ¶
func (s ListRolesResponseBodyDataRolesAclFunction) GoString() string
func (*ListRolesResponseBodyDataRolesAclFunction) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclFunction) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclFunction
func (*ListRolesResponseBodyDataRolesAclFunction) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclFunction) SetName(v string) *ListRolesResponseBodyDataRolesAclFunction
func (ListRolesResponseBodyDataRolesAclFunction) String ¶
func (s ListRolesResponseBodyDataRolesAclFunction) String() string
type ListRolesResponseBodyDataRolesAclInstance ¶
type ListRolesResponseBodyDataRolesAclInstance struct { // The operations that were performed on the instance. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the instance. // // example: // // instanceA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclInstance) GoString ¶
func (s ListRolesResponseBodyDataRolesAclInstance) GoString() string
func (*ListRolesResponseBodyDataRolesAclInstance) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclInstance) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclInstance
func (*ListRolesResponseBodyDataRolesAclInstance) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclInstance) SetName(v string) *ListRolesResponseBodyDataRolesAclInstance
func (ListRolesResponseBodyDataRolesAclInstance) String ¶
func (s ListRolesResponseBodyDataRolesAclInstance) String() string
type ListRolesResponseBodyDataRolesAclPackage ¶
type ListRolesResponseBodyDataRolesAclPackage struct { // The operations that were performed on the package. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the package. // // example: // // packageA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclPackage) GoString ¶
func (s ListRolesResponseBodyDataRolesAclPackage) GoString() string
func (*ListRolesResponseBodyDataRolesAclPackage) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclPackage) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclPackage
func (*ListRolesResponseBodyDataRolesAclPackage) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclPackage) SetName(v string) *ListRolesResponseBodyDataRolesAclPackage
func (ListRolesResponseBodyDataRolesAclPackage) String ¶
func (s ListRolesResponseBodyDataRolesAclPackage) String() string
type ListRolesResponseBodyDataRolesAclProject ¶
type ListRolesResponseBodyDataRolesAclProject struct { // The operations that were performed on the project. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the MaxCompute project. // // example: // // projectA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclProject) GoString ¶
func (s ListRolesResponseBodyDataRolesAclProject) GoString() string
func (*ListRolesResponseBodyDataRolesAclProject) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclProject) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclProject
func (*ListRolesResponseBodyDataRolesAclProject) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclProject) SetName(v string) *ListRolesResponseBodyDataRolesAclProject
func (ListRolesResponseBodyDataRolesAclProject) String ¶
func (s ListRolesResponseBodyDataRolesAclProject) String() string
type ListRolesResponseBodyDataRolesAclResource ¶
type ListRolesResponseBodyDataRolesAclResource struct { // The operations that were performed on the resource. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the resource. // // example: // // resourceA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclResource) GoString ¶
func (s ListRolesResponseBodyDataRolesAclResource) GoString() string
func (*ListRolesResponseBodyDataRolesAclResource) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclResource) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclResource
func (*ListRolesResponseBodyDataRolesAclResource) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclResource) SetName(v string) *ListRolesResponseBodyDataRolesAclResource
func (ListRolesResponseBodyDataRolesAclResource) String ¶
func (s ListRolesResponseBodyDataRolesAclResource) String() string
type ListRolesResponseBodyDataRolesAclTable ¶
type ListRolesResponseBodyDataRolesAclTable struct { // The operations that were performed on the table. Actions []*string `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"` // The name of the table. // // example: // // tableA Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListRolesResponseBodyDataRolesAclTable) GoString ¶
func (s ListRolesResponseBodyDataRolesAclTable) GoString() string
func (*ListRolesResponseBodyDataRolesAclTable) SetActions ¶
func (s *ListRolesResponseBodyDataRolesAclTable) SetActions(v []*string) *ListRolesResponseBodyDataRolesAclTable
func (*ListRolesResponseBodyDataRolesAclTable) SetName ¶
func (s *ListRolesResponseBodyDataRolesAclTable) SetName(v string) *ListRolesResponseBodyDataRolesAclTable
func (ListRolesResponseBodyDataRolesAclTable) String ¶
func (s ListRolesResponseBodyDataRolesAclTable) String() string
type ListTablesRequest ¶
type ListTablesRequest struct { // Specifies the marker after which the returned list begins. // // example: // // Y29tbWlzc2lvbl9leHRlcm5hbF91cmdlXzFfd3Ih Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries to return on each page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The names of the returned resources. The names must start with the value specified by the prefix parameter. If the prefix parameter is set to a, the names of the returned resources must start with a. // // example: // // a Prefix *string `json:"prefix,omitempty" xml:"prefix,omitempty"` // The name of the schema. // // example: // // default SchemaName *string `json:"schemaName,omitempty" xml:"schemaName,omitempty"` // The type of the table. // // example: // // internal Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListTablesRequest) GoString ¶
func (s ListTablesRequest) GoString() string
func (*ListTablesRequest) SetMarker ¶
func (s *ListTablesRequest) SetMarker(v string) *ListTablesRequest
func (*ListTablesRequest) SetMaxItem ¶
func (s *ListTablesRequest) SetMaxItem(v int32) *ListTablesRequest
func (*ListTablesRequest) SetPrefix ¶
func (s *ListTablesRequest) SetPrefix(v string) *ListTablesRequest
func (*ListTablesRequest) SetSchemaName ¶ added in v1.1.1
func (s *ListTablesRequest) SetSchemaName(v string) *ListTablesRequest
func (*ListTablesRequest) SetType ¶
func (s *ListTablesRequest) SetType(v string) *ListTablesRequest
func (ListTablesRequest) String ¶
func (s ListTablesRequest) String() string
type ListTablesResponse ¶
type ListTablesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListTablesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListTablesResponse) GoString ¶
func (s ListTablesResponse) GoString() string
func (*ListTablesResponse) SetBody ¶
func (s *ListTablesResponse) SetBody(v *ListTablesResponseBody) *ListTablesResponse
func (*ListTablesResponse) SetHeaders ¶
func (s *ListTablesResponse) SetHeaders(v map[string]*string) *ListTablesResponse
func (*ListTablesResponse) SetStatusCode ¶
func (s *ListTablesResponse) SetStatusCode(v int32) *ListTablesResponse
func (ListTablesResponse) String ¶
func (s ListTablesResponse) String() string
type ListTablesResponseBody ¶
type ListTablesResponseBody struct { // The returned data. Data *ListTablesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The request ID. // // example: // // 0a06dd4516687375802853481ec9fd RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListTablesResponseBody) GoString ¶
func (s ListTablesResponseBody) GoString() string
func (*ListTablesResponseBody) SetData ¶
func (s *ListTablesResponseBody) SetData(v *ListTablesResponseBodyData) *ListTablesResponseBody
func (*ListTablesResponseBody) SetRequestId ¶
func (s *ListTablesResponseBody) SetRequestId(v string) *ListTablesResponseBody
func (ListTablesResponseBody) String ¶
func (s ListTablesResponseBody) String() string
type ListTablesResponseBodyData ¶
type ListTablesResponseBodyData struct { // Indicates the marker after which the returned list begins. // // example: // // cHlvZHBzX3VkZl8xMDExNV8xNDU3NDI4NDkzKg== Marker *string `json:"marker,omitempty" xml:"marker,omitempty"` // The maximum number of entries returned per page. // // example: // // 10 MaxItem *int32 `json:"maxItem,omitempty" xml:"maxItem,omitempty"` // The information about tables. Tables []*ListTablesResponseBodyDataTables `json:"tables,omitempty" xml:"tables,omitempty" type:"Repeated"` }
func (ListTablesResponseBodyData) GoString ¶
func (s ListTablesResponseBodyData) GoString() string
func (*ListTablesResponseBodyData) SetMarker ¶
func (s *ListTablesResponseBodyData) SetMarker(v string) *ListTablesResponseBodyData
func (*ListTablesResponseBodyData) SetMaxItem ¶
func (s *ListTablesResponseBodyData) SetMaxItem(v int32) *ListTablesResponseBodyData
func (*ListTablesResponseBodyData) SetTables ¶
func (s *ListTablesResponseBodyData) SetTables(v []*ListTablesResponseBodyDataTables) *ListTablesResponseBodyData
func (ListTablesResponseBodyData) String ¶
func (s ListTablesResponseBodyData) String() string
type ListTablesResponseBodyDataTables ¶
type ListTablesResponseBodyDataTables struct { // Indicates whether to enable the scheduled update feature for the materialized view. // // example: // // false AutoRefreshEnabled *bool `json:"autoRefreshEnabled,omitempty" xml:"autoRefreshEnabled,omitempty"` // The DDL statement that is used to create the table. // // example: // // create table if not exists sale_detail( // // shop_name STRING, // // customer_id STRING, // // total_price DOUBLE) // // partitioned by (sale_date STRING, region STRING); CreateTableDDL *string `json:"createTableDDL,omitempty" xml:"createTableDDL,omitempty"` // The time when the table was created. // // example: // // 2022-01-17T07:07:47Z CreationTime *int64 `json:"creationTime,omitempty" xml:"creationTime,omitempty"` // The display name of the table. // // example: // // sale_detail DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` // The number of files. // // example: // // 200 FileNum *int64 `json:"fileNum,omitempty" xml:"fileNum,omitempty"` // Indicates whether the table is an external table. // // example: // // False IsExternalTable *bool `json:"isExternalTable,omitempty" xml:"isExternalTable,omitempty"` // Indicates whether the data in the materialized view is invalid due to data changes in the source table. // // example: // // false IsOutdated *bool `json:"isOutdated,omitempty" xml:"isOutdated,omitempty"` // The time when the data was last accessed. // // example: // // 2023-12-21T02:05:56Z LastAccessTime *int64 `json:"lastAccessTime,omitempty" xml:"lastAccessTime,omitempty"` // The last time when the DDL statement of the table was updated. // // example: // // 2023-11-21T02:05:56Z LastDDLTime *int64 `json:"lastDDLTime,omitempty" xml:"lastDDLTime,omitempty"` // The time when the data was last updated. // // example: // // 2023-11-21T02:05:56Z LastModifiedTime *int64 `json:"lastModifiedTime,omitempty" xml:"lastModifiedTime,omitempty"` // The lifecycle of the table. // // example: // // -1 Lifecycle *string `json:"lifecycle,omitempty" xml:"lifecycle,omitempty"` // The storage location of the external table. // // example: // // oss://oss-cn-hangzhou-internal.aliyuncs.com/oss-mc-test/Demo1/ Location *string `json:"location,omitempty" xml:"location,omitempty"` // Indicates whether a materialized view is created. // // example: // // false MaterializedView *bool `json:"materializedView,omitempty" xml:"materializedView,omitempty"` // The name of the table. // // example: // // dim_odps Name *string `json:"name,omitempty" xml:"name,omitempty"` // The information about columns. NativeColumns []*ListTablesResponseBodyDataTablesNativeColumns `json:"nativeColumns,omitempty" xml:"nativeColumns,omitempty" type:"Repeated"` // The Alibaba Cloud Resource Name (ARN) of AliyunODPSDefaultRole in Resource Access Management (RAM). // // example: // // acs:ram::xxxxx:role/aliyunodpsdefaultrole OdpsPropertiesRolearn *string `json:"odpsPropertiesRolearn,omitempty" xml:"odpsPropertiesRolearn,omitempty"` // Indicates whether to ignore the table header. // // example: // // true OdpsSqlTextOptionFlushHeader *bool `json:"odpsSqlTextOptionFlushHeader,omitempty" xml:"odpsSqlTextOptionFlushHeader,omitempty"` // Indicates whether to ignore the first N rows of the table header. // // example: // // 1 OdpsTextOptionHeaderLinesCount *int64 `json:"odpsTextOptionHeaderLinesCount,omitempty" xml:"odpsTextOptionHeaderLinesCount,omitempty"` // The owner of the table. // // example: // // 1887853961230110 Owner *string `json:"owner,omitempty" xml:"owner,omitempty"` // The information about the partition column. PartitionColumns []*ListTablesResponseBodyDataTablesPartitionColumns `json:"partitionColumns,omitempty" xml:"partitionColumns,omitempty" type:"Repeated"` // The physical size of the table. // // example: // // 2763 PhysicalSize *int64 `json:"physicalSize,omitempty" xml:"physicalSize,omitempty"` // The name of the project. // // example: // // projectA ProjectName *string `json:"projectName,omitempty" xml:"projectName,omitempty"` // Indicates whether to enable the query rewrite operation that is performed based on the materialized view. // // example: // // false RewriteEnabled *bool `json:"rewriteEnabled,omitempty" xml:"rewriteEnabled,omitempty"` // The schema to which the table belongs. // // example: // // default Schema *string `json:"schema,omitempty" xml:"schema,omitempty"` // The size of the table. // // example: // // 5372 Size *int64 `json:"size,omitempty" xml:"size,omitempty"` // The extractor of the external table. // // example: // // com.aliyun.odps.CsvStorageHandler StorageHandler *string `json:"storageHandler,omitempty" xml:"storageHandler,omitempty"` // The description of the table. // // example: // // sale_detail TableComment *string `json:"tableComment,omitempty" xml:"tableComment,omitempty"` // The security level of the table. // // example: // // 0 TableLabel *string `json:"tableLabel,omitempty" xml:"tableLabel,omitempty"` // The name of the Tablestore table that you want MaxCompute to access. // // example: // // ots_tpch_orders TablesotreTableName *string `json:"tablesotreTableName,omitempty" xml:"tablesotreTableName,omitempty"` // The columns of the Tablestore table that you want MaxCompute to access. The columns include primary key columns and attribute columns. // // example: // // :o_orderkey,:o_orderdate,o_custkey,o_orderstatus,o_totalprice TablestoreColumnsMapping *string `json:"tablestoreColumnsMapping,omitempty" xml:"tablestoreColumnsMapping,omitempty"` // The type of the table. // // example: // // internal Type *string `json:"type,omitempty" xml:"type,omitempty"` // The statement that is used to generate the view. // // example: // // select shop_name, sum(total_price) // // from sale_detail group by shop_name ViewText *string `json:"viewText,omitempty" xml:"viewText,omitempty"` }
func (ListTablesResponseBodyDataTables) GoString ¶
func (s ListTablesResponseBodyDataTables) GoString() string
func (*ListTablesResponseBodyDataTables) SetAutoRefreshEnabled ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetAutoRefreshEnabled(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetCreateTableDDL ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetCreateTableDDL(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetCreationTime ¶
func (s *ListTablesResponseBodyDataTables) SetCreationTime(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetDisplayName ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetDisplayName(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetFileNum ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetFileNum(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetIsExternalTable ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetIsExternalTable(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetIsOutdated ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetIsOutdated(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetLastAccessTime ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetLastAccessTime(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetLastDDLTime ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetLastDDLTime(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetLastModifiedTime ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetLastModifiedTime(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetLifecycle ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetLifecycle(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetLocation ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetLocation(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetMaterializedView ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetMaterializedView(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetName ¶
func (s *ListTablesResponseBodyDataTables) SetName(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetNativeColumns ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetNativeColumns(v []*ListTablesResponseBodyDataTablesNativeColumns) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetOdpsPropertiesRolearn ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetOdpsPropertiesRolearn(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetOdpsSqlTextOptionFlushHeader ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetOdpsSqlTextOptionFlushHeader(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetOdpsTextOptionHeaderLinesCount ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetOdpsTextOptionHeaderLinesCount(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetOwner ¶
func (s *ListTablesResponseBodyDataTables) SetOwner(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetPartitionColumns ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetPartitionColumns(v []*ListTablesResponseBodyDataTablesPartitionColumns) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetPhysicalSize ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetPhysicalSize(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetProjectName ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetProjectName(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetRewriteEnabled ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetRewriteEnabled(v bool) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetSchema ¶
func (s *ListTablesResponseBodyDataTables) SetSchema(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetSize ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetSize(v int64) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetStorageHandler ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetStorageHandler(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetTableComment ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetTableComment(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetTableLabel ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetTableLabel(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetTablesotreTableName ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetTablesotreTableName(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetTablestoreColumnsMapping ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetTablestoreColumnsMapping(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetType ¶
func (s *ListTablesResponseBodyDataTables) SetType(v string) *ListTablesResponseBodyDataTables
func (*ListTablesResponseBodyDataTables) SetViewText ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTables) SetViewText(v string) *ListTablesResponseBodyDataTables
func (ListTablesResponseBodyDataTables) String ¶
func (s ListTablesResponseBodyDataTables) String() string
type ListTablesResponseBodyDataTablesNativeColumns ¶ added in v1.1.1
type ListTablesResponseBodyDataTablesNativeColumns struct { // The remarks. // // example: // // Store name Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // The security level of the column. // // example: // // 0 Label *string `json:"label,omitempty" xml:"label,omitempty"` // The name of the column. // // example: // // shop_name Name *string `json:"name,omitempty" xml:"name,omitempty"` // The type of the column. // // example: // // STRING Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListTablesResponseBodyDataTablesNativeColumns) GoString ¶ added in v1.1.1
func (s ListTablesResponseBodyDataTablesNativeColumns) GoString() string
func (*ListTablesResponseBodyDataTablesNativeColumns) SetComment ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTablesNativeColumns) SetComment(v string) *ListTablesResponseBodyDataTablesNativeColumns
func (*ListTablesResponseBodyDataTablesNativeColumns) SetLabel ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTablesNativeColumns) SetLabel(v string) *ListTablesResponseBodyDataTablesNativeColumns
func (*ListTablesResponseBodyDataTablesNativeColumns) SetName ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTablesNativeColumns) SetName(v string) *ListTablesResponseBodyDataTablesNativeColumns
func (*ListTablesResponseBodyDataTablesNativeColumns) SetType ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTablesNativeColumns) SetType(v string) *ListTablesResponseBodyDataTablesNativeColumns
func (ListTablesResponseBodyDataTablesNativeColumns) String ¶ added in v1.1.1
func (s ListTablesResponseBodyDataTablesNativeColumns) String() string
type ListTablesResponseBodyDataTablesPartitionColumns ¶ added in v1.1.1
type ListTablesResponseBodyDataTablesPartitionColumns struct { // The remarks. // // example: // // Sale date Comment *string `json:"comment,omitempty" xml:"comment,omitempty"` // The security level of the partition column. // // example: // // 0 Label *string `json:"label,omitempty" xml:"label,omitempty"` // The name of the partition column. // // example: // // sale_date Name *string `json:"name,omitempty" xml:"name,omitempty"` // The type of the partition column. // // example: // // STRING Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListTablesResponseBodyDataTablesPartitionColumns) GoString ¶ added in v1.1.1
func (s ListTablesResponseBodyDataTablesPartitionColumns) GoString() string
func (*ListTablesResponseBodyDataTablesPartitionColumns) SetComment ¶ added in v1.1.1
func (s *ListTablesResponseBodyDataTablesPartitionColumns) SetComment(v string) *ListTablesResponseBodyDataTablesPartitionColumns
func (ListTablesResponseBodyDataTablesPartitionColumns) String ¶ added in v1.1.1
func (s ListTablesResponseBodyDataTablesPartitionColumns) String() string
type ListUsersByRoleResponse ¶
type ListUsersByRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListUsersByRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListUsersByRoleResponse) GoString ¶
func (s ListUsersByRoleResponse) GoString() string
func (*ListUsersByRoleResponse) SetBody ¶
func (s *ListUsersByRoleResponse) SetBody(v *ListUsersByRoleResponseBody) *ListUsersByRoleResponse
func (*ListUsersByRoleResponse) SetHeaders ¶
func (s *ListUsersByRoleResponse) SetHeaders(v map[string]*string) *ListUsersByRoleResponse
func (*ListUsersByRoleResponse) SetStatusCode ¶
func (s *ListUsersByRoleResponse) SetStatusCode(v int32) *ListUsersByRoleResponse
func (ListUsersByRoleResponse) String ¶
func (s ListUsersByRoleResponse) String() string
type ListUsersByRoleResponseBody ¶
type ListUsersByRoleResponseBody struct { // The returned data. Data *ListUsersByRoleResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0be3e0bb16654558425251398e27a9 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListUsersByRoleResponseBody) GoString ¶
func (s ListUsersByRoleResponseBody) GoString() string
func (*ListUsersByRoleResponseBody) SetData ¶
func (s *ListUsersByRoleResponseBody) SetData(v *ListUsersByRoleResponseBodyData) *ListUsersByRoleResponseBody
func (*ListUsersByRoleResponseBody) SetRequestId ¶
func (s *ListUsersByRoleResponseBody) SetRequestId(v string) *ListUsersByRoleResponseBody
func (ListUsersByRoleResponseBody) String ¶
func (s ListUsersByRoleResponseBody) String() string
type ListUsersByRoleResponseBodyData ¶
type ListUsersByRoleResponseBodyData struct { // The users. Users []*ListUsersByRoleResponseBodyDataUsers `json:"users,omitempty" xml:"users,omitempty" type:"Repeated"` }
func (ListUsersByRoleResponseBodyData) GoString ¶
func (s ListUsersByRoleResponseBodyData) GoString() string
func (*ListUsersByRoleResponseBodyData) SetUsers ¶
func (s *ListUsersByRoleResponseBodyData) SetUsers(v []*ListUsersByRoleResponseBodyDataUsers) *ListUsersByRoleResponseBodyData
func (ListUsersByRoleResponseBodyData) String ¶
func (s ListUsersByRoleResponseBodyData) String() string
type ListUsersByRoleResponseBodyDataUsers ¶
type ListUsersByRoleResponseBodyDataUsers struct { // The name of the user. // // example: // // ALIYUN${account_name} Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListUsersByRoleResponseBodyDataUsers) GoString ¶
func (s ListUsersByRoleResponseBodyDataUsers) GoString() string
func (*ListUsersByRoleResponseBodyDataUsers) SetName ¶
func (s *ListUsersByRoleResponseBodyDataUsers) SetName(v string) *ListUsersByRoleResponseBodyDataUsers
func (ListUsersByRoleResponseBodyDataUsers) String ¶
func (s ListUsersByRoleResponseBodyDataUsers) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { // The number of the page to return. // // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries to return on each page. // // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListUsersRequest) GoString ¶
func (s ListUsersRequest) GoString() string
func (*ListUsersRequest) SetPageNumber ¶
func (s *ListUsersRequest) SetPageNumber(v int32) *ListUsersRequest
func (*ListUsersRequest) SetPageSize ¶
func (s *ListUsersRequest) SetPageSize(v int32) *ListUsersRequest
func (ListUsersRequest) String ¶
func (s ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListUsersResponse) GoString ¶
func (s ListUsersResponse) GoString() string
func (*ListUsersResponse) SetBody ¶
func (s *ListUsersResponse) SetBody(v *ListUsersResponseBody) *ListUsersResponse
func (*ListUsersResponse) SetHeaders ¶
func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse
func (*ListUsersResponse) SetStatusCode ¶
func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse
func (ListUsersResponse) String ¶
func (s ListUsersResponse) String() string
type ListUsersResponseBody ¶
type ListUsersResponseBody struct { // The returned data. Data *ListUsersResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // The ID of the request. // // example: // // 0a06dd4816687424611405643e3730 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListUsersResponseBody) GoString ¶
func (s ListUsersResponseBody) GoString() string
func (*ListUsersResponseBody) SetData ¶
func (s *ListUsersResponseBody) SetData(v *ListUsersResponseBodyData) *ListUsersResponseBody
func (*ListUsersResponseBody) SetRequestId ¶
func (s *ListUsersResponseBody) SetRequestId(v string) *ListUsersResponseBody
func (ListUsersResponseBody) String ¶
func (s ListUsersResponseBody) String() string
type ListUsersResponseBodyData ¶
type ListUsersResponseBodyData struct { // The page number of the returned page. // // example: // // 2 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // The number of entries returned per page. // // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // The total number of returned entries. // // example: // // 64 TotalCount *int32 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` // The users. Users []*ListUsersResponseBodyDataUsers `json:"users,omitempty" xml:"users,omitempty" type:"Repeated"` }
func (ListUsersResponseBodyData) GoString ¶
func (s ListUsersResponseBodyData) GoString() string
func (*ListUsersResponseBodyData) SetPageNumber ¶
func (s *ListUsersResponseBodyData) SetPageNumber(v int32) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetPageSize ¶
func (s *ListUsersResponseBodyData) SetPageSize(v int32) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetTotalCount ¶
func (s *ListUsersResponseBodyData) SetTotalCount(v int32) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUsers ¶
func (s *ListUsersResponseBodyData) SetUsers(v []*ListUsersResponseBodyDataUsers) *ListUsersResponseBodyData
func (ListUsersResponseBodyData) String ¶
func (s ListUsersResponseBodyData) String() string
type ListUsersResponseBodyDataUsers ¶
type ListUsersResponseBodyDataUsers struct { // The ID of the Alibaba Cloud account. // // example: // // 167835629082 AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` // The username of the account. // // example: // // Bob@ AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` // The type of the account. // // example: // // ALIYUN AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"` // The display name. // // example: // // Bob DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` // The ID of the tenant. // // example: // // 1567253789 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (ListUsersResponseBodyDataUsers) GoString ¶
func (s ListUsersResponseBodyDataUsers) GoString() string
func (*ListUsersResponseBodyDataUsers) SetAccountId ¶
func (s *ListUsersResponseBodyDataUsers) SetAccountId(v string) *ListUsersResponseBodyDataUsers
func (*ListUsersResponseBodyDataUsers) SetAccountName ¶
func (s *ListUsersResponseBodyDataUsers) SetAccountName(v string) *ListUsersResponseBodyDataUsers
func (*ListUsersResponseBodyDataUsers) SetAccountType ¶
func (s *ListUsersResponseBodyDataUsers) SetAccountType(v string) *ListUsersResponseBodyDataUsers
func (*ListUsersResponseBodyDataUsers) SetDisplayName ¶
func (s *ListUsersResponseBodyDataUsers) SetDisplayName(v string) *ListUsersResponseBodyDataUsers
func (*ListUsersResponseBodyDataUsers) SetTenantId ¶
func (s *ListUsersResponseBodyDataUsers) SetTenantId(v string) *ListUsersResponseBodyDataUsers
func (ListUsersResponseBodyDataUsers) String ¶
func (s ListUsersResponseBodyDataUsers) String() string
type UpdatePackageRequest ¶
type UpdatePackageRequest struct { // The request body parameters. // // example: // // { // // "add": { // // "allowedProjectList": [ // // { // // "label": "2", // // "project": "project_name" // // } // // ], // // "resourceList": { // // "table": [ // // { // // "name": "table_name", // // "actions": [ // // "Describe", // // "Select" // // ] // // }, // // { // // "name": "table_name", // // "actions": [ // // "Describe", // // "Select" // // ] // // } // // ], // // "resource": [ // // { // // "name": "", // // "actions": [] // // }, // // { // // "name": "", // // "actions": [] // // } // // ], // // "function": [ // // { // // "name": "", // // "actions": [] // // }, // // { // // "name": "", // // "actions": [] // // } // // ] // // } // // }, // // "remove": { // // "allowedProjectList": [ // // { // // "project": "project_name" // // }, // // { // // "project": "project_2" // // } // // ], // // "resourceList": { // // "table": [ // // { // // "name": "table_name" // // }, // // { // // "name": "table_name" // // } // // ], // // "resource": [ // // { // // "name": "" // // }, // // { // // "name": "" // // } // // ], // // "function": [ // // { // // "name": "" // // }, // // { // // "name": "" // // } // // ] // // } // // } // // } Body *string `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdatePackageRequest) GoString ¶
func (s UpdatePackageRequest) GoString() string
func (*UpdatePackageRequest) SetBody ¶
func (s *UpdatePackageRequest) SetBody(v string) *UpdatePackageRequest
func (UpdatePackageRequest) String ¶
func (s UpdatePackageRequest) String() string
type UpdatePackageResponse ¶
type UpdatePackageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdatePackageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdatePackageResponse) GoString ¶
func (s UpdatePackageResponse) GoString() string
func (*UpdatePackageResponse) SetBody ¶
func (s *UpdatePackageResponse) SetBody(v *UpdatePackageResponseBody) *UpdatePackageResponse
func (*UpdatePackageResponse) SetHeaders ¶
func (s *UpdatePackageResponse) SetHeaders(v map[string]*string) *UpdatePackageResponse
func (*UpdatePackageResponse) SetStatusCode ¶
func (s *UpdatePackageResponse) SetStatusCode(v int32) *UpdatePackageResponse
func (UpdatePackageResponse) String ¶
func (s UpdatePackageResponse) String() string
type UpdatePackageResponseBody ¶
type UpdatePackageResponseBody struct { // The returned data. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0bc1ec4016697018733156991e0888 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdatePackageResponseBody) GoString ¶
func (s UpdatePackageResponseBody) GoString() string
func (*UpdatePackageResponseBody) SetData ¶
func (s *UpdatePackageResponseBody) SetData(v string) *UpdatePackageResponseBody
func (*UpdatePackageResponseBody) SetRequestId ¶
func (s *UpdatePackageResponseBody) SetRequestId(v string) *UpdatePackageResponseBody
func (UpdatePackageResponseBody) String ¶
func (s UpdatePackageResponseBody) String() string
type UpdateProjectIpWhiteListRequest ¶
type UpdateProjectIpWhiteListRequest struct { // The request body parameters. // // example: // // json {"ipWhiteList":{"ipList": "", // The IP address whitelists are of the STRING data type. Separate multiple IP address whitelists with commas (,). "vpcIpList": "", //} } Body *string `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateProjectIpWhiteListRequest) GoString ¶
func (s UpdateProjectIpWhiteListRequest) GoString() string
func (*UpdateProjectIpWhiteListRequest) SetBody ¶
func (s *UpdateProjectIpWhiteListRequest) SetBody(v string) *UpdateProjectIpWhiteListRequest
func (UpdateProjectIpWhiteListRequest) String ¶
func (s UpdateProjectIpWhiteListRequest) String() string
type UpdateProjectIpWhiteListResponse ¶
type UpdateProjectIpWhiteListResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateProjectIpWhiteListResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateProjectIpWhiteListResponse) GoString ¶
func (s UpdateProjectIpWhiteListResponse) GoString() string
func (*UpdateProjectIpWhiteListResponse) SetBody ¶
func (s *UpdateProjectIpWhiteListResponse) SetBody(v *UpdateProjectIpWhiteListResponseBody) *UpdateProjectIpWhiteListResponse
func (*UpdateProjectIpWhiteListResponse) SetHeaders ¶
func (s *UpdateProjectIpWhiteListResponse) SetHeaders(v map[string]*string) *UpdateProjectIpWhiteListResponse
func (*UpdateProjectIpWhiteListResponse) SetStatusCode ¶
func (s *UpdateProjectIpWhiteListResponse) SetStatusCode(v int32) *UpdateProjectIpWhiteListResponse
func (UpdateProjectIpWhiteListResponse) String ¶
func (s UpdateProjectIpWhiteListResponse) String() string
type UpdateProjectIpWhiteListResponseBody ¶
type UpdateProjectIpWhiteListResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0bc12e4316675560945192024e1044 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateProjectIpWhiteListResponseBody) GoString ¶
func (s UpdateProjectIpWhiteListResponseBody) GoString() string
func (*UpdateProjectIpWhiteListResponseBody) SetData ¶
func (s *UpdateProjectIpWhiteListResponseBody) SetData(v string) *UpdateProjectIpWhiteListResponseBody
func (*UpdateProjectIpWhiteListResponseBody) SetRequestId ¶
func (s *UpdateProjectIpWhiteListResponseBody) SetRequestId(v string) *UpdateProjectIpWhiteListResponseBody
func (UpdateProjectIpWhiteListResponseBody) String ¶
func (s UpdateProjectIpWhiteListResponseBody) String() string
type UpdateQuotaHeaders ¶
type UpdateQuotaHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` // The trusted AccessKey pairs. // // example: // // null AkProven *string `json:"AkProven,omitempty" xml:"AkProven,omitempty"` }
func (UpdateQuotaHeaders) GoString ¶
func (s UpdateQuotaHeaders) GoString() string
func (*UpdateQuotaHeaders) SetAkProven ¶
func (s *UpdateQuotaHeaders) SetAkProven(v string) *UpdateQuotaHeaders
func (*UpdateQuotaHeaders) SetCommonHeaders ¶
func (s *UpdateQuotaHeaders) SetCommonHeaders(v map[string]*string) *UpdateQuotaHeaders
func (UpdateQuotaHeaders) String ¶
func (s UpdateQuotaHeaders) String() string
type UpdateQuotaPlanRequest ¶
type UpdateQuotaPlanRequest struct { // The request body parameters. // // example: // // { "name": "planA", // The quota is a level-1 quota. You can select only the fields that are related to the quota plan. "quota": { "name": "a", "nickName": "aaa_nick", "tenantId": "10001", "regionId": "cn-hangzhou", "parentId": "0", "cluster": "AT-ODPS-TEST3", "parameter": { "minCU": 40, "maxCU": 40, "adhocCU": 0, "elasticMinCU": 40, "elasticMaxCU": 40, "enablePreemptiveScheduling": false, "forceReservedMin":true, "enablePriority":false, "singleJobCULimit":100, "adhocQuotaBeginTimeInSec": 1345, "adhocQuotaEndTimeInSec": 1234, "ignoreAdhocQuota":false }, "subQuotaInfoList": [ { "nickName": "WlmFuxiSecondaryOnlineQuotaTest", "name": "WlmFuxiSecondaryOnlineQuotaTest", "type": "FUXI_ONLINE", "tenantId": "10001", "regionId": "cn-hangzhou", "cluster": "AT-ODPS-TEST3", "parameter": { "minCU": 40, "maxCU": 40, "adhocCU": 0, "elasticMinCU": 40, "elasticMaxCU": 40, "enablePreemptiveScheduling": false, "forceReservedMin":true, "enablePriority":false, "singleJobCULimit":100, "adhocQuotaBeginTimeInSec": 1345, "adhocQuotaEndTimeInSec": 1234, "ignoreAdhocQuota":false } } ] } } Body *string `json:"body,omitempty" xml:"body,omitempty"` // The ID of the region. // // example: // // cn-hangzhou Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (UpdateQuotaPlanRequest) GoString ¶
func (s UpdateQuotaPlanRequest) GoString() string
func (*UpdateQuotaPlanRequest) SetBody ¶
func (s *UpdateQuotaPlanRequest) SetBody(v string) *UpdateQuotaPlanRequest
func (*UpdateQuotaPlanRequest) SetRegion ¶
func (s *UpdateQuotaPlanRequest) SetRegion(v string) *UpdateQuotaPlanRequest
func (*UpdateQuotaPlanRequest) SetTenantId ¶
func (s *UpdateQuotaPlanRequest) SetTenantId(v string) *UpdateQuotaPlanRequest
func (UpdateQuotaPlanRequest) String ¶
func (s UpdateQuotaPlanRequest) String() string
type UpdateQuotaPlanResponse ¶
type UpdateQuotaPlanResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateQuotaPlanResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateQuotaPlanResponse) GoString ¶
func (s UpdateQuotaPlanResponse) GoString() string
func (*UpdateQuotaPlanResponse) SetBody ¶
func (s *UpdateQuotaPlanResponse) SetBody(v *UpdateQuotaPlanResponseBody) *UpdateQuotaPlanResponse
func (*UpdateQuotaPlanResponse) SetHeaders ¶
func (s *UpdateQuotaPlanResponse) SetHeaders(v map[string]*string) *UpdateQuotaPlanResponse
func (*UpdateQuotaPlanResponse) SetStatusCode ¶
func (s *UpdateQuotaPlanResponse) SetStatusCode(v int32) *UpdateQuotaPlanResponse
func (UpdateQuotaPlanResponse) String ¶
func (s UpdateQuotaPlanResponse) String() string
type UpdateQuotaPlanResponseBody ¶
type UpdateQuotaPlanResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0a06dfe516688379832875789e2c65 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateQuotaPlanResponseBody) GoString ¶
func (s UpdateQuotaPlanResponseBody) GoString() string
func (*UpdateQuotaPlanResponseBody) SetData ¶
func (s *UpdateQuotaPlanResponseBody) SetData(v string) *UpdateQuotaPlanResponseBody
func (*UpdateQuotaPlanResponseBody) SetRequestId ¶
func (s *UpdateQuotaPlanResponseBody) SetRequestId(v string) *UpdateQuotaPlanResponseBody
func (UpdateQuotaPlanResponseBody) String ¶
func (s UpdateQuotaPlanResponseBody) String() string
type UpdateQuotaRequest ¶
type UpdateQuotaRequest struct { // The request body parameter. // // example: // // { // // "id": "0", // // "name": "a", // // "nickName": "VIRTUAL", // // "type": "", // // "status": "ON", // // "tenantId": "10001", // // "regionId": "cn-hangzhou", // // "parentId": "0", // // "cluster": "AT-ODPS-TEST3", // // "version": "", // // "billingPolicy": { // // "odpsSpecCode": "", // // "billingMethod": "subscription" // // }, // // "parameter": { // // "minCU": 40, // // "maxCU": 40, // // "adhocCU": 0, // // "elasticMinCU": 40, // // "elasticMaxCU": 40, // // "enablePreemptiveScheduling": false, // // "forceReservedMin": true, // // "enablePriority": false, // // "singleJobCULimit": 100, // // "adhocQuotaBeginTimeInSec": 1345, // // "adhocQuotaEndTimeInSec": 1234, // // "ignoreAdhocQuota": false // // }, // // "subQuotaInfoList": [ // // { // // "id": "1000048", // // "nickName": "WlmFuxiSecondaryOnlineQuotaTest", // // "name": "WlmFuxiSecondaryOnlineQuotaTest", // // "type": "FUXI_ONLINE", // // "status": "ON", // // "tenantId": "10001", // // "regionId": "cn-hangzhou", // // "parentId": "0", // // "cluster": "AT-ODPS-TEST3", // // "version": "", // // "billingPolicy": { // // "odpsSpecCode": "", // // "billingMethod": "subscription" // // }, // // "parameter": { // // "minCU": 40, // // "maxCU": 40, // // "adhocCU": 0, // // "elasticMinCU": 40, // // "elasticMaxCU": 40, // // "enablePreemptiveScheduling": false, // // "forceReservedMin": true, // // "enablePriority": false, // // "singleJobCULimit": 100, // // "adhocQuotaBeginTimeInSec": 1345, // // "adhocQuotaEndTimeInSec": 1234, // // "ignoreAdhocQuota": false // // } // // } // // ] // // } Body *string `json:"body,omitempty" xml:"body,omitempty"` // The region ID. // // example: // // cn-shanghai Region *string `json:"region,omitempty" xml:"region,omitempty"` // The tenant ID. // // example: // // 196871833188896 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (UpdateQuotaRequest) GoString ¶
func (s UpdateQuotaRequest) GoString() string
func (*UpdateQuotaRequest) SetBody ¶
func (s *UpdateQuotaRequest) SetBody(v string) *UpdateQuotaRequest
func (*UpdateQuotaRequest) SetRegion ¶
func (s *UpdateQuotaRequest) SetRegion(v string) *UpdateQuotaRequest
func (*UpdateQuotaRequest) SetTenantId ¶
func (s *UpdateQuotaRequest) SetTenantId(v string) *UpdateQuotaRequest
func (UpdateQuotaRequest) String ¶
func (s UpdateQuotaRequest) String() string
type UpdateQuotaResponse ¶
type UpdateQuotaResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateQuotaResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateQuotaResponse) GoString ¶
func (s UpdateQuotaResponse) GoString() string
func (*UpdateQuotaResponse) SetBody ¶
func (s *UpdateQuotaResponse) SetBody(v *UpdateQuotaResponseBody) *UpdateQuotaResponse
func (*UpdateQuotaResponse) SetHeaders ¶
func (s *UpdateQuotaResponse) SetHeaders(v map[string]*string) *UpdateQuotaResponse
func (*UpdateQuotaResponse) SetStatusCode ¶
func (s *UpdateQuotaResponse) SetStatusCode(v int32) *UpdateQuotaResponse
func (UpdateQuotaResponse) String ¶
func (s UpdateQuotaResponse) String() string
type UpdateQuotaResponseBody ¶
type UpdateQuotaResponseBody struct { // The returned data. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The request ID. // // example: // // 0bc12e6a16679892465424670db3eb RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateQuotaResponseBody) GoString ¶
func (s UpdateQuotaResponseBody) GoString() string
func (*UpdateQuotaResponseBody) SetData ¶
func (s *UpdateQuotaResponseBody) SetData(v string) *UpdateQuotaResponseBody
func (*UpdateQuotaResponseBody) SetRequestId ¶
func (s *UpdateQuotaResponseBody) SetRequestId(v string) *UpdateQuotaResponseBody
func (UpdateQuotaResponseBody) String ¶
func (s UpdateQuotaResponseBody) String() string
type UpdateQuotaScheduleRequest ¶
type UpdateQuotaScheduleRequest struct { // The request body parameters. // // example: // // \\# The quota plan immediately takes effect. [ { "type": "once", "plan": "planA", "operator":"userA" } ] # The quota plan is scheduled on a regular basis. [ { "id": "etl_time", "type": "daily", "condition": { "at": "0800", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planA" }, { "id": "bi", "type": "daily", "condition": { "at": "0900", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planB" }, ] Body *string `json:"body,omitempty" xml:"body,omitempty"` // The ID of the region. // // example: // // cn-chengdu Region *string `json:"region,omitempty" xml:"region,omitempty"` // The ID of the tenant. // // example: // // 478403690625249 TenantId *string `json:"tenantId,omitempty" xml:"tenantId,omitempty"` }
func (UpdateQuotaScheduleRequest) GoString ¶
func (s UpdateQuotaScheduleRequest) GoString() string
func (*UpdateQuotaScheduleRequest) SetBody ¶
func (s *UpdateQuotaScheduleRequest) SetBody(v string) *UpdateQuotaScheduleRequest
func (*UpdateQuotaScheduleRequest) SetRegion ¶
func (s *UpdateQuotaScheduleRequest) SetRegion(v string) *UpdateQuotaScheduleRequest
func (*UpdateQuotaScheduleRequest) SetTenantId ¶
func (s *UpdateQuotaScheduleRequest) SetTenantId(v string) *UpdateQuotaScheduleRequest
func (UpdateQuotaScheduleRequest) String ¶
func (s UpdateQuotaScheduleRequest) String() string
type UpdateQuotaScheduleResponse ¶
type UpdateQuotaScheduleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateQuotaScheduleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateQuotaScheduleResponse) GoString ¶
func (s UpdateQuotaScheduleResponse) GoString() string
func (*UpdateQuotaScheduleResponse) SetBody ¶
func (s *UpdateQuotaScheduleResponse) SetBody(v *UpdateQuotaScheduleResponseBody) *UpdateQuotaScheduleResponse
func (*UpdateQuotaScheduleResponse) SetHeaders ¶
func (s *UpdateQuotaScheduleResponse) SetHeaders(v map[string]*string) *UpdateQuotaScheduleResponse
func (*UpdateQuotaScheduleResponse) SetStatusCode ¶
func (s *UpdateQuotaScheduleResponse) SetStatusCode(v int32) *UpdateQuotaScheduleResponse
func (UpdateQuotaScheduleResponse) String ¶
func (s UpdateQuotaScheduleResponse) String() string
type UpdateQuotaScheduleResponseBody ¶
type UpdateQuotaScheduleResponseBody struct { // The returned result. // // example: // // success Data *string `json:"data,omitempty" xml:"data,omitempty"` // The ID of the request. // // example: // // 0a06dfe516691014920015940e1c9d RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateQuotaScheduleResponseBody) GoString ¶
func (s UpdateQuotaScheduleResponseBody) GoString() string
func (*UpdateQuotaScheduleResponseBody) SetData ¶
func (s *UpdateQuotaScheduleResponseBody) SetData(v string) *UpdateQuotaScheduleResponseBody
func (*UpdateQuotaScheduleResponseBody) SetRequestId ¶
func (s *UpdateQuotaScheduleResponseBody) SetRequestId(v string) *UpdateQuotaScheduleResponseBody
func (UpdateQuotaScheduleResponseBody) String ¶
func (s UpdateQuotaScheduleResponseBody) String() string