dataworks_public

package
v1.62.411 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var EndpointMap map[string]string

EndpointMap Endpoint Data

View Source
var EndpointType = "regional"

EndpointType regional or central

Functions ¶

func GetEndpointMap ¶

func GetEndpointMap() map[string]string

GetEndpointMap Get Endpoint Data Map

func GetEndpointType ¶

func GetEndpointType() string

GetEndpointType Get Endpoint Type Value

func SetClientProperty ¶

func SetClientProperty(client *Client, propertyName string, propertyValue interface{})

SetClientProperty Set Property by Reflect

func SetEndpointDataToClient ¶

func SetEndpointDataToClient(client *Client)

SetEndpointDataToClient Set EndpointMap and ENdpointType

Types ¶

type AbolishDataServiceApiRequest ¶

type AbolishDataServiceApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

AbolishDataServiceApiRequest is the request struct for api AbolishDataServiceApi

func CreateAbolishDataServiceApiRequest ¶

func CreateAbolishDataServiceApiRequest() (request *AbolishDataServiceApiRequest)

CreateAbolishDataServiceApiRequest creates a request to invoke AbolishDataServiceApi API

type AbolishDataServiceApiResponse ¶

type AbolishDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

AbolishDataServiceApiResponse is the response struct for api AbolishDataServiceApi

func CreateAbolishDataServiceApiResponse ¶

func CreateAbolishDataServiceApiResponse() (response *AbolishDataServiceApiResponse)

CreateAbolishDataServiceApiResponse creates a response to parse from AbolishDataServiceApi response

type Actions ¶ added in v1.61.1068

type Actions struct {
	Actions []string `json:"Actions" xml:"Actions"`
}

Actions is a nested struct in dataworks_public response

type AddMetaCollectionEntityRequest ¶ added in v1.62.95

type AddMetaCollectionEntityRequest struct {
	*requests.RpcRequest
	EntityQualifiedName     string `position:"Query" name:"EntityQualifiedName"`
	CollectionQualifiedName string `position:"Query" name:"CollectionQualifiedName"`
}

AddMetaCollectionEntityRequest is the request struct for api AddMetaCollectionEntity

func CreateAddMetaCollectionEntityRequest ¶ added in v1.62.95

func CreateAddMetaCollectionEntityRequest() (request *AddMetaCollectionEntityRequest)

CreateAddMetaCollectionEntityRequest creates a request to invoke AddMetaCollectionEntity API

type AddMetaCollectionEntityResponse ¶ added in v1.62.95

type AddMetaCollectionEntityResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Status         bool   `json:"Status" xml:"Status"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

AddMetaCollectionEntityResponse is the response struct for api AddMetaCollectionEntity

func CreateAddMetaCollectionEntityResponse ¶ added in v1.62.95

func CreateAddMetaCollectionEntityResponse() (response *AddMetaCollectionEntityResponse)

CreateAddMetaCollectionEntityResponse creates a response to parse from AddMetaCollectionEntity response

type AddProjectMemberToRoleRequest ¶ added in v1.61.386

type AddProjectMemberToRoleRequest struct {
	*requests.RpcRequest
	RoleCode    string           `position:"Query" name:"RoleCode"`
	ClientToken string           `position:"Query" name:"ClientToken"`
	UserId      string           `position:"Query" name:"UserId"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

AddProjectMemberToRoleRequest is the request struct for api AddProjectMemberToRole

func CreateAddProjectMemberToRoleRequest ¶ added in v1.61.386

func CreateAddProjectMemberToRoleRequest() (request *AddProjectMemberToRoleRequest)

CreateAddProjectMemberToRoleRequest creates a request to invoke AddProjectMemberToRole API

type AddProjectMemberToRoleResponse ¶ added in v1.61.386

type AddProjectMemberToRoleResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddProjectMemberToRoleResponse is the response struct for api AddProjectMemberToRole

func CreateAddProjectMemberToRoleResponse ¶ added in v1.61.386

func CreateAddProjectMemberToRoleResponse() (response *AddProjectMemberToRoleResponse)

CreateAddProjectMemberToRoleResponse creates a response to parse from AddProjectMemberToRole response

type AddToMetaCategoryRequest ¶

type AddToMetaCategoryRequest struct {
	*requests.RpcRequest
	TableGuid  string           `position:"Query" name:"TableGuid"`
	CategoryId requests.Integer `position:"Query" name:"CategoryId"`
}

AddToMetaCategoryRequest is the request struct for api AddToMetaCategory

func CreateAddToMetaCategoryRequest ¶

func CreateAddToMetaCategoryRequest() (request *AddToMetaCategoryRequest)

CreateAddToMetaCategoryRequest creates a request to invoke AddToMetaCategory API

type AddToMetaCategoryResponse ¶

type AddToMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

AddToMetaCategoryResponse is the response struct for api AddToMetaCategory

func CreateAddToMetaCategoryResponse ¶

func CreateAddToMetaCategoryResponse() (response *AddToMetaCategoryResponse)

CreateAddToMetaCategoryResponse creates a response to parse from AddToMetaCategory response

type AlertMessages ¶

type AlertMessages struct {
	AlertMessagesItem []AlertMessagesItem `json:"AlertMessages" xml:"AlertMessages"`
}

AlertMessages is a nested struct in dataworks_public response

type AlertMessagesItem ¶

type AlertMessagesItem struct {
	RemindId           int64           `json:"RemindId" xml:"RemindId"`
	AlertMessageStatus string          `json:"AlertMessageStatus" xml:"AlertMessageStatus"`
	AlertUser          string          `json:"AlertUser" xml:"AlertUser"`
	AlertTime          int64           `json:"AlertTime" xml:"AlertTime"`
	AlertMethod        string          `json:"AlertMethod" xml:"AlertMethod"`
	Source             string          `json:"Source" xml:"Source"`
	Content            string          `json:"Content" xml:"Content"`
	RemindName         string          `json:"RemindName" xml:"RemindName"`
	AlertId            int64           `json:"AlertId" xml:"AlertId"`
	SlaAlert           SlaAlert        `json:"SlaAlert" xml:"SlaAlert"`
	Instances          []InstancesItem `json:"Instances" xml:"Instances"`
	Topics             []TopicsItem    `json:"Topics" xml:"Topics"`
	Nodes              []NodesItem     `json:"Nodes" xml:"Nodes"`
}

AlertMessagesItem is a nested struct in dataworks_public response

type AlertMethodsInGetBaseline ¶ added in v1.62.16

type AlertMethodsInGetBaseline struct {
	AlertMethod []string `json:"AlertMethod" xml:"AlertMethod"`
}

AlertMethodsInGetBaseline is a nested struct in dataworks_public response

type AlertMethodsInGetRemind ¶

type AlertMethodsInGetRemind struct {
	AlertMethods []string `json:"AlertMethods" xml:"AlertMethods"`
}

AlertMethodsInGetRemind is a nested struct in dataworks_public response

type AlertMethodsInListReminds ¶

type AlertMethodsInListReminds struct {
	AlertMethods []string `json:"AlertMethods" xml:"AlertMethods"`
}

AlertMethodsInListReminds is a nested struct in dataworks_public response

type AlertSetting ¶ added in v1.62.16

type AlertSetting struct {
	AlertType            string      `json:"AlertType" xml:"AlertType"`
	SilenceStartTime     string      `json:"SilenceStartTime" xml:"SilenceStartTime"`
	SilenceEndTime       string      `json:"SilenceEndTime" xml:"SilenceEndTime"`
	AlertInterval        int         `json:"AlertInterval" xml:"AlertInterval"`
	AlertMaximum         int         `json:"AlertMaximum" xml:"AlertMaximum"`
	BaselineAlertEnabled bool        `json:"BaselineAlertEnabled" xml:"BaselineAlertEnabled"`
	AlertRecipientType   string      `json:"AlertRecipientType" xml:"AlertRecipientType"`
	AlertRecipient       string      `json:"AlertRecipient" xml:"AlertRecipient"`
	AlertMethods         []string    `json:"AlertMethods" xml:"AlertMethods"`
	Webhooks             []string    `json:"Webhooks" xml:"Webhooks"`
	TopicTypes           []string    `json:"TopicTypes" xml:"TopicTypes"`
	DingRobots           []DingRobot `json:"DingRobots" xml:"DingRobots"`
}

AlertSetting is a nested struct in dataworks_public response

type AlertSettings ¶ added in v1.62.16

type AlertSettings struct {
	AlertSetting []AlertSetting `json:"AlertSetting" xml:"AlertSetting"`
}

AlertSettings is a nested struct in dataworks_public response

type AlertTargetsInGetRemind ¶

type AlertTargetsInGetRemind struct {
	AlertTargets []string `json:"AlertTargets" xml:"AlertTargets"`
}

AlertTargetsInGetRemind is a nested struct in dataworks_public response

type AlertTargetsInListReminds ¶

type AlertTargetsInListReminds struct {
	AlertTargets []string `json:"AlertTargets" xml:"AlertTargets"`
}

AlertTargetsInListReminds is a nested struct in dataworks_public response

type Api ¶

type Api struct {
	FolderId            int64               `json:"FolderId" xml:"FolderId"`
	TenantId            int64               `json:"TenantId" xml:"TenantId"`
	ModifiedTime        string              `json:"ModifiedTime" xml:"ModifiedTime"`
	CreatedTime         string              `json:"CreatedTime" xml:"CreatedTime"`
	CreatorId           string              `json:"CreatorId" xml:"CreatorId"`
	ResponseContentType int                 `json:"ResponseContentType" xml:"ResponseContentType"`
	OperatorId          string              `json:"OperatorId" xml:"OperatorId"`
	GroupId             string              `json:"GroupId" xml:"GroupId"`
	Description         string              `json:"Description" xml:"Description"`
	Timeout             int                 `json:"Timeout" xml:"Timeout"`
	ApiPath             string              `json:"ApiPath" xml:"ApiPath"`
	Status              int                 `json:"Status" xml:"Status"`
	ApiMode             int                 `json:"ApiMode" xml:"ApiMode"`
	ApiId               int64               `json:"ApiId" xml:"ApiId"`
	ProjectId           int64               `json:"ProjectId" xml:"ProjectId"`
	RequestMethod       int                 `json:"RequestMethod" xml:"RequestMethod"`
	ApiName             string              `json:"ApiName" xml:"ApiName"`
	VisibleRange        int                 `json:"VisibleRange" xml:"VisibleRange"`
	Protocols           []int               `json:"Protocols" xml:"Protocols"`
	WizardDetails       WizardDetails       `json:"WizardDetails" xml:"WizardDetails"`
	RegistrationDetails RegistrationDetails `json:"RegistrationDetails" xml:"RegistrationDetails"`
	ScriptDetails       ScriptDetails       `json:"ScriptDetails" xml:"ScriptDetails"`
}

Api is a nested struct in dataworks_public response

type ApiAuthorization ¶

type ApiAuthorization struct {
	ApiStatus            int                   `json:"ApiStatus" xml:"ApiStatus"`
	ApiId                int64                 `json:"ApiId" xml:"ApiId"`
	ModifiedTime         string                `json:"ModifiedTime" xml:"ModifiedTime"`
	GroupId              string                `json:"GroupId" xml:"GroupId"`
	ProjectId            int64                 `json:"ProjectId" xml:"ProjectId"`
	CreatorId            string                `json:"CreatorId" xml:"CreatorId"`
	CreatedTime          string                `json:"CreatedTime" xml:"CreatedTime"`
	ApiName              string                `json:"ApiName" xml:"ApiName"`
	TenantId             int64                 `json:"TenantId" xml:"TenantId"`
	ApiPath              string                `json:"ApiPath" xml:"ApiPath"`
	AuthorizationRecords []AuthorizationRecord `json:"AuthorizationRecords" xml:"AuthorizationRecords"`
}

ApiAuthorization is a nested struct in dataworks_public response

type ApiAuthorizationList ¶

type ApiAuthorizationList struct {
	ApiAuthorization []ApiAuthorization `json:"ApiAuthorization" xml:"ApiAuthorization"`
}

ApiAuthorizationList is a nested struct in dataworks_public response

type ApiAuthorized ¶

type ApiAuthorized struct {
	ApiId            int64  `json:"ApiId" xml:"ApiId"`
	ApiStatus        int    `json:"ApiStatus" xml:"ApiStatus"`
	GrantOperatorId  string `json:"GrantOperatorId" xml:"GrantOperatorId"`
	ProjectId        int64  `json:"ProjectId" xml:"ProjectId"`
	CreatorId        string `json:"CreatorId" xml:"CreatorId"`
	GrantEndTime     string `json:"GrantEndTime" xml:"GrantEndTime"`
	ModifiedTime     string `json:"ModifiedTime" xml:"ModifiedTime"`
	GroupId          string `json:"GroupId" xml:"GroupId"`
	GrantCreatedTime string `json:"GrantCreatedTime" xml:"GrantCreatedTime"`
	CreatedTime      string `json:"CreatedTime" xml:"CreatedTime"`
	ApiName          string `json:"ApiName" xml:"ApiName"`
	TenantId         int64  `json:"TenantId" xml:"TenantId"`
	ApiPath          string `json:"ApiPath" xml:"ApiPath"`
}

ApiAuthorized is a nested struct in dataworks_public response

type ApiAuthorizedList ¶

type ApiAuthorizedList struct {
	ApiAuthorized []ApiAuthorized `json:"ApiAuthorized" xml:"ApiAuthorized"`
}

ApiAuthorizedList is a nested struct in dataworks_public response

type ApisInListDataServiceApis ¶

type ApisInListDataServiceApis struct {
	Api []Api `json:"Api" xml:"Api"`
}

ApisInListDataServiceApis is a nested struct in dataworks_public response

type ApisInListDataServicePublishedApis ¶

type ApisInListDataServicePublishedApis struct {
	Api []Api `json:"Api" xml:"Api"`
}

ApisInListDataServicePublishedApis is a nested struct in dataworks_public response

type Application ¶

type Application struct {
	ApplicationName string `json:"ApplicationName" xml:"ApplicationName"`
	ApplicationId   int64  `json:"ApplicationId" xml:"ApplicationId"`
	ProjectId       int64  `json:"ProjectId" xml:"ProjectId"`
}

Application is a nested struct in dataworks_public response

type Applications ¶

type Applications struct {
	Application []Application `json:"Application" xml:"Application"`
}

Applications is a nested struct in dataworks_public response

type ApplyOrder ¶ added in v1.61.1068

type ApplyOrder struct {
	Orders []Orders `json:"Orders" xml:"Orders"`
}

ApplyOrder is a nested struct in dataworks_public response

type ApplyOrderDetail ¶ added in v1.61.1068

type ApplyOrderDetail struct {
	ApplyBaseId        string                   `json:"ApplyBaseId" xml:"ApplyBaseId"`
	ApplyTimestamp     int64                    `json:"ApplyTimestamp" xml:"ApplyTimestamp"`
	FlowId             string                   `json:"FlowId" xml:"FlowId"`
	FlowStatus         int                      `json:"FlowStatus" xml:"FlowStatus"`
	ApproveContent     ApproveContent           `json:"ApproveContent" xml:"ApproveContent"`
	ApproveAccountList []ApproveAccountListItem `json:"ApproveAccountList" xml:"ApproveAccountList"`
	GranteeObjectList  []GranteeObjectListItem  `json:"GranteeObjectList" xml:"GranteeObjectList"`
}

ApplyOrderDetail is a nested struct in dataworks_public response

type ApplyOrders ¶ added in v1.61.1068

type ApplyOrders struct {
	PageSize   int      `json:"PageSize" xml:"PageSize"`
	PageNumber int      `json:"PageNumber" xml:"PageNumber"`
	TotalCount int      `json:"TotalCount" xml:"TotalCount"`
	ApplyOrder []Orders `json:"ApplyOrder" xml:"ApplyOrder"`
}

ApplyOrders is a nested struct in dataworks_public response

type ApproveAccountList ¶ added in v1.61.1068

type ApproveAccountList struct {
	ApproveAccountListItem []ApproveAccountListItem `json:"ApproveAccountList" xml:"ApproveAccountList"`
}

ApproveAccountList is a nested struct in dataworks_public response

type ApproveAccountListItem ¶ added in v1.61.1068

type ApproveAccountListItem struct {
	BaseId string `json:"BaseId" xml:"BaseId"`
}

ApproveAccountListItem is a nested struct in dataworks_public response

type ApproveContent ¶ added in v1.61.1068

type ApproveContent struct {
	ApplyReason string      `json:"ApplyReason" xml:"ApplyReason"`
	Deadline    int64       `json:"Deadline" xml:"Deadline"`
	OrderType   int         `json:"OrderType" xml:"OrderType"`
	ProjectMeta ProjectMeta `json:"ProjectMeta" xml:"ProjectMeta"`
}

ApproveContent is a nested struct in dataworks_public response

type ApprovePermissionApplyOrderRequest ¶ added in v1.61.1068

type ApprovePermissionApplyOrderRequest struct {
	*requests.RpcRequest
	FlowId         string           `position:"Query" name:"FlowId"`
	ApproveComment string           `position:"Query" name:"ApproveComment"`
	ApproveAction  requests.Integer `position:"Query" name:"ApproveAction"`
}

ApprovePermissionApplyOrderRequest is the request struct for api ApprovePermissionApplyOrder

func CreateApprovePermissionApplyOrderRequest ¶ added in v1.61.1068

func CreateApprovePermissionApplyOrderRequest() (request *ApprovePermissionApplyOrderRequest)

CreateApprovePermissionApplyOrderRequest creates a request to invoke ApprovePermissionApplyOrder API

type ApprovePermissionApplyOrderResponse ¶ added in v1.61.1068

type ApprovePermissionApplyOrderResponse struct {
	*responses.BaseResponse
	ApproveSuccess bool   `json:"ApproveSuccess" xml:"ApproveSuccess"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
}

ApprovePermissionApplyOrderResponse is the response struct for api ApprovePermissionApplyOrder

func CreateApprovePermissionApplyOrderResponse ¶ added in v1.61.1068

func CreateApprovePermissionApplyOrderResponse() (response *ApprovePermissionApplyOrderResponse)

CreateApprovePermissionApplyOrderResponse creates a response to parse from ApprovePermissionApplyOrder response

type AuthorizationRecord ¶

type AuthorizationRecord struct {
	EndTime     string `json:"EndTime" xml:"EndTime"`
	CreatorId   string `json:"CreatorId" xml:"CreatorId"`
	CreatedTime string `json:"CreatedTime" xml:"CreatedTime"`
	ProjectId   int64  `json:"ProjectId" xml:"ProjectId"`
}

AuthorizationRecord is a nested struct in dataworks_public response

type AuthorizationRecords ¶

type AuthorizationRecords struct {
	AuthorizationRecord []AuthorizationRecord `json:"AuthorizationRecord" xml:"AuthorizationRecord"`
}

AuthorizationRecords is a nested struct in dataworks_public response

type AvgTrendInGetSuccessInstanceTrend ¶ added in v1.61.1068

type AvgTrendInGetSuccessInstanceTrend struct {
	AvgTrendItem []AvgTrendItem `json:"AvgTrend" xml:"AvgTrend"`
}

AvgTrendInGetSuccessInstanceTrend is a nested struct in dataworks_public response

type AvgTrendInListSuccessInstanceAmount ¶ added in v1.61.1068

type AvgTrendInListSuccessInstanceAmount struct {
	AvgTrendItem []AvgTrendItem `json:"AvgTrend" xml:"AvgTrend"`
}

AvgTrendInListSuccessInstanceAmount is a nested struct in dataworks_public response

type AvgTrendItem ¶ added in v1.61.610

type AvgTrendItem struct {
	Count     int    `json:"Count" xml:"Count"`
	TimePoint string `json:"TimePoint" xml:"TimePoint"`
}

AvgTrendItem is a nested struct in dataworks_public response

type BaselineIds ¶

type BaselineIds struct {
	BaselineIds []int64 `json:"BaselineIds" xml:"BaselineIds"`
}

BaselineIds is a nested struct in dataworks_public response

type BaselineStatuses ¶

type BaselineStatuses struct {
	BaselineStatusesItem []BaselineStatusesItem `json:"BaselineStatuses" xml:"BaselineStatuses"`
}

BaselineStatuses is a nested struct in dataworks_public response

type BaselineStatusesItem ¶

type BaselineStatusesItem struct {
	Status       string `json:"Status" xml:"Status"`
	Owner        string `json:"Owner" xml:"Owner"`
	FinishTime   int64  `json:"FinishTime" xml:"FinishTime"`
	ProjectId    int64  `json:"ProjectId" xml:"ProjectId"`
	Priority     int    `json:"Priority" xml:"Priority"`
	EndCast      int64  `json:"EndCast" xml:"EndCast"`
	InGroupId    int    `json:"InGroupId" xml:"InGroupId"`
	BaselineName string `json:"BaselineName" xml:"BaselineName"`
	BaselineId   int64  `json:"BaselineId" xml:"BaselineId"`
	FinishStatus string `json:"FinishStatus" xml:"FinishStatus"`
	Bizdate      int64  `json:"Bizdate" xml:"Bizdate"`
	Buffer       int64  `json:"Buffer" xml:"Buffer"`
	SlaTime      int64  `json:"SlaTime" xml:"SlaTime"`
	ExpTime      int64  `json:"ExpTime" xml:"ExpTime"`
}

BaselineStatusesItem is a nested struct in dataworks_public response

type BaselinesInGetRemind ¶

type BaselinesInGetRemind struct {
	BaselinesItem []BaselinesItem `json:"Baselines" xml:"Baselines"`
}

BaselinesInGetRemind is a nested struct in dataworks_public response

type BaselinesInListBaselineConfigs ¶

type BaselinesInListBaselineConfigs struct {
	BaselinesItem []BaselinesItem `json:"Baselines" xml:"Baselines"`
}

BaselinesInListBaselineConfigs is a nested struct in dataworks_public response

type BaselinesInListBaselines ¶ added in v1.62.16

type BaselinesInListBaselines struct {
	BaselinesItem []BaselinesItem `json:"baselines" xml:"baselines"`
}

BaselinesInListBaselines is a nested struct in dataworks_public response

type BaselinesItem ¶

type BaselinesItem struct {
	HourSlaDetail        string                 `json:"HourSlaDetail" xml:"HourSlaDetail"`
	ExpMinu              int                    `json:"ExpMinu" xml:"ExpMinu"`
	Priority             int                    `json:"Priority" xml:"Priority"`
	Owner                string                 `json:"Owner" xml:"Owner"`
	BaselineId           int64                  `json:"BaselineId" xml:"BaselineId"`
	SlaMinu              int                    `json:"SlaMinu" xml:"SlaMinu"`
	BaselineType         string                 `json:"BaselineType" xml:"BaselineType"`
	IsDefault            bool                   `json:"IsDefault" xml:"IsDefault"`
	AlertMarginThreshold int                    `json:"AlertMarginThreshold" xml:"AlertMarginThreshold"`
	Enabled              bool                   `json:"Enabled" xml:"Enabled"`
	UseFlag              bool                   `json:"UseFlag" xml:"UseFlag"`
	AlertEnabled         bool                   `json:"AlertEnabled" xml:"AlertEnabled"`
	ProjectId            int64                  `json:"ProjectId" xml:"ProjectId"`
	ExpHour              int                    `json:"ExpHour" xml:"ExpHour"`
	HourExpDetail        string                 `json:"HourExpDetail" xml:"HourExpDetail"`
	BaselineName         string                 `json:"BaselineName" xml:"BaselineName"`
	SlaHour              int                    `json:"SlaHour" xml:"SlaHour"`
	OverTimeSettings     []OverTimeSettingsItem `json:"OverTimeSettings" xml:"OverTimeSettings"`
}

BaselinesItem is a nested struct in dataworks_public response

type BindEventListInGetExtension ¶ added in v1.61.1615

type BindEventListInGetExtension struct {
	BindEventListItem []BindEventListItem `json:"BindEventList" xml:"BindEventList"`
}

BindEventListInGetExtension is a nested struct in dataworks_public response

type BindEventListInListExtensions ¶ added in v1.61.1615

type BindEventListInListExtensions struct {
	BindEventListItem []BindEventListItem `json:"BindEventList" xml:"BindEventList"`
}

BindEventListInListExtensions is a nested struct in dataworks_public response

type BindEventListItem ¶ added in v1.61.1615

type BindEventListItem struct {
	EventCode string `json:"EventCode" xml:"EventCode"`
	EventName string `json:"EventName" xml:"EventName"`
}

BindEventListItem is a nested struct in dataworks_public response

type BizProcessIds ¶

type BizProcessIds struct {
	BizProcessIds []int64 `json:"BizProcessIds" xml:"BizProcessIds"`
}

BizProcessIds is a nested struct in dataworks_public response

type BizProcesses ¶

type BizProcesses struct {
	BizProcessesItem []BizProcessesItem `json:"BizProcesses" xml:"BizProcesses"`
}

BizProcesses is a nested struct in dataworks_public response

type BizProcessesItem ¶

type BizProcessesItem struct {
	BizProcessName string `json:"BizProcessName" xml:"BizProcessName"`
	BizId          int64  `json:"BizId" xml:"BizId"`
}

BizProcessesItem is a nested struct in dataworks_public response

type BlockInstance ¶

type BlockInstance struct {
	Status     string `json:"Status" xml:"Status"`
	Owner      string `json:"Owner" xml:"Owner"`
	FinishTime int64  `json:"FinishTime" xml:"FinishTime"`
	NodeName   string `json:"NodeName" xml:"NodeName"`
	ProjectId  int64  `json:"ProjectId" xml:"ProjectId"`
	InstanceId int64  `json:"InstanceId" xml:"InstanceId"`
	EndCast    int64  `json:"EndCast" xml:"EndCast"`
	NodeId     int64  `json:"NodeId" xml:"NodeId"`
}

BlockInstance is a nested struct in dataworks_public response

type Business ¶

type Business struct {
	BusinessItem []BusinessItem `json:"Business" xml:"Business"`
}

Business is a nested struct in dataworks_public response

type BusinessItem ¶

type BusinessItem struct {
	Owner        string `json:"Owner" xml:"Owner"`
	Description  string `json:"Description" xml:"Description"`
	ProjectId    int64  `json:"ProjectId" xml:"ProjectId"`
	BusinessId   int64  `json:"BusinessId" xml:"BusinessId"`
	BusinessName string `json:"BusinessName" xml:"BusinessName"`
	UseType      string `json:"UseType" xml:"UseType"`
}

BusinessItem is a nested struct in dataworks_public response

type CalcEngines ¶

type CalcEngines struct {
	CalcEnginesItem []CalcEnginesItem `json:"CalcEngines" xml:"CalcEngines"`
}

CalcEngines is a nested struct in dataworks_public response

type CalcEnginesItem ¶

type CalcEnginesItem struct {
	BindingProjectName string                 `json:"BindingProjectName" xml:"BindingProjectName"`
	IsDefault          bool                   `json:"IsDefault" xml:"IsDefault"`
	EngineId           int                    `json:"EngineId" xml:"EngineId"`
	DwRegion           string                 `json:"DwRegion" xml:"DwRegion"`
	TaskAuthType       string                 `json:"TaskAuthType" xml:"TaskAuthType"`
	CalcEngineType     string                 `json:"CalcEngineType" xml:"CalcEngineType"`
	EngineInfo         map[string]interface{} `json:"EngineInfo" xml:"EngineInfo"`
	EnvType            string                 `json:"EnvType" xml:"EnvType"`
	Region             string                 `json:"Region" xml:"Region"`
	GmtCreate          string                 `json:"GmtCreate" xml:"GmtCreate"`
	BindingProjectId   int                    `json:"BindingProjectId" xml:"BindingProjectId"`
	Name               string                 `json:"Name" xml:"Name"`
	TenantId           int64                  `json:"TenantId" xml:"TenantId"`
}

CalcEnginesItem is a nested struct in dataworks_public response

type ChangeResourceManagerResourceGroupRequest ¶ added in v1.62.65

type ChangeResourceManagerResourceGroupRequest struct {
	*requests.RpcRequest
	ResourceId                     string `position:"Query" name:"ResourceId"`
	ResourceType                   string `position:"Query" name:"ResourceType"`
	ResourceManagerResourceGroupId string `position:"Query" name:"ResourceManagerResourceGroupId"`
}

ChangeResourceManagerResourceGroupRequest is the request struct for api ChangeResourceManagerResourceGroup

func CreateChangeResourceManagerResourceGroupRequest ¶ added in v1.62.65

func CreateChangeResourceManagerResourceGroupRequest() (request *ChangeResourceManagerResourceGroupRequest)

CreateChangeResourceManagerResourceGroupRequest creates a request to invoke ChangeResourceManagerResourceGroup API

type ChangeResourceManagerResourceGroupResponse ¶ added in v1.62.65

type ChangeResourceManagerResourceGroupResponse struct {
	*responses.BaseResponse
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

ChangeResourceManagerResourceGroupResponse is the response struct for api ChangeResourceManagerResourceGroup

func CreateChangeResourceManagerResourceGroupResponse ¶ added in v1.62.65

func CreateChangeResourceManagerResourceGroupResponse() (response *ChangeResourceManagerResourceGroupResponse)

CreateChangeResourceManagerResourceGroupResponse creates a response to parse from ChangeResourceManagerResourceGroup response

type CheckFileDeploymentRequest ¶ added in v1.61.1068

type CheckFileDeploymentRequest struct {
	*requests.RpcRequest
	CheckDetailUrl    string `position:"Body" name:"CheckDetailUrl"`
	CheckerInstanceId string `position:"Body" name:"CheckerInstanceId"`
	Status            string `position:"Body" name:"Status"`
}

CheckFileDeploymentRequest is the request struct for api CheckFileDeployment

func CreateCheckFileDeploymentRequest ¶ added in v1.61.1068

func CreateCheckFileDeploymentRequest() (request *CheckFileDeploymentRequest)

CreateCheckFileDeploymentRequest creates a request to invoke CheckFileDeployment API

type CheckFileDeploymentResponse ¶ added in v1.61.1068

type CheckFileDeploymentResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CheckFileDeploymentResponse is the response struct for api CheckFileDeployment

func CreateCheckFileDeploymentResponse ¶ added in v1.61.1068

func CreateCheckFileDeploymentResponse() (response *CheckFileDeploymentResponse)

CreateCheckFileDeploymentResponse creates a response to parse from CheckFileDeployment response

type CheckMetaPartitionRequest ¶

type CheckMetaPartitionRequest struct {
	*requests.RpcRequest
	DataSourceType string `position:"Query" name:"DataSourceType"`
	ClusterId      string `position:"Query" name:"ClusterId"`
	Partition      string `position:"Query" name:"Partition"`
	TableGuid      string `position:"Query" name:"TableGuid"`
	DatabaseName   string `position:"Query" name:"DatabaseName"`
	TableName      string `position:"Query" name:"TableName"`
}

CheckMetaPartitionRequest is the request struct for api CheckMetaPartition

func CreateCheckMetaPartitionRequest ¶

func CreateCheckMetaPartitionRequest() (request *CheckMetaPartitionRequest)

CreateCheckMetaPartitionRequest creates a request to invoke CheckMetaPartition API

type CheckMetaPartitionResponse ¶

type CheckMetaPartitionResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CheckMetaPartitionResponse is the response struct for api CheckMetaPartition

func CreateCheckMetaPartitionResponse ¶

func CreateCheckMetaPartitionResponse() (response *CheckMetaPartitionResponse)

CreateCheckMetaPartitionResponse creates a response to parse from CheckMetaPartition response

type CheckMetaTableRequest ¶

type CheckMetaTableRequest struct {
	*requests.RpcRequest
	DataSourceType string `position:"Query" name:"DataSourceType"`
	ClusterId      string `position:"Query" name:"ClusterId"`
	TableGuid      string `position:"Query" name:"TableGuid"`
	DatabaseName   string `position:"Query" name:"DatabaseName"`
	TableName      string `position:"Query" name:"TableName"`
}

CheckMetaTableRequest is the request struct for api CheckMetaTable

func CreateCheckMetaTableRequest ¶

func CreateCheckMetaTableRequest() (request *CheckMetaTableRequest)

CreateCheckMetaTableRequest creates a request to invoke CheckMetaTable API

type CheckMetaTableResponse ¶

type CheckMetaTableResponse struct {
	*responses.BaseResponse
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CheckMetaTableResponse is the response struct for api CheckMetaTable

func CreateCheckMetaTableResponse ¶

func CreateCheckMetaTableResponse() (response *CheckMetaTableResponse)

CreateCheckMetaTableResponse creates a response to parse from CheckMetaTable response

type Client ¶

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient ¶

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey ¶

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithEcsRamRole ¶

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithOptions ¶

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithProvider ¶

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArn ¶

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy ¶

func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRsaKeyPair ¶

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithStsToken ¶

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) AbolishDataServiceApi ¶

func (client *Client) AbolishDataServiceApi(request *AbolishDataServiceApiRequest) (response *AbolishDataServiceApiResponse, err error)

AbolishDataServiceApi invokes the dataworks_public.AbolishDataServiceApi API synchronously

func (*Client) AbolishDataServiceApiWithCallback ¶

func (client *Client) AbolishDataServiceApiWithCallback(request *AbolishDataServiceApiRequest, callback func(response *AbolishDataServiceApiResponse, err error)) <-chan int

AbolishDataServiceApiWithCallback invokes the dataworks_public.AbolishDataServiceApi API asynchronously

func (*Client) AbolishDataServiceApiWithChan ¶

func (client *Client) AbolishDataServiceApiWithChan(request *AbolishDataServiceApiRequest) (<-chan *AbolishDataServiceApiResponse, <-chan error)

AbolishDataServiceApiWithChan invokes the dataworks_public.AbolishDataServiceApi API asynchronously

func (*Client) AddMetaCollectionEntity ¶ added in v1.62.95

func (client *Client) AddMetaCollectionEntity(request *AddMetaCollectionEntityRequest) (response *AddMetaCollectionEntityResponse, err error)

AddMetaCollectionEntity invokes the dataworks_public.AddMetaCollectionEntity API synchronously

func (*Client) AddMetaCollectionEntityWithCallback ¶ added in v1.62.95

func (client *Client) AddMetaCollectionEntityWithCallback(request *AddMetaCollectionEntityRequest, callback func(response *AddMetaCollectionEntityResponse, err error)) <-chan int

AddMetaCollectionEntityWithCallback invokes the dataworks_public.AddMetaCollectionEntity API asynchronously

func (*Client) AddMetaCollectionEntityWithChan ¶ added in v1.62.95

func (client *Client) AddMetaCollectionEntityWithChan(request *AddMetaCollectionEntityRequest) (<-chan *AddMetaCollectionEntityResponse, <-chan error)

AddMetaCollectionEntityWithChan invokes the dataworks_public.AddMetaCollectionEntity API asynchronously

func (*Client) AddProjectMemberToRole ¶ added in v1.61.386

func (client *Client) AddProjectMemberToRole(request *AddProjectMemberToRoleRequest) (response *AddProjectMemberToRoleResponse, err error)

AddProjectMemberToRole invokes the dataworks_public.AddProjectMemberToRole API synchronously

func (*Client) AddProjectMemberToRoleWithCallback ¶ added in v1.61.386

func (client *Client) AddProjectMemberToRoleWithCallback(request *AddProjectMemberToRoleRequest, callback func(response *AddProjectMemberToRoleResponse, err error)) <-chan int

AddProjectMemberToRoleWithCallback invokes the dataworks_public.AddProjectMemberToRole API asynchronously

func (*Client) AddProjectMemberToRoleWithChan ¶ added in v1.61.386

func (client *Client) AddProjectMemberToRoleWithChan(request *AddProjectMemberToRoleRequest) (<-chan *AddProjectMemberToRoleResponse, <-chan error)

AddProjectMemberToRoleWithChan invokes the dataworks_public.AddProjectMemberToRole API asynchronously

func (*Client) AddToMetaCategory ¶

func (client *Client) AddToMetaCategory(request *AddToMetaCategoryRequest) (response *AddToMetaCategoryResponse, err error)

AddToMetaCategory invokes the dataworks_public.AddToMetaCategory API synchronously

func (*Client) AddToMetaCategoryWithCallback ¶

func (client *Client) AddToMetaCategoryWithCallback(request *AddToMetaCategoryRequest, callback func(response *AddToMetaCategoryResponse, err error)) <-chan int

AddToMetaCategoryWithCallback invokes the dataworks_public.AddToMetaCategory API asynchronously

func (*Client) AddToMetaCategoryWithChan ¶

func (client *Client) AddToMetaCategoryWithChan(request *AddToMetaCategoryRequest) (<-chan *AddToMetaCategoryResponse, <-chan error)

AddToMetaCategoryWithChan invokes the dataworks_public.AddToMetaCategory API asynchronously

func (*Client) ApprovePermissionApplyOrder ¶ added in v1.61.1068

func (client *Client) ApprovePermissionApplyOrder(request *ApprovePermissionApplyOrderRequest) (response *ApprovePermissionApplyOrderResponse, err error)

ApprovePermissionApplyOrder invokes the dataworks_public.ApprovePermissionApplyOrder API synchronously

func (*Client) ApprovePermissionApplyOrderWithCallback ¶ added in v1.61.1068

func (client *Client) ApprovePermissionApplyOrderWithCallback(request *ApprovePermissionApplyOrderRequest, callback func(response *ApprovePermissionApplyOrderResponse, err error)) <-chan int

ApprovePermissionApplyOrderWithCallback invokes the dataworks_public.ApprovePermissionApplyOrder API asynchronously

func (*Client) ApprovePermissionApplyOrderWithChan ¶ added in v1.61.1068

func (client *Client) ApprovePermissionApplyOrderWithChan(request *ApprovePermissionApplyOrderRequest) (<-chan *ApprovePermissionApplyOrderResponse, <-chan error)

ApprovePermissionApplyOrderWithChan invokes the dataworks_public.ApprovePermissionApplyOrder API asynchronously

func (*Client) ChangeResourceManagerResourceGroup ¶ added in v1.62.65

func (client *Client) ChangeResourceManagerResourceGroup(request *ChangeResourceManagerResourceGroupRequest) (response *ChangeResourceManagerResourceGroupResponse, err error)

ChangeResourceManagerResourceGroup invokes the dataworks_public.ChangeResourceManagerResourceGroup API synchronously

func (*Client) ChangeResourceManagerResourceGroupWithCallback ¶ added in v1.62.65

func (client *Client) ChangeResourceManagerResourceGroupWithCallback(request *ChangeResourceManagerResourceGroupRequest, callback func(response *ChangeResourceManagerResourceGroupResponse, err error)) <-chan int

ChangeResourceManagerResourceGroupWithCallback invokes the dataworks_public.ChangeResourceManagerResourceGroup API asynchronously

func (*Client) ChangeResourceManagerResourceGroupWithChan ¶ added in v1.62.65

func (client *Client) ChangeResourceManagerResourceGroupWithChan(request *ChangeResourceManagerResourceGroupRequest) (<-chan *ChangeResourceManagerResourceGroupResponse, <-chan error)

ChangeResourceManagerResourceGroupWithChan invokes the dataworks_public.ChangeResourceManagerResourceGroup API asynchronously

func (*Client) CheckFileDeployment ¶ added in v1.61.1068

func (client *Client) CheckFileDeployment(request *CheckFileDeploymentRequest) (response *CheckFileDeploymentResponse, err error)

CheckFileDeployment invokes the dataworks_public.CheckFileDeployment API synchronously

func (*Client) CheckFileDeploymentWithCallback ¶ added in v1.61.1068

func (client *Client) CheckFileDeploymentWithCallback(request *CheckFileDeploymentRequest, callback func(response *CheckFileDeploymentResponse, err error)) <-chan int

CheckFileDeploymentWithCallback invokes the dataworks_public.CheckFileDeployment API asynchronously

func (*Client) CheckFileDeploymentWithChan ¶ added in v1.61.1068

func (client *Client) CheckFileDeploymentWithChan(request *CheckFileDeploymentRequest) (<-chan *CheckFileDeploymentResponse, <-chan error)

CheckFileDeploymentWithChan invokes the dataworks_public.CheckFileDeployment API asynchronously

func (*Client) CheckMetaPartition ¶

func (client *Client) CheckMetaPartition(request *CheckMetaPartitionRequest) (response *CheckMetaPartitionResponse, err error)

CheckMetaPartition invokes the dataworks_public.CheckMetaPartition API synchronously

func (*Client) CheckMetaPartitionWithCallback ¶

func (client *Client) CheckMetaPartitionWithCallback(request *CheckMetaPartitionRequest, callback func(response *CheckMetaPartitionResponse, err error)) <-chan int

CheckMetaPartitionWithCallback invokes the dataworks_public.CheckMetaPartition API asynchronously

func (*Client) CheckMetaPartitionWithChan ¶

func (client *Client) CheckMetaPartitionWithChan(request *CheckMetaPartitionRequest) (<-chan *CheckMetaPartitionResponse, <-chan error)

CheckMetaPartitionWithChan invokes the dataworks_public.CheckMetaPartition API asynchronously

func (*Client) CheckMetaTable ¶

func (client *Client) CheckMetaTable(request *CheckMetaTableRequest) (response *CheckMetaTableResponse, err error)

CheckMetaTable invokes the dataworks_public.CheckMetaTable API synchronously

func (*Client) CheckMetaTableWithCallback ¶

func (client *Client) CheckMetaTableWithCallback(request *CheckMetaTableRequest, callback func(response *CheckMetaTableResponse, err error)) <-chan int

CheckMetaTableWithCallback invokes the dataworks_public.CheckMetaTable API asynchronously

func (*Client) CheckMetaTableWithChan ¶

func (client *Client) CheckMetaTableWithChan(request *CheckMetaTableRequest) (<-chan *CheckMetaTableResponse, <-chan error)

CheckMetaTableWithChan invokes the dataworks_public.CheckMetaTable API asynchronously

func (*Client) CreateBaseline ¶ added in v1.62.16

func (client *Client) CreateBaseline(request *CreateBaselineRequest) (response *CreateBaselineResponse, err error)

CreateBaseline invokes the dataworks_public.CreateBaseline API synchronously

func (*Client) CreateBaselineWithCallback ¶ added in v1.62.16

func (client *Client) CreateBaselineWithCallback(request *CreateBaselineRequest, callback func(response *CreateBaselineResponse, err error)) <-chan int

CreateBaselineWithCallback invokes the dataworks_public.CreateBaseline API asynchronously

func (*Client) CreateBaselineWithChan ¶ added in v1.62.16

func (client *Client) CreateBaselineWithChan(request *CreateBaselineRequest) (<-chan *CreateBaselineResponse, <-chan error)

CreateBaselineWithChan invokes the dataworks_public.CreateBaseline API asynchronously

func (*Client) CreateBusiness ¶ added in v1.61.911

func (client *Client) CreateBusiness(request *CreateBusinessRequest) (response *CreateBusinessResponse, err error)

CreateBusiness invokes the dataworks_public.CreateBusiness API synchronously

func (*Client) CreateBusinessWithCallback ¶ added in v1.61.911

func (client *Client) CreateBusinessWithCallback(request *CreateBusinessRequest, callback func(response *CreateBusinessResponse, err error)) <-chan int

CreateBusinessWithCallback invokes the dataworks_public.CreateBusiness API asynchronously

func (*Client) CreateBusinessWithChan ¶ added in v1.61.911

func (client *Client) CreateBusinessWithChan(request *CreateBusinessRequest) (<-chan *CreateBusinessResponse, <-chan error)

CreateBusinessWithChan invokes the dataworks_public.CreateBusiness API asynchronously

func (*Client) CreateConnection ¶

func (client *Client) CreateConnection(request *CreateConnectionRequest) (response *CreateConnectionResponse, err error)

CreateConnection invokes the dataworks_public.CreateConnection API synchronously

func (*Client) CreateConnectionWithCallback ¶

func (client *Client) CreateConnectionWithCallback(request *CreateConnectionRequest, callback func(response *CreateConnectionResponse, err error)) <-chan int

CreateConnectionWithCallback invokes the dataworks_public.CreateConnection API asynchronously

func (*Client) CreateConnectionWithChan ¶

func (client *Client) CreateConnectionWithChan(request *CreateConnectionRequest) (<-chan *CreateConnectionResponse, <-chan error)

CreateConnectionWithChan invokes the dataworks_public.CreateConnection API asynchronously

func (*Client) CreateDISyncTask ¶ added in v1.61.1297

func (client *Client) CreateDISyncTask(request *CreateDISyncTaskRequest) (response *CreateDISyncTaskResponse, err error)

CreateDISyncTask invokes the dataworks_public.CreateDISyncTask API synchronously

func (*Client) CreateDISyncTaskWithCallback ¶ added in v1.61.1297

func (client *Client) CreateDISyncTaskWithCallback(request *CreateDISyncTaskRequest, callback func(response *CreateDISyncTaskResponse, err error)) <-chan int

CreateDISyncTaskWithCallback invokes the dataworks_public.CreateDISyncTask API asynchronously

func (*Client) CreateDISyncTaskWithChan ¶ added in v1.61.1297

func (client *Client) CreateDISyncTaskWithChan(request *CreateDISyncTaskRequest) (<-chan *CreateDISyncTaskResponse, <-chan error)

CreateDISyncTaskWithChan invokes the dataworks_public.CreateDISyncTask API asynchronously

func (*Client) CreateDagComplement ¶ added in v1.61.307

func (client *Client) CreateDagComplement(request *CreateDagComplementRequest) (response *CreateDagComplementResponse, err error)

CreateDagComplement invokes the dataworks_public.CreateDagComplement API synchronously

func (*Client) CreateDagComplementWithCallback ¶ added in v1.61.307

func (client *Client) CreateDagComplementWithCallback(request *CreateDagComplementRequest, callback func(response *CreateDagComplementResponse, err error)) <-chan int

CreateDagComplementWithCallback invokes the dataworks_public.CreateDagComplement API asynchronously

func (*Client) CreateDagComplementWithChan ¶ added in v1.61.307

func (client *Client) CreateDagComplementWithChan(request *CreateDagComplementRequest) (<-chan *CreateDagComplementResponse, <-chan error)

CreateDagComplementWithChan invokes the dataworks_public.CreateDagComplement API asynchronously

func (*Client) CreateDagTest ¶ added in v1.62.16

func (client *Client) CreateDagTest(request *CreateDagTestRequest) (response *CreateDagTestResponse, err error)

CreateDagTest invokes the dataworks_public.CreateDagTest API synchronously

func (*Client) CreateDagTestWithCallback ¶ added in v1.62.16

func (client *Client) CreateDagTestWithCallback(request *CreateDagTestRequest, callback func(response *CreateDagTestResponse, err error)) <-chan int

CreateDagTestWithCallback invokes the dataworks_public.CreateDagTest API asynchronously

func (*Client) CreateDagTestWithChan ¶ added in v1.62.16

func (client *Client) CreateDagTestWithChan(request *CreateDagTestRequest) (<-chan *CreateDagTestResponse, <-chan error)

CreateDagTestWithChan invokes the dataworks_public.CreateDagTest API asynchronously

func (*Client) CreateDataServiceApi ¶

func (client *Client) CreateDataServiceApi(request *CreateDataServiceApiRequest) (response *CreateDataServiceApiResponse, err error)

CreateDataServiceApi invokes the dataworks_public.CreateDataServiceApi API synchronously

func (*Client) CreateDataServiceApiAuthority ¶ added in v1.61.610

func (client *Client) CreateDataServiceApiAuthority(request *CreateDataServiceApiAuthorityRequest) (response *CreateDataServiceApiAuthorityResponse, err error)

CreateDataServiceApiAuthority invokes the dataworks_public.CreateDataServiceApiAuthority API synchronously

func (*Client) CreateDataServiceApiAuthorityWithCallback ¶ added in v1.61.610

func (client *Client) CreateDataServiceApiAuthorityWithCallback(request *CreateDataServiceApiAuthorityRequest, callback func(response *CreateDataServiceApiAuthorityResponse, err error)) <-chan int

CreateDataServiceApiAuthorityWithCallback invokes the dataworks_public.CreateDataServiceApiAuthority API asynchronously

func (*Client) CreateDataServiceApiAuthorityWithChan ¶ added in v1.61.610

func (client *Client) CreateDataServiceApiAuthorityWithChan(request *CreateDataServiceApiAuthorityRequest) (<-chan *CreateDataServiceApiAuthorityResponse, <-chan error)

CreateDataServiceApiAuthorityWithChan invokes the dataworks_public.CreateDataServiceApiAuthority API asynchronously

func (*Client) CreateDataServiceApiWithCallback ¶

func (client *Client) CreateDataServiceApiWithCallback(request *CreateDataServiceApiRequest, callback func(response *CreateDataServiceApiResponse, err error)) <-chan int

CreateDataServiceApiWithCallback invokes the dataworks_public.CreateDataServiceApi API asynchronously

func (*Client) CreateDataServiceApiWithChan ¶

func (client *Client) CreateDataServiceApiWithChan(request *CreateDataServiceApiRequest) (<-chan *CreateDataServiceApiResponse, <-chan error)

CreateDataServiceApiWithChan invokes the dataworks_public.CreateDataServiceApi API asynchronously

func (*Client) CreateDataServiceFolder ¶ added in v1.61.610

func (client *Client) CreateDataServiceFolder(request *CreateDataServiceFolderRequest) (response *CreateDataServiceFolderResponse, err error)

CreateDataServiceFolder invokes the dataworks_public.CreateDataServiceFolder API synchronously

func (*Client) CreateDataServiceFolderWithCallback ¶ added in v1.61.610

func (client *Client) CreateDataServiceFolderWithCallback(request *CreateDataServiceFolderRequest, callback func(response *CreateDataServiceFolderResponse, err error)) <-chan int

CreateDataServiceFolderWithCallback invokes the dataworks_public.CreateDataServiceFolder API asynchronously

func (*Client) CreateDataServiceFolderWithChan ¶ added in v1.61.610

func (client *Client) CreateDataServiceFolderWithChan(request *CreateDataServiceFolderRequest) (<-chan *CreateDataServiceFolderResponse, <-chan error)

CreateDataServiceFolderWithChan invokes the dataworks_public.CreateDataServiceFolder API asynchronously

func (*Client) CreateDataServiceGroup ¶ added in v1.61.610

func (client *Client) CreateDataServiceGroup(request *CreateDataServiceGroupRequest) (response *CreateDataServiceGroupResponse, err error)

CreateDataServiceGroup invokes the dataworks_public.CreateDataServiceGroup API synchronously

func (*Client) CreateDataServiceGroupWithCallback ¶ added in v1.61.610

func (client *Client) CreateDataServiceGroupWithCallback(request *CreateDataServiceGroupRequest, callback func(response *CreateDataServiceGroupResponse, err error)) <-chan int

CreateDataServiceGroupWithCallback invokes the dataworks_public.CreateDataServiceGroup API asynchronously

func (*Client) CreateDataServiceGroupWithChan ¶ added in v1.61.610

func (client *Client) CreateDataServiceGroupWithChan(request *CreateDataServiceGroupRequest) (<-chan *CreateDataServiceGroupResponse, <-chan error)

CreateDataServiceGroupWithChan invokes the dataworks_public.CreateDataServiceGroup API asynchronously

func (*Client) CreateDataSource ¶ added in v1.61.1068

func (client *Client) CreateDataSource(request *CreateDataSourceRequest) (response *CreateDataSourceResponse, err error)

CreateDataSource invokes the dataworks_public.CreateDataSource API synchronously

func (*Client) CreateDataSourceWithCallback ¶ added in v1.61.1068

func (client *Client) CreateDataSourceWithCallback(request *CreateDataSourceRequest, callback func(response *CreateDataSourceResponse, err error)) <-chan int

CreateDataSourceWithCallback invokes the dataworks_public.CreateDataSource API asynchronously

func (*Client) CreateDataSourceWithChan ¶ added in v1.61.1068

func (client *Client) CreateDataSourceWithChan(request *CreateDataSourceRequest) (<-chan *CreateDataSourceResponse, <-chan error)

CreateDataSourceWithChan invokes the dataworks_public.CreateDataSource API asynchronously

func (*Client) CreateExportMigration ¶ added in v1.61.1367

func (client *Client) CreateExportMigration(request *CreateExportMigrationRequest) (response *CreateExportMigrationResponse, err error)

CreateExportMigration invokes the dataworks_public.CreateExportMigration API synchronously

func (*Client) CreateExportMigrationWithCallback ¶ added in v1.61.1367

func (client *Client) CreateExportMigrationWithCallback(request *CreateExportMigrationRequest, callback func(response *CreateExportMigrationResponse, err error)) <-chan int

CreateExportMigrationWithCallback invokes the dataworks_public.CreateExportMigration API asynchronously

func (*Client) CreateExportMigrationWithChan ¶ added in v1.61.1367

func (client *Client) CreateExportMigrationWithChan(request *CreateExportMigrationRequest) (<-chan *CreateExportMigrationResponse, <-chan error)

CreateExportMigrationWithChan invokes the dataworks_public.CreateExportMigration API asynchronously

func (*Client) CreateFile ¶

func (client *Client) CreateFile(request *CreateFileRequest) (response *CreateFileResponse, err error)

CreateFile invokes the dataworks_public.CreateFile API synchronously

func (*Client) CreateFileWithCallback ¶

func (client *Client) CreateFileWithCallback(request *CreateFileRequest, callback func(response *CreateFileResponse, err error)) <-chan int

CreateFileWithCallback invokes the dataworks_public.CreateFile API asynchronously

func (*Client) CreateFileWithChan ¶

func (client *Client) CreateFileWithChan(request *CreateFileRequest) (<-chan *CreateFileResponse, <-chan error)

CreateFileWithChan invokes the dataworks_public.CreateFile API asynchronously

func (*Client) CreateFolder ¶

func (client *Client) CreateFolder(request *CreateFolderRequest) (response *CreateFolderResponse, err error)

CreateFolder invokes the dataworks_public.CreateFolder API synchronously

func (*Client) CreateFolderWithCallback ¶

func (client *Client) CreateFolderWithCallback(request *CreateFolderRequest, callback func(response *CreateFolderResponse, err error)) <-chan int

CreateFolderWithCallback invokes the dataworks_public.CreateFolder API asynchronously

func (*Client) CreateFolderWithChan ¶

func (client *Client) CreateFolderWithChan(request *CreateFolderRequest) (<-chan *CreateFolderResponse, <-chan error)

CreateFolderWithChan invokes the dataworks_public.CreateFolder API asynchronously

func (*Client) CreateImportMigration ¶ added in v1.61.974

func (client *Client) CreateImportMigration(request *CreateImportMigrationRequest) (response *CreateImportMigrationResponse, err error)

CreateImportMigration invokes the dataworks_public.CreateImportMigration API synchronously

func (*Client) CreateImportMigrationWithCallback ¶ added in v1.61.974

func (client *Client) CreateImportMigrationWithCallback(request *CreateImportMigrationRequest, callback func(response *CreateImportMigrationResponse, err error)) <-chan int

CreateImportMigrationWithCallback invokes the dataworks_public.CreateImportMigration API asynchronously

func (*Client) CreateImportMigrationWithChan ¶ added in v1.61.974

func (client *Client) CreateImportMigrationWithChan(request *CreateImportMigrationRequest) (<-chan *CreateImportMigrationResponse, <-chan error)

CreateImportMigrationWithChan invokes the dataworks_public.CreateImportMigration API asynchronously

func (*Client) CreateManualDag ¶ added in v1.61.568

func (client *Client) CreateManualDag(request *CreateManualDagRequest) (response *CreateManualDagResponse, err error)

CreateManualDag invokes the dataworks_public.CreateManualDag API synchronously

func (*Client) CreateManualDagWithCallback ¶ added in v1.61.568

func (client *Client) CreateManualDagWithCallback(request *CreateManualDagRequest, callback func(response *CreateManualDagResponse, err error)) <-chan int

CreateManualDagWithCallback invokes the dataworks_public.CreateManualDag API asynchronously

func (*Client) CreateManualDagWithChan ¶ added in v1.61.568

func (client *Client) CreateManualDagWithChan(request *CreateManualDagRequest) (<-chan *CreateManualDagResponse, <-chan error)

CreateManualDagWithChan invokes the dataworks_public.CreateManualDag API asynchronously

func (*Client) CreateMetaCategory ¶

func (client *Client) CreateMetaCategory(request *CreateMetaCategoryRequest) (response *CreateMetaCategoryResponse, err error)

CreateMetaCategory invokes the dataworks_public.CreateMetaCategory API synchronously

func (*Client) CreateMetaCategoryWithCallback ¶

func (client *Client) CreateMetaCategoryWithCallback(request *CreateMetaCategoryRequest, callback func(response *CreateMetaCategoryResponse, err error)) <-chan int

CreateMetaCategoryWithCallback invokes the dataworks_public.CreateMetaCategory API asynchronously

func (*Client) CreateMetaCategoryWithChan ¶

func (client *Client) CreateMetaCategoryWithChan(request *CreateMetaCategoryRequest) (<-chan *CreateMetaCategoryResponse, <-chan error)

CreateMetaCategoryWithChan invokes the dataworks_public.CreateMetaCategory API asynchronously

func (*Client) CreateMetaCollection ¶ added in v1.62.95

func (client *Client) CreateMetaCollection(request *CreateMetaCollectionRequest) (response *CreateMetaCollectionResponse, err error)

CreateMetaCollection invokes the dataworks_public.CreateMetaCollection API synchronously

func (*Client) CreateMetaCollectionWithCallback ¶ added in v1.62.95

func (client *Client) CreateMetaCollectionWithCallback(request *CreateMetaCollectionRequest, callback func(response *CreateMetaCollectionResponse, err error)) <-chan int

CreateMetaCollectionWithCallback invokes the dataworks_public.CreateMetaCollection API asynchronously

func (*Client) CreateMetaCollectionWithChan ¶ added in v1.62.95

func (client *Client) CreateMetaCollectionWithChan(request *CreateMetaCollectionRequest) (<-chan *CreateMetaCollectionResponse, <-chan error)

CreateMetaCollectionWithChan invokes the dataworks_public.CreateMetaCollection API asynchronously

func (*Client) CreatePermissionApplyOrder ¶ added in v1.61.1068

func (client *Client) CreatePermissionApplyOrder(request *CreatePermissionApplyOrderRequest) (response *CreatePermissionApplyOrderResponse, err error)

CreatePermissionApplyOrder invokes the dataworks_public.CreatePermissionApplyOrder API synchronously

func (*Client) CreatePermissionApplyOrderWithCallback ¶ added in v1.61.1068

func (client *Client) CreatePermissionApplyOrderWithCallback(request *CreatePermissionApplyOrderRequest, callback func(response *CreatePermissionApplyOrderResponse, err error)) <-chan int

CreatePermissionApplyOrderWithCallback invokes the dataworks_public.CreatePermissionApplyOrder API asynchronously

func (*Client) CreatePermissionApplyOrderWithChan ¶ added in v1.61.1068

func (client *Client) CreatePermissionApplyOrderWithChan(request *CreatePermissionApplyOrderRequest) (<-chan *CreatePermissionApplyOrderResponse, <-chan error)

CreatePermissionApplyOrderWithChan invokes the dataworks_public.CreatePermissionApplyOrder API asynchronously

func (*Client) CreateProjectMember ¶ added in v1.61.386

func (client *Client) CreateProjectMember(request *CreateProjectMemberRequest) (response *CreateProjectMemberResponse, err error)

CreateProjectMember invokes the dataworks_public.CreateProjectMember API synchronously

func (*Client) CreateProjectMemberWithCallback ¶ added in v1.61.386

func (client *Client) CreateProjectMemberWithCallback(request *CreateProjectMemberRequest, callback func(response *CreateProjectMemberResponse, err error)) <-chan int

CreateProjectMemberWithCallback invokes the dataworks_public.CreateProjectMember API asynchronously

func (*Client) CreateProjectMemberWithChan ¶ added in v1.61.386

func (client *Client) CreateProjectMemberWithChan(request *CreateProjectMemberRequest) (<-chan *CreateProjectMemberResponse, <-chan error)

CreateProjectMemberWithChan invokes the dataworks_public.CreateProjectMember API asynchronously

func (*Client) CreateQualityEntity ¶

func (client *Client) CreateQualityEntity(request *CreateQualityEntityRequest) (response *CreateQualityEntityResponse, err error)

CreateQualityEntity invokes the dataworks_public.CreateQualityEntity API synchronously

func (*Client) CreateQualityEntityWithCallback ¶

func (client *Client) CreateQualityEntityWithCallback(request *CreateQualityEntityRequest, callback func(response *CreateQualityEntityResponse, err error)) <-chan int

CreateQualityEntityWithCallback invokes the dataworks_public.CreateQualityEntity API asynchronously

func (*Client) CreateQualityEntityWithChan ¶

func (client *Client) CreateQualityEntityWithChan(request *CreateQualityEntityRequest) (<-chan *CreateQualityEntityResponse, <-chan error)

CreateQualityEntityWithChan invokes the dataworks_public.CreateQualityEntity API asynchronously

func (*Client) CreateQualityFollower ¶

func (client *Client) CreateQualityFollower(request *CreateQualityFollowerRequest) (response *CreateQualityFollowerResponse, err error)

CreateQualityFollower invokes the dataworks_public.CreateQualityFollower API synchronously

func (*Client) CreateQualityFollowerWithCallback ¶

func (client *Client) CreateQualityFollowerWithCallback(request *CreateQualityFollowerRequest, callback func(response *CreateQualityFollowerResponse, err error)) <-chan int

CreateQualityFollowerWithCallback invokes the dataworks_public.CreateQualityFollower API asynchronously

func (*Client) CreateQualityFollowerWithChan ¶

func (client *Client) CreateQualityFollowerWithChan(request *CreateQualityFollowerRequest) (<-chan *CreateQualityFollowerResponse, <-chan error)

CreateQualityFollowerWithChan invokes the dataworks_public.CreateQualityFollower API asynchronously

func (*Client) CreateQualityRelativeNode ¶

func (client *Client) CreateQualityRelativeNode(request *CreateQualityRelativeNodeRequest) (response *CreateQualityRelativeNodeResponse, err error)

CreateQualityRelativeNode invokes the dataworks_public.CreateQualityRelativeNode API synchronously

func (*Client) CreateQualityRelativeNodeWithCallback ¶

func (client *Client) CreateQualityRelativeNodeWithCallback(request *CreateQualityRelativeNodeRequest, callback func(response *CreateQualityRelativeNodeResponse, err error)) <-chan int

CreateQualityRelativeNodeWithCallback invokes the dataworks_public.CreateQualityRelativeNode API asynchronously

func (*Client) CreateQualityRelativeNodeWithChan ¶

func (client *Client) CreateQualityRelativeNodeWithChan(request *CreateQualityRelativeNodeRequest) (<-chan *CreateQualityRelativeNodeResponse, <-chan error)

CreateQualityRelativeNodeWithChan invokes the dataworks_public.CreateQualityRelativeNode API asynchronously

func (*Client) CreateQualityRule ¶

func (client *Client) CreateQualityRule(request *CreateQualityRuleRequest) (response *CreateQualityRuleResponse, err error)

CreateQualityRule invokes the dataworks_public.CreateQualityRule API synchronously

func (*Client) CreateQualityRuleWithCallback ¶

func (client *Client) CreateQualityRuleWithCallback(request *CreateQualityRuleRequest, callback func(response *CreateQualityRuleResponse, err error)) <-chan int

CreateQualityRuleWithCallback invokes the dataworks_public.CreateQualityRule API asynchronously

func (*Client) CreateQualityRuleWithChan ¶

func (client *Client) CreateQualityRuleWithChan(request *CreateQualityRuleRequest) (<-chan *CreateQualityRuleResponse, <-chan error)

CreateQualityRuleWithChan invokes the dataworks_public.CreateQualityRule API asynchronously

func (*Client) CreateRemind ¶

func (client *Client) CreateRemind(request *CreateRemindRequest) (response *CreateRemindResponse, err error)

CreateRemind invokes the dataworks_public.CreateRemind API synchronously

func (*Client) CreateRemindWithCallback ¶

func (client *Client) CreateRemindWithCallback(request *CreateRemindRequest, callback func(response *CreateRemindResponse, err error)) <-chan int

CreateRemindWithCallback invokes the dataworks_public.CreateRemind API asynchronously

func (*Client) CreateRemindWithChan ¶

func (client *Client) CreateRemindWithChan(request *CreateRemindRequest) (<-chan *CreateRemindResponse, <-chan error)

CreateRemindWithChan invokes the dataworks_public.CreateRemind API asynchronously

func (*Client) CreateTable ¶ added in v1.61.610

func (client *Client) CreateTable(request *CreateTableRequest) (response *CreateTableResponse, err error)

CreateTable invokes the dataworks_public.CreateTable API synchronously

func (*Client) CreateTableLevel ¶ added in v1.61.610

func (client *Client) CreateTableLevel(request *CreateTableLevelRequest) (response *CreateTableLevelResponse, err error)

CreateTableLevel invokes the dataworks_public.CreateTableLevel API synchronously

func (*Client) CreateTableLevelWithCallback ¶ added in v1.61.610

func (client *Client) CreateTableLevelWithCallback(request *CreateTableLevelRequest, callback func(response *CreateTableLevelResponse, err error)) <-chan int

CreateTableLevelWithCallback invokes the dataworks_public.CreateTableLevel API asynchronously

func (*Client) CreateTableLevelWithChan ¶ added in v1.61.610

func (client *Client) CreateTableLevelWithChan(request *CreateTableLevelRequest) (<-chan *CreateTableLevelResponse, <-chan error)

CreateTableLevelWithChan invokes the dataworks_public.CreateTableLevel API asynchronously

func (*Client) CreateTableTheme ¶ added in v1.61.610

func (client *Client) CreateTableTheme(request *CreateTableThemeRequest) (response *CreateTableThemeResponse, err error)

CreateTableTheme invokes the dataworks_public.CreateTableTheme API synchronously

func (*Client) CreateTableThemeWithCallback ¶ added in v1.61.610

func (client *Client) CreateTableThemeWithCallback(request *CreateTableThemeRequest, callback func(response *CreateTableThemeResponse, err error)) <-chan int

CreateTableThemeWithCallback invokes the dataworks_public.CreateTableTheme API asynchronously

func (*Client) CreateTableThemeWithChan ¶ added in v1.61.610

func (client *Client) CreateTableThemeWithChan(request *CreateTableThemeRequest) (<-chan *CreateTableThemeResponse, <-chan error)

CreateTableThemeWithChan invokes the dataworks_public.CreateTableTheme API asynchronously

func (*Client) CreateTableWithCallback ¶ added in v1.61.610

func (client *Client) CreateTableWithCallback(request *CreateTableRequest, callback func(response *CreateTableResponse, err error)) <-chan int

CreateTableWithCallback invokes the dataworks_public.CreateTable API asynchronously

func (*Client) CreateTableWithChan ¶ added in v1.61.610

func (client *Client) CreateTableWithChan(request *CreateTableRequest) (<-chan *CreateTableResponse, <-chan error)

CreateTableWithChan invokes the dataworks_public.CreateTable API asynchronously

func (*Client) CreateUdfFile ¶

func (client *Client) CreateUdfFile(request *CreateUdfFileRequest) (response *CreateUdfFileResponse, err error)

CreateUdfFile invokes the dataworks_public.CreateUdfFile API synchronously

func (*Client) CreateUdfFileWithCallback ¶

func (client *Client) CreateUdfFileWithCallback(request *CreateUdfFileRequest, callback func(response *CreateUdfFileResponse, err error)) <-chan int

CreateUdfFileWithCallback invokes the dataworks_public.CreateUdfFile API asynchronously

func (*Client) CreateUdfFileWithChan ¶

func (client *Client) CreateUdfFileWithChan(request *CreateUdfFileRequest) (<-chan *CreateUdfFileResponse, <-chan error)

CreateUdfFileWithChan invokes the dataworks_public.CreateUdfFile API asynchronously

func (*Client) DeleteBaseline ¶ added in v1.62.16

func (client *Client) DeleteBaseline(request *DeleteBaselineRequest) (response *DeleteBaselineResponse, err error)

DeleteBaseline invokes the dataworks_public.DeleteBaseline API synchronously

func (*Client) DeleteBaselineWithCallback ¶ added in v1.62.16

func (client *Client) DeleteBaselineWithCallback(request *DeleteBaselineRequest, callback func(response *DeleteBaselineResponse, err error)) <-chan int

DeleteBaselineWithCallback invokes the dataworks_public.DeleteBaseline API asynchronously

func (*Client) DeleteBaselineWithChan ¶ added in v1.62.16

func (client *Client) DeleteBaselineWithChan(request *DeleteBaselineRequest) (<-chan *DeleteBaselineResponse, <-chan error)

DeleteBaselineWithChan invokes the dataworks_public.DeleteBaseline API asynchronously

func (*Client) DeleteBusiness ¶

func (client *Client) DeleteBusiness(request *DeleteBusinessRequest) (response *DeleteBusinessResponse, err error)

DeleteBusiness invokes the dataworks_public.DeleteBusiness API synchronously

func (*Client) DeleteBusinessWithCallback ¶

func (client *Client) DeleteBusinessWithCallback(request *DeleteBusinessRequest, callback func(response *DeleteBusinessResponse, err error)) <-chan int

DeleteBusinessWithCallback invokes the dataworks_public.DeleteBusiness API asynchronously

func (*Client) DeleteBusinessWithChan ¶

func (client *Client) DeleteBusinessWithChan(request *DeleteBusinessRequest) (<-chan *DeleteBusinessResponse, <-chan error)

DeleteBusinessWithChan invokes the dataworks_public.DeleteBusiness API asynchronously

func (*Client) DeleteConnection ¶

func (client *Client) DeleteConnection(request *DeleteConnectionRequest) (response *DeleteConnectionResponse, err error)

DeleteConnection invokes the dataworks_public.DeleteConnection API synchronously

func (*Client) DeleteConnectionWithCallback ¶

func (client *Client) DeleteConnectionWithCallback(request *DeleteConnectionRequest, callback func(response *DeleteConnectionResponse, err error)) <-chan int

DeleteConnectionWithCallback invokes the dataworks_public.DeleteConnection API asynchronously

func (*Client) DeleteConnectionWithChan ¶

func (client *Client) DeleteConnectionWithChan(request *DeleteConnectionRequest) (<-chan *DeleteConnectionResponse, <-chan error)

DeleteConnectionWithChan invokes the dataworks_public.DeleteConnection API asynchronously

func (*Client) DeleteDISyncTask ¶ added in v1.61.1297

func (client *Client) DeleteDISyncTask(request *DeleteDISyncTaskRequest) (response *DeleteDISyncTaskResponse, err error)

DeleteDISyncTask invokes the dataworks_public.DeleteDISyncTask API synchronously

func (*Client) DeleteDISyncTaskWithCallback ¶ added in v1.61.1297

func (client *Client) DeleteDISyncTaskWithCallback(request *DeleteDISyncTaskRequest, callback func(response *DeleteDISyncTaskResponse, err error)) <-chan int

DeleteDISyncTaskWithCallback invokes the dataworks_public.DeleteDISyncTask API asynchronously

func (*Client) DeleteDISyncTaskWithChan ¶ added in v1.61.1297

func (client *Client) DeleteDISyncTaskWithChan(request *DeleteDISyncTaskRequest) (<-chan *DeleteDISyncTaskResponse, <-chan error)

DeleteDISyncTaskWithChan invokes the dataworks_public.DeleteDISyncTask API asynchronously

func (*Client) DeleteDataServiceApi ¶

func (client *Client) DeleteDataServiceApi(request *DeleteDataServiceApiRequest) (response *DeleteDataServiceApiResponse, err error)

DeleteDataServiceApi invokes the dataworks_public.DeleteDataServiceApi API synchronously

func (*Client) DeleteDataServiceApiAuthority ¶ added in v1.61.610

func (client *Client) DeleteDataServiceApiAuthority(request *DeleteDataServiceApiAuthorityRequest) (response *DeleteDataServiceApiAuthorityResponse, err error)

DeleteDataServiceApiAuthority invokes the dataworks_public.DeleteDataServiceApiAuthority API synchronously

func (*Client) DeleteDataServiceApiAuthorityWithCallback ¶ added in v1.61.610

func (client *Client) DeleteDataServiceApiAuthorityWithCallback(request *DeleteDataServiceApiAuthorityRequest, callback func(response *DeleteDataServiceApiAuthorityResponse, err error)) <-chan int

DeleteDataServiceApiAuthorityWithCallback invokes the dataworks_public.DeleteDataServiceApiAuthority API asynchronously

func (*Client) DeleteDataServiceApiAuthorityWithChan ¶ added in v1.61.610

func (client *Client) DeleteDataServiceApiAuthorityWithChan(request *DeleteDataServiceApiAuthorityRequest) (<-chan *DeleteDataServiceApiAuthorityResponse, <-chan error)

DeleteDataServiceApiAuthorityWithChan invokes the dataworks_public.DeleteDataServiceApiAuthority API asynchronously

func (*Client) DeleteDataServiceApiWithCallback ¶

func (client *Client) DeleteDataServiceApiWithCallback(request *DeleteDataServiceApiRequest, callback func(response *DeleteDataServiceApiResponse, err error)) <-chan int

DeleteDataServiceApiWithCallback invokes the dataworks_public.DeleteDataServiceApi API asynchronously

func (*Client) DeleteDataServiceApiWithChan ¶

func (client *Client) DeleteDataServiceApiWithChan(request *DeleteDataServiceApiRequest) (<-chan *DeleteDataServiceApiResponse, <-chan error)

DeleteDataServiceApiWithChan invokes the dataworks_public.DeleteDataServiceApi API asynchronously

func (*Client) DeleteDataSource ¶ added in v1.61.1068

func (client *Client) DeleteDataSource(request *DeleteDataSourceRequest) (response *DeleteDataSourceResponse, err error)

DeleteDataSource invokes the dataworks_public.DeleteDataSource API synchronously

func (*Client) DeleteDataSourceWithCallback ¶ added in v1.61.1068

func (client *Client) DeleteDataSourceWithCallback(request *DeleteDataSourceRequest, callback func(response *DeleteDataSourceResponse, err error)) <-chan int

DeleteDataSourceWithCallback invokes the dataworks_public.DeleteDataSource API asynchronously

func (*Client) DeleteDataSourceWithChan ¶ added in v1.61.1068

func (client *Client) DeleteDataSourceWithChan(request *DeleteDataSourceRequest) (<-chan *DeleteDataSourceResponse, <-chan error)

DeleteDataSourceWithChan invokes the dataworks_public.DeleteDataSource API asynchronously

func (*Client) DeleteFile ¶

func (client *Client) DeleteFile(request *DeleteFileRequest) (response *DeleteFileResponse, err error)

DeleteFile invokes the dataworks_public.DeleteFile API synchronously

func (*Client) DeleteFileWithCallback ¶

func (client *Client) DeleteFileWithCallback(request *DeleteFileRequest, callback func(response *DeleteFileResponse, err error)) <-chan int

DeleteFileWithCallback invokes the dataworks_public.DeleteFile API asynchronously

func (*Client) DeleteFileWithChan ¶

func (client *Client) DeleteFileWithChan(request *DeleteFileRequest) (<-chan *DeleteFileResponse, <-chan error)

DeleteFileWithChan invokes the dataworks_public.DeleteFile API asynchronously

func (*Client) DeleteFolder ¶

func (client *Client) DeleteFolder(request *DeleteFolderRequest) (response *DeleteFolderResponse, err error)

DeleteFolder invokes the dataworks_public.DeleteFolder API synchronously

func (*Client) DeleteFolderWithCallback ¶

func (client *Client) DeleteFolderWithCallback(request *DeleteFolderRequest, callback func(response *DeleteFolderResponse, err error)) <-chan int

DeleteFolderWithCallback invokes the dataworks_public.DeleteFolder API asynchronously

func (*Client) DeleteFolderWithChan ¶

func (client *Client) DeleteFolderWithChan(request *DeleteFolderRequest) (<-chan *DeleteFolderResponse, <-chan error)

DeleteFolderWithChan invokes the dataworks_public.DeleteFolder API asynchronously

func (*Client) DeleteFromMetaCategory ¶

func (client *Client) DeleteFromMetaCategory(request *DeleteFromMetaCategoryRequest) (response *DeleteFromMetaCategoryResponse, err error)

DeleteFromMetaCategory invokes the dataworks_public.DeleteFromMetaCategory API synchronously

func (*Client) DeleteFromMetaCategoryWithCallback ¶

func (client *Client) DeleteFromMetaCategoryWithCallback(request *DeleteFromMetaCategoryRequest, callback func(response *DeleteFromMetaCategoryResponse, err error)) <-chan int

DeleteFromMetaCategoryWithCallback invokes the dataworks_public.DeleteFromMetaCategory API asynchronously

func (*Client) DeleteFromMetaCategoryWithChan ¶

func (client *Client) DeleteFromMetaCategoryWithChan(request *DeleteFromMetaCategoryRequest) (<-chan *DeleteFromMetaCategoryResponse, <-chan error)

DeleteFromMetaCategoryWithChan invokes the dataworks_public.DeleteFromMetaCategory API asynchronously

func (*Client) DeleteLineageRelation ¶ added in v1.62.369

func (client *Client) DeleteLineageRelation(request *DeleteLineageRelationRequest) (response *DeleteLineageRelationResponse, err error)

DeleteLineageRelation invokes the dataworks_public.DeleteLineageRelation API synchronously

func (*Client) DeleteLineageRelationWithCallback ¶ added in v1.62.369

func (client *Client) DeleteLineageRelationWithCallback(request *DeleteLineageRelationRequest, callback func(response *DeleteLineageRelationResponse, err error)) <-chan int

DeleteLineageRelationWithCallback invokes the dataworks_public.DeleteLineageRelation API asynchronously

func (*Client) DeleteLineageRelationWithChan ¶ added in v1.62.369

func (client *Client) DeleteLineageRelationWithChan(request *DeleteLineageRelationRequest) (<-chan *DeleteLineageRelationResponse, <-chan error)

DeleteLineageRelationWithChan invokes the dataworks_public.DeleteLineageRelation API asynchronously

func (*Client) DeleteMetaCategory ¶

func (client *Client) DeleteMetaCategory(request *DeleteMetaCategoryRequest) (response *DeleteMetaCategoryResponse, err error)

DeleteMetaCategory invokes the dataworks_public.DeleteMetaCategory API synchronously

func (*Client) DeleteMetaCategoryWithCallback ¶

func (client *Client) DeleteMetaCategoryWithCallback(request *DeleteMetaCategoryRequest, callback func(response *DeleteMetaCategoryResponse, err error)) <-chan int

DeleteMetaCategoryWithCallback invokes the dataworks_public.DeleteMetaCategory API asynchronously

func (*Client) DeleteMetaCategoryWithChan ¶

func (client *Client) DeleteMetaCategoryWithChan(request *DeleteMetaCategoryRequest) (<-chan *DeleteMetaCategoryResponse, <-chan error)

DeleteMetaCategoryWithChan invokes the dataworks_public.DeleteMetaCategory API asynchronously

func (*Client) DeleteMetaCollection ¶ added in v1.62.95

func (client *Client) DeleteMetaCollection(request *DeleteMetaCollectionRequest) (response *DeleteMetaCollectionResponse, err error)

DeleteMetaCollection invokes the dataworks_public.DeleteMetaCollection API synchronously

func (*Client) DeleteMetaCollectionEntity ¶ added in v1.62.95

func (client *Client) DeleteMetaCollectionEntity(request *DeleteMetaCollectionEntityRequest) (response *DeleteMetaCollectionEntityResponse, err error)

DeleteMetaCollectionEntity invokes the dataworks_public.DeleteMetaCollectionEntity API synchronously

func (*Client) DeleteMetaCollectionEntityWithCallback ¶ added in v1.62.95

func (client *Client) DeleteMetaCollectionEntityWithCallback(request *DeleteMetaCollectionEntityRequest, callback func(response *DeleteMetaCollectionEntityResponse, err error)) <-chan int

DeleteMetaCollectionEntityWithCallback invokes the dataworks_public.DeleteMetaCollectionEntity API asynchronously

func (*Client) DeleteMetaCollectionEntityWithChan ¶ added in v1.62.95

func (client *Client) DeleteMetaCollectionEntityWithChan(request *DeleteMetaCollectionEntityRequest) (<-chan *DeleteMetaCollectionEntityResponse, <-chan error)

DeleteMetaCollectionEntityWithChan invokes the dataworks_public.DeleteMetaCollectionEntity API asynchronously

func (*Client) DeleteMetaCollectionWithCallback ¶ added in v1.62.95

func (client *Client) DeleteMetaCollectionWithCallback(request *DeleteMetaCollectionRequest, callback func(response *DeleteMetaCollectionResponse, err error)) <-chan int

DeleteMetaCollectionWithCallback invokes the dataworks_public.DeleteMetaCollection API asynchronously

func (*Client) DeleteMetaCollectionWithChan ¶ added in v1.62.95

func (client *Client) DeleteMetaCollectionWithChan(request *DeleteMetaCollectionRequest) (<-chan *DeleteMetaCollectionResponse, <-chan error)

DeleteMetaCollectionWithChan invokes the dataworks_public.DeleteMetaCollection API asynchronously

func (*Client) DeleteProjectMember ¶ added in v1.61.386

func (client *Client) DeleteProjectMember(request *DeleteProjectMemberRequest) (response *DeleteProjectMemberResponse, err error)

DeleteProjectMember invokes the dataworks_public.DeleteProjectMember API synchronously

func (*Client) DeleteProjectMemberWithCallback ¶ added in v1.61.386

func (client *Client) DeleteProjectMemberWithCallback(request *DeleteProjectMemberRequest, callback func(response *DeleteProjectMemberResponse, err error)) <-chan int

DeleteProjectMemberWithCallback invokes the dataworks_public.DeleteProjectMember API asynchronously

func (*Client) DeleteProjectMemberWithChan ¶ added in v1.61.386

func (client *Client) DeleteProjectMemberWithChan(request *DeleteProjectMemberRequest) (<-chan *DeleteProjectMemberResponse, <-chan error)

DeleteProjectMemberWithChan invokes the dataworks_public.DeleteProjectMember API asynchronously

func (*Client) DeleteQualityEntity ¶

func (client *Client) DeleteQualityEntity(request *DeleteQualityEntityRequest) (response *DeleteQualityEntityResponse, err error)

DeleteQualityEntity invokes the dataworks_public.DeleteQualityEntity API synchronously

func (*Client) DeleteQualityEntityWithCallback ¶

func (client *Client) DeleteQualityEntityWithCallback(request *DeleteQualityEntityRequest, callback func(response *DeleteQualityEntityResponse, err error)) <-chan int

DeleteQualityEntityWithCallback invokes the dataworks_public.DeleteQualityEntity API asynchronously

func (*Client) DeleteQualityEntityWithChan ¶

func (client *Client) DeleteQualityEntityWithChan(request *DeleteQualityEntityRequest) (<-chan *DeleteQualityEntityResponse, <-chan error)

DeleteQualityEntityWithChan invokes the dataworks_public.DeleteQualityEntity API asynchronously

func (*Client) DeleteQualityFollower ¶

func (client *Client) DeleteQualityFollower(request *DeleteQualityFollowerRequest) (response *DeleteQualityFollowerResponse, err error)

DeleteQualityFollower invokes the dataworks_public.DeleteQualityFollower API synchronously

func (*Client) DeleteQualityFollowerWithCallback ¶

func (client *Client) DeleteQualityFollowerWithCallback(request *DeleteQualityFollowerRequest, callback func(response *DeleteQualityFollowerResponse, err error)) <-chan int

DeleteQualityFollowerWithCallback invokes the dataworks_public.DeleteQualityFollower API asynchronously

func (*Client) DeleteQualityFollowerWithChan ¶

func (client *Client) DeleteQualityFollowerWithChan(request *DeleteQualityFollowerRequest) (<-chan *DeleteQualityFollowerResponse, <-chan error)

DeleteQualityFollowerWithChan invokes the dataworks_public.DeleteQualityFollower API asynchronously

func (*Client) DeleteQualityRelativeNode ¶

func (client *Client) DeleteQualityRelativeNode(request *DeleteQualityRelativeNodeRequest) (response *DeleteQualityRelativeNodeResponse, err error)

DeleteQualityRelativeNode invokes the dataworks_public.DeleteQualityRelativeNode API synchronously

func (*Client) DeleteQualityRelativeNodeWithCallback ¶

func (client *Client) DeleteQualityRelativeNodeWithCallback(request *DeleteQualityRelativeNodeRequest, callback func(response *DeleteQualityRelativeNodeResponse, err error)) <-chan int

DeleteQualityRelativeNodeWithCallback invokes the dataworks_public.DeleteQualityRelativeNode API asynchronously

func (*Client) DeleteQualityRelativeNodeWithChan ¶

func (client *Client) DeleteQualityRelativeNodeWithChan(request *DeleteQualityRelativeNodeRequest) (<-chan *DeleteQualityRelativeNodeResponse, <-chan error)

DeleteQualityRelativeNodeWithChan invokes the dataworks_public.DeleteQualityRelativeNode API asynchronously

func (*Client) DeleteQualityRule ¶

func (client *Client) DeleteQualityRule(request *DeleteQualityRuleRequest) (response *DeleteQualityRuleResponse, err error)

DeleteQualityRule invokes the dataworks_public.DeleteQualityRule API synchronously

func (*Client) DeleteQualityRuleWithCallback ¶

func (client *Client) DeleteQualityRuleWithCallback(request *DeleteQualityRuleRequest, callback func(response *DeleteQualityRuleResponse, err error)) <-chan int

DeleteQualityRuleWithCallback invokes the dataworks_public.DeleteQualityRule API asynchronously

func (*Client) DeleteQualityRuleWithChan ¶

func (client *Client) DeleteQualityRuleWithChan(request *DeleteQualityRuleRequest) (<-chan *DeleteQualityRuleResponse, <-chan error)

DeleteQualityRuleWithChan invokes the dataworks_public.DeleteQualityRule API asynchronously

func (*Client) DeleteRemind ¶

func (client *Client) DeleteRemind(request *DeleteRemindRequest) (response *DeleteRemindResponse, err error)

DeleteRemind invokes the dataworks_public.DeleteRemind API synchronously

func (*Client) DeleteRemindWithCallback ¶

func (client *Client) DeleteRemindWithCallback(request *DeleteRemindRequest, callback func(response *DeleteRemindResponse, err error)) <-chan int

DeleteRemindWithCallback invokes the dataworks_public.DeleteRemind API asynchronously

func (*Client) DeleteRemindWithChan ¶

func (client *Client) DeleteRemindWithChan(request *DeleteRemindRequest) (<-chan *DeleteRemindResponse, <-chan error)

DeleteRemindWithChan invokes the dataworks_public.DeleteRemind API asynchronously

func (*Client) DeleteTable ¶ added in v1.61.610

func (client *Client) DeleteTable(request *DeleteTableRequest) (response *DeleteTableResponse, err error)

DeleteTable invokes the dataworks_public.DeleteTable API synchronously

func (*Client) DeleteTableLevel ¶ added in v1.61.610

func (client *Client) DeleteTableLevel(request *DeleteTableLevelRequest) (response *DeleteTableLevelResponse, err error)

DeleteTableLevel invokes the dataworks_public.DeleteTableLevel API synchronously

func (*Client) DeleteTableLevelWithCallback ¶ added in v1.61.610

func (client *Client) DeleteTableLevelWithCallback(request *DeleteTableLevelRequest, callback func(response *DeleteTableLevelResponse, err error)) <-chan int

DeleteTableLevelWithCallback invokes the dataworks_public.DeleteTableLevel API asynchronously

func (*Client) DeleteTableLevelWithChan ¶ added in v1.61.610

func (client *Client) DeleteTableLevelWithChan(request *DeleteTableLevelRequest) (<-chan *DeleteTableLevelResponse, <-chan error)

DeleteTableLevelWithChan invokes the dataworks_public.DeleteTableLevel API asynchronously

func (*Client) DeleteTableTheme ¶ added in v1.61.610

func (client *Client) DeleteTableTheme(request *DeleteTableThemeRequest) (response *DeleteTableThemeResponse, err error)

DeleteTableTheme invokes the dataworks_public.DeleteTableTheme API synchronously

func (*Client) DeleteTableThemeWithCallback ¶ added in v1.61.610

func (client *Client) DeleteTableThemeWithCallback(request *DeleteTableThemeRequest, callback func(response *DeleteTableThemeResponse, err error)) <-chan int

DeleteTableThemeWithCallback invokes the dataworks_public.DeleteTableTheme API asynchronously

func (*Client) DeleteTableThemeWithChan ¶ added in v1.61.610

func (client *Client) DeleteTableThemeWithChan(request *DeleteTableThemeRequest) (<-chan *DeleteTableThemeResponse, <-chan error)

DeleteTableThemeWithChan invokes the dataworks_public.DeleteTableTheme API asynchronously

func (*Client) DeleteTableWithCallback ¶ added in v1.61.610

func (client *Client) DeleteTableWithCallback(request *DeleteTableRequest, callback func(response *DeleteTableResponse, err error)) <-chan int

DeleteTableWithCallback invokes the dataworks_public.DeleteTable API asynchronously

func (*Client) DeleteTableWithChan ¶ added in v1.61.610

func (client *Client) DeleteTableWithChan(request *DeleteTableRequest) (<-chan *DeleteTableResponse, <-chan error)

DeleteTableWithChan invokes the dataworks_public.DeleteTable API asynchronously

func (*Client) DeployDISyncTask ¶ added in v1.61.1297

func (client *Client) DeployDISyncTask(request *DeployDISyncTaskRequest) (response *DeployDISyncTaskResponse, err error)

DeployDISyncTask invokes the dataworks_public.DeployDISyncTask API synchronously

func (*Client) DeployDISyncTaskWithCallback ¶ added in v1.61.1297

func (client *Client) DeployDISyncTaskWithCallback(request *DeployDISyncTaskRequest, callback func(response *DeployDISyncTaskResponse, err error)) <-chan int

DeployDISyncTaskWithCallback invokes the dataworks_public.DeployDISyncTask API asynchronously

func (*Client) DeployDISyncTaskWithChan ¶ added in v1.61.1297

func (client *Client) DeployDISyncTaskWithChan(request *DeployDISyncTaskRequest) (<-chan *DeployDISyncTaskResponse, <-chan error)

DeployDISyncTaskWithChan invokes the dataworks_public.DeployDISyncTask API asynchronously

func (*Client) DeployFile ¶

func (client *Client) DeployFile(request *DeployFileRequest) (response *DeployFileResponse, err error)

DeployFile invokes the dataworks_public.DeployFile API synchronously

func (*Client) DeployFileWithCallback ¶

func (client *Client) DeployFileWithCallback(request *DeployFileRequest, callback func(response *DeployFileResponse, err error)) <-chan int

DeployFileWithCallback invokes the dataworks_public.DeployFile API asynchronously

func (*Client) DeployFileWithChan ¶

func (client *Client) DeployFileWithChan(request *DeployFileRequest) (<-chan *DeployFileResponse, <-chan error)

DeployFileWithChan invokes the dataworks_public.DeployFile API asynchronously

func (*Client) DesensitizeData ¶ added in v1.61.950

func (client *Client) DesensitizeData(request *DesensitizeDataRequest) (response *DesensitizeDataResponse, err error)

DesensitizeData invokes the dataworks_public.DesensitizeData API synchronously

func (*Client) DesensitizeDataWithCallback ¶ added in v1.61.950

func (client *Client) DesensitizeDataWithCallback(request *DesensitizeDataRequest, callback func(response *DesensitizeDataResponse, err error)) <-chan int

DesensitizeDataWithCallback invokes the dataworks_public.DesensitizeData API asynchronously

func (*Client) DesensitizeDataWithChan ¶ added in v1.61.950

func (client *Client) DesensitizeDataWithChan(request *DesensitizeDataRequest) (<-chan *DesensitizeDataResponse, <-chan error)

DesensitizeDataWithChan invokes the dataworks_public.DesensitizeData API asynchronously

func (*Client) EstablishRelationTableToBusiness ¶

func (client *Client) EstablishRelationTableToBusiness(request *EstablishRelationTableToBusinessRequest) (response *EstablishRelationTableToBusinessResponse, err error)

EstablishRelationTableToBusiness invokes the dataworks_public.EstablishRelationTableToBusiness API synchronously

func (*Client) EstablishRelationTableToBusinessWithCallback ¶

func (client *Client) EstablishRelationTableToBusinessWithCallback(request *EstablishRelationTableToBusinessRequest, callback func(response *EstablishRelationTableToBusinessResponse, err error)) <-chan int

EstablishRelationTableToBusinessWithCallback invokes the dataworks_public.EstablishRelationTableToBusiness API asynchronously

func (*Client) EstablishRelationTableToBusinessWithChan ¶

func (client *Client) EstablishRelationTableToBusinessWithChan(request *EstablishRelationTableToBusinessRequest) (<-chan *EstablishRelationTableToBusinessResponse, <-chan error)

EstablishRelationTableToBusinessWithChan invokes the dataworks_public.EstablishRelationTableToBusiness API asynchronously

func (*Client) ExportDataSources ¶ added in v1.61.1297

func (client *Client) ExportDataSources(request *ExportDataSourcesRequest) (response *ExportDataSourcesResponse, err error)

ExportDataSources invokes the dataworks_public.ExportDataSources API synchronously

func (*Client) ExportDataSourcesWithCallback ¶ added in v1.61.1297

func (client *Client) ExportDataSourcesWithCallback(request *ExportDataSourcesRequest, callback func(response *ExportDataSourcesResponse, err error)) <-chan int

ExportDataSourcesWithCallback invokes the dataworks_public.ExportDataSources API asynchronously

func (*Client) ExportDataSourcesWithChan ¶ added in v1.61.1297

func (client *Client) ExportDataSourcesWithChan(request *ExportDataSourcesRequest) (<-chan *ExportDataSourcesResponse, <-chan error)

ExportDataSourcesWithChan invokes the dataworks_public.ExportDataSources API asynchronously

func (*Client) GenerateDISyncTaskConfigForCreating ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForCreating(request *GenerateDISyncTaskConfigForCreatingRequest) (response *GenerateDISyncTaskConfigForCreatingResponse, err error)

GenerateDISyncTaskConfigForCreating invokes the dataworks_public.GenerateDISyncTaskConfigForCreating API synchronously

func (*Client) GenerateDISyncTaskConfigForCreatingWithCallback ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForCreatingWithCallback(request *GenerateDISyncTaskConfigForCreatingRequest, callback func(response *GenerateDISyncTaskConfigForCreatingResponse, err error)) <-chan int

GenerateDISyncTaskConfigForCreatingWithCallback invokes the dataworks_public.GenerateDISyncTaskConfigForCreating API asynchronously

func (*Client) GenerateDISyncTaskConfigForCreatingWithChan ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForCreatingWithChan(request *GenerateDISyncTaskConfigForCreatingRequest) (<-chan *GenerateDISyncTaskConfigForCreatingResponse, <-chan error)

GenerateDISyncTaskConfigForCreatingWithChan invokes the dataworks_public.GenerateDISyncTaskConfigForCreating API asynchronously

func (*Client) GenerateDISyncTaskConfigForUpdating ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForUpdating(request *GenerateDISyncTaskConfigForUpdatingRequest) (response *GenerateDISyncTaskConfigForUpdatingResponse, err error)

GenerateDISyncTaskConfigForUpdating invokes the dataworks_public.GenerateDISyncTaskConfigForUpdating API synchronously

func (*Client) GenerateDISyncTaskConfigForUpdatingWithCallback ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForUpdatingWithCallback(request *GenerateDISyncTaskConfigForUpdatingRequest, callback func(response *GenerateDISyncTaskConfigForUpdatingResponse, err error)) <-chan int

GenerateDISyncTaskConfigForUpdatingWithCallback invokes the dataworks_public.GenerateDISyncTaskConfigForUpdating API asynchronously

func (*Client) GenerateDISyncTaskConfigForUpdatingWithChan ¶ added in v1.61.1297

func (client *Client) GenerateDISyncTaskConfigForUpdatingWithChan(request *GenerateDISyncTaskConfigForUpdatingRequest) (<-chan *GenerateDISyncTaskConfigForUpdatingResponse, <-chan error)

GenerateDISyncTaskConfigForUpdatingWithChan invokes the dataworks_public.GenerateDISyncTaskConfigForUpdating API asynchronously

func (*Client) GetBaseline ¶ added in v1.62.16

func (client *Client) GetBaseline(request *GetBaselineRequest) (response *GetBaselineResponse, err error)

GetBaseline invokes the dataworks_public.GetBaseline API synchronously

func (*Client) GetBaselineConfig ¶

func (client *Client) GetBaselineConfig(request *GetBaselineConfigRequest) (response *GetBaselineConfigResponse, err error)

GetBaselineConfig invokes the dataworks_public.GetBaselineConfig API synchronously

func (*Client) GetBaselineConfigWithCallback ¶

func (client *Client) GetBaselineConfigWithCallback(request *GetBaselineConfigRequest, callback func(response *GetBaselineConfigResponse, err error)) <-chan int

GetBaselineConfigWithCallback invokes the dataworks_public.GetBaselineConfig API asynchronously

func (*Client) GetBaselineConfigWithChan ¶

func (client *Client) GetBaselineConfigWithChan(request *GetBaselineConfigRequest) (<-chan *GetBaselineConfigResponse, <-chan error)

GetBaselineConfigWithChan invokes the dataworks_public.GetBaselineConfig API asynchronously

func (*Client) GetBaselineKeyPath ¶

func (client *Client) GetBaselineKeyPath(request *GetBaselineKeyPathRequest) (response *GetBaselineKeyPathResponse, err error)

GetBaselineKeyPath invokes the dataworks_public.GetBaselineKeyPath API synchronously

func (*Client) GetBaselineKeyPathWithCallback ¶

func (client *Client) GetBaselineKeyPathWithCallback(request *GetBaselineKeyPathRequest, callback func(response *GetBaselineKeyPathResponse, err error)) <-chan int

GetBaselineKeyPathWithCallback invokes the dataworks_public.GetBaselineKeyPath API asynchronously

func (*Client) GetBaselineKeyPathWithChan ¶

func (client *Client) GetBaselineKeyPathWithChan(request *GetBaselineKeyPathRequest) (<-chan *GetBaselineKeyPathResponse, <-chan error)

GetBaselineKeyPathWithChan invokes the dataworks_public.GetBaselineKeyPath API asynchronously

func (*Client) GetBaselineStatus ¶

func (client *Client) GetBaselineStatus(request *GetBaselineStatusRequest) (response *GetBaselineStatusResponse, err error)

GetBaselineStatus invokes the dataworks_public.GetBaselineStatus API synchronously

func (*Client) GetBaselineStatusWithCallback ¶

func (client *Client) GetBaselineStatusWithCallback(request *GetBaselineStatusRequest, callback func(response *GetBaselineStatusResponse, err error)) <-chan int

GetBaselineStatusWithCallback invokes the dataworks_public.GetBaselineStatus API asynchronously

func (*Client) GetBaselineStatusWithChan ¶

func (client *Client) GetBaselineStatusWithChan(request *GetBaselineStatusRequest) (<-chan *GetBaselineStatusResponse, <-chan error)

GetBaselineStatusWithChan invokes the dataworks_public.GetBaselineStatus API asynchronously

func (*Client) GetBaselineWithCallback ¶ added in v1.62.16

func (client *Client) GetBaselineWithCallback(request *GetBaselineRequest, callback func(response *GetBaselineResponse, err error)) <-chan int

GetBaselineWithCallback invokes the dataworks_public.GetBaseline API asynchronously

func (*Client) GetBaselineWithChan ¶ added in v1.62.16

func (client *Client) GetBaselineWithChan(request *GetBaselineRequest) (<-chan *GetBaselineResponse, <-chan error)

GetBaselineWithChan invokes the dataworks_public.GetBaseline API asynchronously

func (*Client) GetBusiness ¶

func (client *Client) GetBusiness(request *GetBusinessRequest) (response *GetBusinessResponse, err error)

GetBusiness invokes the dataworks_public.GetBusiness API synchronously

func (*Client) GetBusinessWithCallback ¶

func (client *Client) GetBusinessWithCallback(request *GetBusinessRequest, callback func(response *GetBusinessResponse, err error)) <-chan int

GetBusinessWithCallback invokes the dataworks_public.GetBusiness API asynchronously

func (*Client) GetBusinessWithChan ¶

func (client *Client) GetBusinessWithChan(request *GetBusinessRequest) (<-chan *GetBusinessResponse, <-chan error)

GetBusinessWithChan invokes the dataworks_public.GetBusiness API asynchronously

func (*Client) GetDDLJobStatus ¶ added in v1.61.610

func (client *Client) GetDDLJobStatus(request *GetDDLJobStatusRequest) (response *GetDDLJobStatusResponse, err error)

GetDDLJobStatus invokes the dataworks_public.GetDDLJobStatus API synchronously

func (*Client) GetDDLJobStatusWithCallback ¶ added in v1.61.610

func (client *Client) GetDDLJobStatusWithCallback(request *GetDDLJobStatusRequest, callback func(response *GetDDLJobStatusResponse, err error)) <-chan int

GetDDLJobStatusWithCallback invokes the dataworks_public.GetDDLJobStatus API asynchronously

func (*Client) GetDDLJobStatusWithChan ¶ added in v1.61.610

func (client *Client) GetDDLJobStatusWithChan(request *GetDDLJobStatusRequest) (<-chan *GetDDLJobStatusResponse, <-chan error)

GetDDLJobStatusWithChan invokes the dataworks_public.GetDDLJobStatus API asynchronously

func (*Client) GetDISyncInstanceInfo ¶ added in v1.61.1297

func (client *Client) GetDISyncInstanceInfo(request *GetDISyncInstanceInfoRequest) (response *GetDISyncInstanceInfoResponse, err error)

GetDISyncInstanceInfo invokes the dataworks_public.GetDISyncInstanceInfo API synchronously

func (*Client) GetDISyncInstanceInfoWithCallback ¶ added in v1.61.1297

func (client *Client) GetDISyncInstanceInfoWithCallback(request *GetDISyncInstanceInfoRequest, callback func(response *GetDISyncInstanceInfoResponse, err error)) <-chan int

GetDISyncInstanceInfoWithCallback invokes the dataworks_public.GetDISyncInstanceInfo API asynchronously

func (*Client) GetDISyncInstanceInfoWithChan ¶ added in v1.61.1297

func (client *Client) GetDISyncInstanceInfoWithChan(request *GetDISyncInstanceInfoRequest) (<-chan *GetDISyncInstanceInfoResponse, <-chan error)

GetDISyncInstanceInfoWithChan invokes the dataworks_public.GetDISyncInstanceInfo API asynchronously

func (*Client) GetDISyncTask ¶ added in v1.61.1297

func (client *Client) GetDISyncTask(request *GetDISyncTaskRequest) (response *GetDISyncTaskResponse, err error)

GetDISyncTask invokes the dataworks_public.GetDISyncTask API synchronously

func (*Client) GetDISyncTaskWithCallback ¶ added in v1.61.1297

func (client *Client) GetDISyncTaskWithCallback(request *GetDISyncTaskRequest, callback func(response *GetDISyncTaskResponse, err error)) <-chan int

GetDISyncTaskWithCallback invokes the dataworks_public.GetDISyncTask API asynchronously

func (*Client) GetDISyncTaskWithChan ¶ added in v1.61.1297

func (client *Client) GetDISyncTaskWithChan(request *GetDISyncTaskRequest) (<-chan *GetDISyncTaskResponse, <-chan error)

GetDISyncTaskWithChan invokes the dataworks_public.GetDISyncTask API asynchronously

func (*Client) GetDag ¶ added in v1.61.738

func (client *Client) GetDag(request *GetDagRequest) (response *GetDagResponse, err error)

GetDag invokes the dataworks_public.GetDag API synchronously

func (*Client) GetDagWithCallback ¶ added in v1.61.738

func (client *Client) GetDagWithCallback(request *GetDagRequest, callback func(response *GetDagResponse, err error)) <-chan int

GetDagWithCallback invokes the dataworks_public.GetDag API asynchronously

func (*Client) GetDagWithChan ¶ added in v1.61.738

func (client *Client) GetDagWithChan(request *GetDagRequest) (<-chan *GetDagResponse, <-chan error)

GetDagWithChan invokes the dataworks_public.GetDag API asynchronously

func (*Client) GetDataServiceApi ¶

func (client *Client) GetDataServiceApi(request *GetDataServiceApiRequest) (response *GetDataServiceApiResponse, err error)

GetDataServiceApi invokes the dataworks_public.GetDataServiceApi API synchronously

func (*Client) GetDataServiceApiTest ¶ added in v1.62.16

func (client *Client) GetDataServiceApiTest(request *GetDataServiceApiTestRequest) (response *GetDataServiceApiTestResponse, err error)

GetDataServiceApiTest invokes the dataworks_public.GetDataServiceApiTest API synchronously

func (*Client) GetDataServiceApiTestWithCallback ¶ added in v1.62.16

func (client *Client) GetDataServiceApiTestWithCallback(request *GetDataServiceApiTestRequest, callback func(response *GetDataServiceApiTestResponse, err error)) <-chan int

GetDataServiceApiTestWithCallback invokes the dataworks_public.GetDataServiceApiTest API asynchronously

func (*Client) GetDataServiceApiTestWithChan ¶ added in v1.62.16

func (client *Client) GetDataServiceApiTestWithChan(request *GetDataServiceApiTestRequest) (<-chan *GetDataServiceApiTestResponse, <-chan error)

GetDataServiceApiTestWithChan invokes the dataworks_public.GetDataServiceApiTest API asynchronously

func (*Client) GetDataServiceApiWithCallback ¶

func (client *Client) GetDataServiceApiWithCallback(request *GetDataServiceApiRequest, callback func(response *GetDataServiceApiResponse, err error)) <-chan int

GetDataServiceApiWithCallback invokes the dataworks_public.GetDataServiceApi API asynchronously

func (*Client) GetDataServiceApiWithChan ¶

func (client *Client) GetDataServiceApiWithChan(request *GetDataServiceApiRequest) (<-chan *GetDataServiceApiResponse, <-chan error)

GetDataServiceApiWithChan invokes the dataworks_public.GetDataServiceApi API asynchronously

func (*Client) GetDataServiceApplication ¶

func (client *Client) GetDataServiceApplication(request *GetDataServiceApplicationRequest) (response *GetDataServiceApplicationResponse, err error)

GetDataServiceApplication invokes the dataworks_public.GetDataServiceApplication API synchronously

func (*Client) GetDataServiceApplicationWithCallback ¶

func (client *Client) GetDataServiceApplicationWithCallback(request *GetDataServiceApplicationRequest, callback func(response *GetDataServiceApplicationResponse, err error)) <-chan int

GetDataServiceApplicationWithCallback invokes the dataworks_public.GetDataServiceApplication API asynchronously

func (*Client) GetDataServiceApplicationWithChan ¶

func (client *Client) GetDataServiceApplicationWithChan(request *GetDataServiceApplicationRequest) (<-chan *GetDataServiceApplicationResponse, <-chan error)

GetDataServiceApplicationWithChan invokes the dataworks_public.GetDataServiceApplication API asynchronously

func (*Client) GetDataServiceFolder ¶ added in v1.61.610

func (client *Client) GetDataServiceFolder(request *GetDataServiceFolderRequest) (response *GetDataServiceFolderResponse, err error)

GetDataServiceFolder invokes the dataworks_public.GetDataServiceFolder API synchronously

func (*Client) GetDataServiceFolderWithCallback ¶ added in v1.61.610

func (client *Client) GetDataServiceFolderWithCallback(request *GetDataServiceFolderRequest, callback func(response *GetDataServiceFolderResponse, err error)) <-chan int

GetDataServiceFolderWithCallback invokes the dataworks_public.GetDataServiceFolder API asynchronously

func (*Client) GetDataServiceFolderWithChan ¶ added in v1.61.610

func (client *Client) GetDataServiceFolderWithChan(request *GetDataServiceFolderRequest) (<-chan *GetDataServiceFolderResponse, <-chan error)

GetDataServiceFolderWithChan invokes the dataworks_public.GetDataServiceFolder API asynchronously

func (*Client) GetDataServiceGroup ¶ added in v1.61.610

func (client *Client) GetDataServiceGroup(request *GetDataServiceGroupRequest) (response *GetDataServiceGroupResponse, err error)

GetDataServiceGroup invokes the dataworks_public.GetDataServiceGroup API synchronously

func (*Client) GetDataServiceGroupWithCallback ¶ added in v1.61.610

func (client *Client) GetDataServiceGroupWithCallback(request *GetDataServiceGroupRequest, callback func(response *GetDataServiceGroupResponse, err error)) <-chan int

GetDataServiceGroupWithCallback invokes the dataworks_public.GetDataServiceGroup API asynchronously

func (*Client) GetDataServiceGroupWithChan ¶ added in v1.61.610

func (client *Client) GetDataServiceGroupWithChan(request *GetDataServiceGroupRequest) (<-chan *GetDataServiceGroupResponse, <-chan error)

GetDataServiceGroupWithChan invokes the dataworks_public.GetDataServiceGroup API asynchronously

func (*Client) GetDataServicePublishedApi ¶

func (client *Client) GetDataServicePublishedApi(request *GetDataServicePublishedApiRequest) (response *GetDataServicePublishedApiResponse, err error)

GetDataServicePublishedApi invokes the dataworks_public.GetDataServicePublishedApi API synchronously

func (*Client) GetDataServicePublishedApiWithCallback ¶

func (client *Client) GetDataServicePublishedApiWithCallback(request *GetDataServicePublishedApiRequest, callback func(response *GetDataServicePublishedApiResponse, err error)) <-chan int

GetDataServicePublishedApiWithCallback invokes the dataworks_public.GetDataServicePublishedApi API asynchronously

func (*Client) GetDataServicePublishedApiWithChan ¶

func (client *Client) GetDataServicePublishedApiWithChan(request *GetDataServicePublishedApiRequest) (<-chan *GetDataServicePublishedApiResponse, <-chan error)

GetDataServicePublishedApiWithChan invokes the dataworks_public.GetDataServicePublishedApi API asynchronously

func (*Client) GetDataSourceMeta ¶ added in v1.61.1297

func (client *Client) GetDataSourceMeta(request *GetDataSourceMetaRequest) (response *GetDataSourceMetaResponse, err error)

GetDataSourceMeta invokes the dataworks_public.GetDataSourceMeta API synchronously

func (*Client) GetDataSourceMetaWithCallback ¶ added in v1.61.1297

func (client *Client) GetDataSourceMetaWithCallback(request *GetDataSourceMetaRequest, callback func(response *GetDataSourceMetaResponse, err error)) <-chan int

GetDataSourceMetaWithCallback invokes the dataworks_public.GetDataSourceMeta API asynchronously

func (*Client) GetDataSourceMetaWithChan ¶ added in v1.61.1297

func (client *Client) GetDataSourceMetaWithChan(request *GetDataSourceMetaRequest) (<-chan *GetDataSourceMetaResponse, <-chan error)

GetDataSourceMetaWithChan invokes the dataworks_public.GetDataSourceMeta API asynchronously

func (*Client) GetDeployment ¶

func (client *Client) GetDeployment(request *GetDeploymentRequest) (response *GetDeploymentResponse, err error)

GetDeployment invokes the dataworks_public.GetDeployment API synchronously

func (*Client) GetDeploymentWithCallback ¶

func (client *Client) GetDeploymentWithCallback(request *GetDeploymentRequest, callback func(response *GetDeploymentResponse, err error)) <-chan int

GetDeploymentWithCallback invokes the dataworks_public.GetDeployment API asynchronously

func (*Client) GetDeploymentWithChan ¶

func (client *Client) GetDeploymentWithChan(request *GetDeploymentRequest) (<-chan *GetDeploymentResponse, <-chan error)

GetDeploymentWithChan invokes the dataworks_public.GetDeployment API asynchronously

func (*Client) GetExtension ¶ added in v1.61.1615

func (client *Client) GetExtension(request *GetExtensionRequest) (response *GetExtensionResponse, err error)

GetExtension invokes the dataworks_public.GetExtension API synchronously

func (*Client) GetExtensionWithCallback ¶ added in v1.61.1615

func (client *Client) GetExtensionWithCallback(request *GetExtensionRequest, callback func(response *GetExtensionResponse, err error)) <-chan int

GetExtensionWithCallback invokes the dataworks_public.GetExtension API asynchronously

func (*Client) GetExtensionWithChan ¶ added in v1.61.1615

func (client *Client) GetExtensionWithChan(request *GetExtensionRequest) (<-chan *GetExtensionResponse, <-chan error)

GetExtensionWithChan invokes the dataworks_public.GetExtension API asynchronously

func (*Client) GetFile ¶

func (client *Client) GetFile(request *GetFileRequest) (response *GetFileResponse, err error)

GetFile invokes the dataworks_public.GetFile API synchronously

func (*Client) GetFileTypeStatistic ¶ added in v1.61.1068

func (client *Client) GetFileTypeStatistic(request *GetFileTypeStatisticRequest) (response *GetFileTypeStatisticResponse, err error)

GetFileTypeStatistic invokes the dataworks_public.GetFileTypeStatistic API synchronously

func (*Client) GetFileTypeStatisticWithCallback ¶ added in v1.61.1068

func (client *Client) GetFileTypeStatisticWithCallback(request *GetFileTypeStatisticRequest, callback func(response *GetFileTypeStatisticResponse, err error)) <-chan int

GetFileTypeStatisticWithCallback invokes the dataworks_public.GetFileTypeStatistic API asynchronously

func (*Client) GetFileTypeStatisticWithChan ¶ added in v1.61.1068

func (client *Client) GetFileTypeStatisticWithChan(request *GetFileTypeStatisticRequest) (<-chan *GetFileTypeStatisticResponse, <-chan error)

GetFileTypeStatisticWithChan invokes the dataworks_public.GetFileTypeStatistic API asynchronously

func (*Client) GetFileVersion ¶

func (client *Client) GetFileVersion(request *GetFileVersionRequest) (response *GetFileVersionResponse, err error)

GetFileVersion invokes the dataworks_public.GetFileVersion API synchronously

func (*Client) GetFileVersionWithCallback ¶

func (client *Client) GetFileVersionWithCallback(request *GetFileVersionRequest, callback func(response *GetFileVersionResponse, err error)) <-chan int

GetFileVersionWithCallback invokes the dataworks_public.GetFileVersion API asynchronously

func (*Client) GetFileVersionWithChan ¶

func (client *Client) GetFileVersionWithChan(request *GetFileVersionRequest) (<-chan *GetFileVersionResponse, <-chan error)

GetFileVersionWithChan invokes the dataworks_public.GetFileVersion API asynchronously

func (*Client) GetFileWithCallback ¶

func (client *Client) GetFileWithCallback(request *GetFileRequest, callback func(response *GetFileResponse, err error)) <-chan int

GetFileWithCallback invokes the dataworks_public.GetFile API asynchronously

func (*Client) GetFileWithChan ¶

func (client *Client) GetFileWithChan(request *GetFileRequest) (<-chan *GetFileResponse, <-chan error)

GetFileWithChan invokes the dataworks_public.GetFile API asynchronously

func (*Client) GetFolder ¶

func (client *Client) GetFolder(request *GetFolderRequest) (response *GetFolderResponse, err error)

GetFolder invokes the dataworks_public.GetFolder API synchronously

func (*Client) GetFolderWithCallback ¶

func (client *Client) GetFolderWithCallback(request *GetFolderRequest, callback func(response *GetFolderResponse, err error)) <-chan int

GetFolderWithCallback invokes the dataworks_public.GetFolder API asynchronously

func (*Client) GetFolderWithChan ¶

func (client *Client) GetFolderWithChan(request *GetFolderRequest) (<-chan *GetFolderResponse, <-chan error)

GetFolderWithChan invokes the dataworks_public.GetFolder API asynchronously

func (*Client) GetIDEEventDetail ¶ added in v1.61.1367

func (client *Client) GetIDEEventDetail(request *GetIDEEventDetailRequest) (response *GetIDEEventDetailResponse, err error)

GetIDEEventDetail invokes the dataworks_public.GetIDEEventDetail API synchronously

func (*Client) GetIDEEventDetailWithCallback ¶ added in v1.61.1367

func (client *Client) GetIDEEventDetailWithCallback(request *GetIDEEventDetailRequest, callback func(response *GetIDEEventDetailResponse, err error)) <-chan int

GetIDEEventDetailWithCallback invokes the dataworks_public.GetIDEEventDetail API asynchronously

func (*Client) GetIDEEventDetailWithChan ¶ added in v1.61.1367

func (client *Client) GetIDEEventDetailWithChan(request *GetIDEEventDetailRequest) (<-chan *GetIDEEventDetailResponse, <-chan error)

GetIDEEventDetailWithChan invokes the dataworks_public.GetIDEEventDetail API asynchronously

func (*Client) GetInstance ¶

func (client *Client) GetInstance(request *GetInstanceRequest) (response *GetInstanceResponse, err error)

GetInstance invokes the dataworks_public.GetInstance API synchronously

func (*Client) GetInstanceConsumeTimeRank ¶ added in v1.61.610

func (client *Client) GetInstanceConsumeTimeRank(request *GetInstanceConsumeTimeRankRequest) (response *GetInstanceConsumeTimeRankResponse, err error)

GetInstanceConsumeTimeRank invokes the dataworks_public.GetInstanceConsumeTimeRank API synchronously

func (*Client) GetInstanceConsumeTimeRankWithCallback ¶ added in v1.61.610

func (client *Client) GetInstanceConsumeTimeRankWithCallback(request *GetInstanceConsumeTimeRankRequest, callback func(response *GetInstanceConsumeTimeRankResponse, err error)) <-chan int

GetInstanceConsumeTimeRankWithCallback invokes the dataworks_public.GetInstanceConsumeTimeRank API asynchronously

func (*Client) GetInstanceConsumeTimeRankWithChan ¶ added in v1.61.610

func (client *Client) GetInstanceConsumeTimeRankWithChan(request *GetInstanceConsumeTimeRankRequest) (<-chan *GetInstanceConsumeTimeRankResponse, <-chan error)

GetInstanceConsumeTimeRankWithChan invokes the dataworks_public.GetInstanceConsumeTimeRank API asynchronously

func (*Client) GetInstanceCountTrend ¶ added in v1.61.610

func (client *Client) GetInstanceCountTrend(request *GetInstanceCountTrendRequest) (response *GetInstanceCountTrendResponse, err error)

GetInstanceCountTrend invokes the dataworks_public.GetInstanceCountTrend API synchronously

func (*Client) GetInstanceCountTrendWithCallback ¶ added in v1.61.610

func (client *Client) GetInstanceCountTrendWithCallback(request *GetInstanceCountTrendRequest, callback func(response *GetInstanceCountTrendResponse, err error)) <-chan int

GetInstanceCountTrendWithCallback invokes the dataworks_public.GetInstanceCountTrend API asynchronously

func (*Client) GetInstanceCountTrendWithChan ¶ added in v1.61.610

func (client *Client) GetInstanceCountTrendWithChan(request *GetInstanceCountTrendRequest) (<-chan *GetInstanceCountTrendResponse, <-chan error)

GetInstanceCountTrendWithChan invokes the dataworks_public.GetInstanceCountTrend API asynchronously

func (*Client) GetInstanceErrorRank ¶ added in v1.61.610

func (client *Client) GetInstanceErrorRank(request *GetInstanceErrorRankRequest) (response *GetInstanceErrorRankResponse, err error)

GetInstanceErrorRank invokes the dataworks_public.GetInstanceErrorRank API synchronously

func (*Client) GetInstanceErrorRankWithCallback ¶ added in v1.61.610

func (client *Client) GetInstanceErrorRankWithCallback(request *GetInstanceErrorRankRequest, callback func(response *GetInstanceErrorRankResponse, err error)) <-chan int

GetInstanceErrorRankWithCallback invokes the dataworks_public.GetInstanceErrorRank API asynchronously

func (*Client) GetInstanceErrorRankWithChan ¶ added in v1.61.610

func (client *Client) GetInstanceErrorRankWithChan(request *GetInstanceErrorRankRequest) (<-chan *GetInstanceErrorRankResponse, <-chan error)

GetInstanceErrorRankWithChan invokes the dataworks_public.GetInstanceErrorRank API asynchronously

func (*Client) GetInstanceLog ¶

func (client *Client) GetInstanceLog(request *GetInstanceLogRequest) (response *GetInstanceLogResponse, err error)

GetInstanceLog invokes the dataworks_public.GetInstanceLog API synchronously

func (*Client) GetInstanceLogWithCallback ¶

func (client *Client) GetInstanceLogWithCallback(request *GetInstanceLogRequest, callback func(response *GetInstanceLogResponse, err error)) <-chan int

GetInstanceLogWithCallback invokes the dataworks_public.GetInstanceLog API asynchronously

func (*Client) GetInstanceLogWithChan ¶

func (client *Client) GetInstanceLogWithChan(request *GetInstanceLogRequest) (<-chan *GetInstanceLogResponse, <-chan error)

GetInstanceLogWithChan invokes the dataworks_public.GetInstanceLog API asynchronously

func (*Client) GetInstanceStatusCount ¶ added in v1.61.610

func (client *Client) GetInstanceStatusCount(request *GetInstanceStatusCountRequest) (response *GetInstanceStatusCountResponse, err error)

GetInstanceStatusCount invokes the dataworks_public.GetInstanceStatusCount API synchronously

func (*Client) GetInstanceStatusCountWithCallback ¶ added in v1.61.610

func (client *Client) GetInstanceStatusCountWithCallback(request *GetInstanceStatusCountRequest, callback func(response *GetInstanceStatusCountResponse, err error)) <-chan int

GetInstanceStatusCountWithCallback invokes the dataworks_public.GetInstanceStatusCount API asynchronously

func (*Client) GetInstanceStatusCountWithChan ¶ added in v1.61.610

func (client *Client) GetInstanceStatusCountWithChan(request *GetInstanceStatusCountRequest) (<-chan *GetInstanceStatusCountResponse, <-chan error)

GetInstanceStatusCountWithChan invokes the dataworks_public.GetInstanceStatusCount API asynchronously

func (*Client) GetInstanceStatusStatistic ¶ added in v1.61.1068

func (client *Client) GetInstanceStatusStatistic(request *GetInstanceStatusStatisticRequest) (response *GetInstanceStatusStatisticResponse, err error)

GetInstanceStatusStatistic invokes the dataworks_public.GetInstanceStatusStatistic API synchronously

func (*Client) GetInstanceStatusStatisticWithCallback ¶ added in v1.61.1068

func (client *Client) GetInstanceStatusStatisticWithCallback(request *GetInstanceStatusStatisticRequest, callback func(response *GetInstanceStatusStatisticResponse, err error)) <-chan int

GetInstanceStatusStatisticWithCallback invokes the dataworks_public.GetInstanceStatusStatistic API asynchronously

func (*Client) GetInstanceStatusStatisticWithChan ¶ added in v1.61.1068

func (client *Client) GetInstanceStatusStatisticWithChan(request *GetInstanceStatusStatisticRequest) (<-chan *GetInstanceStatusStatisticResponse, <-chan error)

GetInstanceStatusStatisticWithChan invokes the dataworks_public.GetInstanceStatusStatistic API asynchronously

func (*Client) GetInstanceWithCallback ¶

func (client *Client) GetInstanceWithCallback(request *GetInstanceRequest, callback func(response *GetInstanceResponse, err error)) <-chan int

GetInstanceWithCallback invokes the dataworks_public.GetInstance API asynchronously

func (*Client) GetInstanceWithChan ¶

func (client *Client) GetInstanceWithChan(request *GetInstanceRequest) (<-chan *GetInstanceResponse, <-chan error)

GetInstanceWithChan invokes the dataworks_public.GetInstance API asynchronously

func (*Client) GetManualDagInstances ¶ added in v1.61.738

func (client *Client) GetManualDagInstances(request *GetManualDagInstancesRequest) (response *GetManualDagInstancesResponse, err error)

GetManualDagInstances invokes the dataworks_public.GetManualDagInstances API synchronously

func (*Client) GetManualDagInstancesWithCallback ¶ added in v1.61.738

func (client *Client) GetManualDagInstancesWithCallback(request *GetManualDagInstancesRequest, callback func(response *GetManualDagInstancesResponse, err error)) <-chan int

GetManualDagInstancesWithCallback invokes the dataworks_public.GetManualDagInstances API asynchronously

func (*Client) GetManualDagInstancesWithChan ¶ added in v1.61.738

func (client *Client) GetManualDagInstancesWithChan(request *GetManualDagInstancesRequest) (<-chan *GetManualDagInstancesResponse, <-chan error)

GetManualDagInstancesWithChan invokes the dataworks_public.GetManualDagInstances API asynchronously

func (*Client) GetMetaCategory ¶

func (client *Client) GetMetaCategory(request *GetMetaCategoryRequest) (response *GetMetaCategoryResponse, err error)

GetMetaCategory invokes the dataworks_public.GetMetaCategory API synchronously

func (*Client) GetMetaCategoryWithCallback ¶

func (client *Client) GetMetaCategoryWithCallback(request *GetMetaCategoryRequest, callback func(response *GetMetaCategoryResponse, err error)) <-chan int

GetMetaCategoryWithCallback invokes the dataworks_public.GetMetaCategory API asynchronously

func (*Client) GetMetaCategoryWithChan ¶

func (client *Client) GetMetaCategoryWithChan(request *GetMetaCategoryRequest) (<-chan *GetMetaCategoryResponse, <-chan error)

GetMetaCategoryWithChan invokes the dataworks_public.GetMetaCategory API asynchronously

func (*Client) GetMetaCollectionDetail ¶ added in v1.62.95

func (client *Client) GetMetaCollectionDetail(request *GetMetaCollectionDetailRequest) (response *GetMetaCollectionDetailResponse, err error)

GetMetaCollectionDetail invokes the dataworks_public.GetMetaCollectionDetail API synchronously

func (*Client) GetMetaCollectionDetailWithCallback ¶ added in v1.62.95

func (client *Client) GetMetaCollectionDetailWithCallback(request *GetMetaCollectionDetailRequest, callback func(response *GetMetaCollectionDetailResponse, err error)) <-chan int

GetMetaCollectionDetailWithCallback invokes the dataworks_public.GetMetaCollectionDetail API asynchronously

func (*Client) GetMetaCollectionDetailWithChan ¶ added in v1.62.95

func (client *Client) GetMetaCollectionDetailWithChan(request *GetMetaCollectionDetailRequest) (<-chan *GetMetaCollectionDetailResponse, <-chan error)

GetMetaCollectionDetailWithChan invokes the dataworks_public.GetMetaCollectionDetail API asynchronously

func (*Client) GetMetaColumnLineage ¶

func (client *Client) GetMetaColumnLineage(request *GetMetaColumnLineageRequest) (response *GetMetaColumnLineageResponse, err error)

GetMetaColumnLineage invokes the dataworks_public.GetMetaColumnLineage API synchronously

func (*Client) GetMetaColumnLineageWithCallback ¶

func (client *Client) GetMetaColumnLineageWithCallback(request *GetMetaColumnLineageRequest, callback func(response *GetMetaColumnLineageResponse, err error)) <-chan int

GetMetaColumnLineageWithCallback invokes the dataworks_public.GetMetaColumnLineage API asynchronously

func (*Client) GetMetaColumnLineageWithChan ¶

func (client *Client) GetMetaColumnLineageWithChan(request *GetMetaColumnLineageRequest) (<-chan *GetMetaColumnLineageResponse, <-chan error)

GetMetaColumnLineageWithChan invokes the dataworks_public.GetMetaColumnLineage API asynchronously

func (*Client) GetMetaDBInfo ¶

func (client *Client) GetMetaDBInfo(request *GetMetaDBInfoRequest) (response *GetMetaDBInfoResponse, err error)

GetMetaDBInfo invokes the dataworks_public.GetMetaDBInfo API synchronously

func (*Client) GetMetaDBInfoWithCallback ¶

func (client *Client) GetMetaDBInfoWithCallback(request *GetMetaDBInfoRequest, callback func(response *GetMetaDBInfoResponse, err error)) <-chan int

GetMetaDBInfoWithCallback invokes the dataworks_public.GetMetaDBInfo API asynchronously

func (*Client) GetMetaDBInfoWithChan ¶

func (client *Client) GetMetaDBInfoWithChan(request *GetMetaDBInfoRequest) (<-chan *GetMetaDBInfoResponse, <-chan error)

GetMetaDBInfoWithChan invokes the dataworks_public.GetMetaDBInfo API asynchronously

func (*Client) GetMetaDBTableList ¶

func (client *Client) GetMetaDBTableList(request *GetMetaDBTableListRequest) (response *GetMetaDBTableListResponse, err error)

GetMetaDBTableList invokes the dataworks_public.GetMetaDBTableList API synchronously

func (*Client) GetMetaDBTableListWithCallback ¶

func (client *Client) GetMetaDBTableListWithCallback(request *GetMetaDBTableListRequest, callback func(response *GetMetaDBTableListResponse, err error)) <-chan int

GetMetaDBTableListWithCallback invokes the dataworks_public.GetMetaDBTableList API asynchronously

func (*Client) GetMetaDBTableListWithChan ¶

func (client *Client) GetMetaDBTableListWithChan(request *GetMetaDBTableListRequest) (<-chan *GetMetaDBTableListResponse, <-chan error)

GetMetaDBTableListWithChan invokes the dataworks_public.GetMetaDBTableList API asynchronously

func (*Client) GetMetaTableBasicInfo ¶

func (client *Client) GetMetaTableBasicInfo(request *GetMetaTableBasicInfoRequest) (response *GetMetaTableBasicInfoResponse, err error)

GetMetaTableBasicInfo invokes the dataworks_public.GetMetaTableBasicInfo API synchronously

func (*Client) GetMetaTableBasicInfoWithCallback ¶

func (client *Client) GetMetaTableBasicInfoWithCallback(request *GetMetaTableBasicInfoRequest, callback func(response *GetMetaTableBasicInfoResponse, err error)) <-chan int

GetMetaTableBasicInfoWithCallback invokes the dataworks_public.GetMetaTableBasicInfo API asynchronously

func (*Client) GetMetaTableBasicInfoWithChan ¶

func (client *Client) GetMetaTableBasicInfoWithChan(request *GetMetaTableBasicInfoRequest) (<-chan *GetMetaTableBasicInfoResponse, <-chan error)

GetMetaTableBasicInfoWithChan invokes the dataworks_public.GetMetaTableBasicInfo API asynchronously

func (*Client) GetMetaTableChangeLog ¶

func (client *Client) GetMetaTableChangeLog(request *GetMetaTableChangeLogRequest) (response *GetMetaTableChangeLogResponse, err error)

GetMetaTableChangeLog invokes the dataworks_public.GetMetaTableChangeLog API synchronously

func (*Client) GetMetaTableChangeLogWithCallback ¶

func (client *Client) GetMetaTableChangeLogWithCallback(request *GetMetaTableChangeLogRequest, callback func(response *GetMetaTableChangeLogResponse, err error)) <-chan int

GetMetaTableChangeLogWithCallback invokes the dataworks_public.GetMetaTableChangeLog API asynchronously

func (*Client) GetMetaTableChangeLogWithChan ¶

func (client *Client) GetMetaTableChangeLogWithChan(request *GetMetaTableChangeLogRequest) (<-chan *GetMetaTableChangeLogResponse, <-chan error)

GetMetaTableChangeLogWithChan invokes the dataworks_public.GetMetaTableChangeLog API asynchronously

func (*Client) GetMetaTableColumn ¶

func (client *Client) GetMetaTableColumn(request *GetMetaTableColumnRequest) (response *GetMetaTableColumnResponse, err error)

GetMetaTableColumn invokes the dataworks_public.GetMetaTableColumn API synchronously

func (*Client) GetMetaTableColumnWithCallback ¶

func (client *Client) GetMetaTableColumnWithCallback(request *GetMetaTableColumnRequest, callback func(response *GetMetaTableColumnResponse, err error)) <-chan int

GetMetaTableColumnWithCallback invokes the dataworks_public.GetMetaTableColumn API asynchronously

func (*Client) GetMetaTableColumnWithChan ¶

func (client *Client) GetMetaTableColumnWithChan(request *GetMetaTableColumnRequest) (<-chan *GetMetaTableColumnResponse, <-chan error)

GetMetaTableColumnWithChan invokes the dataworks_public.GetMetaTableColumn API asynchronously

func (*Client) GetMetaTableFullInfo ¶

func (client *Client) GetMetaTableFullInfo(request *GetMetaTableFullInfoRequest) (response *GetMetaTableFullInfoResponse, err error)

GetMetaTableFullInfo invokes the dataworks_public.GetMetaTableFullInfo API synchronously

func (*Client) GetMetaTableFullInfoWithCallback ¶

func (client *Client) GetMetaTableFullInfoWithCallback(request *GetMetaTableFullInfoRequest, callback func(response *GetMetaTableFullInfoResponse, err error)) <-chan int

GetMetaTableFullInfoWithCallback invokes the dataworks_public.GetMetaTableFullInfo API asynchronously

func (*Client) GetMetaTableFullInfoWithChan ¶

func (client *Client) GetMetaTableFullInfoWithChan(request *GetMetaTableFullInfoRequest) (<-chan *GetMetaTableFullInfoResponse, <-chan error)

GetMetaTableFullInfoWithChan invokes the dataworks_public.GetMetaTableFullInfo API asynchronously

func (*Client) GetMetaTableIntroWiki ¶

func (client *Client) GetMetaTableIntroWiki(request *GetMetaTableIntroWikiRequest) (response *GetMetaTableIntroWikiResponse, err error)

GetMetaTableIntroWiki invokes the dataworks_public.GetMetaTableIntroWiki API synchronously

func (*Client) GetMetaTableIntroWikiWithCallback ¶

func (client *Client) GetMetaTableIntroWikiWithCallback(request *GetMetaTableIntroWikiRequest, callback func(response *GetMetaTableIntroWikiResponse, err error)) <-chan int

GetMetaTableIntroWikiWithCallback invokes the dataworks_public.GetMetaTableIntroWiki API asynchronously

func (*Client) GetMetaTableIntroWikiWithChan ¶

func (client *Client) GetMetaTableIntroWikiWithChan(request *GetMetaTableIntroWikiRequest) (<-chan *GetMetaTableIntroWikiResponse, <-chan error)

GetMetaTableIntroWikiWithChan invokes the dataworks_public.GetMetaTableIntroWiki API asynchronously

func (*Client) GetMetaTableLineage ¶

func (client *Client) GetMetaTableLineage(request *GetMetaTableLineageRequest) (response *GetMetaTableLineageResponse, err error)

GetMetaTableLineage invokes the dataworks_public.GetMetaTableLineage API synchronously

func (*Client) GetMetaTableLineageWithCallback ¶

func (client *Client) GetMetaTableLineageWithCallback(request *GetMetaTableLineageRequest, callback func(response *GetMetaTableLineageResponse, err error)) <-chan int

GetMetaTableLineageWithCallback invokes the dataworks_public.GetMetaTableLineage API asynchronously

func (*Client) GetMetaTableLineageWithChan ¶

func (client *Client) GetMetaTableLineageWithChan(request *GetMetaTableLineageRequest) (<-chan *GetMetaTableLineageResponse, <-chan error)

GetMetaTableLineageWithChan invokes the dataworks_public.GetMetaTableLineage API asynchronously

func (*Client) GetMetaTableListByCategory ¶

func (client *Client) GetMetaTableListByCategory(request *GetMetaTableListByCategoryRequest) (response *GetMetaTableListByCategoryResponse, err error)

GetMetaTableListByCategory invokes the dataworks_public.GetMetaTableListByCategory API synchronously

func (*Client) GetMetaTableListByCategoryWithCallback ¶

func (client *Client) GetMetaTableListByCategoryWithCallback(request *GetMetaTableListByCategoryRequest, callback func(response *GetMetaTableListByCategoryResponse, err error)) <-chan int

GetMetaTableListByCategoryWithCallback invokes the dataworks_public.GetMetaTableListByCategory API asynchronously

func (*Client) GetMetaTableListByCategoryWithChan ¶

func (client *Client) GetMetaTableListByCategoryWithChan(request *GetMetaTableListByCategoryRequest) (<-chan *GetMetaTableListByCategoryResponse, <-chan error)

GetMetaTableListByCategoryWithChan invokes the dataworks_public.GetMetaTableListByCategory API asynchronously

func (*Client) GetMetaTableOutput ¶

func (client *Client) GetMetaTableOutput(request *GetMetaTableOutputRequest) (response *GetMetaTableOutputResponse, err error)

GetMetaTableOutput invokes the dataworks_public.GetMetaTableOutput API synchronously

func (*Client) GetMetaTableOutputWithCallback ¶

func (client *Client) GetMetaTableOutputWithCallback(request *GetMetaTableOutputRequest, callback func(response *GetMetaTableOutputResponse, err error)) <-chan int

GetMetaTableOutputWithCallback invokes the dataworks_public.GetMetaTableOutput API asynchronously

func (*Client) GetMetaTableOutputWithChan ¶

func (client *Client) GetMetaTableOutputWithChan(request *GetMetaTableOutputRequest) (<-chan *GetMetaTableOutputResponse, <-chan error)

GetMetaTableOutputWithChan invokes the dataworks_public.GetMetaTableOutput API asynchronously

func (*Client) GetMetaTablePartition ¶

func (client *Client) GetMetaTablePartition(request *GetMetaTablePartitionRequest) (response *GetMetaTablePartitionResponse, err error)

GetMetaTablePartition invokes the dataworks_public.GetMetaTablePartition API synchronously

func (*Client) GetMetaTablePartitionWithCallback ¶

func (client *Client) GetMetaTablePartitionWithCallback(request *GetMetaTablePartitionRequest, callback func(response *GetMetaTablePartitionResponse, err error)) <-chan int

GetMetaTablePartitionWithCallback invokes the dataworks_public.GetMetaTablePartition API asynchronously

func (*Client) GetMetaTablePartitionWithChan ¶

func (client *Client) GetMetaTablePartitionWithChan(request *GetMetaTablePartitionRequest) (<-chan *GetMetaTablePartitionResponse, <-chan error)

GetMetaTablePartitionWithChan invokes the dataworks_public.GetMetaTablePartition API asynchronously

func (*Client) GetMetaTableProducingTasks ¶ added in v1.62.95

func (client *Client) GetMetaTableProducingTasks(request *GetMetaTableProducingTasksRequest) (response *GetMetaTableProducingTasksResponse, err error)

GetMetaTableProducingTasks invokes the dataworks_public.GetMetaTableProducingTasks API synchronously

func (*Client) GetMetaTableProducingTasksWithCallback ¶ added in v1.62.95

func (client *Client) GetMetaTableProducingTasksWithCallback(request *GetMetaTableProducingTasksRequest, callback func(response *GetMetaTableProducingTasksResponse, err error)) <-chan int

GetMetaTableProducingTasksWithCallback invokes the dataworks_public.GetMetaTableProducingTasks API asynchronously

func (*Client) GetMetaTableProducingTasksWithChan ¶ added in v1.62.95

func (client *Client) GetMetaTableProducingTasksWithChan(request *GetMetaTableProducingTasksRequest) (<-chan *GetMetaTableProducingTasksResponse, <-chan error)

GetMetaTableProducingTasksWithChan invokes the dataworks_public.GetMetaTableProducingTasks API asynchronously

func (*Client) GetMetaTableThemeLevel ¶ added in v1.61.1068

func (client *Client) GetMetaTableThemeLevel(request *GetMetaTableThemeLevelRequest) (response *GetMetaTableThemeLevelResponse, err error)

GetMetaTableThemeLevel invokes the dataworks_public.GetMetaTableThemeLevel API synchronously

func (*Client) GetMetaTableThemeLevelWithCallback ¶ added in v1.61.1068

func (client *Client) GetMetaTableThemeLevelWithCallback(request *GetMetaTableThemeLevelRequest, callback func(response *GetMetaTableThemeLevelResponse, err error)) <-chan int

GetMetaTableThemeLevelWithCallback invokes the dataworks_public.GetMetaTableThemeLevel API asynchronously

func (*Client) GetMetaTableThemeLevelWithChan ¶ added in v1.61.1068

func (client *Client) GetMetaTableThemeLevelWithChan(request *GetMetaTableThemeLevelRequest) (<-chan *GetMetaTableThemeLevelResponse, <-chan error)

GetMetaTableThemeLevelWithChan invokes the dataworks_public.GetMetaTableThemeLevel API asynchronously

func (*Client) GetMigrationProcess ¶ added in v1.61.974

func (client *Client) GetMigrationProcess(request *GetMigrationProcessRequest) (response *GetMigrationProcessResponse, err error)

GetMigrationProcess invokes the dataworks_public.GetMigrationProcess API synchronously

func (*Client) GetMigrationProcessWithCallback ¶ added in v1.61.974

func (client *Client) GetMigrationProcessWithCallback(request *GetMigrationProcessRequest, callback func(response *GetMigrationProcessResponse, err error)) <-chan int

GetMigrationProcessWithCallback invokes the dataworks_public.GetMigrationProcess API asynchronously

func (*Client) GetMigrationProcessWithChan ¶ added in v1.61.974

func (client *Client) GetMigrationProcessWithChan(request *GetMigrationProcessRequest) (<-chan *GetMigrationProcessResponse, <-chan error)

GetMigrationProcessWithChan invokes the dataworks_public.GetMigrationProcess API asynchronously

func (*Client) GetMigrationSummary ¶ added in v1.61.1367

func (client *Client) GetMigrationSummary(request *GetMigrationSummaryRequest) (response *GetMigrationSummaryResponse, err error)

GetMigrationSummary invokes the dataworks_public.GetMigrationSummary API synchronously

func (*Client) GetMigrationSummaryWithCallback ¶ added in v1.61.1367

func (client *Client) GetMigrationSummaryWithCallback(request *GetMigrationSummaryRequest, callback func(response *GetMigrationSummaryResponse, err error)) <-chan int

GetMigrationSummaryWithCallback invokes the dataworks_public.GetMigrationSummary API asynchronously

func (*Client) GetMigrationSummaryWithChan ¶ added in v1.61.1367

func (client *Client) GetMigrationSummaryWithChan(request *GetMigrationSummaryRequest) (<-chan *GetMigrationSummaryResponse, <-chan error)

GetMigrationSummaryWithChan invokes the dataworks_public.GetMigrationSummary API asynchronously

func (*Client) GetNode ¶

func (client *Client) GetNode(request *GetNodeRequest) (response *GetNodeResponse, err error)

GetNode invokes the dataworks_public.GetNode API synchronously

func (*Client) GetNodeChildren ¶ added in v1.61.950

func (client *Client) GetNodeChildren(request *GetNodeChildrenRequest) (response *GetNodeChildrenResponse, err error)

GetNodeChildren invokes the dataworks_public.GetNodeChildren API synchronously

func (*Client) GetNodeChildrenWithCallback ¶ added in v1.61.950

func (client *Client) GetNodeChildrenWithCallback(request *GetNodeChildrenRequest, callback func(response *GetNodeChildrenResponse, err error)) <-chan int

GetNodeChildrenWithCallback invokes the dataworks_public.GetNodeChildren API asynchronously

func (*Client) GetNodeChildrenWithChan ¶ added in v1.61.950

func (client *Client) GetNodeChildrenWithChan(request *GetNodeChildrenRequest) (<-chan *GetNodeChildrenResponse, <-chan error)

GetNodeChildrenWithChan invokes the dataworks_public.GetNodeChildren API asynchronously

func (*Client) GetNodeCode ¶

func (client *Client) GetNodeCode(request *GetNodeCodeRequest) (response *GetNodeCodeResponse, err error)

GetNodeCode invokes the dataworks_public.GetNodeCode API synchronously

func (*Client) GetNodeCodeWithCallback ¶

func (client *Client) GetNodeCodeWithCallback(request *GetNodeCodeRequest, callback func(response *GetNodeCodeResponse, err error)) <-chan int

GetNodeCodeWithCallback invokes the dataworks_public.GetNodeCode API asynchronously

func (*Client) GetNodeCodeWithChan ¶

func (client *Client) GetNodeCodeWithChan(request *GetNodeCodeRequest) (<-chan *GetNodeCodeResponse, <-chan error)

GetNodeCodeWithChan invokes the dataworks_public.GetNodeCode API asynchronously

func (*Client) GetNodeOnBaseline ¶

func (client *Client) GetNodeOnBaseline(request *GetNodeOnBaselineRequest) (response *GetNodeOnBaselineResponse, err error)

GetNodeOnBaseline invokes the dataworks_public.GetNodeOnBaseline API synchronously

func (*Client) GetNodeOnBaselineWithCallback ¶

func (client *Client) GetNodeOnBaselineWithCallback(request *GetNodeOnBaselineRequest, callback func(response *GetNodeOnBaselineResponse, err error)) <-chan int

GetNodeOnBaselineWithCallback invokes the dataworks_public.GetNodeOnBaseline API asynchronously

func (*Client) GetNodeOnBaselineWithChan ¶

func (client *Client) GetNodeOnBaselineWithChan(request *GetNodeOnBaselineRequest) (<-chan *GetNodeOnBaselineResponse, <-chan error)

GetNodeOnBaselineWithChan invokes the dataworks_public.GetNodeOnBaseline API asynchronously

func (*Client) GetNodeParents ¶ added in v1.61.950

func (client *Client) GetNodeParents(request *GetNodeParentsRequest) (response *GetNodeParentsResponse, err error)

GetNodeParents invokes the dataworks_public.GetNodeParents API synchronously

func (*Client) GetNodeParentsWithCallback ¶ added in v1.61.950

func (client *Client) GetNodeParentsWithCallback(request *GetNodeParentsRequest, callback func(response *GetNodeParentsResponse, err error)) <-chan int

GetNodeParentsWithCallback invokes the dataworks_public.GetNodeParents API asynchronously

func (*Client) GetNodeParentsWithChan ¶ added in v1.61.950

func (client *Client) GetNodeParentsWithChan(request *GetNodeParentsRequest) (<-chan *GetNodeParentsResponse, <-chan error)

GetNodeParentsWithChan invokes the dataworks_public.GetNodeParents API asynchronously

func (*Client) GetNodeTypeListInfo ¶ added in v1.61.610

func (client *Client) GetNodeTypeListInfo(request *GetNodeTypeListInfoRequest) (response *GetNodeTypeListInfoResponse, err error)

GetNodeTypeListInfo invokes the dataworks_public.GetNodeTypeListInfo API synchronously

func (*Client) GetNodeTypeListInfoWithCallback ¶ added in v1.61.610

func (client *Client) GetNodeTypeListInfoWithCallback(request *GetNodeTypeListInfoRequest, callback func(response *GetNodeTypeListInfoResponse, err error)) <-chan int

GetNodeTypeListInfoWithCallback invokes the dataworks_public.GetNodeTypeListInfo API asynchronously

func (*Client) GetNodeTypeListInfoWithChan ¶ added in v1.61.610

func (client *Client) GetNodeTypeListInfoWithChan(request *GetNodeTypeListInfoRequest) (<-chan *GetNodeTypeListInfoResponse, <-chan error)

GetNodeTypeListInfoWithChan invokes the dataworks_public.GetNodeTypeListInfo API asynchronously

func (*Client) GetNodeWithCallback ¶

func (client *Client) GetNodeWithCallback(request *GetNodeRequest, callback func(response *GetNodeResponse, err error)) <-chan int

GetNodeWithCallback invokes the dataworks_public.GetNode API asynchronously

func (*Client) GetNodeWithChan ¶

func (client *Client) GetNodeWithChan(request *GetNodeRequest) (<-chan *GetNodeResponse, <-chan error)

GetNodeWithChan invokes the dataworks_public.GetNode API asynchronously

func (*Client) GetOpRiskData ¶ added in v1.61.950

func (client *Client) GetOpRiskData(request *GetOpRiskDataRequest) (response *GetOpRiskDataResponse, err error)

GetOpRiskData invokes the dataworks_public.GetOpRiskData API synchronously

func (*Client) GetOpRiskDataWithCallback ¶ added in v1.61.950

func (client *Client) GetOpRiskDataWithCallback(request *GetOpRiskDataRequest, callback func(response *GetOpRiskDataResponse, err error)) <-chan int

GetOpRiskDataWithCallback invokes the dataworks_public.GetOpRiskData API asynchronously

func (*Client) GetOpRiskDataWithChan ¶ added in v1.61.950

func (client *Client) GetOpRiskDataWithChan(request *GetOpRiskDataRequest) (<-chan *GetOpRiskDataResponse, <-chan error)

GetOpRiskDataWithChan invokes the dataworks_public.GetOpRiskData API asynchronously

func (*Client) GetOpSensitiveData ¶ added in v1.61.950

func (client *Client) GetOpSensitiveData(request *GetOpSensitiveDataRequest) (response *GetOpSensitiveDataResponse, err error)

GetOpSensitiveData invokes the dataworks_public.GetOpSensitiveData API synchronously

func (*Client) GetOpSensitiveDataWithCallback ¶ added in v1.61.950

func (client *Client) GetOpSensitiveDataWithCallback(request *GetOpSensitiveDataRequest, callback func(response *GetOpSensitiveDataResponse, err error)) <-chan int

GetOpSensitiveDataWithCallback invokes the dataworks_public.GetOpSensitiveData API asynchronously

func (*Client) GetOpSensitiveDataWithChan ¶ added in v1.61.950

func (client *Client) GetOpSensitiveDataWithChan(request *GetOpSensitiveDataRequest) (<-chan *GetOpSensitiveDataResponse, <-chan error)

GetOpSensitiveDataWithChan invokes the dataworks_public.GetOpSensitiveData API asynchronously

func (*Client) GetOptionValueForProject ¶ added in v1.61.1615

func (client *Client) GetOptionValueForProject(request *GetOptionValueForProjectRequest) (response *GetOptionValueForProjectResponse, err error)

GetOptionValueForProject invokes the dataworks_public.GetOptionValueForProject API synchronously

func (*Client) GetOptionValueForProjectWithCallback ¶ added in v1.61.1615

func (client *Client) GetOptionValueForProjectWithCallback(request *GetOptionValueForProjectRequest, callback func(response *GetOptionValueForProjectResponse, err error)) <-chan int

GetOptionValueForProjectWithCallback invokes the dataworks_public.GetOptionValueForProject API asynchronously

func (*Client) GetOptionValueForProjectWithChan ¶ added in v1.61.1615

func (client *Client) GetOptionValueForProjectWithChan(request *GetOptionValueForProjectRequest) (<-chan *GetOptionValueForProjectResponse, <-chan error)

GetOptionValueForProjectWithChan invokes the dataworks_public.GetOptionValueForProject API asynchronously

func (*Client) GetPermissionApplyOrderDetail ¶ added in v1.61.1068

func (client *Client) GetPermissionApplyOrderDetail(request *GetPermissionApplyOrderDetailRequest) (response *GetPermissionApplyOrderDetailResponse, err error)

GetPermissionApplyOrderDetail invokes the dataworks_public.GetPermissionApplyOrderDetail API synchronously

func (*Client) GetPermissionApplyOrderDetailWithCallback ¶ added in v1.61.1068

func (client *Client) GetPermissionApplyOrderDetailWithCallback(request *GetPermissionApplyOrderDetailRequest, callback func(response *GetPermissionApplyOrderDetailResponse, err error)) <-chan int

GetPermissionApplyOrderDetailWithCallback invokes the dataworks_public.GetPermissionApplyOrderDetail API asynchronously

func (*Client) GetPermissionApplyOrderDetailWithChan ¶ added in v1.61.1068

func (client *Client) GetPermissionApplyOrderDetailWithChan(request *GetPermissionApplyOrderDetailRequest) (<-chan *GetPermissionApplyOrderDetailResponse, <-chan error)

GetPermissionApplyOrderDetailWithChan invokes the dataworks_public.GetPermissionApplyOrderDetail API asynchronously

func (*Client) GetProject ¶ added in v1.61.1068

func (client *Client) GetProject(request *GetProjectRequest) (response *GetProjectResponse, err error)

GetProject invokes the dataworks_public.GetProject API synchronously

func (*Client) GetProjectDetail ¶

func (client *Client) GetProjectDetail(request *GetProjectDetailRequest) (response *GetProjectDetailResponse, err error)

GetProjectDetail invokes the dataworks_public.GetProjectDetail API synchronously

func (*Client) GetProjectDetailWithCallback ¶

func (client *Client) GetProjectDetailWithCallback(request *GetProjectDetailRequest, callback func(response *GetProjectDetailResponse, err error)) <-chan int

GetProjectDetailWithCallback invokes the dataworks_public.GetProjectDetail API asynchronously

func (*Client) GetProjectDetailWithChan ¶

func (client *Client) GetProjectDetailWithChan(request *GetProjectDetailRequest) (<-chan *GetProjectDetailResponse, <-chan error)

GetProjectDetailWithChan invokes the dataworks_public.GetProjectDetail API asynchronously

func (*Client) GetProjectWithCallback ¶ added in v1.61.1068

func (client *Client) GetProjectWithCallback(request *GetProjectRequest, callback func(response *GetProjectResponse, err error)) <-chan int

GetProjectWithCallback invokes the dataworks_public.GetProject API asynchronously

func (*Client) GetProjectWithChan ¶ added in v1.61.1068

func (client *Client) GetProjectWithChan(request *GetProjectRequest) (<-chan *GetProjectResponse, <-chan error)

GetProjectWithChan invokes the dataworks_public.GetProject API asynchronously

func (*Client) GetQualityEntity ¶

func (client *Client) GetQualityEntity(request *GetQualityEntityRequest) (response *GetQualityEntityResponse, err error)

GetQualityEntity invokes the dataworks_public.GetQualityEntity API synchronously

func (*Client) GetQualityEntityWithCallback ¶

func (client *Client) GetQualityEntityWithCallback(request *GetQualityEntityRequest, callback func(response *GetQualityEntityResponse, err error)) <-chan int

GetQualityEntityWithCallback invokes the dataworks_public.GetQualityEntity API asynchronously

func (*Client) GetQualityEntityWithChan ¶

func (client *Client) GetQualityEntityWithChan(request *GetQualityEntityRequest) (<-chan *GetQualityEntityResponse, <-chan error)

GetQualityEntityWithChan invokes the dataworks_public.GetQualityEntity API asynchronously

func (*Client) GetQualityFollower ¶

func (client *Client) GetQualityFollower(request *GetQualityFollowerRequest) (response *GetQualityFollowerResponse, err error)

GetQualityFollower invokes the dataworks_public.GetQualityFollower API synchronously

func (*Client) GetQualityFollowerWithCallback ¶

func (client *Client) GetQualityFollowerWithCallback(request *GetQualityFollowerRequest, callback func(response *GetQualityFollowerResponse, err error)) <-chan int

GetQualityFollowerWithCallback invokes the dataworks_public.GetQualityFollower API asynchronously

func (*Client) GetQualityFollowerWithChan ¶

func (client *Client) GetQualityFollowerWithChan(request *GetQualityFollowerRequest) (<-chan *GetQualityFollowerResponse, <-chan error)

GetQualityFollowerWithChan invokes the dataworks_public.GetQualityFollower API asynchronously

func (*Client) GetQualityRule ¶

func (client *Client) GetQualityRule(request *GetQualityRuleRequest) (response *GetQualityRuleResponse, err error)

GetQualityRule invokes the dataworks_public.GetQualityRule API synchronously

func (*Client) GetQualityRuleWithCallback ¶

func (client *Client) GetQualityRuleWithCallback(request *GetQualityRuleRequest, callback func(response *GetQualityRuleResponse, err error)) <-chan int

GetQualityRuleWithCallback invokes the dataworks_public.GetQualityRule API asynchronously

func (*Client) GetQualityRuleWithChan ¶

func (client *Client) GetQualityRuleWithChan(request *GetQualityRuleRequest) (<-chan *GetQualityRuleResponse, <-chan error)

GetQualityRuleWithChan invokes the dataworks_public.GetQualityRule API asynchronously

func (*Client) GetRemind ¶

func (client *Client) GetRemind(request *GetRemindRequest) (response *GetRemindResponse, err error)

GetRemind invokes the dataworks_public.GetRemind API synchronously

func (*Client) GetRemindWithCallback ¶

func (client *Client) GetRemindWithCallback(request *GetRemindRequest, callback func(response *GetRemindResponse, err error)) <-chan int

GetRemindWithCallback invokes the dataworks_public.GetRemind API asynchronously

func (*Client) GetRemindWithChan ¶

func (client *Client) GetRemindWithChan(request *GetRemindRequest) (<-chan *GetRemindResponse, <-chan error)

GetRemindWithChan invokes the dataworks_public.GetRemind API asynchronously

func (*Client) GetSensitiveData ¶ added in v1.61.950

func (client *Client) GetSensitiveData(request *GetSensitiveDataRequest) (response *GetSensitiveDataResponse, err error)

GetSensitiveData invokes the dataworks_public.GetSensitiveData API synchronously

func (*Client) GetSensitiveDataWithCallback ¶ added in v1.61.950

func (client *Client) GetSensitiveDataWithCallback(request *GetSensitiveDataRequest, callback func(response *GetSensitiveDataResponse, err error)) <-chan int

GetSensitiveDataWithCallback invokes the dataworks_public.GetSensitiveData API asynchronously

func (*Client) GetSensitiveDataWithChan ¶ added in v1.61.950

func (client *Client) GetSensitiveDataWithChan(request *GetSensitiveDataRequest) (<-chan *GetSensitiveDataResponse, <-chan error)

GetSensitiveDataWithChan invokes the dataworks_public.GetSensitiveData API asynchronously

func (*Client) GetSuccessInstanceTrend ¶ added in v1.61.610

func (client *Client) GetSuccessInstanceTrend(request *GetSuccessInstanceTrendRequest) (response *GetSuccessInstanceTrendResponse, err error)

GetSuccessInstanceTrend invokes the dataworks_public.GetSuccessInstanceTrend API synchronously

func (*Client) GetSuccessInstanceTrendWithCallback ¶ added in v1.61.610

func (client *Client) GetSuccessInstanceTrendWithCallback(request *GetSuccessInstanceTrendRequest, callback func(response *GetSuccessInstanceTrendResponse, err error)) <-chan int

GetSuccessInstanceTrendWithCallback invokes the dataworks_public.GetSuccessInstanceTrend API asynchronously

func (*Client) GetSuccessInstanceTrendWithChan ¶ added in v1.61.610

func (client *Client) GetSuccessInstanceTrendWithChan(request *GetSuccessInstanceTrendRequest) (<-chan *GetSuccessInstanceTrendResponse, <-chan error)

GetSuccessInstanceTrendWithChan invokes the dataworks_public.GetSuccessInstanceTrend API asynchronously

func (*Client) GetTopic ¶

func (client *Client) GetTopic(request *GetTopicRequest) (response *GetTopicResponse, err error)

GetTopic invokes the dataworks_public.GetTopic API synchronously

func (*Client) GetTopicInfluence ¶

func (client *Client) GetTopicInfluence(request *GetTopicInfluenceRequest) (response *GetTopicInfluenceResponse, err error)

GetTopicInfluence invokes the dataworks_public.GetTopicInfluence API synchronously

func (*Client) GetTopicInfluenceWithCallback ¶

func (client *Client) GetTopicInfluenceWithCallback(request *GetTopicInfluenceRequest, callback func(response *GetTopicInfluenceResponse, err error)) <-chan int

GetTopicInfluenceWithCallback invokes the dataworks_public.GetTopicInfluence API asynchronously

func (*Client) GetTopicInfluenceWithChan ¶

func (client *Client) GetTopicInfluenceWithChan(request *GetTopicInfluenceRequest) (<-chan *GetTopicInfluenceResponse, <-chan error)

GetTopicInfluenceWithChan invokes the dataworks_public.GetTopicInfluence API asynchronously

func (*Client) GetTopicWithCallback ¶

func (client *Client) GetTopicWithCallback(request *GetTopicRequest, callback func(response *GetTopicResponse, err error)) <-chan int

GetTopicWithCallback invokes the dataworks_public.GetTopic API asynchronously

func (*Client) GetTopicWithChan ¶

func (client *Client) GetTopicWithChan(request *GetTopicRequest) (<-chan *GetTopicResponse, <-chan error)

GetTopicWithChan invokes the dataworks_public.GetTopic API asynchronously

func (*Client) ImportDataSources ¶ added in v1.61.1297

func (client *Client) ImportDataSources(request *ImportDataSourcesRequest) (response *ImportDataSourcesResponse, err error)

ImportDataSources invokes the dataworks_public.ImportDataSources API synchronously

func (*Client) ImportDataSourcesWithCallback ¶ added in v1.61.1297

func (client *Client) ImportDataSourcesWithCallback(request *ImportDataSourcesRequest, callback func(response *ImportDataSourcesResponse, err error)) <-chan int

ImportDataSourcesWithCallback invokes the dataworks_public.ImportDataSources API asynchronously

func (*Client) ImportDataSourcesWithChan ¶ added in v1.61.1297

func (client *Client) ImportDataSourcesWithChan(request *ImportDataSourcesRequest) (<-chan *ImportDataSourcesResponse, <-chan error)

ImportDataSourcesWithChan invokes the dataworks_public.ImportDataSources API asynchronously

func (*Client) ListAlertMessages ¶

func (client *Client) ListAlertMessages(request *ListAlertMessagesRequest) (response *ListAlertMessagesResponse, err error)

ListAlertMessages invokes the dataworks_public.ListAlertMessages API synchronously

func (*Client) ListAlertMessagesWithCallback ¶

func (client *Client) ListAlertMessagesWithCallback(request *ListAlertMessagesRequest, callback func(response *ListAlertMessagesResponse, err error)) <-chan int

ListAlertMessagesWithCallback invokes the dataworks_public.ListAlertMessages API asynchronously

func (*Client) ListAlertMessagesWithChan ¶

func (client *Client) ListAlertMessagesWithChan(request *ListAlertMessagesRequest) (<-chan *ListAlertMessagesResponse, <-chan error)

ListAlertMessagesWithChan invokes the dataworks_public.ListAlertMessages API asynchronously

func (*Client) ListBaselineConfigs ¶

func (client *Client) ListBaselineConfigs(request *ListBaselineConfigsRequest) (response *ListBaselineConfigsResponse, err error)

ListBaselineConfigs invokes the dataworks_public.ListBaselineConfigs API synchronously

func (*Client) ListBaselineConfigsWithCallback ¶

func (client *Client) ListBaselineConfigsWithCallback(request *ListBaselineConfigsRequest, callback func(response *ListBaselineConfigsResponse, err error)) <-chan int

ListBaselineConfigsWithCallback invokes the dataworks_public.ListBaselineConfigs API asynchronously

func (*Client) ListBaselineConfigsWithChan ¶

func (client *Client) ListBaselineConfigsWithChan(request *ListBaselineConfigsRequest) (<-chan *ListBaselineConfigsResponse, <-chan error)

ListBaselineConfigsWithChan invokes the dataworks_public.ListBaselineConfigs API asynchronously

func (*Client) ListBaselineStatuses ¶

func (client *Client) ListBaselineStatuses(request *ListBaselineStatusesRequest) (response *ListBaselineStatusesResponse, err error)

ListBaselineStatuses invokes the dataworks_public.ListBaselineStatuses API synchronously

func (*Client) ListBaselineStatusesWithCallback ¶

func (client *Client) ListBaselineStatusesWithCallback(request *ListBaselineStatusesRequest, callback func(response *ListBaselineStatusesResponse, err error)) <-chan int

ListBaselineStatusesWithCallback invokes the dataworks_public.ListBaselineStatuses API asynchronously

func (*Client) ListBaselineStatusesWithChan ¶

func (client *Client) ListBaselineStatusesWithChan(request *ListBaselineStatusesRequest) (<-chan *ListBaselineStatusesResponse, <-chan error)

ListBaselineStatusesWithChan invokes the dataworks_public.ListBaselineStatuses API asynchronously

func (*Client) ListBaselines ¶ added in v1.62.16

func (client *Client) ListBaselines(request *ListBaselinesRequest) (response *ListBaselinesResponse, err error)

ListBaselines invokes the dataworks_public.ListBaselines API synchronously

func (*Client) ListBaselinesWithCallback ¶ added in v1.62.16

func (client *Client) ListBaselinesWithCallback(request *ListBaselinesRequest, callback func(response *ListBaselinesResponse, err error)) <-chan int

ListBaselinesWithCallback invokes the dataworks_public.ListBaselines API asynchronously

func (*Client) ListBaselinesWithChan ¶ added in v1.62.16

func (client *Client) ListBaselinesWithChan(request *ListBaselinesRequest) (<-chan *ListBaselinesResponse, <-chan error)

ListBaselinesWithChan invokes the dataworks_public.ListBaselines API asynchronously

func (*Client) ListBusiness ¶

func (client *Client) ListBusiness(request *ListBusinessRequest) (response *ListBusinessResponse, err error)

ListBusiness invokes the dataworks_public.ListBusiness API synchronously

func (*Client) ListBusinessWithCallback ¶

func (client *Client) ListBusinessWithCallback(request *ListBusinessRequest, callback func(response *ListBusinessResponse, err error)) <-chan int

ListBusinessWithCallback invokes the dataworks_public.ListBusiness API asynchronously

func (*Client) ListBusinessWithChan ¶

func (client *Client) ListBusinessWithChan(request *ListBusinessRequest) (<-chan *ListBusinessResponse, <-chan error)

ListBusinessWithChan invokes the dataworks_public.ListBusiness API asynchronously

func (*Client) ListCalcEngines ¶

func (client *Client) ListCalcEngines(request *ListCalcEnginesRequest) (response *ListCalcEnginesResponse, err error)

ListCalcEngines invokes the dataworks_public.ListCalcEngines API synchronously

func (*Client) ListCalcEnginesWithCallback ¶

func (client *Client) ListCalcEnginesWithCallback(request *ListCalcEnginesRequest, callback func(response *ListCalcEnginesResponse, err error)) <-chan int

ListCalcEnginesWithCallback invokes the dataworks_public.ListCalcEngines API asynchronously

func (*Client) ListCalcEnginesWithChan ¶

func (client *Client) ListCalcEnginesWithChan(request *ListCalcEnginesRequest) (<-chan *ListCalcEnginesResponse, <-chan error)

ListCalcEnginesWithChan invokes the dataworks_public.ListCalcEngines API asynchronously

func (*Client) ListConnections ¶

func (client *Client) ListConnections(request *ListConnectionsRequest) (response *ListConnectionsResponse, err error)

ListConnections invokes the dataworks_public.ListConnections API synchronously

func (*Client) ListConnectionsWithCallback ¶

func (client *Client) ListConnectionsWithCallback(request *ListConnectionsRequest, callback func(response *ListConnectionsResponse, err error)) <-chan int

ListConnectionsWithCallback invokes the dataworks_public.ListConnections API asynchronously

func (*Client) ListConnectionsWithChan ¶

func (client *Client) ListConnectionsWithChan(request *ListConnectionsRequest) (<-chan *ListConnectionsResponse, <-chan error)

ListConnectionsWithChan invokes the dataworks_public.ListConnections API asynchronously

func (*Client) ListDIProjectConfig ¶ added in v1.61.1297

func (client *Client) ListDIProjectConfig(request *ListDIProjectConfigRequest) (response *ListDIProjectConfigResponse, err error)

ListDIProjectConfig invokes the dataworks_public.ListDIProjectConfig API synchronously

func (*Client) ListDIProjectConfigWithCallback ¶ added in v1.61.1297

func (client *Client) ListDIProjectConfigWithCallback(request *ListDIProjectConfigRequest, callback func(response *ListDIProjectConfigResponse, err error)) <-chan int

ListDIProjectConfigWithCallback invokes the dataworks_public.ListDIProjectConfig API asynchronously

func (*Client) ListDIProjectConfigWithChan ¶ added in v1.61.1297

func (client *Client) ListDIProjectConfigWithChan(request *ListDIProjectConfigRequest) (<-chan *ListDIProjectConfigResponse, <-chan error)

ListDIProjectConfigWithChan invokes the dataworks_public.ListDIProjectConfig API asynchronously

func (*Client) ListDags ¶ added in v1.61.1367

func (client *Client) ListDags(request *ListDagsRequest) (response *ListDagsResponse, err error)

ListDags invokes the dataworks_public.ListDags API synchronously

func (*Client) ListDagsWithCallback ¶ added in v1.61.1367

func (client *Client) ListDagsWithCallback(request *ListDagsRequest, callback func(response *ListDagsResponse, err error)) <-chan int

ListDagsWithCallback invokes the dataworks_public.ListDags API asynchronously

func (*Client) ListDagsWithChan ¶ added in v1.61.1367

func (client *Client) ListDagsWithChan(request *ListDagsRequest) (<-chan *ListDagsResponse, <-chan error)

ListDagsWithChan invokes the dataworks_public.ListDags API asynchronously

func (*Client) ListDataServiceApiAuthorities ¶

func (client *Client) ListDataServiceApiAuthorities(request *ListDataServiceApiAuthoritiesRequest) (response *ListDataServiceApiAuthoritiesResponse, err error)

ListDataServiceApiAuthorities invokes the dataworks_public.ListDataServiceApiAuthorities API synchronously

func (*Client) ListDataServiceApiAuthoritiesWithCallback ¶

func (client *Client) ListDataServiceApiAuthoritiesWithCallback(request *ListDataServiceApiAuthoritiesRequest, callback func(response *ListDataServiceApiAuthoritiesResponse, err error)) <-chan int

ListDataServiceApiAuthoritiesWithCallback invokes the dataworks_public.ListDataServiceApiAuthorities API asynchronously

func (*Client) ListDataServiceApiAuthoritiesWithChan ¶

func (client *Client) ListDataServiceApiAuthoritiesWithChan(request *ListDataServiceApiAuthoritiesRequest) (<-chan *ListDataServiceApiAuthoritiesResponse, <-chan error)

ListDataServiceApiAuthoritiesWithChan invokes the dataworks_public.ListDataServiceApiAuthorities API asynchronously

func (*Client) ListDataServiceApiTest ¶ added in v1.62.16

func (client *Client) ListDataServiceApiTest(request *ListDataServiceApiTestRequest) (response *ListDataServiceApiTestResponse, err error)

ListDataServiceApiTest invokes the dataworks_public.ListDataServiceApiTest API synchronously

func (*Client) ListDataServiceApiTestWithCallback ¶ added in v1.62.16

func (client *Client) ListDataServiceApiTestWithCallback(request *ListDataServiceApiTestRequest, callback func(response *ListDataServiceApiTestResponse, err error)) <-chan int

ListDataServiceApiTestWithCallback invokes the dataworks_public.ListDataServiceApiTest API asynchronously

func (*Client) ListDataServiceApiTestWithChan ¶ added in v1.62.16

func (client *Client) ListDataServiceApiTestWithChan(request *ListDataServiceApiTestRequest) (<-chan *ListDataServiceApiTestResponse, <-chan error)

ListDataServiceApiTestWithChan invokes the dataworks_public.ListDataServiceApiTest API asynchronously

func (*Client) ListDataServiceApis ¶

func (client *Client) ListDataServiceApis(request *ListDataServiceApisRequest) (response *ListDataServiceApisResponse, err error)

ListDataServiceApis invokes the dataworks_public.ListDataServiceApis API synchronously

func (*Client) ListDataServiceApisWithCallback ¶

func (client *Client) ListDataServiceApisWithCallback(request *ListDataServiceApisRequest, callback func(response *ListDataServiceApisResponse, err error)) <-chan int

ListDataServiceApisWithCallback invokes the dataworks_public.ListDataServiceApis API asynchronously

func (*Client) ListDataServiceApisWithChan ¶

func (client *Client) ListDataServiceApisWithChan(request *ListDataServiceApisRequest) (<-chan *ListDataServiceApisResponse, <-chan error)

ListDataServiceApisWithChan invokes the dataworks_public.ListDataServiceApis API asynchronously

func (*Client) ListDataServiceApplications ¶

func (client *Client) ListDataServiceApplications(request *ListDataServiceApplicationsRequest) (response *ListDataServiceApplicationsResponse, err error)

ListDataServiceApplications invokes the dataworks_public.ListDataServiceApplications API synchronously

func (*Client) ListDataServiceApplicationsWithCallback ¶

func (client *Client) ListDataServiceApplicationsWithCallback(request *ListDataServiceApplicationsRequest, callback func(response *ListDataServiceApplicationsResponse, err error)) <-chan int

ListDataServiceApplicationsWithCallback invokes the dataworks_public.ListDataServiceApplications API asynchronously

func (*Client) ListDataServiceApplicationsWithChan ¶

func (client *Client) ListDataServiceApplicationsWithChan(request *ListDataServiceApplicationsRequest) (<-chan *ListDataServiceApplicationsResponse, <-chan error)

ListDataServiceApplicationsWithChan invokes the dataworks_public.ListDataServiceApplications API asynchronously

func (*Client) ListDataServiceAuthorizedApis ¶

func (client *Client) ListDataServiceAuthorizedApis(request *ListDataServiceAuthorizedApisRequest) (response *ListDataServiceAuthorizedApisResponse, err error)

ListDataServiceAuthorizedApis invokes the dataworks_public.ListDataServiceAuthorizedApis API synchronously

func (*Client) ListDataServiceAuthorizedApisWithCallback ¶

func (client *Client) ListDataServiceAuthorizedApisWithCallback(request *ListDataServiceAuthorizedApisRequest, callback func(response *ListDataServiceAuthorizedApisResponse, err error)) <-chan int

ListDataServiceAuthorizedApisWithCallback invokes the dataworks_public.ListDataServiceAuthorizedApis API asynchronously

func (*Client) ListDataServiceAuthorizedApisWithChan ¶

func (client *Client) ListDataServiceAuthorizedApisWithChan(request *ListDataServiceAuthorizedApisRequest) (<-chan *ListDataServiceAuthorizedApisResponse, <-chan error)

ListDataServiceAuthorizedApisWithChan invokes the dataworks_public.ListDataServiceAuthorizedApis API asynchronously

func (*Client) ListDataServiceFolders ¶ added in v1.61.610

func (client *Client) ListDataServiceFolders(request *ListDataServiceFoldersRequest) (response *ListDataServiceFoldersResponse, err error)

ListDataServiceFolders invokes the dataworks_public.ListDataServiceFolders API synchronously

func (*Client) ListDataServiceFoldersWithCallback ¶ added in v1.61.610

func (client *Client) ListDataServiceFoldersWithCallback(request *ListDataServiceFoldersRequest, callback func(response *ListDataServiceFoldersResponse, err error)) <-chan int

ListDataServiceFoldersWithCallback invokes the dataworks_public.ListDataServiceFolders API asynchronously

func (*Client) ListDataServiceFoldersWithChan ¶ added in v1.61.610

func (client *Client) ListDataServiceFoldersWithChan(request *ListDataServiceFoldersRequest) (<-chan *ListDataServiceFoldersResponse, <-chan error)

ListDataServiceFoldersWithChan invokes the dataworks_public.ListDataServiceFolders API asynchronously

func (*Client) ListDataServiceGroups ¶ added in v1.61.610

func (client *Client) ListDataServiceGroups(request *ListDataServiceGroupsRequest) (response *ListDataServiceGroupsResponse, err error)

ListDataServiceGroups invokes the dataworks_public.ListDataServiceGroups API synchronously

func (*Client) ListDataServiceGroupsWithCallback ¶ added in v1.61.610

func (client *Client) ListDataServiceGroupsWithCallback(request *ListDataServiceGroupsRequest, callback func(response *ListDataServiceGroupsResponse, err error)) <-chan int

ListDataServiceGroupsWithCallback invokes the dataworks_public.ListDataServiceGroups API asynchronously

func (*Client) ListDataServiceGroupsWithChan ¶ added in v1.61.610

func (client *Client) ListDataServiceGroupsWithChan(request *ListDataServiceGroupsRequest) (<-chan *ListDataServiceGroupsResponse, <-chan error)

ListDataServiceGroupsWithChan invokes the dataworks_public.ListDataServiceGroups API asynchronously

func (*Client) ListDataServicePublishedApis ¶

func (client *Client) ListDataServicePublishedApis(request *ListDataServicePublishedApisRequest) (response *ListDataServicePublishedApisResponse, err error)

ListDataServicePublishedApis invokes the dataworks_public.ListDataServicePublishedApis API synchronously

func (*Client) ListDataServicePublishedApisWithCallback ¶

func (client *Client) ListDataServicePublishedApisWithCallback(request *ListDataServicePublishedApisRequest, callback func(response *ListDataServicePublishedApisResponse, err error)) <-chan int

ListDataServicePublishedApisWithCallback invokes the dataworks_public.ListDataServicePublishedApis API asynchronously

func (*Client) ListDataServicePublishedApisWithChan ¶

func (client *Client) ListDataServicePublishedApisWithChan(request *ListDataServicePublishedApisRequest) (<-chan *ListDataServicePublishedApisResponse, <-chan error)

ListDataServicePublishedApisWithChan invokes the dataworks_public.ListDataServicePublishedApis API asynchronously

func (*Client) ListDataSources ¶ added in v1.61.1068

func (client *Client) ListDataSources(request *ListDataSourcesRequest) (response *ListDataSourcesResponse, err error)

ListDataSources invokes the dataworks_public.ListDataSources API synchronously

func (*Client) ListDataSourcesWithCallback ¶ added in v1.61.1068

func (client *Client) ListDataSourcesWithCallback(request *ListDataSourcesRequest, callback func(response *ListDataSourcesResponse, err error)) <-chan int

ListDataSourcesWithCallback invokes the dataworks_public.ListDataSources API asynchronously

func (*Client) ListDataSourcesWithChan ¶ added in v1.61.1068

func (client *Client) ListDataSourcesWithChan(request *ListDataSourcesRequest) (<-chan *ListDataSourcesResponse, <-chan error)

ListDataSourcesWithChan invokes the dataworks_public.ListDataSources API asynchronously

func (*Client) ListDeployments ¶ added in v1.61.1367

func (client *Client) ListDeployments(request *ListDeploymentsRequest) (response *ListDeploymentsResponse, err error)

ListDeployments invokes the dataworks_public.ListDeployments API synchronously

func (*Client) ListDeploymentsWithCallback ¶ added in v1.61.1367

func (client *Client) ListDeploymentsWithCallback(request *ListDeploymentsRequest, callback func(response *ListDeploymentsResponse, err error)) <-chan int

ListDeploymentsWithCallback invokes the dataworks_public.ListDeployments API asynchronously

func (*Client) ListDeploymentsWithChan ¶ added in v1.61.1367

func (client *Client) ListDeploymentsWithChan(request *ListDeploymentsRequest) (<-chan *ListDeploymentsResponse, <-chan error)

ListDeploymentsWithChan invokes the dataworks_public.ListDeployments API asynchronously

func (*Client) ListEnabledExtensionsForProject ¶ added in v1.62.16

func (client *Client) ListEnabledExtensionsForProject(request *ListEnabledExtensionsForProjectRequest) (response *ListEnabledExtensionsForProjectResponse, err error)

ListEnabledExtensionsForProject invokes the dataworks_public.ListEnabledExtensionsForProject API synchronously

func (*Client) ListEnabledExtensionsForProjectWithCallback ¶ added in v1.62.16

func (client *Client) ListEnabledExtensionsForProjectWithCallback(request *ListEnabledExtensionsForProjectRequest, callback func(response *ListEnabledExtensionsForProjectResponse, err error)) <-chan int

ListEnabledExtensionsForProjectWithCallback invokes the dataworks_public.ListEnabledExtensionsForProject API asynchronously

func (*Client) ListEnabledExtensionsForProjectWithChan ¶ added in v1.62.16

func (client *Client) ListEnabledExtensionsForProjectWithChan(request *ListEnabledExtensionsForProjectRequest) (<-chan *ListEnabledExtensionsForProjectResponse, <-chan error)

ListEnabledExtensionsForProjectWithChan invokes the dataworks_public.ListEnabledExtensionsForProject API asynchronously

func (*Client) ListExtensions ¶ added in v1.61.1615

func (client *Client) ListExtensions(request *ListExtensionsRequest) (response *ListExtensionsResponse, err error)

ListExtensions invokes the dataworks_public.ListExtensions API synchronously

func (*Client) ListExtensionsWithCallback ¶ added in v1.61.1615

func (client *Client) ListExtensionsWithCallback(request *ListExtensionsRequest, callback func(response *ListExtensionsResponse, err error)) <-chan int

ListExtensionsWithCallback invokes the dataworks_public.ListExtensions API asynchronously

func (*Client) ListExtensionsWithChan ¶ added in v1.61.1615

func (client *Client) ListExtensionsWithChan(request *ListExtensionsRequest) (<-chan *ListExtensionsResponse, <-chan error)

ListExtensionsWithChan invokes the dataworks_public.ListExtensions API asynchronously

func (*Client) ListFileType ¶ added in v1.61.1068

func (client *Client) ListFileType(request *ListFileTypeRequest) (response *ListFileTypeResponse, err error)

ListFileType invokes the dataworks_public.ListFileType API synchronously

func (*Client) ListFileTypeWithCallback ¶ added in v1.61.1068

func (client *Client) ListFileTypeWithCallback(request *ListFileTypeRequest, callback func(response *ListFileTypeResponse, err error)) <-chan int

ListFileTypeWithCallback invokes the dataworks_public.ListFileType API asynchronously

func (*Client) ListFileTypeWithChan ¶ added in v1.61.1068

func (client *Client) ListFileTypeWithChan(request *ListFileTypeRequest) (<-chan *ListFileTypeResponse, <-chan error)

ListFileTypeWithChan invokes the dataworks_public.ListFileType API asynchronously

func (*Client) ListFileVersions ¶

func (client *Client) ListFileVersions(request *ListFileVersionsRequest) (response *ListFileVersionsResponse, err error)

ListFileVersions invokes the dataworks_public.ListFileVersions API synchronously

func (*Client) ListFileVersionsWithCallback ¶

func (client *Client) ListFileVersionsWithCallback(request *ListFileVersionsRequest, callback func(response *ListFileVersionsResponse, err error)) <-chan int

ListFileVersionsWithCallback invokes the dataworks_public.ListFileVersions API asynchronously

func (*Client) ListFileVersionsWithChan ¶

func (client *Client) ListFileVersionsWithChan(request *ListFileVersionsRequest) (<-chan *ListFileVersionsResponse, <-chan error)

ListFileVersionsWithChan invokes the dataworks_public.ListFileVersions API asynchronously

func (*Client) ListFiles ¶

func (client *Client) ListFiles(request *ListFilesRequest) (response *ListFilesResponse, err error)

ListFiles invokes the dataworks_public.ListFiles API synchronously

func (*Client) ListFilesWithCallback ¶

func (client *Client) ListFilesWithCallback(request *ListFilesRequest, callback func(response *ListFilesResponse, err error)) <-chan int

ListFilesWithCallback invokes the dataworks_public.ListFiles API asynchronously

func (*Client) ListFilesWithChan ¶

func (client *Client) ListFilesWithChan(request *ListFilesRequest) (<-chan *ListFilesResponse, <-chan error)

ListFilesWithChan invokes the dataworks_public.ListFiles API asynchronously

func (*Client) ListFolders ¶

func (client *Client) ListFolders(request *ListFoldersRequest) (response *ListFoldersResponse, err error)

ListFolders invokes the dataworks_public.ListFolders API synchronously

func (*Client) ListFoldersWithCallback ¶

func (client *Client) ListFoldersWithCallback(request *ListFoldersRequest, callback func(response *ListFoldersResponse, err error)) <-chan int

ListFoldersWithCallback invokes the dataworks_public.ListFolders API asynchronously

func (*Client) ListFoldersWithChan ¶

func (client *Client) ListFoldersWithChan(request *ListFoldersRequest) (<-chan *ListFoldersResponse, <-chan error)

ListFoldersWithChan invokes the dataworks_public.ListFolders API asynchronously

func (*Client) ListInnerNodes ¶ added in v1.61.1727

func (client *Client) ListInnerNodes(request *ListInnerNodesRequest) (response *ListInnerNodesResponse, err error)

ListInnerNodes invokes the dataworks_public.ListInnerNodes API synchronously

func (*Client) ListInnerNodesWithCallback ¶ added in v1.61.1727

func (client *Client) ListInnerNodesWithCallback(request *ListInnerNodesRequest, callback func(response *ListInnerNodesResponse, err error)) <-chan int

ListInnerNodesWithCallback invokes the dataworks_public.ListInnerNodes API asynchronously

func (*Client) ListInnerNodesWithChan ¶ added in v1.61.1727

func (client *Client) ListInnerNodesWithChan(request *ListInnerNodesRequest) (<-chan *ListInnerNodesResponse, <-chan error)

ListInnerNodesWithChan invokes the dataworks_public.ListInnerNodes API asynchronously

func (*Client) ListInstanceAmount ¶ added in v1.61.1068

func (client *Client) ListInstanceAmount(request *ListInstanceAmountRequest) (response *ListInstanceAmountResponse, err error)

ListInstanceAmount invokes the dataworks_public.ListInstanceAmount API synchronously

func (*Client) ListInstanceAmountWithCallback ¶ added in v1.61.1068

func (client *Client) ListInstanceAmountWithCallback(request *ListInstanceAmountRequest, callback func(response *ListInstanceAmountResponse, err error)) <-chan int

ListInstanceAmountWithCallback invokes the dataworks_public.ListInstanceAmount API asynchronously

func (*Client) ListInstanceAmountWithChan ¶ added in v1.61.1068

func (client *Client) ListInstanceAmountWithChan(request *ListInstanceAmountRequest) (<-chan *ListInstanceAmountResponse, <-chan error)

ListInstanceAmountWithChan invokes the dataworks_public.ListInstanceAmount API asynchronously

func (*Client) ListInstanceHistory ¶ added in v1.61.1727

func (client *Client) ListInstanceHistory(request *ListInstanceHistoryRequest) (response *ListInstanceHistoryResponse, err error)

ListInstanceHistory invokes the dataworks_public.ListInstanceHistory API synchronously

func (*Client) ListInstanceHistoryWithCallback ¶ added in v1.61.1727

func (client *Client) ListInstanceHistoryWithCallback(request *ListInstanceHistoryRequest, callback func(response *ListInstanceHistoryResponse, err error)) <-chan int

ListInstanceHistoryWithCallback invokes the dataworks_public.ListInstanceHistory API asynchronously

func (*Client) ListInstanceHistoryWithChan ¶ added in v1.61.1727

func (client *Client) ListInstanceHistoryWithChan(request *ListInstanceHistoryRequest) (<-chan *ListInstanceHistoryResponse, <-chan error)

ListInstanceHistoryWithChan invokes the dataworks_public.ListInstanceHistory API asynchronously

func (*Client) ListInstances ¶

func (client *Client) ListInstances(request *ListInstancesRequest) (response *ListInstancesResponse, err error)

ListInstances invokes the dataworks_public.ListInstances API synchronously

func (*Client) ListInstancesWithCallback ¶

func (client *Client) ListInstancesWithCallback(request *ListInstancesRequest, callback func(response *ListInstancesResponse, err error)) <-chan int

ListInstancesWithCallback invokes the dataworks_public.ListInstances API asynchronously

func (*Client) ListInstancesWithChan ¶

func (client *Client) ListInstancesWithChan(request *ListInstancesRequest) (<-chan *ListInstancesResponse, <-chan error)

ListInstancesWithChan invokes the dataworks_public.ListInstances API asynchronously

func (*Client) ListLineage ¶ added in v1.62.369

func (client *Client) ListLineage(request *ListLineageRequest) (response *ListLineageResponse, err error)

ListLineage invokes the dataworks_public.ListLineage API synchronously

func (*Client) ListLineageWithCallback ¶ added in v1.62.369

func (client *Client) ListLineageWithCallback(request *ListLineageRequest, callback func(response *ListLineageResponse, err error)) <-chan int

ListLineageWithCallback invokes the dataworks_public.ListLineage API asynchronously

func (*Client) ListLineageWithChan ¶ added in v1.62.369

func (client *Client) ListLineageWithChan(request *ListLineageRequest) (<-chan *ListLineageResponse, <-chan error)

ListLineageWithChan invokes the dataworks_public.ListLineage API asynchronously

func (*Client) ListManualDagInstances ¶ added in v1.61.1068

func (client *Client) ListManualDagInstances(request *ListManualDagInstancesRequest) (response *ListManualDagInstancesResponse, err error)

ListManualDagInstances invokes the dataworks_public.ListManualDagInstances API synchronously

func (*Client) ListManualDagInstancesWithCallback ¶ added in v1.61.1068

func (client *Client) ListManualDagInstancesWithCallback(request *ListManualDagInstancesRequest, callback func(response *ListManualDagInstancesResponse, err error)) <-chan int

ListManualDagInstancesWithCallback invokes the dataworks_public.ListManualDagInstances API asynchronously

func (*Client) ListManualDagInstancesWithChan ¶ added in v1.61.1068

func (client *Client) ListManualDagInstancesWithChan(request *ListManualDagInstancesRequest) (<-chan *ListManualDagInstancesResponse, <-chan error)

ListManualDagInstancesWithChan invokes the dataworks_public.ListManualDagInstances API asynchronously

func (*Client) ListMetaCollectionEntities ¶ added in v1.62.95

func (client *Client) ListMetaCollectionEntities(request *ListMetaCollectionEntitiesRequest) (response *ListMetaCollectionEntitiesResponse, err error)

ListMetaCollectionEntities invokes the dataworks_public.ListMetaCollectionEntities API synchronously

func (*Client) ListMetaCollectionEntitiesWithCallback ¶ added in v1.62.95

func (client *Client) ListMetaCollectionEntitiesWithCallback(request *ListMetaCollectionEntitiesRequest, callback func(response *ListMetaCollectionEntitiesResponse, err error)) <-chan int

ListMetaCollectionEntitiesWithCallback invokes the dataworks_public.ListMetaCollectionEntities API asynchronously

func (*Client) ListMetaCollectionEntitiesWithChan ¶ added in v1.62.95

func (client *Client) ListMetaCollectionEntitiesWithChan(request *ListMetaCollectionEntitiesRequest) (<-chan *ListMetaCollectionEntitiesResponse, <-chan error)

ListMetaCollectionEntitiesWithChan invokes the dataworks_public.ListMetaCollectionEntities API asynchronously

func (*Client) ListMetaCollections ¶ added in v1.62.95

func (client *Client) ListMetaCollections(request *ListMetaCollectionsRequest) (response *ListMetaCollectionsResponse, err error)

ListMetaCollections invokes the dataworks_public.ListMetaCollections API synchronously

func (*Client) ListMetaCollectionsWithCallback ¶ added in v1.62.95

func (client *Client) ListMetaCollectionsWithCallback(request *ListMetaCollectionsRequest, callback func(response *ListMetaCollectionsResponse, err error)) <-chan int

ListMetaCollectionsWithCallback invokes the dataworks_public.ListMetaCollections API asynchronously

func (*Client) ListMetaCollectionsWithChan ¶ added in v1.62.95

func (client *Client) ListMetaCollectionsWithChan(request *ListMetaCollectionsRequest) (<-chan *ListMetaCollectionsResponse, <-chan error)

ListMetaCollectionsWithChan invokes the dataworks_public.ListMetaCollections API asynchronously

func (*Client) ListMetaDB ¶ added in v1.61.610

func (client *Client) ListMetaDB(request *ListMetaDBRequest) (response *ListMetaDBResponse, err error)

ListMetaDB invokes the dataworks_public.ListMetaDB API synchronously

func (*Client) ListMetaDBWithCallback ¶ added in v1.61.610

func (client *Client) ListMetaDBWithCallback(request *ListMetaDBRequest, callback func(response *ListMetaDBResponse, err error)) <-chan int

ListMetaDBWithCallback invokes the dataworks_public.ListMetaDB API asynchronously

func (*Client) ListMetaDBWithChan ¶ added in v1.61.610

func (client *Client) ListMetaDBWithChan(request *ListMetaDBRequest) (<-chan *ListMetaDBResponse, <-chan error)

ListMetaDBWithChan invokes the dataworks_public.ListMetaDB API asynchronously

func (*Client) ListMigrations ¶ added in v1.61.1615

func (client *Client) ListMigrations(request *ListMigrationsRequest) (response *ListMigrationsResponse, err error)

ListMigrations invokes the dataworks_public.ListMigrations API synchronously

func (*Client) ListMigrationsWithCallback ¶ added in v1.61.1615

func (client *Client) ListMigrationsWithCallback(request *ListMigrationsRequest, callback func(response *ListMigrationsResponse, err error)) <-chan int

ListMigrationsWithCallback invokes the dataworks_public.ListMigrations API asynchronously

func (*Client) ListMigrationsWithChan ¶ added in v1.61.1615

func (client *Client) ListMigrationsWithChan(request *ListMigrationsRequest) (<-chan *ListMigrationsResponse, <-chan error)

ListMigrationsWithChan invokes the dataworks_public.ListMigrations API asynchronously

func (*Client) ListNodeIO ¶

func (client *Client) ListNodeIO(request *ListNodeIORequest) (response *ListNodeIOResponse, err error)

ListNodeIO invokes the dataworks_public.ListNodeIO API synchronously

func (*Client) ListNodeIOWithCallback ¶

func (client *Client) ListNodeIOWithCallback(request *ListNodeIORequest, callback func(response *ListNodeIOResponse, err error)) <-chan int

ListNodeIOWithCallback invokes the dataworks_public.ListNodeIO API asynchronously

func (*Client) ListNodeIOWithChan ¶

func (client *Client) ListNodeIOWithChan(request *ListNodeIORequest) (<-chan *ListNodeIOResponse, <-chan error)

ListNodeIOWithChan invokes the dataworks_public.ListNodeIO API asynchronously

func (*Client) ListNodeInputOrOutput ¶ added in v1.61.1068

func (client *Client) ListNodeInputOrOutput(request *ListNodeInputOrOutputRequest) (response *ListNodeInputOrOutputResponse, err error)

ListNodeInputOrOutput invokes the dataworks_public.ListNodeInputOrOutput API synchronously

func (*Client) ListNodeInputOrOutputWithCallback ¶ added in v1.61.1068

func (client *Client) ListNodeInputOrOutputWithCallback(request *ListNodeInputOrOutputRequest, callback func(response *ListNodeInputOrOutputResponse, err error)) <-chan int

ListNodeInputOrOutputWithCallback invokes the dataworks_public.ListNodeInputOrOutput API asynchronously

func (*Client) ListNodeInputOrOutputWithChan ¶ added in v1.61.1068

func (client *Client) ListNodeInputOrOutputWithChan(request *ListNodeInputOrOutputRequest) (<-chan *ListNodeInputOrOutputResponse, <-chan error)

ListNodeInputOrOutputWithChan invokes the dataworks_public.ListNodeInputOrOutput API asynchronously

func (*Client) ListNodes ¶

func (client *Client) ListNodes(request *ListNodesRequest) (response *ListNodesResponse, err error)

ListNodes invokes the dataworks_public.ListNodes API synchronously

func (*Client) ListNodesByBaseline ¶ added in v1.61.1068

func (client *Client) ListNodesByBaseline(request *ListNodesByBaselineRequest) (response *ListNodesByBaselineResponse, err error)

ListNodesByBaseline invokes the dataworks_public.ListNodesByBaseline API synchronously

func (*Client) ListNodesByBaselineWithCallback ¶ added in v1.61.1068

func (client *Client) ListNodesByBaselineWithCallback(request *ListNodesByBaselineRequest, callback func(response *ListNodesByBaselineResponse, err error)) <-chan int

ListNodesByBaselineWithCallback invokes the dataworks_public.ListNodesByBaseline API asynchronously

func (*Client) ListNodesByBaselineWithChan ¶ added in v1.61.1068

func (client *Client) ListNodesByBaselineWithChan(request *ListNodesByBaselineRequest) (<-chan *ListNodesByBaselineResponse, <-chan error)

ListNodesByBaselineWithChan invokes the dataworks_public.ListNodesByBaseline API asynchronously

func (*Client) ListNodesByOutput ¶ added in v1.61.1068

func (client *Client) ListNodesByOutput(request *ListNodesByOutputRequest) (response *ListNodesByOutputResponse, err error)

ListNodesByOutput invokes the dataworks_public.ListNodesByOutput API synchronously

func (*Client) ListNodesByOutputWithCallback ¶ added in v1.61.1068

func (client *Client) ListNodesByOutputWithCallback(request *ListNodesByOutputRequest, callback func(response *ListNodesByOutputResponse, err error)) <-chan int

ListNodesByOutputWithCallback invokes the dataworks_public.ListNodesByOutput API asynchronously

func (*Client) ListNodesByOutputWithChan ¶ added in v1.61.1068

func (client *Client) ListNodesByOutputWithChan(request *ListNodesByOutputRequest) (<-chan *ListNodesByOutputResponse, <-chan error)

ListNodesByOutputWithChan invokes the dataworks_public.ListNodesByOutput API asynchronously

func (*Client) ListNodesWithCallback ¶

func (client *Client) ListNodesWithCallback(request *ListNodesRequest, callback func(response *ListNodesResponse, err error)) <-chan int

ListNodesWithCallback invokes the dataworks_public.ListNodes API asynchronously

func (*Client) ListNodesWithChan ¶

func (client *Client) ListNodesWithChan(request *ListNodesRequest) (<-chan *ListNodesResponse, <-chan error)

ListNodesWithChan invokes the dataworks_public.ListNodes API asynchronously

func (*Client) ListPermissionApplyOrders ¶ added in v1.61.1068

func (client *Client) ListPermissionApplyOrders(request *ListPermissionApplyOrdersRequest) (response *ListPermissionApplyOrdersResponse, err error)

ListPermissionApplyOrders invokes the dataworks_public.ListPermissionApplyOrders API synchronously

func (*Client) ListPermissionApplyOrdersWithCallback ¶ added in v1.61.1068

func (client *Client) ListPermissionApplyOrdersWithCallback(request *ListPermissionApplyOrdersRequest, callback func(response *ListPermissionApplyOrdersResponse, err error)) <-chan int

ListPermissionApplyOrdersWithCallback invokes the dataworks_public.ListPermissionApplyOrders API asynchronously

func (*Client) ListPermissionApplyOrdersWithChan ¶ added in v1.61.1068

func (client *Client) ListPermissionApplyOrdersWithChan(request *ListPermissionApplyOrdersRequest) (<-chan *ListPermissionApplyOrdersResponse, <-chan error)

ListPermissionApplyOrdersWithChan invokes the dataworks_public.ListPermissionApplyOrders API asynchronously

func (*Client) ListProgramTypeCount ¶ added in v1.61.610

func (client *Client) ListProgramTypeCount(request *ListProgramTypeCountRequest) (response *ListProgramTypeCountResponse, err error)

ListProgramTypeCount invokes the dataworks_public.ListProgramTypeCount API synchronously

func (*Client) ListProgramTypeCountWithCallback ¶ added in v1.61.610

func (client *Client) ListProgramTypeCountWithCallback(request *ListProgramTypeCountRequest, callback func(response *ListProgramTypeCountResponse, err error)) <-chan int

ListProgramTypeCountWithCallback invokes the dataworks_public.ListProgramTypeCount API asynchronously

func (*Client) ListProgramTypeCountWithChan ¶ added in v1.61.610

func (client *Client) ListProgramTypeCountWithChan(request *ListProgramTypeCountRequest) (<-chan *ListProgramTypeCountResponse, <-chan error)

ListProgramTypeCountWithChan invokes the dataworks_public.ListProgramTypeCount API asynchronously

func (*Client) ListProjectIds ¶ added in v1.61.1297

func (client *Client) ListProjectIds(request *ListProjectIdsRequest) (response *ListProjectIdsResponse, err error)

ListProjectIds invokes the dataworks_public.ListProjectIds API synchronously

func (*Client) ListProjectIdsWithCallback ¶ added in v1.61.1297

func (client *Client) ListProjectIdsWithCallback(request *ListProjectIdsRequest, callback func(response *ListProjectIdsResponse, err error)) <-chan int

ListProjectIdsWithCallback invokes the dataworks_public.ListProjectIds API asynchronously

func (*Client) ListProjectIdsWithChan ¶ added in v1.61.1297

func (client *Client) ListProjectIdsWithChan(request *ListProjectIdsRequest) (<-chan *ListProjectIdsResponse, <-chan error)

ListProjectIdsWithChan invokes the dataworks_public.ListProjectIds API asynchronously

func (*Client) ListProjectMembers ¶ added in v1.61.386

func (client *Client) ListProjectMembers(request *ListProjectMembersRequest) (response *ListProjectMembersResponse, err error)

ListProjectMembers invokes the dataworks_public.ListProjectMembers API synchronously

func (*Client) ListProjectMembersWithCallback ¶ added in v1.61.386

func (client *Client) ListProjectMembersWithCallback(request *ListProjectMembersRequest, callback func(response *ListProjectMembersResponse, err error)) <-chan int

ListProjectMembersWithCallback invokes the dataworks_public.ListProjectMembers API asynchronously

func (*Client) ListProjectMembersWithChan ¶ added in v1.61.386

func (client *Client) ListProjectMembersWithChan(request *ListProjectMembersRequest) (<-chan *ListProjectMembersResponse, <-chan error)

ListProjectMembersWithChan invokes the dataworks_public.ListProjectMembers API asynchronously

func (*Client) ListProjectRoles ¶ added in v1.61.386

func (client *Client) ListProjectRoles(request *ListProjectRolesRequest) (response *ListProjectRolesResponse, err error)

ListProjectRoles invokes the dataworks_public.ListProjectRoles API synchronously

func (*Client) ListProjectRolesWithCallback ¶ added in v1.61.386

func (client *Client) ListProjectRolesWithCallback(request *ListProjectRolesRequest, callback func(response *ListProjectRolesResponse, err error)) <-chan int

ListProjectRolesWithCallback invokes the dataworks_public.ListProjectRoles API asynchronously

func (*Client) ListProjectRolesWithChan ¶ added in v1.61.386

func (client *Client) ListProjectRolesWithChan(request *ListProjectRolesRequest) (<-chan *ListProjectRolesResponse, <-chan error)

ListProjectRolesWithChan invokes the dataworks_public.ListProjectRoles API asynchronously

func (*Client) ListProjects ¶ added in v1.61.610

func (client *Client) ListProjects(request *ListProjectsRequest) (response *ListProjectsResponse, err error)

ListProjects invokes the dataworks_public.ListProjects API synchronously

func (*Client) ListProjectsWithCallback ¶ added in v1.61.610

func (client *Client) ListProjectsWithCallback(request *ListProjectsRequest, callback func(response *ListProjectsResponse, err error)) <-chan int

ListProjectsWithCallback invokes the dataworks_public.ListProjects API asynchronously

func (*Client) ListProjectsWithChan ¶ added in v1.61.610

func (client *Client) ListProjectsWithChan(request *ListProjectsRequest) (<-chan *ListProjectsResponse, <-chan error)

ListProjectsWithChan invokes the dataworks_public.ListProjects API asynchronously

func (*Client) ListQualityResultsByEntity ¶ added in v1.61.610

func (client *Client) ListQualityResultsByEntity(request *ListQualityResultsByEntityRequest) (response *ListQualityResultsByEntityResponse, err error)

ListQualityResultsByEntity invokes the dataworks_public.ListQualityResultsByEntity API synchronously

func (*Client) ListQualityResultsByEntityWithCallback ¶ added in v1.61.610

func (client *Client) ListQualityResultsByEntityWithCallback(request *ListQualityResultsByEntityRequest, callback func(response *ListQualityResultsByEntityResponse, err error)) <-chan int

ListQualityResultsByEntityWithCallback invokes the dataworks_public.ListQualityResultsByEntity API asynchronously

func (*Client) ListQualityResultsByEntityWithChan ¶ added in v1.61.610

func (client *Client) ListQualityResultsByEntityWithChan(request *ListQualityResultsByEntityRequest) (<-chan *ListQualityResultsByEntityResponse, <-chan error)

ListQualityResultsByEntityWithChan invokes the dataworks_public.ListQualityResultsByEntity API asynchronously

func (*Client) ListQualityResultsByRule ¶ added in v1.61.610

func (client *Client) ListQualityResultsByRule(request *ListQualityResultsByRuleRequest) (response *ListQualityResultsByRuleResponse, err error)

ListQualityResultsByRule invokes the dataworks_public.ListQualityResultsByRule API synchronously

func (*Client) ListQualityResultsByRuleWithCallback ¶ added in v1.61.610

func (client *Client) ListQualityResultsByRuleWithCallback(request *ListQualityResultsByRuleRequest, callback func(response *ListQualityResultsByRuleResponse, err error)) <-chan int

ListQualityResultsByRuleWithCallback invokes the dataworks_public.ListQualityResultsByRule API asynchronously

func (*Client) ListQualityResultsByRuleWithChan ¶ added in v1.61.610

func (client *Client) ListQualityResultsByRuleWithChan(request *ListQualityResultsByRuleRequest) (<-chan *ListQualityResultsByRuleResponse, <-chan error)

ListQualityResultsByRuleWithChan invokes the dataworks_public.ListQualityResultsByRule API asynchronously

func (*Client) ListQualityRules ¶

func (client *Client) ListQualityRules(request *ListQualityRulesRequest) (response *ListQualityRulesResponse, err error)

ListQualityRules invokes the dataworks_public.ListQualityRules API synchronously

func (*Client) ListQualityRulesWithCallback ¶

func (client *Client) ListQualityRulesWithCallback(request *ListQualityRulesRequest, callback func(response *ListQualityRulesResponse, err error)) <-chan int

ListQualityRulesWithCallback invokes the dataworks_public.ListQualityRules API asynchronously

func (*Client) ListQualityRulesWithChan ¶

func (client *Client) ListQualityRulesWithChan(request *ListQualityRulesRequest) (<-chan *ListQualityRulesResponse, <-chan error)

ListQualityRulesWithChan invokes the dataworks_public.ListQualityRules API asynchronously

func (*Client) ListRefDISyncTasks ¶ added in v1.61.1297

func (client *Client) ListRefDISyncTasks(request *ListRefDISyncTasksRequest) (response *ListRefDISyncTasksResponse, err error)

ListRefDISyncTasks invokes the dataworks_public.ListRefDISyncTasks API synchronously

func (*Client) ListRefDISyncTasksWithCallback ¶ added in v1.61.1297

func (client *Client) ListRefDISyncTasksWithCallback(request *ListRefDISyncTasksRequest, callback func(response *ListRefDISyncTasksResponse, err error)) <-chan int

ListRefDISyncTasksWithCallback invokes the dataworks_public.ListRefDISyncTasks API asynchronously

func (*Client) ListRefDISyncTasksWithChan ¶ added in v1.61.1297

func (client *Client) ListRefDISyncTasksWithChan(request *ListRefDISyncTasksRequest) (<-chan *ListRefDISyncTasksResponse, <-chan error)

ListRefDISyncTasksWithChan invokes the dataworks_public.ListRefDISyncTasks API asynchronously

func (*Client) ListReminds ¶

func (client *Client) ListReminds(request *ListRemindsRequest) (response *ListRemindsResponse, err error)

ListReminds invokes the dataworks_public.ListReminds API synchronously

func (*Client) ListRemindsWithCallback ¶

func (client *Client) ListRemindsWithCallback(request *ListRemindsRequest, callback func(response *ListRemindsResponse, err error)) <-chan int

ListRemindsWithCallback invokes the dataworks_public.ListReminds API asynchronously

func (*Client) ListRemindsWithChan ¶

func (client *Client) ListRemindsWithChan(request *ListRemindsRequest) (<-chan *ListRemindsResponse, <-chan error)

ListRemindsWithChan invokes the dataworks_public.ListReminds API asynchronously

func (*Client) ListResourceGroups ¶

func (client *Client) ListResourceGroups(request *ListResourceGroupsRequest) (response *ListResourceGroupsResponse, err error)

ListResourceGroups invokes the dataworks_public.ListResourceGroups API synchronously

func (*Client) ListResourceGroupsWithCallback ¶

func (client *Client) ListResourceGroupsWithCallback(request *ListResourceGroupsRequest, callback func(response *ListResourceGroupsResponse, err error)) <-chan int

ListResourceGroupsWithCallback invokes the dataworks_public.ListResourceGroups API asynchronously

func (*Client) ListResourceGroupsWithChan ¶

func (client *Client) ListResourceGroupsWithChan(request *ListResourceGroupsRequest) (<-chan *ListResourceGroupsResponse, <-chan error)

ListResourceGroupsWithChan invokes the dataworks_public.ListResourceGroups API asynchronously

func (*Client) ListShiftPersonnels ¶ added in v1.61.1679

func (client *Client) ListShiftPersonnels(request *ListShiftPersonnelsRequest) (response *ListShiftPersonnelsResponse, err error)

ListShiftPersonnels invokes the dataworks_public.ListShiftPersonnels API synchronously

func (*Client) ListShiftPersonnelsWithCallback ¶ added in v1.61.1679

func (client *Client) ListShiftPersonnelsWithCallback(request *ListShiftPersonnelsRequest, callback func(response *ListShiftPersonnelsResponse, err error)) <-chan int

ListShiftPersonnelsWithCallback invokes the dataworks_public.ListShiftPersonnels API asynchronously

func (*Client) ListShiftPersonnelsWithChan ¶ added in v1.61.1679

func (client *Client) ListShiftPersonnelsWithChan(request *ListShiftPersonnelsRequest) (<-chan *ListShiftPersonnelsResponse, <-chan error)

ListShiftPersonnelsWithChan invokes the dataworks_public.ListShiftPersonnels API asynchronously

func (*Client) ListShiftSchedules ¶ added in v1.61.1679

func (client *Client) ListShiftSchedules(request *ListShiftSchedulesRequest) (response *ListShiftSchedulesResponse, err error)

ListShiftSchedules invokes the dataworks_public.ListShiftSchedules API synchronously

func (*Client) ListShiftSchedulesWithCallback ¶ added in v1.61.1679

func (client *Client) ListShiftSchedulesWithCallback(request *ListShiftSchedulesRequest, callback func(response *ListShiftSchedulesResponse, err error)) <-chan int

ListShiftSchedulesWithCallback invokes the dataworks_public.ListShiftSchedules API asynchronously

func (*Client) ListShiftSchedulesWithChan ¶ added in v1.61.1679

func (client *Client) ListShiftSchedulesWithChan(request *ListShiftSchedulesRequest) (<-chan *ListShiftSchedulesResponse, <-chan error)

ListShiftSchedulesWithChan invokes the dataworks_public.ListShiftSchedules API asynchronously

func (*Client) ListSuccessInstanceAmount ¶ added in v1.61.1068

func (client *Client) ListSuccessInstanceAmount(request *ListSuccessInstanceAmountRequest) (response *ListSuccessInstanceAmountResponse, err error)

ListSuccessInstanceAmount invokes the dataworks_public.ListSuccessInstanceAmount API synchronously

func (*Client) ListSuccessInstanceAmountWithCallback ¶ added in v1.61.1068

func (client *Client) ListSuccessInstanceAmountWithCallback(request *ListSuccessInstanceAmountRequest, callback func(response *ListSuccessInstanceAmountResponse, err error)) <-chan int

ListSuccessInstanceAmountWithCallback invokes the dataworks_public.ListSuccessInstanceAmount API asynchronously

func (*Client) ListSuccessInstanceAmountWithChan ¶ added in v1.61.1068

func (client *Client) ListSuccessInstanceAmountWithChan(request *ListSuccessInstanceAmountRequest) (<-chan *ListSuccessInstanceAmountResponse, <-chan error)

ListSuccessInstanceAmountWithChan invokes the dataworks_public.ListSuccessInstanceAmount API asynchronously

func (*Client) ListTableLevel ¶ added in v1.61.610

func (client *Client) ListTableLevel(request *ListTableLevelRequest) (response *ListTableLevelResponse, err error)

ListTableLevel invokes the dataworks_public.ListTableLevel API synchronously

func (*Client) ListTableLevelWithCallback ¶ added in v1.61.610

func (client *Client) ListTableLevelWithCallback(request *ListTableLevelRequest, callback func(response *ListTableLevelResponse, err error)) <-chan int

ListTableLevelWithCallback invokes the dataworks_public.ListTableLevel API asynchronously

func (*Client) ListTableLevelWithChan ¶ added in v1.61.610

func (client *Client) ListTableLevelWithChan(request *ListTableLevelRequest) (<-chan *ListTableLevelResponse, <-chan error)

ListTableLevelWithChan invokes the dataworks_public.ListTableLevel API asynchronously

func (*Client) ListTableTheme ¶ added in v1.61.610

func (client *Client) ListTableTheme(request *ListTableThemeRequest) (response *ListTableThemeResponse, err error)

ListTableTheme invokes the dataworks_public.ListTableTheme API synchronously

func (*Client) ListTableThemeWithCallback ¶ added in v1.61.610

func (client *Client) ListTableThemeWithCallback(request *ListTableThemeRequest, callback func(response *ListTableThemeResponse, err error)) <-chan int

ListTableThemeWithCallback invokes the dataworks_public.ListTableTheme API asynchronously

func (*Client) ListTableThemeWithChan ¶ added in v1.61.610

func (client *Client) ListTableThemeWithChan(request *ListTableThemeRequest) (<-chan *ListTableThemeResponse, <-chan error)

ListTableThemeWithChan invokes the dataworks_public.ListTableTheme API asynchronously

func (*Client) ListTopics ¶

func (client *Client) ListTopics(request *ListTopicsRequest) (response *ListTopicsResponse, err error)

ListTopics invokes the dataworks_public.ListTopics API synchronously

func (*Client) ListTopicsWithCallback ¶

func (client *Client) ListTopicsWithCallback(request *ListTopicsRequest, callback func(response *ListTopicsResponse, err error)) <-chan int

ListTopicsWithCallback invokes the dataworks_public.ListTopics API asynchronously

func (*Client) ListTopicsWithChan ¶

func (client *Client) ListTopicsWithChan(request *ListTopicsRequest) (<-chan *ListTopicsResponse, <-chan error)

ListTopicsWithChan invokes the dataworks_public.ListTopics API asynchronously

func (*Client) MountDirectory ¶ added in v1.62.117

func (client *Client) MountDirectory(request *MountDirectoryRequest) (response *MountDirectoryResponse, err error)

MountDirectory invokes the dataworks_public.MountDirectory API synchronously

func (*Client) MountDirectoryWithCallback ¶ added in v1.62.117

func (client *Client) MountDirectoryWithCallback(request *MountDirectoryRequest, callback func(response *MountDirectoryResponse, err error)) <-chan int

MountDirectoryWithCallback invokes the dataworks_public.MountDirectory API asynchronously

func (*Client) MountDirectoryWithChan ¶ added in v1.62.117

func (client *Client) MountDirectoryWithChan(request *MountDirectoryRequest) (<-chan *MountDirectoryResponse, <-chan error)

MountDirectoryWithChan invokes the dataworks_public.MountDirectory API asynchronously

func (*Client) OfflineNode ¶ added in v1.61.1804

func (client *Client) OfflineNode(request *OfflineNodeRequest) (response *OfflineNodeResponse, err error)

OfflineNode invokes the dataworks_public.OfflineNode API synchronously

func (*Client) OfflineNodeWithCallback ¶ added in v1.61.1804

func (client *Client) OfflineNodeWithCallback(request *OfflineNodeRequest, callback func(response *OfflineNodeResponse, err error)) <-chan int

OfflineNodeWithCallback invokes the dataworks_public.OfflineNode API asynchronously

func (*Client) OfflineNodeWithChan ¶ added in v1.61.1804

func (client *Client) OfflineNodeWithChan(request *OfflineNodeRequest) (<-chan *OfflineNodeResponse, <-chan error)

OfflineNodeWithChan invokes the dataworks_public.OfflineNode API asynchronously

func (*Client) PublishDataServiceApi ¶

func (client *Client) PublishDataServiceApi(request *PublishDataServiceApiRequest) (response *PublishDataServiceApiResponse, err error)

PublishDataServiceApi invokes the dataworks_public.PublishDataServiceApi API synchronously

func (*Client) PublishDataServiceApiWithCallback ¶

func (client *Client) PublishDataServiceApiWithCallback(request *PublishDataServiceApiRequest, callback func(response *PublishDataServiceApiResponse, err error)) <-chan int

PublishDataServiceApiWithCallback invokes the dataworks_public.PublishDataServiceApi API asynchronously

func (*Client) PublishDataServiceApiWithChan ¶

func (client *Client) PublishDataServiceApiWithChan(request *PublishDataServiceApiRequest) (<-chan *PublishDataServiceApiResponse, <-chan error)

PublishDataServiceApiWithChan invokes the dataworks_public.PublishDataServiceApi API asynchronously

func (*Client) QueryDISyncTaskConfigProcessResult ¶ added in v1.61.1297

func (client *Client) QueryDISyncTaskConfigProcessResult(request *QueryDISyncTaskConfigProcessResultRequest) (response *QueryDISyncTaskConfigProcessResultResponse, err error)

QueryDISyncTaskConfigProcessResult invokes the dataworks_public.QueryDISyncTaskConfigProcessResult API synchronously

func (*Client) QueryDISyncTaskConfigProcessResultWithCallback ¶ added in v1.61.1297

func (client *Client) QueryDISyncTaskConfigProcessResultWithCallback(request *QueryDISyncTaskConfigProcessResultRequest, callback func(response *QueryDISyncTaskConfigProcessResultResponse, err error)) <-chan int

QueryDISyncTaskConfigProcessResultWithCallback invokes the dataworks_public.QueryDISyncTaskConfigProcessResult API asynchronously

func (*Client) QueryDISyncTaskConfigProcessResultWithChan ¶ added in v1.61.1297

func (client *Client) QueryDISyncTaskConfigProcessResultWithChan(request *QueryDISyncTaskConfigProcessResultRequest) (<-chan *QueryDISyncTaskConfigProcessResultResponse, <-chan error)

QueryDISyncTaskConfigProcessResultWithChan invokes the dataworks_public.QueryDISyncTaskConfigProcessResult API asynchronously

func (*Client) QueryPublicModelEngine ¶ added in v1.61.1077

func (client *Client) QueryPublicModelEngine(request *QueryPublicModelEngineRequest) (response *QueryPublicModelEngineResponse, err error)

QueryPublicModelEngine invokes the dataworks_public.QueryPublicModelEngine API synchronously

func (*Client) QueryPublicModelEngineWithCallback ¶ added in v1.61.1077

func (client *Client) QueryPublicModelEngineWithCallback(request *QueryPublicModelEngineRequest, callback func(response *QueryPublicModelEngineResponse, err error)) <-chan int

QueryPublicModelEngineWithCallback invokes the dataworks_public.QueryPublicModelEngine API asynchronously

func (*Client) QueryPublicModelEngineWithChan ¶ added in v1.61.1077

func (client *Client) QueryPublicModelEngineWithChan(request *QueryPublicModelEngineRequest) (<-chan *QueryPublicModelEngineResponse, <-chan error)

QueryPublicModelEngineWithChan invokes the dataworks_public.QueryPublicModelEngine API asynchronously

func (*Client) RegisterLineageRelation ¶ added in v1.62.369

func (client *Client) RegisterLineageRelation(request *RegisterLineageRelationRequest) (response *RegisterLineageRelationResponse, err error)

RegisterLineageRelation invokes the dataworks_public.RegisterLineageRelation API synchronously

func (*Client) RegisterLineageRelationWithCallback ¶ added in v1.62.369

func (client *Client) RegisterLineageRelationWithCallback(request *RegisterLineageRelationRequest, callback func(response *RegisterLineageRelationResponse, err error)) <-chan int

RegisterLineageRelationWithCallback invokes the dataworks_public.RegisterLineageRelation API asynchronously

func (*Client) RegisterLineageRelationWithChan ¶ added in v1.62.369

func (client *Client) RegisterLineageRelationWithChan(request *RegisterLineageRelationRequest) (<-chan *RegisterLineageRelationResponse, <-chan error)

RegisterLineageRelationWithChan invokes the dataworks_public.RegisterLineageRelation API asynchronously

func (*Client) RemoveProjectMemberFromRole ¶ added in v1.61.386

func (client *Client) RemoveProjectMemberFromRole(request *RemoveProjectMemberFromRoleRequest) (response *RemoveProjectMemberFromRoleResponse, err error)

RemoveProjectMemberFromRole invokes the dataworks_public.RemoveProjectMemberFromRole API synchronously

func (*Client) RemoveProjectMemberFromRoleWithCallback ¶ added in v1.61.386

func (client *Client) RemoveProjectMemberFromRoleWithCallback(request *RemoveProjectMemberFromRoleRequest, callback func(response *RemoveProjectMemberFromRoleResponse, err error)) <-chan int

RemoveProjectMemberFromRoleWithCallback invokes the dataworks_public.RemoveProjectMemberFromRole API asynchronously

func (*Client) RemoveProjectMemberFromRoleWithChan ¶ added in v1.61.386

func (client *Client) RemoveProjectMemberFromRoleWithChan(request *RemoveProjectMemberFromRoleRequest) (<-chan *RemoveProjectMemberFromRoleResponse, <-chan error)

RemoveProjectMemberFromRoleWithChan invokes the dataworks_public.RemoveProjectMemberFromRole API asynchronously

func (*Client) RestartInstance ¶

func (client *Client) RestartInstance(request *RestartInstanceRequest) (response *RestartInstanceResponse, err error)

RestartInstance invokes the dataworks_public.RestartInstance API synchronously

func (*Client) RestartInstanceWithCallback ¶

func (client *Client) RestartInstanceWithCallback(request *RestartInstanceRequest, callback func(response *RestartInstanceResponse, err error)) <-chan int

RestartInstanceWithCallback invokes the dataworks_public.RestartInstance API asynchronously

func (*Client) RestartInstanceWithChan ¶

func (client *Client) RestartInstanceWithChan(request *RestartInstanceRequest) (<-chan *RestartInstanceResponse, <-chan error)

RestartInstanceWithChan invokes the dataworks_public.RestartInstance API asynchronously

func (*Client) ResumeInstance ¶

func (client *Client) ResumeInstance(request *ResumeInstanceRequest) (response *ResumeInstanceResponse, err error)

ResumeInstance invokes the dataworks_public.ResumeInstance API synchronously

func (*Client) ResumeInstanceWithCallback ¶

func (client *Client) ResumeInstanceWithCallback(request *ResumeInstanceRequest, callback func(response *ResumeInstanceResponse, err error)) <-chan int

ResumeInstanceWithCallback invokes the dataworks_public.ResumeInstance API asynchronously

func (*Client) ResumeInstanceWithChan ¶

func (client *Client) ResumeInstanceWithChan(request *ResumeInstanceRequest) (<-chan *ResumeInstanceResponse, <-chan error)

ResumeInstanceWithChan invokes the dataworks_public.ResumeInstance API asynchronously

func (*Client) RevokeColumnPermission ¶ added in v1.61.1068

func (client *Client) RevokeColumnPermission(request *RevokeColumnPermissionRequest) (response *RevokeColumnPermissionResponse, err error)

RevokeColumnPermission invokes the dataworks_public.RevokeColumnPermission API synchronously

func (*Client) RevokeColumnPermissionWithCallback ¶ added in v1.61.1068

func (client *Client) RevokeColumnPermissionWithCallback(request *RevokeColumnPermissionRequest, callback func(response *RevokeColumnPermissionResponse, err error)) <-chan int

RevokeColumnPermissionWithCallback invokes the dataworks_public.RevokeColumnPermission API asynchronously

func (*Client) RevokeColumnPermissionWithChan ¶ added in v1.61.1068

func (client *Client) RevokeColumnPermissionWithChan(request *RevokeColumnPermissionRequest) (<-chan *RevokeColumnPermissionResponse, <-chan error)

RevokeColumnPermissionWithChan invokes the dataworks_public.RevokeColumnPermission API asynchronously

func (*Client) RevokeTablePermission ¶ added in v1.61.1068

func (client *Client) RevokeTablePermission(request *RevokeTablePermissionRequest) (response *RevokeTablePermissionResponse, err error)

RevokeTablePermission invokes the dataworks_public.RevokeTablePermission API synchronously

func (*Client) RevokeTablePermissionWithCallback ¶ added in v1.61.1068

func (client *Client) RevokeTablePermissionWithCallback(request *RevokeTablePermissionRequest, callback func(response *RevokeTablePermissionResponse, err error)) <-chan int

RevokeTablePermissionWithCallback invokes the dataworks_public.RevokeTablePermission API asynchronously

func (*Client) RevokeTablePermissionWithChan ¶ added in v1.61.1068

func (client *Client) RevokeTablePermissionWithChan(request *RevokeTablePermissionRequest) (<-chan *RevokeTablePermissionResponse, <-chan error)

RevokeTablePermissionWithChan invokes the dataworks_public.RevokeTablePermission API asynchronously

func (*Client) RunCycleDagNodes ¶ added in v1.61.1068

func (client *Client) RunCycleDagNodes(request *RunCycleDagNodesRequest) (response *RunCycleDagNodesResponse, err error)

RunCycleDagNodes invokes the dataworks_public.RunCycleDagNodes API synchronously

func (*Client) RunCycleDagNodesWithCallback ¶ added in v1.61.1068

func (client *Client) RunCycleDagNodesWithCallback(request *RunCycleDagNodesRequest, callback func(response *RunCycleDagNodesResponse, err error)) <-chan int

RunCycleDagNodesWithCallback invokes the dataworks_public.RunCycleDagNodes API asynchronously

func (*Client) RunCycleDagNodesWithChan ¶ added in v1.61.1068

func (client *Client) RunCycleDagNodesWithChan(request *RunCycleDagNodesRequest) (<-chan *RunCycleDagNodesResponse, <-chan error)

RunCycleDagNodesWithChan invokes the dataworks_public.RunCycleDagNodes API asynchronously

func (*Client) RunManualDagNodes ¶ added in v1.61.1068

func (client *Client) RunManualDagNodes(request *RunManualDagNodesRequest) (response *RunManualDagNodesResponse, err error)

RunManualDagNodes invokes the dataworks_public.RunManualDagNodes API synchronously

func (*Client) RunManualDagNodesWithCallback ¶ added in v1.61.1068

func (client *Client) RunManualDagNodesWithCallback(request *RunManualDagNodesRequest, callback func(response *RunManualDagNodesResponse, err error)) <-chan int

RunManualDagNodesWithCallback invokes the dataworks_public.RunManualDagNodes API asynchronously

func (*Client) RunManualDagNodesWithChan ¶ added in v1.61.1068

func (client *Client) RunManualDagNodesWithChan(request *RunManualDagNodesRequest) (<-chan *RunManualDagNodesResponse, <-chan error)

RunManualDagNodesWithChan invokes the dataworks_public.RunManualDagNodes API asynchronously

func (*Client) RunSmokeTest ¶ added in v1.62.16

func (client *Client) RunSmokeTest(request *RunSmokeTestRequest) (response *RunSmokeTestResponse, err error)

RunSmokeTest invokes the dataworks_public.RunSmokeTest API synchronously

func (*Client) RunSmokeTestWithCallback ¶ added in v1.62.16

func (client *Client) RunSmokeTestWithCallback(request *RunSmokeTestRequest, callback func(response *RunSmokeTestResponse, err error)) <-chan int

RunSmokeTestWithCallback invokes the dataworks_public.RunSmokeTest API asynchronously

func (*Client) RunSmokeTestWithChan ¶ added in v1.62.16

func (client *Client) RunSmokeTestWithChan(request *RunSmokeTestRequest) (<-chan *RunSmokeTestResponse, <-chan error)

RunSmokeTestWithChan invokes the dataworks_public.RunSmokeTest API asynchronously

func (*Client) RunTriggerNode ¶ added in v1.61.738

func (client *Client) RunTriggerNode(request *RunTriggerNodeRequest) (response *RunTriggerNodeResponse, err error)

RunTriggerNode invokes the dataworks_public.RunTriggerNode API synchronously

func (*Client) RunTriggerNodeWithCallback ¶ added in v1.61.738

func (client *Client) RunTriggerNodeWithCallback(request *RunTriggerNodeRequest, callback func(response *RunTriggerNodeResponse, err error)) <-chan int

RunTriggerNodeWithCallback invokes the dataworks_public.RunTriggerNode API asynchronously

func (*Client) RunTriggerNodeWithChan ¶ added in v1.61.738

func (client *Client) RunTriggerNodeWithChan(request *RunTriggerNodeRequest) (<-chan *RunTriggerNodeResponse, <-chan error)

RunTriggerNodeWithChan invokes the dataworks_public.RunTriggerNode API asynchronously

func (*Client) SaveDataServiceApiTestResult ¶ added in v1.62.223

func (client *Client) SaveDataServiceApiTestResult(request *SaveDataServiceApiTestResultRequest) (response *SaveDataServiceApiTestResultResponse, err error)

SaveDataServiceApiTestResult invokes the dataworks_public.SaveDataServiceApiTestResult API synchronously

func (*Client) SaveDataServiceApiTestResultWithCallback ¶ added in v1.62.223

func (client *Client) SaveDataServiceApiTestResultWithCallback(request *SaveDataServiceApiTestResultRequest, callback func(response *SaveDataServiceApiTestResultResponse, err error)) <-chan int

SaveDataServiceApiTestResultWithCallback invokes the dataworks_public.SaveDataServiceApiTestResult API asynchronously

func (*Client) SaveDataServiceApiTestResultWithChan ¶ added in v1.62.223

func (client *Client) SaveDataServiceApiTestResultWithChan(request *SaveDataServiceApiTestResultRequest) (<-chan *SaveDataServiceApiTestResultResponse, <-chan error)

SaveDataServiceApiTestResultWithChan invokes the dataworks_public.SaveDataServiceApiTestResult API asynchronously

func (*Client) ScanSensitiveData ¶ added in v1.61.950

func (client *Client) ScanSensitiveData(request *ScanSensitiveDataRequest) (response *ScanSensitiveDataResponse, err error)

ScanSensitiveData invokes the dataworks_public.ScanSensitiveData API synchronously

func (*Client) ScanSensitiveDataWithCallback ¶ added in v1.61.950

func (client *Client) ScanSensitiveDataWithCallback(request *ScanSensitiveDataRequest, callback func(response *ScanSensitiveDataResponse, err error)) <-chan int

ScanSensitiveDataWithCallback invokes the dataworks_public.ScanSensitiveData API asynchronously

func (*Client) ScanSensitiveDataWithChan ¶ added in v1.61.950

func (client *Client) ScanSensitiveDataWithChan(request *ScanSensitiveDataRequest) (<-chan *ScanSensitiveDataResponse, <-chan error)

ScanSensitiveDataWithChan invokes the dataworks_public.ScanSensitiveData API asynchronously

func (*Client) SearchMetaTables ¶

func (client *Client) SearchMetaTables(request *SearchMetaTablesRequest) (response *SearchMetaTablesResponse, err error)

SearchMetaTables invokes the dataworks_public.SearchMetaTables API synchronously

func (*Client) SearchMetaTablesWithCallback ¶

func (client *Client) SearchMetaTablesWithCallback(request *SearchMetaTablesRequest, callback func(response *SearchMetaTablesResponse, err error)) <-chan int

SearchMetaTablesWithCallback invokes the dataworks_public.SearchMetaTables API asynchronously

func (*Client) SearchMetaTablesWithChan ¶

func (client *Client) SearchMetaTablesWithChan(request *SearchMetaTablesRequest) (<-chan *SearchMetaTablesResponse, <-chan error)

SearchMetaTablesWithChan invokes the dataworks_public.SearchMetaTables API asynchronously

func (*Client) SearchNodesByOutput ¶ added in v1.61.738

func (client *Client) SearchNodesByOutput(request *SearchNodesByOutputRequest) (response *SearchNodesByOutputResponse, err error)

SearchNodesByOutput invokes the dataworks_public.SearchNodesByOutput API synchronously

func (*Client) SearchNodesByOutputWithCallback ¶ added in v1.61.738

func (client *Client) SearchNodesByOutputWithCallback(request *SearchNodesByOutputRequest, callback func(response *SearchNodesByOutputResponse, err error)) <-chan int

SearchNodesByOutputWithCallback invokes the dataworks_public.SearchNodesByOutput API asynchronously

func (*Client) SearchNodesByOutputWithChan ¶ added in v1.61.738

func (client *Client) SearchNodesByOutputWithChan(request *SearchNodesByOutputRequest) (<-chan *SearchNodesByOutputResponse, <-chan error)

SearchNodesByOutputWithChan invokes the dataworks_public.SearchNodesByOutput API asynchronously

func (*Client) SetDataSourceShare ¶ added in v1.61.1297

func (client *Client) SetDataSourceShare(request *SetDataSourceShareRequest) (response *SetDataSourceShareResponse, err error)

SetDataSourceShare invokes the dataworks_public.SetDataSourceShare API synchronously

func (*Client) SetDataSourceShareWithCallback ¶ added in v1.61.1297

func (client *Client) SetDataSourceShareWithCallback(request *SetDataSourceShareRequest, callback func(response *SetDataSourceShareResponse, err error)) <-chan int

SetDataSourceShareWithCallback invokes the dataworks_public.SetDataSourceShare API asynchronously

func (*Client) SetDataSourceShareWithChan ¶ added in v1.61.1297

func (client *Client) SetDataSourceShareWithChan(request *SetDataSourceShareRequest) (<-chan *SetDataSourceShareResponse, <-chan error)

SetDataSourceShareWithChan invokes the dataworks_public.SetDataSourceShare API asynchronously

func (*Client) SetSuccessInstance ¶

func (client *Client) SetSuccessInstance(request *SetSuccessInstanceRequest) (response *SetSuccessInstanceResponse, err error)

SetSuccessInstance invokes the dataworks_public.SetSuccessInstance API synchronously

func (*Client) SetSuccessInstanceWithCallback ¶

func (client *Client) SetSuccessInstanceWithCallback(request *SetSuccessInstanceRequest, callback func(response *SetSuccessInstanceResponse, err error)) <-chan int

SetSuccessInstanceWithCallback invokes the dataworks_public.SetSuccessInstance API asynchronously

func (*Client) SetSuccessInstanceWithChan ¶

func (client *Client) SetSuccessInstanceWithChan(request *SetSuccessInstanceRequest) (<-chan *SetSuccessInstanceResponse, <-chan error)

SetSuccessInstanceWithChan invokes the dataworks_public.SetSuccessInstance API asynchronously

func (*Client) StartDISyncInstance ¶ added in v1.61.1297

func (client *Client) StartDISyncInstance(request *StartDISyncInstanceRequest) (response *StartDISyncInstanceResponse, err error)

StartDISyncInstance invokes the dataworks_public.StartDISyncInstance API synchronously

func (*Client) StartDISyncInstanceWithCallback ¶ added in v1.61.1297

func (client *Client) StartDISyncInstanceWithCallback(request *StartDISyncInstanceRequest, callback func(response *StartDISyncInstanceResponse, err error)) <-chan int

StartDISyncInstanceWithCallback invokes the dataworks_public.StartDISyncInstance API asynchronously

func (*Client) StartDISyncInstanceWithChan ¶ added in v1.61.1297

func (client *Client) StartDISyncInstanceWithChan(request *StartDISyncInstanceRequest) (<-chan *StartDISyncInstanceResponse, <-chan error)

StartDISyncInstanceWithChan invokes the dataworks_public.StartDISyncInstance API asynchronously

func (*Client) StartMigration ¶ added in v1.61.974

func (client *Client) StartMigration(request *StartMigrationRequest) (response *StartMigrationResponse, err error)

StartMigration invokes the dataworks_public.StartMigration API synchronously

func (*Client) StartMigrationWithCallback ¶ added in v1.61.974

func (client *Client) StartMigrationWithCallback(request *StartMigrationRequest, callback func(response *StartMigrationResponse, err error)) <-chan int

StartMigrationWithCallback invokes the dataworks_public.StartMigration API asynchronously

func (*Client) StartMigrationWithChan ¶ added in v1.61.974

func (client *Client) StartMigrationWithChan(request *StartMigrationRequest) (<-chan *StartMigrationResponse, <-chan error)

StartMigrationWithChan invokes the dataworks_public.StartMigration API asynchronously

func (*Client) StopDISyncInstance ¶ added in v1.61.1297

func (client *Client) StopDISyncInstance(request *StopDISyncInstanceRequest) (response *StopDISyncInstanceResponse, err error)

StopDISyncInstance invokes the dataworks_public.StopDISyncInstance API synchronously

func (*Client) StopDISyncInstanceWithCallback ¶ added in v1.61.1297

func (client *Client) StopDISyncInstanceWithCallback(request *StopDISyncInstanceRequest, callback func(response *StopDISyncInstanceResponse, err error)) <-chan int

StopDISyncInstanceWithCallback invokes the dataworks_public.StopDISyncInstance API asynchronously

func (*Client) StopDISyncInstanceWithChan ¶ added in v1.61.1297

func (client *Client) StopDISyncInstanceWithChan(request *StopDISyncInstanceRequest) (<-chan *StopDISyncInstanceResponse, <-chan error)

StopDISyncInstanceWithChan invokes the dataworks_public.StopDISyncInstance API asynchronously

func (*Client) StopInstance ¶

func (client *Client) StopInstance(request *StopInstanceRequest) (response *StopInstanceResponse, err error)

StopInstance invokes the dataworks_public.StopInstance API synchronously

func (*Client) StopInstanceWithCallback ¶

func (client *Client) StopInstanceWithCallback(request *StopInstanceRequest, callback func(response *StopInstanceResponse, err error)) <-chan int

StopInstanceWithCallback invokes the dataworks_public.StopInstance API asynchronously

func (*Client) StopInstanceWithChan ¶

func (client *Client) StopInstanceWithChan(request *StopInstanceRequest) (<-chan *StopInstanceResponse, <-chan error)

StopInstanceWithChan invokes the dataworks_public.StopInstance API asynchronously

func (*Client) SubmitDataServiceApi ¶ added in v1.62.220

func (client *Client) SubmitDataServiceApi(request *SubmitDataServiceApiRequest) (response *SubmitDataServiceApiResponse, err error)

SubmitDataServiceApi invokes the dataworks_public.SubmitDataServiceApi API synchronously

func (*Client) SubmitDataServiceApiWithCallback ¶ added in v1.62.220

func (client *Client) SubmitDataServiceApiWithCallback(request *SubmitDataServiceApiRequest, callback func(response *SubmitDataServiceApiResponse, err error)) <-chan int

SubmitDataServiceApiWithCallback invokes the dataworks_public.SubmitDataServiceApi API asynchronously

func (*Client) SubmitDataServiceApiWithChan ¶ added in v1.62.220

func (client *Client) SubmitDataServiceApiWithChan(request *SubmitDataServiceApiRequest) (<-chan *SubmitDataServiceApiResponse, <-chan error)

SubmitDataServiceApiWithChan invokes the dataworks_public.SubmitDataServiceApi API asynchronously

func (*Client) SubmitFile ¶

func (client *Client) SubmitFile(request *SubmitFileRequest) (response *SubmitFileResponse, err error)

SubmitFile invokes the dataworks_public.SubmitFile API synchronously

func (*Client) SubmitFileWithCallback ¶

func (client *Client) SubmitFileWithCallback(request *SubmitFileRequest, callback func(response *SubmitFileResponse, err error)) <-chan int

SubmitFileWithCallback invokes the dataworks_public.SubmitFile API asynchronously

func (*Client) SubmitFileWithChan ¶

func (client *Client) SubmitFileWithChan(request *SubmitFileRequest) (<-chan *SubmitFileResponse, <-chan error)

SubmitFileWithChan invokes the dataworks_public.SubmitFile API asynchronously

func (*Client) SuspendInstance ¶

func (client *Client) SuspendInstance(request *SuspendInstanceRequest) (response *SuspendInstanceResponse, err error)

SuspendInstance invokes the dataworks_public.SuspendInstance API synchronously

func (*Client) SuspendInstanceWithCallback ¶

func (client *Client) SuspendInstanceWithCallback(request *SuspendInstanceRequest, callback func(response *SuspendInstanceResponse, err error)) <-chan int

SuspendInstanceWithCallback invokes the dataworks_public.SuspendInstance API asynchronously

func (*Client) SuspendInstanceWithChan ¶

func (client *Client) SuspendInstanceWithChan(request *SuspendInstanceRequest) (<-chan *SuspendInstanceResponse, <-chan error)

SuspendInstanceWithChan invokes the dataworks_public.SuspendInstance API asynchronously

func (*Client) TerminateDISyncInstance ¶ added in v1.61.1297

func (client *Client) TerminateDISyncInstance(request *TerminateDISyncInstanceRequest) (response *TerminateDISyncInstanceResponse, err error)

TerminateDISyncInstance invokes the dataworks_public.TerminateDISyncInstance API synchronously

func (*Client) TerminateDISyncInstanceWithCallback ¶ added in v1.61.1297

func (client *Client) TerminateDISyncInstanceWithCallback(request *TerminateDISyncInstanceRequest, callback func(response *TerminateDISyncInstanceResponse, err error)) <-chan int

TerminateDISyncInstanceWithCallback invokes the dataworks_public.TerminateDISyncInstance API asynchronously

func (*Client) TerminateDISyncInstanceWithChan ¶ added in v1.61.1297

func (client *Client) TerminateDISyncInstanceWithChan(request *TerminateDISyncInstanceRequest) (<-chan *TerminateDISyncInstanceResponse, <-chan error)

TerminateDISyncInstanceWithChan invokes the dataworks_public.TerminateDISyncInstance API asynchronously

func (*Client) TestDataServiceApi ¶ added in v1.61.1615

func (client *Client) TestDataServiceApi(request *TestDataServiceApiRequest) (response *TestDataServiceApiResponse, err error)

TestDataServiceApi invokes the dataworks_public.TestDataServiceApi API synchronously

func (*Client) TestDataServiceApiWithCallback ¶ added in v1.61.1615

func (client *Client) TestDataServiceApiWithCallback(request *TestDataServiceApiRequest, callback func(response *TestDataServiceApiResponse, err error)) <-chan int

TestDataServiceApiWithCallback invokes the dataworks_public.TestDataServiceApi API asynchronously

func (*Client) TestDataServiceApiWithChan ¶ added in v1.61.1615

func (client *Client) TestDataServiceApiWithChan(request *TestDataServiceApiRequest) (<-chan *TestDataServiceApiResponse, <-chan error)

TestDataServiceApiWithChan invokes the dataworks_public.TestDataServiceApi API asynchronously

func (*Client) TestNetworkConnection ¶ added in v1.61.1297

func (client *Client) TestNetworkConnection(request *TestNetworkConnectionRequest) (response *TestNetworkConnectionResponse, err error)

TestNetworkConnection invokes the dataworks_public.TestNetworkConnection API synchronously

func (*Client) TestNetworkConnectionWithCallback ¶ added in v1.61.1297

func (client *Client) TestNetworkConnectionWithCallback(request *TestNetworkConnectionRequest, callback func(response *TestNetworkConnectionResponse, err error)) <-chan int

TestNetworkConnectionWithCallback invokes the dataworks_public.TestNetworkConnection API asynchronously

func (*Client) TestNetworkConnectionWithChan ¶ added in v1.61.1297

func (client *Client) TestNetworkConnectionWithChan(request *TestNetworkConnectionRequest) (<-chan *TestNetworkConnectionResponse, <-chan error)

TestNetworkConnectionWithChan invokes the dataworks_public.TestNetworkConnection API asynchronously

func (*Client) TopTenElapsedTimeInstance ¶ added in v1.61.1068

func (client *Client) TopTenElapsedTimeInstance(request *TopTenElapsedTimeInstanceRequest) (response *TopTenElapsedTimeInstanceResponse, err error)

TopTenElapsedTimeInstance invokes the dataworks_public.TopTenElapsedTimeInstance API synchronously

func (*Client) TopTenElapsedTimeInstanceWithCallback ¶ added in v1.61.1068

func (client *Client) TopTenElapsedTimeInstanceWithCallback(request *TopTenElapsedTimeInstanceRequest, callback func(response *TopTenElapsedTimeInstanceResponse, err error)) <-chan int

TopTenElapsedTimeInstanceWithCallback invokes the dataworks_public.TopTenElapsedTimeInstance API asynchronously

func (*Client) TopTenElapsedTimeInstanceWithChan ¶ added in v1.61.1068

func (client *Client) TopTenElapsedTimeInstanceWithChan(request *TopTenElapsedTimeInstanceRequest) (<-chan *TopTenElapsedTimeInstanceResponse, <-chan error)

TopTenElapsedTimeInstanceWithChan invokes the dataworks_public.TopTenElapsedTimeInstance API asynchronously

func (*Client) TopTenErrorTimesInstance ¶ added in v1.61.1068

func (client *Client) TopTenErrorTimesInstance(request *TopTenErrorTimesInstanceRequest) (response *TopTenErrorTimesInstanceResponse, err error)

TopTenErrorTimesInstance invokes the dataworks_public.TopTenErrorTimesInstance API synchronously

func (*Client) TopTenErrorTimesInstanceWithCallback ¶ added in v1.61.1068

func (client *Client) TopTenErrorTimesInstanceWithCallback(request *TopTenErrorTimesInstanceRequest, callback func(response *TopTenErrorTimesInstanceResponse, err error)) <-chan int

TopTenErrorTimesInstanceWithCallback invokes the dataworks_public.TopTenErrorTimesInstance API asynchronously

func (*Client) TopTenErrorTimesInstanceWithChan ¶ added in v1.61.1068

func (client *Client) TopTenErrorTimesInstanceWithChan(request *TopTenErrorTimesInstanceRequest) (<-chan *TopTenErrorTimesInstanceResponse, <-chan error)

TopTenErrorTimesInstanceWithChan invokes the dataworks_public.TopTenErrorTimesInstance API asynchronously

func (*Client) UmountDirectory ¶ added in v1.62.117

func (client *Client) UmountDirectory(request *UmountDirectoryRequest) (response *UmountDirectoryResponse, err error)

UmountDirectory invokes the dataworks_public.UmountDirectory API synchronously

func (*Client) UmountDirectoryWithCallback ¶ added in v1.62.117

func (client *Client) UmountDirectoryWithCallback(request *UmountDirectoryRequest, callback func(response *UmountDirectoryResponse, err error)) <-chan int

UmountDirectoryWithCallback invokes the dataworks_public.UmountDirectory API asynchronously

func (*Client) UmountDirectoryWithChan ¶ added in v1.62.117

func (client *Client) UmountDirectoryWithChan(request *UmountDirectoryRequest) (<-chan *UmountDirectoryResponse, <-chan error)

UmountDirectoryWithChan invokes the dataworks_public.UmountDirectory API asynchronously

func (*Client) UpdateBaseline ¶ added in v1.62.16

func (client *Client) UpdateBaseline(request *UpdateBaselineRequest) (response *UpdateBaselineResponse, err error)

UpdateBaseline invokes the dataworks_public.UpdateBaseline API synchronously

func (*Client) UpdateBaselineWithCallback ¶ added in v1.62.16

func (client *Client) UpdateBaselineWithCallback(request *UpdateBaselineRequest, callback func(response *UpdateBaselineResponse, err error)) <-chan int

UpdateBaselineWithCallback invokes the dataworks_public.UpdateBaseline API asynchronously

func (*Client) UpdateBaselineWithChan ¶ added in v1.62.16

func (client *Client) UpdateBaselineWithChan(request *UpdateBaselineRequest) (<-chan *UpdateBaselineResponse, <-chan error)

UpdateBaselineWithChan invokes the dataworks_public.UpdateBaseline API asynchronously

func (*Client) UpdateBusiness ¶

func (client *Client) UpdateBusiness(request *UpdateBusinessRequest) (response *UpdateBusinessResponse, err error)

UpdateBusiness invokes the dataworks_public.UpdateBusiness API synchronously

func (*Client) UpdateBusinessWithCallback ¶

func (client *Client) UpdateBusinessWithCallback(request *UpdateBusinessRequest, callback func(response *UpdateBusinessResponse, err error)) <-chan int

UpdateBusinessWithCallback invokes the dataworks_public.UpdateBusiness API asynchronously

func (*Client) UpdateBusinessWithChan ¶

func (client *Client) UpdateBusinessWithChan(request *UpdateBusinessRequest) (<-chan *UpdateBusinessResponse, <-chan error)

UpdateBusinessWithChan invokes the dataworks_public.UpdateBusiness API asynchronously

func (*Client) UpdateConnection ¶

func (client *Client) UpdateConnection(request *UpdateConnectionRequest) (response *UpdateConnectionResponse, err error)

UpdateConnection invokes the dataworks_public.UpdateConnection API synchronously

func (*Client) UpdateConnectionWithCallback ¶

func (client *Client) UpdateConnectionWithCallback(request *UpdateConnectionRequest, callback func(response *UpdateConnectionResponse, err error)) <-chan int

UpdateConnectionWithCallback invokes the dataworks_public.UpdateConnection API asynchronously

func (*Client) UpdateConnectionWithChan ¶

func (client *Client) UpdateConnectionWithChan(request *UpdateConnectionRequest) (<-chan *UpdateConnectionResponse, <-chan error)

UpdateConnectionWithChan invokes the dataworks_public.UpdateConnection API asynchronously

func (*Client) UpdateDIProjectConfig ¶ added in v1.61.1297

func (client *Client) UpdateDIProjectConfig(request *UpdateDIProjectConfigRequest) (response *UpdateDIProjectConfigResponse, err error)

UpdateDIProjectConfig invokes the dataworks_public.UpdateDIProjectConfig API synchronously

func (*Client) UpdateDIProjectConfigWithCallback ¶ added in v1.61.1297

func (client *Client) UpdateDIProjectConfigWithCallback(request *UpdateDIProjectConfigRequest, callback func(response *UpdateDIProjectConfigResponse, err error)) <-chan int

UpdateDIProjectConfigWithCallback invokes the dataworks_public.UpdateDIProjectConfig API asynchronously

func (*Client) UpdateDIProjectConfigWithChan ¶ added in v1.61.1297

func (client *Client) UpdateDIProjectConfigWithChan(request *UpdateDIProjectConfigRequest) (<-chan *UpdateDIProjectConfigResponse, <-chan error)

UpdateDIProjectConfigWithChan invokes the dataworks_public.UpdateDIProjectConfig API asynchronously

func (*Client) UpdateDISyncTask ¶ added in v1.61.1297

func (client *Client) UpdateDISyncTask(request *UpdateDISyncTaskRequest) (response *UpdateDISyncTaskResponse, err error)

UpdateDISyncTask invokes the dataworks_public.UpdateDISyncTask API synchronously

func (*Client) UpdateDISyncTaskWithCallback ¶ added in v1.61.1297

func (client *Client) UpdateDISyncTaskWithCallback(request *UpdateDISyncTaskRequest, callback func(response *UpdateDISyncTaskResponse, err error)) <-chan int

UpdateDISyncTaskWithCallback invokes the dataworks_public.UpdateDISyncTask API asynchronously

func (*Client) UpdateDISyncTaskWithChan ¶ added in v1.61.1297

func (client *Client) UpdateDISyncTaskWithChan(request *UpdateDISyncTaskRequest) (<-chan *UpdateDISyncTaskResponse, <-chan error)

UpdateDISyncTaskWithChan invokes the dataworks_public.UpdateDISyncTask API asynchronously

func (*Client) UpdateDataServiceApi ¶

func (client *Client) UpdateDataServiceApi(request *UpdateDataServiceApiRequest) (response *UpdateDataServiceApiResponse, err error)

UpdateDataServiceApi invokes the dataworks_public.UpdateDataServiceApi API synchronously

func (*Client) UpdateDataServiceApiWithCallback ¶

func (client *Client) UpdateDataServiceApiWithCallback(request *UpdateDataServiceApiRequest, callback func(response *UpdateDataServiceApiResponse, err error)) <-chan int

UpdateDataServiceApiWithCallback invokes the dataworks_public.UpdateDataServiceApi API asynchronously

func (*Client) UpdateDataServiceApiWithChan ¶

func (client *Client) UpdateDataServiceApiWithChan(request *UpdateDataServiceApiRequest) (<-chan *UpdateDataServiceApiResponse, <-chan error)

UpdateDataServiceApiWithChan invokes the dataworks_public.UpdateDataServiceApi API asynchronously

func (*Client) UpdateDataSource ¶ added in v1.61.1068

func (client *Client) UpdateDataSource(request *UpdateDataSourceRequest) (response *UpdateDataSourceResponse, err error)

UpdateDataSource invokes the dataworks_public.UpdateDataSource API synchronously

func (*Client) UpdateDataSourceWithCallback ¶ added in v1.61.1068

func (client *Client) UpdateDataSourceWithCallback(request *UpdateDataSourceRequest, callback func(response *UpdateDataSourceResponse, err error)) <-chan int

UpdateDataSourceWithCallback invokes the dataworks_public.UpdateDataSource API asynchronously

func (*Client) UpdateDataSourceWithChan ¶ added in v1.61.1068

func (client *Client) UpdateDataSourceWithChan(request *UpdateDataSourceRequest) (<-chan *UpdateDataSourceResponse, <-chan error)

UpdateDataSourceWithChan invokes the dataworks_public.UpdateDataSource API asynchronously

func (*Client) UpdateFile ¶

func (client *Client) UpdateFile(request *UpdateFileRequest) (response *UpdateFileResponse, err error)

UpdateFile invokes the dataworks_public.UpdateFile API synchronously

func (*Client) UpdateFileWithCallback ¶

func (client *Client) UpdateFileWithCallback(request *UpdateFileRequest, callback func(response *UpdateFileResponse, err error)) <-chan int

UpdateFileWithCallback invokes the dataworks_public.UpdateFile API asynchronously

func (*Client) UpdateFileWithChan ¶

func (client *Client) UpdateFileWithChan(request *UpdateFileRequest) (<-chan *UpdateFileResponse, <-chan error)

UpdateFileWithChan invokes the dataworks_public.UpdateFile API asynchronously

func (*Client) UpdateFolder ¶

func (client *Client) UpdateFolder(request *UpdateFolderRequest) (response *UpdateFolderResponse, err error)

UpdateFolder invokes the dataworks_public.UpdateFolder API synchronously

func (*Client) UpdateFolderWithCallback ¶

func (client *Client) UpdateFolderWithCallback(request *UpdateFolderRequest, callback func(response *UpdateFolderResponse, err error)) <-chan int

UpdateFolderWithCallback invokes the dataworks_public.UpdateFolder API asynchronously

func (*Client) UpdateFolderWithChan ¶

func (client *Client) UpdateFolderWithChan(request *UpdateFolderRequest) (<-chan *UpdateFolderResponse, <-chan error)

UpdateFolderWithChan invokes the dataworks_public.UpdateFolder API asynchronously

func (*Client) UpdateIDEEventResult ¶ added in v1.61.1367

func (client *Client) UpdateIDEEventResult(request *UpdateIDEEventResultRequest) (response *UpdateIDEEventResultResponse, err error)

UpdateIDEEventResult invokes the dataworks_public.UpdateIDEEventResult API synchronously

func (*Client) UpdateIDEEventResultWithCallback ¶ added in v1.61.1367

func (client *Client) UpdateIDEEventResultWithCallback(request *UpdateIDEEventResultRequest, callback func(response *UpdateIDEEventResultResponse, err error)) <-chan int

UpdateIDEEventResultWithCallback invokes the dataworks_public.UpdateIDEEventResult API asynchronously

func (*Client) UpdateIDEEventResultWithChan ¶ added in v1.61.1367

func (client *Client) UpdateIDEEventResultWithChan(request *UpdateIDEEventResultRequest) (<-chan *UpdateIDEEventResultResponse, <-chan error)

UpdateIDEEventResultWithChan invokes the dataworks_public.UpdateIDEEventResult API asynchronously

func (*Client) UpdateMetaCategory ¶

func (client *Client) UpdateMetaCategory(request *UpdateMetaCategoryRequest) (response *UpdateMetaCategoryResponse, err error)

UpdateMetaCategory invokes the dataworks_public.UpdateMetaCategory API synchronously

func (*Client) UpdateMetaCategoryWithCallback ¶

func (client *Client) UpdateMetaCategoryWithCallback(request *UpdateMetaCategoryRequest, callback func(response *UpdateMetaCategoryResponse, err error)) <-chan int

UpdateMetaCategoryWithCallback invokes the dataworks_public.UpdateMetaCategory API asynchronously

func (*Client) UpdateMetaCategoryWithChan ¶

func (client *Client) UpdateMetaCategoryWithChan(request *UpdateMetaCategoryRequest) (<-chan *UpdateMetaCategoryResponse, <-chan error)

UpdateMetaCategoryWithChan invokes the dataworks_public.UpdateMetaCategory API asynchronously

func (*Client) UpdateMetaCollection ¶ added in v1.62.95

func (client *Client) UpdateMetaCollection(request *UpdateMetaCollectionRequest) (response *UpdateMetaCollectionResponse, err error)

UpdateMetaCollection invokes the dataworks_public.UpdateMetaCollection API synchronously

func (*Client) UpdateMetaCollectionWithCallback ¶ added in v1.62.95

func (client *Client) UpdateMetaCollectionWithCallback(request *UpdateMetaCollectionRequest, callback func(response *UpdateMetaCollectionResponse, err error)) <-chan int

UpdateMetaCollectionWithCallback invokes the dataworks_public.UpdateMetaCollection API asynchronously

func (*Client) UpdateMetaCollectionWithChan ¶ added in v1.62.95

func (client *Client) UpdateMetaCollectionWithChan(request *UpdateMetaCollectionRequest) (<-chan *UpdateMetaCollectionResponse, <-chan error)

UpdateMetaCollectionWithChan invokes the dataworks_public.UpdateMetaCollection API asynchronously

func (*Client) UpdateMetaTable ¶ added in v1.61.610

func (client *Client) UpdateMetaTable(request *UpdateMetaTableRequest) (response *UpdateMetaTableResponse, err error)

UpdateMetaTable invokes the dataworks_public.UpdateMetaTable API synchronously

func (*Client) UpdateMetaTableIntroWiki ¶ added in v1.61.610

func (client *Client) UpdateMetaTableIntroWiki(request *UpdateMetaTableIntroWikiRequest) (response *UpdateMetaTableIntroWikiResponse, err error)

UpdateMetaTableIntroWiki invokes the dataworks_public.UpdateMetaTableIntroWiki API synchronously

func (*Client) UpdateMetaTableIntroWikiWithCallback ¶ added in v1.61.610

func (client *Client) UpdateMetaTableIntroWikiWithCallback(request *UpdateMetaTableIntroWikiRequest, callback func(response *UpdateMetaTableIntroWikiResponse, err error)) <-chan int

UpdateMetaTableIntroWikiWithCallback invokes the dataworks_public.UpdateMetaTableIntroWiki API asynchronously

func (*Client) UpdateMetaTableIntroWikiWithChan ¶ added in v1.61.610

func (client *Client) UpdateMetaTableIntroWikiWithChan(request *UpdateMetaTableIntroWikiRequest) (<-chan *UpdateMetaTableIntroWikiResponse, <-chan error)

UpdateMetaTableIntroWikiWithChan invokes the dataworks_public.UpdateMetaTableIntroWiki API asynchronously

func (*Client) UpdateMetaTableWithCallback ¶ added in v1.61.610

func (client *Client) UpdateMetaTableWithCallback(request *UpdateMetaTableRequest, callback func(response *UpdateMetaTableResponse, err error)) <-chan int

UpdateMetaTableWithCallback invokes the dataworks_public.UpdateMetaTable API asynchronously

func (*Client) UpdateMetaTableWithChan ¶ added in v1.61.610

func (client *Client) UpdateMetaTableWithChan(request *UpdateMetaTableRequest) (<-chan *UpdateMetaTableResponse, <-chan error)

UpdateMetaTableWithChan invokes the dataworks_public.UpdateMetaTable API asynchronously

func (*Client) UpdateNodeOwner ¶ added in v1.61.1077

func (client *Client) UpdateNodeOwner(request *UpdateNodeOwnerRequest) (response *UpdateNodeOwnerResponse, err error)

UpdateNodeOwner invokes the dataworks_public.UpdateNodeOwner API synchronously

func (*Client) UpdateNodeOwnerWithCallback ¶ added in v1.61.1077

func (client *Client) UpdateNodeOwnerWithCallback(request *UpdateNodeOwnerRequest, callback func(response *UpdateNodeOwnerResponse, err error)) <-chan int

UpdateNodeOwnerWithCallback invokes the dataworks_public.UpdateNodeOwner API asynchronously

func (*Client) UpdateNodeOwnerWithChan ¶ added in v1.61.1077

func (client *Client) UpdateNodeOwnerWithChan(request *UpdateNodeOwnerRequest) (<-chan *UpdateNodeOwnerResponse, <-chan error)

UpdateNodeOwnerWithChan invokes the dataworks_public.UpdateNodeOwner API asynchronously

func (*Client) UpdateNodeRunMode ¶ added in v1.61.1077

func (client *Client) UpdateNodeRunMode(request *UpdateNodeRunModeRequest) (response *UpdateNodeRunModeResponse, err error)

UpdateNodeRunMode invokes the dataworks_public.UpdateNodeRunMode API synchronously

func (*Client) UpdateNodeRunModeWithCallback ¶ added in v1.61.1077

func (client *Client) UpdateNodeRunModeWithCallback(request *UpdateNodeRunModeRequest, callback func(response *UpdateNodeRunModeResponse, err error)) <-chan int

UpdateNodeRunModeWithCallback invokes the dataworks_public.UpdateNodeRunMode API asynchronously

func (*Client) UpdateNodeRunModeWithChan ¶ added in v1.61.1077

func (client *Client) UpdateNodeRunModeWithChan(request *UpdateNodeRunModeRequest) (<-chan *UpdateNodeRunModeResponse, <-chan error)

UpdateNodeRunModeWithChan invokes the dataworks_public.UpdateNodeRunMode API asynchronously

func (*Client) UpdateQualityFollower ¶

func (client *Client) UpdateQualityFollower(request *UpdateQualityFollowerRequest) (response *UpdateQualityFollowerResponse, err error)

UpdateQualityFollower invokes the dataworks_public.UpdateQualityFollower API synchronously

func (*Client) UpdateQualityFollowerWithCallback ¶

func (client *Client) UpdateQualityFollowerWithCallback(request *UpdateQualityFollowerRequest, callback func(response *UpdateQualityFollowerResponse, err error)) <-chan int

UpdateQualityFollowerWithCallback invokes the dataworks_public.UpdateQualityFollower API asynchronously

func (*Client) UpdateQualityFollowerWithChan ¶

func (client *Client) UpdateQualityFollowerWithChan(request *UpdateQualityFollowerRequest) (<-chan *UpdateQualityFollowerResponse, <-chan error)

UpdateQualityFollowerWithChan invokes the dataworks_public.UpdateQualityFollower API asynchronously

func (*Client) UpdateQualityRule ¶

func (client *Client) UpdateQualityRule(request *UpdateQualityRuleRequest) (response *UpdateQualityRuleResponse, err error)

UpdateQualityRule invokes the dataworks_public.UpdateQualityRule API synchronously

func (*Client) UpdateQualityRuleWithCallback ¶

func (client *Client) UpdateQualityRuleWithCallback(request *UpdateQualityRuleRequest, callback func(response *UpdateQualityRuleResponse, err error)) <-chan int

UpdateQualityRuleWithCallback invokes the dataworks_public.UpdateQualityRule API asynchronously

func (*Client) UpdateQualityRuleWithChan ¶

func (client *Client) UpdateQualityRuleWithChan(request *UpdateQualityRuleRequest) (<-chan *UpdateQualityRuleResponse, <-chan error)

UpdateQualityRuleWithChan invokes the dataworks_public.UpdateQualityRule API asynchronously

func (*Client) UpdateRemind ¶

func (client *Client) UpdateRemind(request *UpdateRemindRequest) (response *UpdateRemindResponse, err error)

UpdateRemind invokes the dataworks_public.UpdateRemind API synchronously

func (*Client) UpdateRemindWithCallback ¶

func (client *Client) UpdateRemindWithCallback(request *UpdateRemindRequest, callback func(response *UpdateRemindResponse, err error)) <-chan int

UpdateRemindWithCallback invokes the dataworks_public.UpdateRemind API asynchronously

func (*Client) UpdateRemindWithChan ¶

func (client *Client) UpdateRemindWithChan(request *UpdateRemindRequest) (<-chan *UpdateRemindResponse, <-chan error)

UpdateRemindWithChan invokes the dataworks_public.UpdateRemind API asynchronously

func (*Client) UpdateTable ¶ added in v1.61.610

func (client *Client) UpdateTable(request *UpdateTableRequest) (response *UpdateTableResponse, err error)

UpdateTable invokes the dataworks_public.UpdateTable API synchronously

func (*Client) UpdateTableAddColumn ¶ added in v1.61.1068

func (client *Client) UpdateTableAddColumn(request *UpdateTableAddColumnRequest) (response *UpdateTableAddColumnResponse, err error)

UpdateTableAddColumn invokes the dataworks_public.UpdateTableAddColumn API synchronously

func (*Client) UpdateTableAddColumnWithCallback ¶ added in v1.61.1068

func (client *Client) UpdateTableAddColumnWithCallback(request *UpdateTableAddColumnRequest, callback func(response *UpdateTableAddColumnResponse, err error)) <-chan int

UpdateTableAddColumnWithCallback invokes the dataworks_public.UpdateTableAddColumn API asynchronously

func (*Client) UpdateTableAddColumnWithChan ¶ added in v1.61.1068

func (client *Client) UpdateTableAddColumnWithChan(request *UpdateTableAddColumnRequest) (<-chan *UpdateTableAddColumnResponse, <-chan error)

UpdateTableAddColumnWithChan invokes the dataworks_public.UpdateTableAddColumn API asynchronously

func (*Client) UpdateTableLevel ¶ added in v1.61.610

func (client *Client) UpdateTableLevel(request *UpdateTableLevelRequest) (response *UpdateTableLevelResponse, err error)

UpdateTableLevel invokes the dataworks_public.UpdateTableLevel API synchronously

func (*Client) UpdateTableLevelWithCallback ¶ added in v1.61.610

func (client *Client) UpdateTableLevelWithCallback(request *UpdateTableLevelRequest, callback func(response *UpdateTableLevelResponse, err error)) <-chan int

UpdateTableLevelWithCallback invokes the dataworks_public.UpdateTableLevel API asynchronously

func (*Client) UpdateTableLevelWithChan ¶ added in v1.61.610

func (client *Client) UpdateTableLevelWithChan(request *UpdateTableLevelRequest) (<-chan *UpdateTableLevelResponse, <-chan error)

UpdateTableLevelWithChan invokes the dataworks_public.UpdateTableLevel API asynchronously

func (*Client) UpdateTableModelInfo ¶ added in v1.61.610

func (client *Client) UpdateTableModelInfo(request *UpdateTableModelInfoRequest) (response *UpdateTableModelInfoResponse, err error)

UpdateTableModelInfo invokes the dataworks_public.UpdateTableModelInfo API synchronously

func (*Client) UpdateTableModelInfoWithCallback ¶ added in v1.61.610

func (client *Client) UpdateTableModelInfoWithCallback(request *UpdateTableModelInfoRequest, callback func(response *UpdateTableModelInfoResponse, err error)) <-chan int

UpdateTableModelInfoWithCallback invokes the dataworks_public.UpdateTableModelInfo API asynchronously

func (*Client) UpdateTableModelInfoWithChan ¶ added in v1.61.610

func (client *Client) UpdateTableModelInfoWithChan(request *UpdateTableModelInfoRequest) (<-chan *UpdateTableModelInfoResponse, <-chan error)

UpdateTableModelInfoWithChan invokes the dataworks_public.UpdateTableModelInfo API asynchronously

func (*Client) UpdateTableTheme ¶ added in v1.61.610

func (client *Client) UpdateTableTheme(request *UpdateTableThemeRequest) (response *UpdateTableThemeResponse, err error)

UpdateTableTheme invokes the dataworks_public.UpdateTableTheme API synchronously

func (*Client) UpdateTableThemeWithCallback ¶ added in v1.61.610

func (client *Client) UpdateTableThemeWithCallback(request *UpdateTableThemeRequest, callback func(response *UpdateTableThemeResponse, err error)) <-chan int

UpdateTableThemeWithCallback invokes the dataworks_public.UpdateTableTheme API asynchronously

func (*Client) UpdateTableThemeWithChan ¶ added in v1.61.610

func (client *Client) UpdateTableThemeWithChan(request *UpdateTableThemeRequest) (<-chan *UpdateTableThemeResponse, <-chan error)

UpdateTableThemeWithChan invokes the dataworks_public.UpdateTableTheme API asynchronously

func (*Client) UpdateTableWithCallback ¶ added in v1.61.610

func (client *Client) UpdateTableWithCallback(request *UpdateTableRequest, callback func(response *UpdateTableResponse, err error)) <-chan int

UpdateTableWithCallback invokes the dataworks_public.UpdateTable API asynchronously

func (*Client) UpdateTableWithChan ¶ added in v1.61.610

func (client *Client) UpdateTableWithChan(request *UpdateTableRequest) (<-chan *UpdateTableResponse, <-chan error)

UpdateTableWithChan invokes the dataworks_public.UpdateTable API asynchronously

func (*Client) UpdateUdfFile ¶

func (client *Client) UpdateUdfFile(request *UpdateUdfFileRequest) (response *UpdateUdfFileResponse, err error)

UpdateUdfFile invokes the dataworks_public.UpdateUdfFile API synchronously

func (*Client) UpdateUdfFileWithCallback ¶

func (client *Client) UpdateUdfFileWithCallback(request *UpdateUdfFileRequest, callback func(response *UpdateUdfFileResponse, err error)) <-chan int

UpdateUdfFileWithCallback invokes the dataworks_public.UpdateUdfFile API asynchronously

func (*Client) UpdateUdfFileWithChan ¶

func (client *Client) UpdateUdfFileWithChan(request *UpdateUdfFileRequest) (<-chan *UpdateUdfFileResponse, <-chan error)

UpdateUdfFileWithChan invokes the dataworks_public.UpdateUdfFile API asynchronously

func (*Client) UpdateWorkbenchEventResult ¶ added in v1.61.1576

func (client *Client) UpdateWorkbenchEventResult(request *UpdateWorkbenchEventResultRequest) (response *UpdateWorkbenchEventResultResponse, err error)

UpdateWorkbenchEventResult invokes the dataworks_public.UpdateWorkbenchEventResult API synchronously

func (*Client) UpdateWorkbenchEventResultWithCallback ¶ added in v1.61.1576

func (client *Client) UpdateWorkbenchEventResultWithCallback(request *UpdateWorkbenchEventResultRequest, callback func(response *UpdateWorkbenchEventResultResponse, err error)) <-chan int

UpdateWorkbenchEventResultWithCallback invokes the dataworks_public.UpdateWorkbenchEventResult API asynchronously

func (*Client) UpdateWorkbenchEventResultWithChan ¶ added in v1.61.1576

func (client *Client) UpdateWorkbenchEventResultWithChan(request *UpdateWorkbenchEventResultRequest) (<-chan *UpdateWorkbenchEventResultResponse, <-chan error)

UpdateWorkbenchEventResultWithChan invokes the dataworks_public.UpdateWorkbenchEventResult API asynchronously

type Collection ¶ added in v1.62.95

type Collection struct {
	QualifiedName  string `json:"QualifiedName" xml:"QualifiedName"`
	CollectionType string `json:"CollectionType" xml:"CollectionType"`
	Name           string `json:"Name" xml:"Name"`
	Comment        string `json:"Comment" xml:"Comment"`
	OwnerId        string `json:"OwnerId" xml:"OwnerId"`
	OwnerName      string `json:"OwnerName" xml:"OwnerName"`
	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
	UpdateTime     int64  `json:"UpdateTime" xml:"UpdateTime"`
	Level          int    `json:"Level" xml:"Level"`
}

Collection is a nested struct in dataworks_public response

type CollectionList ¶ added in v1.62.95

type CollectionList struct {
	CollectionListItem []CollectionListItem `json:"CollectionList" xml:"CollectionList"`
}

CollectionList is a nested struct in dataworks_public response

type CollectionListItem ¶ added in v1.62.95

type CollectionListItem struct {
	QualifiedName  string `json:"QualifiedName" xml:"QualifiedName"`
	CollectionType string `json:"CollectionType" xml:"CollectionType"`
	Name           string `json:"Name" xml:"Name"`
	Comment        string `json:"Comment" xml:"Comment"`
	OwnerId        string `json:"OwnerId" xml:"OwnerId"`
	OwnerName      string `json:"OwnerName" xml:"OwnerName"`
	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
	UpdateTime     int64  `json:"UpdateTime" xml:"UpdateTime"`
	Level          int    `json:"Level" xml:"Level"`
}

CollectionListItem is a nested struct in dataworks_public response

type Column ¶ added in v1.61.1367

type Column struct {
	ColumnName        string `json:"ColumnName" xml:"ColumnName"`
	ColumnType        string `json:"ColumnType" xml:"ColumnType"`
	IsPartitionColumn bool   `json:"IsPartitionColumn" xml:"IsPartitionColumn"`
	Comment           string `json:"Comment" xml:"Comment"`
}

Column is a nested struct in dataworks_public response

type ColumnListInGetMetaTableColumn ¶

type ColumnListInGetMetaTableColumn struct {
	ColumnListItem []ColumnListItem `json:"ColumnList" xml:"ColumnList"`
}

ColumnListInGetMetaTableColumn is a nested struct in dataworks_public response

type ColumnListInGetMetaTableFullInfo ¶

type ColumnListInGetMetaTableFullInfo struct {
	ColumnListItem []ColumnListItem `json:"ColumnList" xml:"ColumnList"`
}

ColumnListInGetMetaTableFullInfo is a nested struct in dataworks_public response

type ColumnListItem ¶

type ColumnListItem struct {
	Comment           string `json:"Comment" xml:"Comment"`
	Caption           string `json:"Caption" xml:"Caption"`
	ColumnName        string `json:"ColumnName" xml:"ColumnName"`
	ColumnGuid        string `json:"ColumnGuid" xml:"ColumnGuid"`
	IsPrimaryKey      bool   `json:"IsPrimaryKey" xml:"IsPrimaryKey"`
	IsPartitionColumn bool   `json:"IsPartitionColumn" xml:"IsPartitionColumn"`
	IsForeignKey      bool   `json:"IsForeignKey" xml:"IsForeignKey"`
	ColumnType        string `json:"ColumnType" xml:"ColumnType"`
	RelationCount     int64  `json:"RelationCount" xml:"RelationCount"`
	Position          int    `json:"Position" xml:"Position"`
}

ColumnListItem is a nested struct in dataworks_public response

type ColumnMetaList ¶ added in v1.61.1068

type ColumnMetaList struct {
	ColumnMetaListItem []ColumnMetaListItem `json:"ColumnMetaList" xml:"ColumnMetaList"`
}

ColumnMetaList is a nested struct in dataworks_public response

type ColumnMetaListItem ¶ added in v1.61.1068

type ColumnMetaListItem struct {
	ColumnName    string `json:"ColumnName" xml:"ColumnName"`
	ColumnComment string `json:"ColumnComment" xml:"ColumnComment"`
	SecurityLevel string `json:"SecurityLevel" xml:"SecurityLevel"`
}

ColumnMetaListItem is a nested struct in dataworks_public response

type Columns ¶ added in v1.61.568

type Columns struct {
	Column []Column `json:"Column" xml:"Column"`
}

Columns is a nested struct in dataworks_public response

type CommittedFile ¶ added in v1.61.1367

type CommittedFile struct {
	FileId              int64                                `json:"FileId" xml:"FileId"`
	Content             string                               `json:"Content" xml:"Content"`
	Committor           string                               `json:"Committor" xml:"Committor"`
	FileType            int64                                `json:"FileType" xml:"FileType"`
	ChangeType          string                               `json:"ChangeType" xml:"ChangeType"`
	FileName            string                               `json:"FileName" xml:"FileName"`
	NodeId              int64                                `json:"NodeId" xml:"NodeId"`
	Comment             string                               `json:"Comment" xml:"Comment"`
	UseType             string                               `json:"UseType" xml:"UseType"`
	FilePropertyContent FilePropertyContent                  `json:"FilePropertyContent" xml:"FilePropertyContent"`
	NodeConfiguration   NodeConfigurationInGetIDEEventDetail `json:"NodeConfiguration" xml:"NodeConfiguration"`
}

CommittedFile is a nested struct in dataworks_public response

type Connections ¶

type Connections struct {
	ConnectionsItem []ConnectionsItem `json:"Connections" xml:"Connections"`
}

Connections is a nested struct in dataworks_public response

type ConnectionsItem ¶

type ConnectionsItem struct {
	Status              int    `json:"Status" xml:"Status"`
	ConnectionType      string `json:"ConnectionType" xml:"ConnectionType"`
	ProjectId           int    `json:"ProjectId" xml:"ProjectId"`
	SubType             string `json:"SubType" xml:"SubType"`
	GmtModified         string `json:"GmtModified" xml:"GmtModified"`
	EnvType             int    `json:"EnvType" xml:"EnvType"`
	ConnectStatus       int    `json:"ConnectStatus" xml:"ConnectStatus"`
	Sequence            int    `json:"Sequence" xml:"Sequence"`
	Description         string `json:"Description" xml:"Description"`
	GmtCreate           string `json:"GmtCreate" xml:"GmtCreate"`
	DefaultEngine       bool   `json:"DefaultEngine" xml:"DefaultEngine"`
	Shared              bool   `json:"Shared" xml:"Shared"`
	Operator            string `json:"Operator" xml:"Operator"`
	Name                string `json:"Name" xml:"Name"`
	Content             string `json:"Content" xml:"Content"`
	Id                  int    `json:"Id" xml:"Id"`
	BindingCalcEngineId int    `json:"BindingCalcEngineId" xml:"BindingCalcEngineId"`
	TenantId            int64  `json:"TenantId" xml:"TenantId"`
}

ConnectionsItem is a nested struct in dataworks_public response

type ConsumeTimeRankInGetInstanceConsumeTimeRank ¶ added in v1.61.1068

type ConsumeTimeRankInGetInstanceConsumeTimeRank struct {
	ConsumeTimeRankItem []ConsumeTimeRankItem `json:"ConsumeTimeRank" xml:"ConsumeTimeRank"`
}

ConsumeTimeRankInGetInstanceConsumeTimeRank is a nested struct in dataworks_public response

type ConsumeTimeRankInTopTenElapsedTimeInstance ¶ added in v1.61.1068

type ConsumeTimeRankInTopTenElapsedTimeInstance struct {
	ConsumeTimeRankItem []ConsumeTimeRankItem `json:"ConsumeTimeRank" xml:"ConsumeTimeRank"`
}

ConsumeTimeRankInTopTenElapsedTimeInstance is a nested struct in dataworks_public response

type ConsumeTimeRankItem ¶ added in v1.61.610

type ConsumeTimeRankItem struct {
	InstanceId   int64  `json:"InstanceId" xml:"InstanceId"`
	NodeName     string `json:"NodeName" xml:"NodeName"`
	NodeId       int64  `json:"NodeId" xml:"NodeId"`
	ProgramType  int    `json:"ProgramType" xml:"ProgramType"`
	PrgType      int    `json:"PrgType" xml:"PrgType"`
	BusinessDate int64  `json:"BusinessDate" xml:"BusinessDate"`
	Owner        string `json:"Owner" xml:"Owner"`
	Consumed     int64  `json:"Consumed" xml:"Consumed"`
	Bizdate      int64  `json:"Bizdate" xml:"Bizdate"`
}

ConsumeTimeRankItem is a nested struct in dataworks_public response

type CreateBaselineOvertimeSettings ¶ added in v1.62.16

type CreateBaselineOvertimeSettings struct {
	Time  string `name:"Time"`
	Cycle string `name:"Cycle"`
}

CreateBaselineOvertimeSettings is a repeated param struct in CreateBaselineRequest

type CreateBaselineRequest ¶ added in v1.62.16

type CreateBaselineRequest struct {
	*requests.RpcRequest
	Owner                string                            `position:"Body" name:"Owner"`
	AlertMarginThreshold requests.Integer                  `position:"Body" name:"AlertMarginThreshold"`
	OvertimeSettings     *[]CreateBaselineOvertimeSettings `position:"Body" name:"OvertimeSettings"  type:"Repeated"`
	Priority             requests.Integer                  `position:"Body" name:"Priority"`
	BaselineType         string                            `position:"Body" name:"BaselineType"`
	BaselineName         string                            `position:"Body" name:"BaselineName"`
	ProjectId            requests.Integer                  `position:"Body" name:"ProjectId"`
	NodeIds              string                            `position:"Body" name:"NodeIds"`
}

CreateBaselineRequest is the request struct for api CreateBaseline

func CreateCreateBaselineRequest ¶ added in v1.62.16

func CreateCreateBaselineRequest() (request *CreateBaselineRequest)

CreateCreateBaselineRequest creates a request to invoke CreateBaseline API

type CreateBaselineResponse ¶ added in v1.62.16

type CreateBaselineResponse struct {
	*responses.BaseResponse
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
}

CreateBaselineResponse is the response struct for api CreateBaseline

func CreateCreateBaselineResponse ¶ added in v1.62.16

func CreateCreateBaselineResponse() (response *CreateBaselineResponse)

CreateCreateBaselineResponse creates a response to parse from CreateBaseline response

type CreateBusinessRequest ¶ added in v1.61.911

type CreateBusinessRequest struct {
	*requests.RpcRequest
	Owner             string           `position:"Body" name:"Owner"`
	Description       string           `position:"Body" name:"Description"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	BusinessName      string           `position:"Body" name:"BusinessName"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	UseType           string           `position:"Body" name:"UseType"`
}

CreateBusinessRequest is the request struct for api CreateBusiness

func CreateCreateBusinessRequest ¶ added in v1.61.911

func CreateCreateBusinessRequest() (request *CreateBusinessRequest)

CreateCreateBusinessRequest creates a request to invoke CreateBusiness API

type CreateBusinessResponse ¶ added in v1.61.911

type CreateBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	BusinessId     int64  `json:"BusinessId" xml:"BusinessId"`
}

CreateBusinessResponse is the response struct for api CreateBusiness

func CreateCreateBusinessResponse ¶ added in v1.61.911

func CreateCreateBusinessResponse() (response *CreateBusinessResponse)

CreateCreateBusinessResponse creates a response to parse from CreateBusiness response

type CreateConnectionRequest ¶

type CreateConnectionRequest struct {
	*requests.RpcRequest
	Description    string           `position:"Query" name:"Description"`
	Content        string           `position:"Query" name:"Content"`
	SubType        string           `position:"Query" name:"SubType"`
	Name           string           `position:"Query" name:"Name"`
	EnvType        requests.Integer `position:"Query" name:"EnvType"`
	ConnectionType string           `position:"Query" name:"ConnectionType"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

CreateConnectionRequest is the request struct for api CreateConnection

func CreateCreateConnectionRequest ¶

func CreateCreateConnectionRequest() (request *CreateConnectionRequest)

CreateCreateConnectionRequest creates a request to invoke CreateConnection API

type CreateConnectionResponse ¶

type CreateConnectionResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateConnectionResponse is the response struct for api CreateConnection

func CreateCreateConnectionResponse ¶

func CreateCreateConnectionResponse() (response *CreateConnectionResponse)

CreateCreateConnectionResponse creates a response to parse from CreateConnection response

type CreateDISyncTaskRequest ¶ added in v1.61.1297

type CreateDISyncTaskRequest struct {
	*requests.RpcRequest
	TaskType    string           `position:"Query" name:"TaskType"`
	ClientToken string           `position:"Query" name:"ClientToken"`
	TaskParam   string           `position:"Query" name:"TaskParam"`
	TaskName    string           `position:"Query" name:"TaskName"`
	TaskContent string           `position:"Query" name:"TaskContent"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

CreateDISyncTaskRequest is the request struct for api CreateDISyncTask

func CreateCreateDISyncTaskRequest ¶ added in v1.61.1297

func CreateCreateDISyncTaskRequest() (request *CreateDISyncTaskRequest)

CreateCreateDISyncTaskRequest creates a request to invoke CreateDISyncTask API

type CreateDISyncTaskResponse ¶ added in v1.61.1297

type CreateDISyncTaskResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

CreateDISyncTaskResponse is the response struct for api CreateDISyncTask

func CreateCreateDISyncTaskResponse ¶ added in v1.61.1297

func CreateCreateDISyncTaskResponse() (response *CreateDISyncTaskResponse)

CreateCreateDISyncTaskResponse creates a response to parse from CreateDISyncTask response

type CreateDagComplementRequest ¶ added in v1.61.307

type CreateDagComplementRequest struct {
	*requests.RpcRequest
	ProjectEnv     string           `position:"Body" name:"ProjectEnv"`
	StartBizDate   string           `position:"Body" name:"StartBizDate"`
	Parallelism    requests.Boolean `position:"Body" name:"Parallelism"`
	RootNodeId     requests.Integer `position:"Body" name:"RootNodeId"`
	BizBeginTime   string           `position:"Body" name:"BizBeginTime"`
	EndBizDate     string           `position:"Body" name:"EndBizDate"`
	IncludeNodeIds string           `position:"Body" name:"IncludeNodeIds"`
	BizEndTime     string           `position:"Body" name:"BizEndTime"`
	Name           string           `position:"Body" name:"Name"`
	ExcludeNodeIds string           `position:"Body" name:"ExcludeNodeIds"`
	NodeParams     string           `position:"Body" name:"NodeParams"`
}

CreateDagComplementRequest is the request struct for api CreateDagComplement

func CreateCreateDagComplementRequest ¶ added in v1.61.307

func CreateCreateDagComplementRequest() (request *CreateDagComplementRequest)

CreateCreateDagComplementRequest creates a request to invoke CreateDagComplement API

type CreateDagComplementResponse ¶ added in v1.61.307

type CreateDagComplementResponse struct {
	*responses.BaseResponse
	HttpStatusCode int     `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string  `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string  `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool    `json:"Success" xml:"Success"`
	ErrorCode      string  `json:"ErrorCode" xml:"ErrorCode"`
	Data           []int64 `json:"Data" xml:"Data"`
}

CreateDagComplementResponse is the response struct for api CreateDagComplement

func CreateCreateDagComplementResponse ¶ added in v1.61.307

func CreateCreateDagComplementResponse() (response *CreateDagComplementResponse)

CreateCreateDagComplementResponse creates a response to parse from CreateDagComplement response

type CreateDagTestRequest ¶ added in v1.62.16

type CreateDagTestRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	Bizdate    string           `position:"Body" name:"Bizdate"`
	Name       string           `position:"Body" name:"Name"`
	NodeParams string           `position:"Body" name:"NodeParams"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

CreateDagTestRequest is the request struct for api CreateDagTest

func CreateCreateDagTestRequest ¶ added in v1.62.16

func CreateCreateDagTestRequest() (request *CreateDagTestRequest)

CreateCreateDagTestRequest creates a request to invoke CreateDagTest API

type CreateDagTestResponse ¶ added in v1.62.16

type CreateDagTestResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateDagTestResponse is the response struct for api CreateDagTest

func CreateCreateDagTestResponse ¶ added in v1.62.16

func CreateCreateDagTestResponse() (response *CreateDagTestResponse)

CreateCreateDagTestResponse creates a response to parse from CreateDagTest response

type CreateDataServiceApiAuthorityRequest ¶ added in v1.61.610

type CreateDataServiceApiAuthorityRequest struct {
	*requests.RpcRequest
	AuthorizedProjectId requests.Integer `position:"Body" name:"AuthorizedProjectId"`
	EndTime             requests.Integer `position:"Body" name:"EndTime"`
	TenantId            requests.Integer `position:"Body" name:"TenantId"`
	ProjectId           requests.Integer `position:"Body" name:"ProjectId"`
	ApiId               requests.Integer `position:"Body" name:"ApiId"`
}

CreateDataServiceApiAuthorityRequest is the request struct for api CreateDataServiceApiAuthority

func CreateCreateDataServiceApiAuthorityRequest ¶ added in v1.61.610

func CreateCreateDataServiceApiAuthorityRequest() (request *CreateDataServiceApiAuthorityRequest)

CreateCreateDataServiceApiAuthorityRequest creates a request to invoke CreateDataServiceApiAuthority API

type CreateDataServiceApiAuthorityResponse ¶ added in v1.61.610

type CreateDataServiceApiAuthorityResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CreateDataServiceApiAuthorityResponse is the response struct for api CreateDataServiceApiAuthority

func CreateCreateDataServiceApiAuthorityResponse ¶ added in v1.61.610

func CreateCreateDataServiceApiAuthorityResponse() (response *CreateDataServiceApiAuthorityResponse)

CreateCreateDataServiceApiAuthorityResponse creates a response to parse from CreateDataServiceApiAuthority response

type CreateDataServiceApiRequest ¶

type CreateDataServiceApiRequest struct {
	*requests.RpcRequest
	ScriptDetails       string           `position:"Body" name:"ScriptDetails"`
	RequestMethod       requests.Integer `position:"Body" name:"RequestMethod"`
	ApiDescription      string           `position:"Body" name:"ApiDescription"`
	Timeout             requests.Integer `position:"Body" name:"Timeout"`
	FolderId            requests.Integer `position:"Body" name:"FolderId"`
	ResourceGroupId     requests.Integer `position:"Body" name:"ResourceGroupId"`
	SqlMode             requests.Integer `position:"Body" name:"SqlMode"`
	TenantId            requests.Integer `position:"Body" name:"TenantId"`
	RequestContentType  requests.Integer `position:"Body" name:"RequestContentType"`
	Protocols           string           `position:"Body" name:"Protocols"`
	ProjectId           requests.Integer `position:"Body" name:"ProjectId"`
	ResponseContentType requests.Integer `position:"Body" name:"ResponseContentType"`
	GroupId             string           `position:"Body" name:"GroupId"`
	ApiPath             string           `position:"Body" name:"ApiPath"`
	WizardDetails       string           `position:"Body" name:"WizardDetails"`
	ApiMode             requests.Integer `position:"Body" name:"ApiMode"`
	VisibleRange        requests.Integer `position:"Body" name:"VisibleRange"`
	RegistrationDetails string           `position:"Body" name:"RegistrationDetails"`
	ApiName             string           `position:"Body" name:"ApiName"`
}

CreateDataServiceApiRequest is the request struct for api CreateDataServiceApi

func CreateCreateDataServiceApiRequest ¶

func CreateCreateDataServiceApiRequest() (request *CreateDataServiceApiRequest)

CreateCreateDataServiceApiRequest creates a request to invoke CreateDataServiceApi API

type CreateDataServiceApiResponse ¶

type CreateDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateDataServiceApiResponse is the response struct for api CreateDataServiceApi

func CreateCreateDataServiceApiResponse ¶

func CreateCreateDataServiceApiResponse() (response *CreateDataServiceApiResponse)

CreateCreateDataServiceApiResponse creates a response to parse from CreateDataServiceApi response

type CreateDataServiceFolderRequest ¶ added in v1.61.610

type CreateDataServiceFolderRequest struct {
	*requests.RpcRequest
	GroupId    string           `position:"Body" name:"GroupId"`
	FolderName string           `position:"Body" name:"FolderName"`
	ParentId   requests.Integer `position:"Body" name:"ParentId"`
	TenantId   requests.Integer `position:"Body" name:"TenantId"`
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
}

CreateDataServiceFolderRequest is the request struct for api CreateDataServiceFolder

func CreateCreateDataServiceFolderRequest ¶ added in v1.61.610

func CreateCreateDataServiceFolderRequest() (request *CreateDataServiceFolderRequest)

CreateCreateDataServiceFolderRequest creates a request to invoke CreateDataServiceFolder API

type CreateDataServiceFolderResponse ¶ added in v1.61.610

type CreateDataServiceFolderResponse struct {
	*responses.BaseResponse
	FolderId  int64  `json:"FolderId" xml:"FolderId"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CreateDataServiceFolderResponse is the response struct for api CreateDataServiceFolder

func CreateCreateDataServiceFolderResponse ¶ added in v1.61.610

func CreateCreateDataServiceFolderResponse() (response *CreateDataServiceFolderResponse)

CreateCreateDataServiceFolderResponse creates a response to parse from CreateDataServiceFolder response

type CreateDataServiceGroupRequest ¶ added in v1.61.610

type CreateDataServiceGroupRequest struct {
	*requests.RpcRequest
	Description       string           `position:"Body" name:"Description"`
	GroupName         string           `position:"Body" name:"GroupName"`
	ApiGatewayGroupId string           `position:"Body" name:"ApiGatewayGroupId"`
	TenantId          requests.Integer `position:"Body" name:"TenantId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
}

CreateDataServiceGroupRequest is the request struct for api CreateDataServiceGroup

func CreateCreateDataServiceGroupRequest ¶ added in v1.61.610

func CreateCreateDataServiceGroupRequest() (request *CreateDataServiceGroupRequest)

CreateCreateDataServiceGroupRequest creates a request to invoke CreateDataServiceGroup API

type CreateDataServiceGroupResponse ¶ added in v1.61.610

type CreateDataServiceGroupResponse struct {
	*responses.BaseResponse
	GroupId   string `json:"GroupId" xml:"GroupId"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CreateDataServiceGroupResponse is the response struct for api CreateDataServiceGroup

func CreateCreateDataServiceGroupResponse ¶ added in v1.61.610

func CreateCreateDataServiceGroupResponse() (response *CreateDataServiceGroupResponse)

CreateCreateDataServiceGroupResponse creates a response to parse from CreateDataServiceGroup response

type CreateDataSourceRequest ¶ added in v1.61.1068

type CreateDataSourceRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	Description    string           `position:"Query" name:"Description"`
	Content        string           `position:"Query" name:"Content"`
	SubType        string           `position:"Query" name:"SubType"`
	EnvType        requests.Integer `position:"Query" name:"EnvType"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
	Name           string           `position:"Query" name:"Name"`
}

CreateDataSourceRequest is the request struct for api CreateDataSource

func CreateCreateDataSourceRequest ¶ added in v1.61.1068

func CreateCreateDataSourceRequest() (request *CreateDataSourceRequest)

CreateCreateDataSourceRequest creates a request to invoke CreateDataSource API

type CreateDataSourceResponse ¶ added in v1.61.1068

type CreateDataSourceResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateDataSourceResponse is the response struct for api CreateDataSource

func CreateCreateDataSourceResponse ¶ added in v1.61.1068

func CreateCreateDataSourceResponse() (response *CreateDataSourceResponse)

CreateCreateDataSourceResponse creates a response to parse from CreateDataSource response

type CreateExportMigrationRequest ¶ added in v1.61.1367

type CreateExportMigrationRequest struct {
	*requests.RpcRequest
	IncrementalSince   requests.Integer `position:"Body" name:"IncrementalSince"`
	Description        string           `position:"Body" name:"Description"`
	ExportObjectStatus string           `position:"Body" name:"ExportObjectStatus"`
	ExportMode         string           `position:"Body" name:"ExportMode"`
	Name               string           `position:"Body" name:"Name"`
	ProjectId          requests.Integer `position:"Body" name:"ProjectId"`
}

CreateExportMigrationRequest is the request struct for api CreateExportMigration

func CreateCreateExportMigrationRequest ¶ added in v1.61.1367

func CreateCreateExportMigrationRequest() (request *CreateExportMigrationRequest)

CreateCreateExportMigrationRequest creates a request to invoke CreateExportMigration API

type CreateExportMigrationResponse ¶ added in v1.61.1367

type CreateExportMigrationResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      int64  `json:"Data" xml:"Data"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateExportMigrationResponse is the response struct for api CreateExportMigration

func CreateCreateExportMigrationResponse ¶ added in v1.61.1367

func CreateCreateExportMigrationResponse() (response *CreateExportMigrationResponse)

CreateCreateExportMigrationResponse creates a response to parse from CreateExportMigration response

type CreateFileRequest ¶

type CreateFileRequest struct {
	*requests.RpcRequest
	FileType                        requests.Integer `position:"Body" name:"FileType"`
	DependentNodeIdList             string           `position:"Body" name:"DependentNodeIdList"`
	Content                         string           `position:"Body" name:"Content"`
	ProjectIdentifier               string           `position:"Body" name:"ProjectIdentifier"`
	ResourceGroupId                 requests.Integer `position:"Body" name:"ResourceGroupId"`
	StartImmediately                requests.Boolean `position:"Body" name:"StartImmediately"`
	ProjectId                       requests.Integer `position:"Body" name:"ProjectId"`
	AdvancedSettings                string           `position:"Body" name:"AdvancedSettings"`
	StartEffectDate                 requests.Integer `position:"Body" name:"StartEffectDate"`
	CycleType                       string           `position:"Body" name:"CycleType"`
	Owner                           string           `position:"Body" name:"Owner"`
	AutoRerunIntervalMillis         requests.Integer `position:"Body" name:"AutoRerunIntervalMillis"`
	InputList                       string           `position:"Body" name:"InputList"`
	RerunMode                       string           `position:"Body" name:"RerunMode"`
	ConnectionName                  string           `position:"Body" name:"ConnectionName"`
	OutputParameters                string           `position:"Body" name:"OutputParameters"`
	ParaValue                       string           `position:"Body" name:"ParaValue"`
	ResourceGroupIdentifier         string           `position:"Body" name:"ResourceGroupIdentifier"`
	AutoRerunTimes                  requests.Integer `position:"Body" name:"AutoRerunTimes"`
	CronExpress                     string           `position:"Body" name:"CronExpress"`
	IgnoreParentSkipRunningProperty requests.Boolean `position:"Body" name:"IgnoreParentSkipRunningProperty"`
	EndEffectDate                   requests.Integer `position:"Body" name:"EndEffectDate"`
	FileName                        string           `position:"Body" name:"FileName"`
	InputParameters                 string           `position:"Body" name:"InputParameters"`
	Stop                            requests.Boolean `position:"Body" name:"Stop"`
	DependentType                   string           `position:"Body" name:"DependentType"`
	FileFolderPath                  string           `position:"Body" name:"FileFolderPath"`
	FileDescription                 string           `position:"Body" name:"FileDescription"`
	AutoParsing                     requests.Boolean `position:"Body" name:"AutoParsing"`
	SchedulerType                   string           `position:"Body" name:"SchedulerType"`
}

CreateFileRequest is the request struct for api CreateFile

func CreateCreateFileRequest ¶

func CreateCreateFileRequest() (request *CreateFileRequest)

CreateCreateFileRequest creates a request to invoke CreateFile API

type CreateFileResponse ¶

type CreateFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateFileResponse is the response struct for api CreateFile

func CreateCreateFileResponse ¶

func CreateCreateFileResponse() (response *CreateFileResponse)

CreateCreateFileResponse creates a response to parse from CreateFile response

type CreateFolderRequest ¶

type CreateFolderRequest struct {
	*requests.RpcRequest
	FolderPath        string           `position:"Body" name:"FolderPath"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
}

CreateFolderRequest is the request struct for api CreateFolder

func CreateCreateFolderRequest ¶

func CreateCreateFolderRequest() (request *CreateFolderRequest)

CreateCreateFolderRequest creates a request to invoke CreateFolder API

type CreateFolderResponse ¶

type CreateFolderResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           string `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateFolderResponse is the response struct for api CreateFolder

func CreateCreateFolderResponse ¶

func CreateCreateFolderResponse() (response *CreateFolderResponse)

CreateCreateFolderResponse creates a response to parse from CreateFolder response

type CreateImportMigrationRequest ¶ added in v1.61.974

type CreateImportMigrationRequest struct {
	*requests.RpcRequest
	Description        string           `position:"Body" name:"Description"`
	CommitRule         string           `position:"Body" name:"CommitRule"`
	WorkspaceMap       string           `position:"Body" name:"WorkspaceMap"`
	CalculateEngineMap string           `position:"Body" name:"CalculateEngineMap"`
	PackageFile        string           `position:"Body" name:"PackageFile"`
	Name               string           `position:"Body" name:"Name"`
	PackageType        string           `position:"Body" name:"PackageType"`
	ProjectId          requests.Integer `position:"Body" name:"ProjectId"`
	ResourceGroupMap   string           `position:"Body" name:"ResourceGroupMap"`
}

CreateImportMigrationRequest is the request struct for api CreateImportMigration

func CreateCreateImportMigrationRequest ¶ added in v1.61.974

func CreateCreateImportMigrationRequest() (request *CreateImportMigrationRequest)

CreateCreateImportMigrationRequest creates a request to invoke CreateImportMigration API

type CreateImportMigrationResponse ¶ added in v1.61.974

type CreateImportMigrationResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateImportMigrationResponse is the response struct for api CreateImportMigration

func CreateCreateImportMigrationResponse ¶ added in v1.61.974

func CreateCreateImportMigrationResponse() (response *CreateImportMigrationResponse)

CreateCreateImportMigrationResponse creates a response to parse from CreateImportMigration response

type CreateManualDagRequest ¶ added in v1.61.568

type CreateManualDagRequest struct {
	*requests.RpcRequest
	ProjectEnv     string `position:"Body" name:"ProjectEnv"`
	ProjectName    string `position:"Body" name:"ProjectName"`
	DagParameters  string `position:"Body" name:"DagParameters"`
	IncludeNodeIds string `position:"Body" name:"IncludeNodeIds"`
	BizDate        string `position:"Body" name:"BizDate"`
	ExcludeNodeIds string `position:"Body" name:"ExcludeNodeIds"`
	FlowName       string `position:"Body" name:"FlowName"`
	NodeParameters string `position:"Body" name:"NodeParameters"`
}

CreateManualDagRequest is the request struct for api CreateManualDag

func CreateCreateManualDagRequest ¶ added in v1.61.568

func CreateCreateManualDagRequest() (request *CreateManualDagRequest)

CreateCreateManualDagRequest creates a request to invoke CreateManualDag API

type CreateManualDagResponse ¶ added in v1.61.568

type CreateManualDagResponse struct {
	*responses.BaseResponse
	DagId     int64  `json:"DagId" xml:"DagId"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CreateManualDagResponse is the response struct for api CreateManualDag

func CreateCreateManualDagResponse ¶ added in v1.61.568

func CreateCreateManualDagResponse() (response *CreateManualDagResponse)

CreateCreateManualDagResponse creates a response to parse from CreateManualDag response

type CreateMetaCategoryRequest ¶

type CreateMetaCategoryRequest struct {
	*requests.RpcRequest
	ParentId requests.Integer `position:"Body" name:"ParentId"`
	Name     string           `position:"Body" name:"Name"`
	Comment  string           `position:"Body" name:"Comment"`
}

CreateMetaCategoryRequest is the request struct for api CreateMetaCategory

func CreateCreateMetaCategoryRequest ¶

func CreateCreateMetaCategoryRequest() (request *CreateMetaCategoryRequest)

CreateCreateMetaCategoryRequest creates a request to invoke CreateMetaCategory API

type CreateMetaCategoryResponse ¶

type CreateMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

CreateMetaCategoryResponse is the response struct for api CreateMetaCategory

func CreateCreateMetaCategoryResponse ¶

func CreateCreateMetaCategoryResponse() (response *CreateMetaCategoryResponse)

CreateCreateMetaCategoryResponse creates a response to parse from CreateMetaCategory response

type CreateMetaCollectionRequest ¶ added in v1.62.95

type CreateMetaCollectionRequest struct {
	*requests.RpcRequest
	ParentQualifiedName string `position:"Query" name:"ParentQualifiedName"`
	CollectionType      string `position:"Query" name:"CollectionType"`
	Name                string `position:"Query" name:"Name"`
	Comment             string `position:"Query" name:"Comment"`
}

CreateMetaCollectionRequest is the request struct for api CreateMetaCollection

func CreateCreateMetaCollectionRequest ¶ added in v1.62.95

func CreateCreateMetaCollectionRequest() (request *CreateMetaCollectionRequest)

CreateCreateMetaCollectionRequest creates a request to invoke CreateMetaCollection API

type CreateMetaCollectionResponse ¶ added in v1.62.95

type CreateMetaCollectionResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	QualifiedName  string `json:"QualifiedName" xml:"QualifiedName"`
	Success        string `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
}

CreateMetaCollectionResponse is the response struct for api CreateMetaCollection

func CreateCreateMetaCollectionResponse ¶ added in v1.62.95

func CreateCreateMetaCollectionResponse() (response *CreateMetaCollectionResponse)

CreateCreateMetaCollectionResponse creates a response to parse from CreateMetaCollection response

type CreatePermissionApplyOrderApplyObject ¶ added in v1.61.1068

type CreatePermissionApplyOrderApplyObject struct {
	ColumnMetaList *[]CreatePermissionApplyOrderApplyObjectColumnMetaList `name:"ColumnMetaList" type:"Repeated"`
	Name           string                                                 `name:"Name"`
	Actions        string                                                 `name:"Actions"`
}

CreatePermissionApplyOrderApplyObject is a repeated param struct in CreatePermissionApplyOrderRequest

type CreatePermissionApplyOrderApplyObjectColumnMetaList ¶ added in v1.61.1615

type CreatePermissionApplyOrderApplyObjectColumnMetaList struct {
	Name string `name:"Name"`
}

CreatePermissionApplyOrderApplyObjectColumnMetaList is a repeated param struct in CreatePermissionApplyOrderRequest

type CreatePermissionApplyOrderRequest ¶ added in v1.61.1068

type CreatePermissionApplyOrderRequest struct {
	*requests.RpcRequest
	ApplyReason           string                                   `position:"Query" name:"ApplyReason"`
	MaxComputeProjectName string                                   `position:"Query" name:"MaxComputeProjectName"`
	ApplyObject           *[]CreatePermissionApplyOrderApplyObject `position:"Query" name:"ApplyObject"  type:"Repeated"`
	ApplyUserIds          string                                   `position:"Query" name:"ApplyUserIds"`
	Deadline              requests.Integer                         `position:"Query" name:"Deadline"`
	WorkspaceId           requests.Integer                         `position:"Query" name:"WorkspaceId"`
	OrderType             requests.Integer                         `position:"Query" name:"OrderType"`
	EngineType            string                                   `position:"Query" name:"EngineType"`
}

CreatePermissionApplyOrderRequest is the request struct for api CreatePermissionApplyOrder

func CreateCreatePermissionApplyOrderRequest ¶ added in v1.61.1068

func CreateCreatePermissionApplyOrderRequest() (request *CreatePermissionApplyOrderRequest)

CreateCreatePermissionApplyOrderRequest creates a request to invoke CreatePermissionApplyOrder API

type CreatePermissionApplyOrderResponse ¶ added in v1.61.1068

type CreatePermissionApplyOrderResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	FlowId    []string `json:"FlowId" xml:"FlowId"`
}

CreatePermissionApplyOrderResponse is the response struct for api CreatePermissionApplyOrder

func CreateCreatePermissionApplyOrderResponse ¶ added in v1.61.1068

func CreateCreatePermissionApplyOrderResponse() (response *CreatePermissionApplyOrderResponse)

CreateCreatePermissionApplyOrderResponse creates a response to parse from CreatePermissionApplyOrder response

type CreateProjectMemberRequest ¶ added in v1.61.386

type CreateProjectMemberRequest struct {
	*requests.RpcRequest
	RoleCode    string           `position:"Query" name:"RoleCode"`
	ClientToken string           `position:"Query" name:"ClientToken"`
	UserId      string           `position:"Query" name:"UserId"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

CreateProjectMemberRequest is the request struct for api CreateProjectMember

func CreateCreateProjectMemberRequest ¶ added in v1.61.386

func CreateCreateProjectMemberRequest() (request *CreateProjectMemberRequest)

CreateCreateProjectMemberRequest creates a request to invoke CreateProjectMember API

type CreateProjectMemberResponse ¶ added in v1.61.386

type CreateProjectMemberResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CreateProjectMemberResponse is the response struct for api CreateProjectMember

func CreateCreateProjectMemberResponse ¶ added in v1.61.386

func CreateCreateProjectMemberResponse() (response *CreateProjectMemberResponse)

CreateCreateProjectMemberResponse creates a response to parse from CreateProjectMember response

type CreateQualityEntityRequest ¶

type CreateQualityEntityRequest struct {
	*requests.RpcRequest
	ProjectName     string           `position:"Body" name:"ProjectName"`
	EntityLevel     requests.Integer `position:"Body" name:"EntityLevel"`
	MatchExpression string           `position:"Body" name:"MatchExpression"`
	EnvType         string           `position:"Body" name:"EnvType"`
	TableName       string           `position:"Body" name:"TableName"`
	ProjectId       requests.Integer `position:"Body" name:"ProjectId"`
}

CreateQualityEntityRequest is the request struct for api CreateQualityEntity

func CreateCreateQualityEntityRequest ¶

func CreateCreateQualityEntityRequest() (request *CreateQualityEntityRequest)

CreateCreateQualityEntityRequest creates a request to invoke CreateQualityEntity API

type CreateQualityEntityResponse ¶

type CreateQualityEntityResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int    `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateQualityEntityResponse is the response struct for api CreateQualityEntity

func CreateCreateQualityEntityResponse ¶

func CreateCreateQualityEntityResponse() (response *CreateQualityEntityResponse)

CreateCreateQualityEntityResponse creates a response to parse from CreateQualityEntity response

type CreateQualityFollowerRequest ¶

type CreateQualityFollowerRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	Follower    string           `position:"Body" name:"Follower"`
	EntityId    requests.Integer `position:"Body" name:"EntityId"`
	AlarmMode   requests.Integer `position:"Body" name:"AlarmMode"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

CreateQualityFollowerRequest is the request struct for api CreateQualityFollower

func CreateCreateQualityFollowerRequest ¶

func CreateCreateQualityFollowerRequest() (request *CreateQualityFollowerRequest)

CreateCreateQualityFollowerRequest creates a request to invoke CreateQualityFollower API

type CreateQualityFollowerResponse ¶

type CreateQualityFollowerResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int    `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateQualityFollowerResponse is the response struct for api CreateQualityFollower

func CreateCreateQualityFollowerResponse ¶

func CreateCreateQualityFollowerResponse() (response *CreateQualityFollowerResponse)

CreateCreateQualityFollowerResponse creates a response to parse from CreateQualityFollower response

type CreateQualityRelativeNodeRequest ¶

type CreateQualityRelativeNodeRequest struct {
	*requests.RpcRequest
	ProjectName           string           `position:"Body" name:"ProjectName"`
	TargetNodeProjectId   requests.Integer `position:"Body" name:"TargetNodeProjectId"`
	MatchExpression       string           `position:"Body" name:"MatchExpression"`
	EnvType               string           `position:"Body" name:"EnvType"`
	TargetNodeProjectName string           `position:"Body" name:"TargetNodeProjectName"`
	TableName             string           `position:"Body" name:"TableName"`
	NodeId                requests.Integer `position:"Body" name:"NodeId"`
	ProjectId             requests.Integer `position:"Body" name:"ProjectId"`
}

CreateQualityRelativeNodeRequest is the request struct for api CreateQualityRelativeNode

func CreateCreateQualityRelativeNodeRequest ¶

func CreateCreateQualityRelativeNodeRequest() (request *CreateQualityRelativeNodeRequest)

CreateCreateQualityRelativeNodeRequest creates a request to invoke CreateQualityRelativeNode API

type CreateQualityRelativeNodeResponse ¶

type CreateQualityRelativeNodeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateQualityRelativeNodeResponse is the response struct for api CreateQualityRelativeNode

func CreateCreateQualityRelativeNodeResponse ¶

func CreateCreateQualityRelativeNodeResponse() (response *CreateQualityRelativeNodeResponse)

CreateCreateQualityRelativeNodeResponse creates a response to parse from CreateQualityRelativeNode response

type CreateQualityRuleRequest ¶

type CreateQualityRuleRequest struct {
	*requests.RpcRequest
	Trend             string           `position:"Body" name:"Trend"`
	BlockType         requests.Integer `position:"Body" name:"BlockType"`
	PropertyType      string           `position:"Body" name:"PropertyType"`
	EntityId          requests.Integer `position:"Body" name:"EntityId"`
	RuleName          string           `position:"Body" name:"RuleName"`
	Checker           requests.Integer `position:"Body" name:"Checker"`
	Operator          string           `position:"Body" name:"Operator"`
	Property          string           `position:"Body" name:"Property"`
	WarningThreshold  string           `position:"Body" name:"WarningThreshold"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	MethodName        string           `position:"Body" name:"MethodName"`
	ProjectName       string           `position:"Body" name:"ProjectName"`
	RuleType          requests.Integer `position:"Body" name:"RuleType"`
	TemplateId        requests.Integer `position:"Body" name:"TemplateId"`
	ExpectValue       string           `position:"Body" name:"ExpectValue"`
	WhereCondition    string           `position:"Body" name:"WhereCondition"`
	CriticalThreshold string           `position:"Body" name:"CriticalThreshold"`
	Comment           string           `position:"Body" name:"Comment"`
	PredictType       requests.Integer `position:"Body" name:"PredictType"`
}

CreateQualityRuleRequest is the request struct for api CreateQualityRule

func CreateCreateQualityRuleRequest ¶

func CreateCreateQualityRuleRequest() (request *CreateQualityRuleRequest)

CreateCreateQualityRuleRequest creates a request to invoke CreateQualityRule API

type CreateQualityRuleResponse ¶

type CreateQualityRuleResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           string `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

CreateQualityRuleResponse is the response struct for api CreateQualityRule

func CreateCreateQualityRuleResponse ¶

func CreateCreateQualityRuleResponse() (response *CreateQualityRuleResponse)

CreateCreateQualityRuleResponse creates a response to parse from CreateQualityRule response

type CreateRemindRequest ¶

type CreateRemindRequest struct {
	*requests.RpcRequest
	AlertUnit     string           `position:"Body" name:"AlertUnit"`
	RobotUrls     string           `position:"Body" name:"RobotUrls"`
	BizProcessIds string           `position:"Body" name:"BizProcessIds"`
	RemindType    string           `position:"Body" name:"RemindType"`
	BaselineIds   string           `position:"Body" name:"BaselineIds"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
	DndEnd        string           `position:"Body" name:"DndEnd"`
	RemindUnit    string           `position:"Body" name:"RemindUnit"`
	AlertInterval requests.Integer `position:"Body" name:"AlertInterval"`
	AlertMethods  string           `position:"Body" name:"AlertMethods"`
	MaxAlertTimes requests.Integer `position:"Body" name:"MaxAlertTimes"`
	AlertTargets  string           `position:"Body" name:"AlertTargets"`
	Webhooks      string           `position:"Body" name:"Webhooks"`
	Detail        string           `position:"Body" name:"Detail"`
	RemindName    string           `position:"Body" name:"RemindName"`
	NodeIds       string           `position:"Body" name:"NodeIds"`
}

CreateRemindRequest is the request struct for api CreateRemind

func CreateCreateRemindRequest ¶

func CreateCreateRemindRequest() (request *CreateRemindRequest)

CreateCreateRemindRequest creates a request to invoke CreateRemind API

type CreateRemindResponse ¶

type CreateRemindResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateRemindResponse is the response struct for api CreateRemind

func CreateCreateRemindResponse ¶

func CreateCreateRemindResponse() (response *CreateRemindResponse)

CreateCreateRemindResponse creates a response to parse from CreateRemind response

type CreateTableColumns ¶ added in v1.61.610

type CreateTableColumns struct {
	SeqNumber      string `name:"SeqNumber"`
	IsPartitionCol string `name:"IsPartitionCol"`
	ColumnNameCn   string `name:"ColumnNameCn"`
	Length         string `name:"Length"`
	Comment        string `name:"Comment"`
	ColumnName     string `name:"ColumnName"`
	ColumnType     string `name:"ColumnType"`
}

CreateTableColumns is a repeated param struct in CreateTableRequest

type CreateTableLevelRequest ¶ added in v1.61.610

type CreateTableLevelRequest struct {
	*requests.RpcRequest
	LevelType   requests.Integer `position:"Query" name:"LevelType"`
	Description string           `position:"Query" name:"Description"`
	Name        string           `position:"Query" name:"Name"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

CreateTableLevelRequest is the request struct for api CreateTableLevel

func CreateCreateTableLevelRequest ¶ added in v1.61.610

func CreateCreateTableLevelRequest() (request *CreateTableLevelRequest)

CreateCreateTableLevelRequest creates a request to invoke CreateTableLevel API

type CreateTableLevelResponse ¶ added in v1.61.610

type CreateTableLevelResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	LevelId        int64  `json:"LevelId" xml:"LevelId"`
}

CreateTableLevelResponse is the response struct for api CreateTableLevel

func CreateCreateTableLevelResponse ¶ added in v1.61.610

func CreateCreateTableLevelResponse() (response *CreateTableLevelResponse)

CreateCreateTableLevelResponse creates a response to parse from CreateTableLevel response

type CreateTableRequest ¶ added in v1.61.610

type CreateTableRequest struct {
	*requests.RpcRequest
	Schema            string                `position:"Query" name:"Schema"`
	ClientToken       string                `position:"Query" name:"ClientToken"`
	Columns           *[]CreateTableColumns `position:"Body" name:"Columns"  type:"Repeated"`
	LifeCycle         requests.Integer      `position:"Query" name:"LifeCycle"`
	Themes            *[]CreateTableThemes  `position:"Body" name:"Themes"  type:"Repeated"`
	LogicalLevelId    requests.Integer      `position:"Query" name:"LogicalLevelId"`
	Endpoint          string                `position:"Body" name:"Endpoint"`
	EnvType           requests.Integer      `position:"Body" name:"EnvType"`
	HasPart           requests.Integer      `position:"Query" name:"HasPart"`
	TableName         string                `position:"Query" name:"TableName"`
	AppGuid           string                `position:"Query" name:"AppGuid"`
	ProjectId         requests.Integer      `position:"Query" name:"ProjectId"`
	CategoryId        requests.Integer      `position:"Query" name:"CategoryId"`
	Visibility        requests.Integer      `position:"Query" name:"Visibility"`
	PhysicsLevelId    requests.Integer      `position:"Query" name:"PhysicsLevelId"`
	OwnerId           string                `position:"Query" name:"OwnerId"`
	IsView            requests.Integer      `position:"Query" name:"IsView"`
	ExternalTableType string                `position:"Query" name:"ExternalTableType"`
	Location          string                `position:"Query" name:"Location"`
	Comment           string                `position:"Query" name:"Comment"`
}

CreateTableRequest is the request struct for api CreateTable

func CreateCreateTableRequest ¶ added in v1.61.610

func CreateCreateTableRequest() (request *CreateTableRequest)

CreateCreateTableRequest creates a request to invoke CreateTable API

type CreateTableResponse ¶ added in v1.61.610

type CreateTableResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	TaskInfo  TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}

CreateTableResponse is the response struct for api CreateTable

func CreateCreateTableResponse ¶ added in v1.61.610

func CreateCreateTableResponse() (response *CreateTableResponse)

CreateCreateTableResponse creates a response to parse from CreateTable response

type CreateTableThemeRequest ¶ added in v1.61.610

type CreateTableThemeRequest struct {
	*requests.RpcRequest
	Level     requests.Integer `position:"Query" name:"Level"`
	ParentId  requests.Integer `position:"Query" name:"ParentId"`
	Name      string           `position:"Query" name:"Name"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

CreateTableThemeRequest is the request struct for api CreateTableTheme

func CreateCreateTableThemeRequest ¶ added in v1.61.610

func CreateCreateTableThemeRequest() (request *CreateTableThemeRequest)

CreateCreateTableThemeRequest creates a request to invoke CreateTableTheme API

type CreateTableThemeResponse ¶ added in v1.61.610

type CreateTableThemeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	ThemeId        int64  `json:"ThemeId" xml:"ThemeId"`
}

CreateTableThemeResponse is the response struct for api CreateTableTheme

func CreateCreateTableThemeResponse ¶ added in v1.61.610

func CreateCreateTableThemeResponse() (response *CreateTableThemeResponse)

CreateCreateTableThemeResponse creates a response to parse from CreateTableTheme response

type CreateTableThemes ¶ added in v1.61.610

type CreateTableThemes struct {
	ThemeLevel string `name:"ThemeLevel"`
	ThemeId    string `name:"ThemeId"`
}

CreateTableThemes is a repeated param struct in CreateTableRequest

type CreateUdfFileRequest ¶

type CreateUdfFileRequest struct {
	*requests.RpcRequest
	ReturnValue          string           `position:"Body" name:"ReturnValue"`
	Resources            string           `position:"Body" name:"Resources"`
	FunctionType         string           `position:"Body" name:"FunctionType"`
	CmdDescription       string           `position:"Body" name:"CmdDescription"`
	UdfDescription       string           `position:"Body" name:"UdfDescription"`
	ParameterDescription string           `position:"Body" name:"ParameterDescription"`
	ProjectIdentifier    string           `position:"Body" name:"ProjectIdentifier"`
	Example              string           `position:"Body" name:"Example"`
	FileName             string           `position:"Body" name:"FileName"`
	ClassName            string           `position:"Body" name:"ClassName"`
	FileFolderPath       string           `position:"Body" name:"FileFolderPath"`
	ProjectId            requests.Integer `position:"Body" name:"ProjectId"`
}

CreateUdfFileRequest is the request struct for api CreateUdfFile

func CreateCreateUdfFileRequest ¶

func CreateCreateUdfFileRequest() (request *CreateUdfFileRequest)

CreateCreateUdfFileRequest creates a request to invoke CreateUdfFile API

type CreateUdfFileResponse ¶

type CreateUdfFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

CreateUdfFileResponse is the response struct for api CreateUdfFile

func CreateCreateUdfFileResponse ¶

func CreateCreateUdfFileResponse() (response *CreateUdfFileResponse)

CreateCreateUdfFileResponse creates a response to parse from CreateUdfFile response

type DISyncTasks ¶ added in v1.61.1297

type DISyncTasks struct {
	DISyncTasksItem []DISyncTasksItem `json:"DISyncTasks" xml:"DISyncTasks"`
}

DISyncTasks is a nested struct in dataworks_public response

type DISyncTasksItem ¶ added in v1.61.1297

type DISyncTasksItem struct {
	DiSourceDatasource      string `json:"DiSourceDatasource" xml:"DiSourceDatasource"`
	TaskType                string `json:"TaskType" xml:"TaskType"`
	DiDestinationDatasource string `json:"DiDestinationDatasource" xml:"DiDestinationDatasource"`
	NodeName                string `json:"NodeName" xml:"NodeName"`
	NodeId                  int64  `json:"NodeId" xml:"NodeId"`
}

DISyncTasksItem is a nested struct in dataworks_public response

type Dag ¶ added in v1.61.1367

type Dag struct {
	Type       string `json:"Type" xml:"Type"`
	Status     string `json:"Status" xml:"Status"`
	FinishTime int64  `json:"FinishTime" xml:"FinishTime"`
	CreateTime int64  `json:"CreateTime" xml:"CreateTime"`
	ProjectId  int64  `json:"ProjectId" xml:"ProjectId"`
	DagId      int64  `json:"DagId" xml:"DagId"`
	Gmtdate    int64  `json:"Gmtdate" xml:"Gmtdate"`
	StartTime  int64  `json:"StartTime" xml:"StartTime"`
	CreateUser string `json:"CreateUser" xml:"CreateUser"`
	Bizdate    int64  `json:"Bizdate" xml:"Bizdate"`
	Name       string `json:"Name" xml:"Name"`
	ModifyTime int64  `json:"ModifyTime" xml:"ModifyTime"`
	OpSeq      int64  `json:"OpSeq" xml:"OpSeq"`
}

Dag is a nested struct in dataworks_public response

type Dags ¶ added in v1.61.1367

type Dags struct {
	Dag []Dag `json:"Dag" xml:"Dag"`
}

Dags is a nested struct in dataworks_public response

type Data ¶

type Data struct {
	LastModifyTime       int64                  `json:"LastModifyTime" xml:"LastModifyTime"`
	CreatorName          string                 `json:"CreatorName" xml:"CreatorName"`
	ApplicationSecret    string                 `json:"ApplicationSecret" xml:"ApplicationSecret"`
	WhereCondition       string                 `json:"WhereCondition" xml:"WhereCondition"`
	ViewCount            int64                  `json:"ViewCount" xml:"ViewCount"`
	TaskId               string                 `json:"TaskId" xml:"TaskId"`
	Content              string                 `json:"Content" xml:"Content"`
	ProjectName          string                 `json:"ProjectName" xml:"ProjectName"`
	EnvType              int                    `json:"EnvType" xml:"EnvType"`
	Message              string                 `json:"Message" xml:"Message"`
	IsView               bool                   `json:"IsView" xml:"IsView"`
	FinishTime           int64                  `json:"FinishTime" xml:"FinishTime"`
	Code                 string                 `json:"Code" xml:"Code"`
	Connection           string                 `json:"Connection" xml:"Connection"`
	PredictType          int                    `json:"PredictType" xml:"PredictType"`
	CostTime             string                 `json:"CostTime" xml:"CostTime"`
	TaskContent          string                 `json:"TaskContent" xml:"TaskContent"`
	Enabled              bool                   `json:"Enabled" xml:"Enabled"`
	ExpHour              int                    `json:"ExpHour" xml:"ExpHour"`
	Status               string                 `json:"Status" xml:"Status"`
	Name                 string                 `json:"Name" xml:"Name"`
	ModifyTime           int64                  `json:"ModifyTime" xml:"ModifyTime"`
	ExpTime              int64                  `json:"ExpTime" xml:"ExpTime"`
	Detail               string                 `json:"Detail" xml:"Detail"`
	EndCast              int64                  `json:"EndCast" xml:"EndCast"`
	LastAccessTime       int64                  `json:"LastAccessTime" xml:"LastAccessTime"`
	BusinessId           int64                  `json:"BusinessId" xml:"BusinessId"`
	BaselineName         string                 `json:"BaselineName" xml:"BaselineName"`
	Bizdate              int64                  `json:"Bizdate" xml:"Bizdate"`
	OpenSwitch           bool                   `json:"OpenSwitch" xml:"OpenSwitch"`
	TotalColumnCount     int64                  `json:"TotalColumnCount" xml:"TotalColumnCount"`
	NextPrimaryKey       string                 `json:"NextPrimaryKey" xml:"NextPrimaryKey"`
	MigrationId          int64                  `json:"MigrationId" xml:"MigrationId"`
	CommitUser           string                 `json:"CommitUser" xml:"CommitUser"`
	AlertMarginThreshold int                    `json:"AlertMarginThreshold" xml:"AlertMarginThreshold"`
	NextToken            string                 `json:"NextToken" xml:"NextToken"`
	UseFlag              bool                   `json:"UseFlag" xml:"UseFlag"`
	DqcDescription       string                 `json:"DqcDescription" xml:"DqcDescription"`
	CheckerName          string                 `json:"CheckerName" xml:"CheckerName"`
	RemindType           string                 `json:"RemindType" xml:"RemindType"`
	UseType              string                 `json:"UseType" xml:"UseType"`
	MethodId             int                    `json:"MethodId" xml:"MethodId"`
	DagType              string                 `json:"DagType" xml:"DagType"`
	FixCheck             bool                   `json:"FixCheck" xml:"FixCheck"`
	FileVersion          int                    `json:"FileVersion" xml:"FileVersion"`
	TestId               string                 `json:"TestId" xml:"TestId"`
	SlaMinu              int                    `json:"SlaMinu" xml:"SlaMinu"`
	NodeName             string                 `json:"NodeName" xml:"NodeName"`
	Gmtdate              int64                  `json:"Gmtdate" xml:"Gmtdate"`
	AlertEnabled         bool                   `json:"AlertEnabled" xml:"AlertEnabled"`
	FileContent          string                 `json:"FileContent" xml:"FileContent"`
	LifeCycle            int                    `json:"LifeCycle" xml:"LifeCycle"`
	OnDutyAccountName    string                 `json:"OnDutyAccountName" xml:"OnDutyAccountName"`
	Checker              int                    `json:"Checker" xml:"Checker"`
	Schema               string                 `json:"Schema" xml:"Schema"`
	Version              int64                  `json:"Version" xml:"Version"`
	IsCurrentProd        bool                   `json:"IsCurrentProd" xml:"IsCurrentProd"`
	GmtCreate            int64                  `json:"GmtCreate" xml:"GmtCreate"`
	ColumnCount          int                    `json:"ColumnCount" xml:"ColumnCount"`
	Caption              string                 `json:"Caption" xml:"Caption"`
	AppGuid              string                 `json:"AppGuid" xml:"AppGuid"`
	NodeId               int64                  `json:"NodeId" xml:"NodeId"`
	ClusterBizId         string                 `json:"ClusterBizId" xml:"ClusterBizId"`
	FolderPath           string                 `json:"FolderPath" xml:"FolderPath"`
	NodeContent          string                 `json:"NodeContent" xml:"NodeContent"`
	ChangeType           string                 `json:"ChangeType" xml:"ChangeType"`
	TemplateName         string                 `json:"TemplateName" xml:"TemplateName"`
	RuleName             string                 `json:"RuleName" xml:"RuleName"`
	BeginWaitResTime     int64                  `json:"BeginWaitResTime" xml:"BeginWaitResTime"`
	CreateTime           int64                  `json:"CreateTime" xml:"CreateTime"`
	RetResult            string                 `json:"RetResult" xml:"RetResult"`
	FolderId             string                 `json:"FolderId" xml:"FolderId"`
	BlockType            int                    `json:"BlockType" xml:"BlockType"`
	OpSeq                int64                  `json:"OpSeq" xml:"OpSeq"`
	Endpoint             string                 `json:"Endpoint" xml:"Endpoint"`
	NextTaskId           string                 `json:"NextTaskId" xml:"NextTaskId"`
	DqcType              int                    `json:"DqcType" xml:"DqcType"`
	ExpectValue          string                 `json:"ExpectValue" xml:"ExpectValue"`
	DndEnd               string                 `json:"DndEnd" xml:"DndEnd"`
	RelatedFlowId        int64                  `json:"RelatedFlowId" xml:"RelatedFlowId"`
	LastDdlTime          int64                  `json:"LastDdlTime" xml:"LastDdlTime"`
	Useflag              bool                   `json:"Useflag" xml:"Useflag"`
	AlertInterval        int                    `json:"AlertInterval" xml:"AlertInterval"`
	ProcessId            int64                  `json:"ProcessId" xml:"ProcessId"`
	HourSlaDetail        string                 `json:"HourSlaDetail" xml:"HourSlaDetail"`
	CycTime              int64                  `json:"CycTime" xml:"CycTime"`
	Property             string                 `json:"Property" xml:"Property"`
	BaselineType         string                 `json:"BaselineType" xml:"BaselineType"`
	IsDefault            bool                   `json:"IsDefault" xml:"IsDefault"`
	Creator              string                 `json:"Creator" xml:"Creator"`
	RetCode              int64                  `json:"RetCode" xml:"RetCode"`
	FileName             string                 `json:"FileName" xml:"FileName"`
	Type                 string                 `json:"Type" xml:"Type"`
	Id                   int64                  `json:"Id" xml:"Id"`
	RuleType             int                    `json:"RuleType" xml:"RuleType"`
	TableName            string                 `json:"TableName" xml:"TableName"`
	CategoryId           int64                  `json:"CategoryId" xml:"CategoryId"`
	Trend                string                 `json:"Trend" xml:"Trend"`
	InstanceId           int64                  `json:"InstanceId" xml:"InstanceId"`
	TaskType             string                 `json:"TaskType" xml:"TaskType"`
	RemindUnit           string                 `json:"RemindUnit" xml:"RemindUnit"`
	InGroupId            int                    `json:"InGroupId" xml:"InGroupId"`
	ApplicationId        int64                  `json:"ApplicationId" xml:"ApplicationId"`
	ReadCount            int64                  `json:"ReadCount" xml:"ReadCount"`
	FilePropertyContent  string                 `json:"FilePropertyContent" xml:"FilePropertyContent"`
	TemplateId           int                    `json:"TemplateId" xml:"TemplateId"`
	Repeatability        bool                   `json:"Repeatability" xml:"Repeatability"`
	TenantId             int64                  `json:"TenantId" xml:"TenantId"`
	IsPartitionTable     bool                   `json:"IsPartitionTable" xml:"IsPartitionTable"`
	DownloadUrl          string                 `json:"DownloadUrl" xml:"DownloadUrl"`
	PageSize             int                    `json:"PageSize" xml:"PageSize"`
	ParamMap             string                 `json:"ParamMap" xml:"ParamMap"`
	DataSize             int64                  `json:"DataSize" xml:"DataSize"`
	Comment              string                 `json:"Comment" xml:"Comment"`
	RepeatInterval       int64                  `json:"RepeatInterval" xml:"RepeatInterval"`
	Founder              string                 `json:"Founder" xml:"Founder"`
	CreateUser           string                 `json:"CreateUser" xml:"CreateUser"`
	ApplicationCode      string                 `json:"ApplicationCode" xml:"ApplicationCode"`
	Priority             int                    `json:"Priority" xml:"Priority"`
	Buffer               float64                `json:"Buffer" xml:"Buffer"`
	Owner                string                 `json:"Owner" xml:"Owner"`
	PartitionKeys        string                 `json:"PartitionKeys" xml:"PartitionKeys"`
	FileId               int64                  `json:"FileId" xml:"FileId"`
	EntityId             int64                  `json:"EntityId" xml:"EntityId"`
	DebugInfo            string                 `json:"DebugInfo" xml:"DebugInfo"`
	BeginWaitTimeTime    int64                  `json:"BeginWaitTimeTime" xml:"BeginWaitTimeTime"`
	OwnerId              string                 `json:"OwnerId" xml:"OwnerId"`
	CriticalThreshold    string                 `json:"CriticalThreshold" xml:"CriticalThreshold"`
	ApplicationKey       string                 `json:"ApplicationKey" xml:"ApplicationKey"`
	DndStart             string                 `json:"DndStart" xml:"DndStart"`
	BeginRunningTime     int64                  `json:"BeginRunningTime" xml:"BeginRunningTime"`
	Operator             string                 `json:"Operator" xml:"Operator"`
	HasNext              bool                   `json:"HasNext" xml:"HasNext"`
	StartTime            int64                  `json:"StartTime" xml:"StartTime"`
	ProjectNameCn        string                 `json:"ProjectNameCn" xml:"ProjectNameCn"`
	TotalCount           int                    `json:"TotalCount" xml:"TotalCount"`
	HourExpDetail        string                 `json:"HourExpDetail" xml:"HourExpDetail"`
	DatabaseName         string                 `json:"DatabaseName" xml:"DatabaseName"`
	ClusterId            string                 `json:"ClusterId" xml:"ClusterId"`
	TopicId              int64                  `json:"TopicId" xml:"TopicId"`
	ApplicationName      string                 `json:"ApplicationName" xml:"ApplicationName"`
	OpUser               string                 `json:"OpUser" xml:"OpUser"`
	OwnerName            string                 `json:"OwnerName" xml:"OwnerName"`
	BaselineId           int64                  `json:"BaselineId" xml:"BaselineId"`
	Location             string                 `json:"Location" xml:"Location"`
	FinishStatus         string                 `json:"FinishStatus" xml:"FinishStatus"`
	ApiId                int64                  `json:"ApiId" xml:"ApiId"`
	WarningThreshold     string                 `json:"WarningThreshold" xml:"WarningThreshold"`
	RemindName           string                 `json:"RemindName" xml:"RemindName"`
	GmtModified          int64                  `json:"GmtModified" xml:"GmtModified"`
	Config               string                 `json:"Config" xml:"Config"`
	NodesDebugInfo       string                 `json:"NodesDebugInfo" xml:"NodesDebugInfo"`
	ParamValues          string                 `json:"ParamValues" xml:"ParamValues"`
	MethodName           string                 `json:"MethodName" xml:"MethodName"`
	MaxAlertTimes        int                    `json:"MaxAlertTimes" xml:"MaxAlertTimes"`
	ErrorMessage         string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	IsVisible            int                    `json:"IsVisible" xml:"IsVisible"`
	TaskRerunTime        int                    `json:"TaskRerunTime" xml:"TaskRerunTime"`
	SlaTime              int64                  `json:"SlaTime" xml:"SlaTime"`
	PageNumber           int                    `json:"PageNumber" xml:"PageNumber"`
	RemindId             int64                  `json:"RemindId" xml:"RemindId"`
	TableGuid            string                 `json:"TableGuid" xml:"TableGuid"`
	ExpMinu              int                    `json:"ExpMinu" xml:"ExpMinu"`
	OnDuty               string                 `json:"OnDuty" xml:"OnDuty"`
	DagId                int64                  `json:"DagId" xml:"DagId"`
	AlertUnit            string                 `json:"AlertUnit" xml:"AlertUnit"`
	FavoriteCount        int64                  `json:"FavoriteCount" xml:"FavoriteCount"`
	ModifiedTime         int64                  `json:"ModifiedTime" xml:"ModifiedTime"`
	Meta                 string                 `json:"Meta" xml:"Meta"`
	CommitTime           int64                  `json:"CommitTime" xml:"CommitTime"`
	ProjectId            int64                  `json:"ProjectId" xml:"ProjectId"`
	SlaHour              int                    `json:"SlaHour" xml:"SlaHour"`
	Webhooks             []string               `json:"Webhooks" xml:"Webhooks"`
	NodeIds              []int64                `json:"NodeIds" xml:"NodeIds"`
	AlertMethods         []string               `json:"AlertMethods" xml:"AlertMethods"`
	AlertTargets         []string               `json:"AlertTargets" xml:"AlertTargets"`
	Deployment           Deployment             `json:"Deployment" xml:"Deployment"`
	SolutionInfo         SolutionInfo           `json:"SolutionInfo" xml:"SolutionInfo"`
	LastInstance         LastInstance           `json:"LastInstance" xml:"LastInstance"`
	BlockInstance        BlockInstance          `json:"BlockInstance" xml:"BlockInstance"`
	SolutionDetail       SolutionDetail         `json:"SolutionDetail" xml:"SolutionDetail"`
	NodeConfiguration    NodeConfiguration      `json:"NodeConfiguration" xml:"NodeConfiguration"`
	File                 File                   `json:"File" xml:"File"`
	ColumnList           []ColumnListItem       `json:"ColumnList" xml:"ColumnList"`
	Apis                 []Api                  `json:"Apis" xml:"Apis"`
	CollectionList       []CollectionListItem   `json:"CollectionList" xml:"CollectionList"`
	ProjectMemberList    []ProjectMember        `json:"ProjectMemberList" xml:"ProjectMemberList"`
	DataSources          []DataSourcesItem      `json:"DataSources" xml:"DataSources"`
	Nodes                []NodesItem            `json:"Nodes" xml:"Nodes"`
	FileVersions         []FileVersion          `json:"FileVersions" xml:"FileVersions"`
	Files                []File                 `json:"Files" xml:"Files"`
	Baselines            []BaselinesItem        `json:"Baselines" xml:"Baselines"`
	Applications         []Application          `json:"Applications" xml:"Applications"`
	Connections          []ConnectionsItem      `json:"Connections" xml:"Connections"`
	DISyncTasks          []DISyncTasksItem      `json:"DISyncTasks" xml:"DISyncTasks"`
	Instances            []Instance             `json:"Instances" xml:"Instances"`
	BaselineStatuses     []BaselineStatusesItem `json:"BaselineStatuses" xml:"BaselineStatuses"`
	Projects             []ProjectsItem         `json:"Projects" xml:"Projects"`
	EntityList           []EntityListItem       `json:"EntityList" xml:"EntityList"`
	Folders              []FoldersItem          `json:"Folders" xml:"Folders"`
	DataEntityList       []DataEntityListItem   `json:"DataEntityList" xml:"DataEntityList"`
	ApiAuthorizedList    []ApiAuthorized        `json:"ApiAuthorizedList" xml:"ApiAuthorizedList"`
	Dags                 []Dag                  `json:"Dags" xml:"Dags"`
	ApiAuthorizationList []ApiAuthorization     `json:"ApiAuthorizationList" xml:"ApiAuthorizationList"`
	OverTimeSettings     []OverTimeSetting      `json:"OverTimeSettings" xml:"OverTimeSettings"`
	Robots               []RobotsItem           `json:"Robots" xml:"Robots"`
	AlertSettings        []AlertSetting         `json:"AlertSettings" xml:"AlertSettings"`
	BizProcesses         []BizProcessesItem     `json:"BizProcesses" xml:"BizProcesses"`
	Influences           []InfluencesItem       `json:"Influences" xml:"Influences"`
	CalcEngines          []CalcEnginesItem      `json:"CalcEngines" xml:"CalcEngines"`
	Reminds              []RemindsItem          `json:"Reminds" xml:"Reminds"`
	DeployedItems        []DeployedItem         `json:"DeployedItems" xml:"DeployedItems"`
	Migrations           []Migration            `json:"Migrations" xml:"Migrations"`
	Topics               []TopicsItem           `json:"Topics" xml:"Topics"`
	Business             []BusinessItem         `json:"Business" xml:"Business"`
}

Data is a nested struct in dataworks_public response

type DataEntityListInGetMetaCategory ¶

type DataEntityListInGetMetaCategory struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaCategory is a nested struct in dataworks_public response

type DataEntityListInGetMetaColumnLineage ¶

type DataEntityListInGetMetaColumnLineage struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaColumnLineage is a nested struct in dataworks_public response

type DataEntityListInGetMetaTableChangeLog ¶

type DataEntityListInGetMetaTableChangeLog struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaTableChangeLog is a nested struct in dataworks_public response

type DataEntityListInGetMetaTableLineage ¶

type DataEntityListInGetMetaTableLineage struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaTableLineage is a nested struct in dataworks_public response

type DataEntityListInGetMetaTableOutput ¶

type DataEntityListInGetMetaTableOutput struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaTableOutput is a nested struct in dataworks_public response

type DataEntityListInGetMetaTablePartition ¶

type DataEntityListInGetMetaTablePartition struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInGetMetaTablePartition is a nested struct in dataworks_public response

type DataEntityListInListLineage ¶ added in v1.62.369

type DataEntityListInListLineage struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInListLineage is a nested struct in dataworks_public response

type DataEntityListInSearchMetaTables ¶

type DataEntityListInSearchMetaTables struct {
	DataEntityListItem []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataEntityListInSearchMetaTables is a nested struct in dataworks_public response

type DataEntityListItem ¶

type DataEntityListItem struct {
	Name              string             `json:"Name" xml:"Name"`
	ChangeType        string             `json:"ChangeType" xml:"ChangeType"`
	CreateTimestamp   int64              `json:"CreateTimestamp" xml:"CreateTimestamp"`
	TaskInstanceId    int64              `json:"TaskInstanceId" xml:"TaskInstanceId"`
	TenantId          int64              `json:"TenantId" xml:"TenantId"`
	CreateTime        int64              `json:"CreateTime" xml:"CreateTime"`
	EntityType        int                `json:"EntityType" xml:"EntityType"`
	Operator          string             `json:"Operator" xml:"Operator"`
	PartitionName     string             `json:"PartitionName" xml:"PartitionName"`
	DataSize          int64              `json:"DataSize" xml:"DataSize"`
	RecordCount       int64              `json:"RecordCount" xml:"RecordCount"`
	Comment           string             `json:"Comment" xml:"Comment"`
	TaskId            string             `json:"TaskId" xml:"TaskId"`
	ColumnName        string             `json:"ColumnName" xml:"ColumnName"`
	ParentCategoryId  int64              `json:"ParentCategoryId" xml:"ParentCategoryId"`
	ProjectName       string             `json:"ProjectName" xml:"ProjectName"`
	EnvType           int                `json:"EnvType" xml:"EnvType"`
	PartitionGuid     string             `json:"PartitionGuid" xml:"PartitionGuid"`
	Depth             int                `json:"Depth" xml:"Depth"`
	TableGuid         string             `json:"TableGuid" xml:"TableGuid"`
	DatabaseName      string             `json:"DatabaseName" xml:"DatabaseName"`
	ClusterId         string             `json:"ClusterId" xml:"ClusterId"`
	Schema            string             `json:"Schema" xml:"Schema"`
	ChangeContent     string             `json:"ChangeContent" xml:"ChangeContent"`
	TableName         string             `json:"TableName" xml:"TableName"`
	PartitionPath     string             `json:"PartitionPath" xml:"PartitionPath"`
	CategoryId        int64              `json:"CategoryId" xml:"CategoryId"`
	ModifiedTime      int64              `json:"ModifiedTime" xml:"ModifiedTime"`
	PartitionType     string             `json:"PartitionType" xml:"PartitionType"`
	StartTime         string             `json:"StartTime" xml:"StartTime"`
	EndTime           string             `json:"EndTime" xml:"EndTime"`
	ColumnGuid        string             `json:"ColumnGuid" xml:"ColumnGuid"`
	OwnerId           string             `json:"OwnerId" xml:"OwnerId"`
	ObjectType        string             `json:"ObjectType" xml:"ObjectType"`
	PartitionLocation string             `json:"PartitionLocation" xml:"PartitionLocation"`
	ProjectId         int64              `json:"ProjectId" xml:"ProjectId"`
	LastOperatorId    string             `json:"LastOperatorId" xml:"LastOperatorId"`
	WaitTime          string             `json:"WaitTime" xml:"WaitTime"`
	Entity            Entity             `json:"Entity" xml:"Entity"`
	RelationList      []RelationListItem `json:"RelationList" xml:"RelationList"`
}

DataEntityListItem is a nested struct in dataworks_public response

type DataInCreateDagComplement ¶ added in v1.61.307

type DataInCreateDagComplement struct {
	DagId []int64 `json:"dagId" xml:"dagId"`
}

DataInCreateDagComplement is a nested struct in dataworks_public response

type DataInGetBaselineKeyPath ¶

type DataInGetBaselineKeyPath struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetBaselineKeyPath is a nested struct in dataworks_public response

type DataInGetBusiness ¶

type DataInGetBusiness struct {
	Owner        string `json:"Owner" xml:"Owner"`
	Description  string `json:"Description" xml:"Description"`
	ProjectId    string `json:"ProjectId" xml:"ProjectId"`
	BusinessId   int64  `json:"BusinessId" xml:"BusinessId"`
	BusinessName string `json:"BusinessName" xml:"BusinessName"`
	UseType      string `json:"UseType" xml:"UseType"`
}

DataInGetBusiness is a nested struct in dataworks_public response

type DataInGetDataServiceApi ¶

type DataInGetDataServiceApi struct {
	Timeout             int                 `json:"Timeout" xml:"Timeout"`
	Status              int                 `json:"Status" xml:"Status"`
	ApiId               int64               `json:"ApiId" xml:"ApiId"`
	ApiMode             int                 `json:"ApiMode" xml:"ApiMode"`
	ProjectId           int64               `json:"ProjectId" xml:"ProjectId"`
	ResponseContentType int                 `json:"ResponseContentType" xml:"ResponseContentType"`
	CreatorId           string              `json:"CreatorId" xml:"CreatorId"`
	VisibleRange        int                 `json:"VisibleRange" xml:"VisibleRange"`
	ModifiedTime        string              `json:"ModifiedTime" xml:"ModifiedTime"`
	OperatorId          string              `json:"OperatorId" xml:"OperatorId"`
	GroupId             string              `json:"GroupId" xml:"GroupId"`
	Description         string              `json:"Description" xml:"Description"`
	FolderId            int64               `json:"FolderId" xml:"FolderId"`
	RequestMethod       int                 `json:"RequestMethod" xml:"RequestMethod"`
	CreatedTime         string              `json:"CreatedTime" xml:"CreatedTime"`
	ApiName             string              `json:"ApiName" xml:"ApiName"`
	TenantId            int64               `json:"TenantId" xml:"TenantId"`
	ApiPath             string              `json:"ApiPath" xml:"ApiPath"`
	Protocols           []int               `json:"Protocols" xml:"Protocols"`
	RegistrationDetails RegistrationDetails `json:"RegistrationDetails" xml:"RegistrationDetails"`
	ScriptDetails       ScriptDetails       `json:"ScriptDetails" xml:"ScriptDetails"`
	WizardDetails       WizardDetails       `json:"WizardDetails" xml:"WizardDetails"`
}

DataInGetDataServiceApi is a nested struct in dataworks_public response

type DataInGetDataServicePublishedApi ¶

type DataInGetDataServicePublishedApi struct {
	Timeout             int                 `json:"Timeout" xml:"Timeout"`
	Status              int                 `json:"Status" xml:"Status"`
	ApiId               int64               `json:"ApiId" xml:"ApiId"`
	ApiMode             int                 `json:"ApiMode" xml:"ApiMode"`
	ProjectId           int64               `json:"ProjectId" xml:"ProjectId"`
	ResponseContentType int                 `json:"ResponseContentType" xml:"ResponseContentType"`
	CreatorId           string              `json:"CreatorId" xml:"CreatorId"`
	VisibleRange        int                 `json:"VisibleRange" xml:"VisibleRange"`
	ModifiedTime        string              `json:"ModifiedTime" xml:"ModifiedTime"`
	OperatorId          string              `json:"OperatorId" xml:"OperatorId"`
	GroupId             string              `json:"GroupId" xml:"GroupId"`
	Description         string              `json:"Description" xml:"Description"`
	RequestMethod       int                 `json:"RequestMethod" xml:"RequestMethod"`
	CreatedTime         string              `json:"CreatedTime" xml:"CreatedTime"`
	ApiName             string              `json:"ApiName" xml:"ApiName"`
	TenantId            int64               `json:"TenantId" xml:"TenantId"`
	ApiPath             string              `json:"ApiPath" xml:"ApiPath"`
	Protocols           []int               `json:"Protocols" xml:"Protocols"`
	RegistrationDetails RegistrationDetails `json:"RegistrationDetails" xml:"RegistrationDetails"`
	ScriptDetails       ScriptDetails       `json:"ScriptDetails" xml:"ScriptDetails"`
	WizardDetails       WizardDetails       `json:"WizardDetails" xml:"WizardDetails"`
}

DataInGetDataServicePublishedApi is a nested struct in dataworks_public response

type DataInGetMetaCategory ¶ added in v1.61.1297

type DataInGetMetaCategory struct {
	PageNum        int                  `json:"PageNum" xml:"PageNum"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInGetMetaCategory is a nested struct in dataworks_public response

type DataInGetMetaColumnLineage ¶ added in v1.61.1297

type DataInGetMetaColumnLineage struct {
	PageNum        int                  `json:"PageNum" xml:"PageNum"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInGetMetaColumnLineage is a nested struct in dataworks_public response

type DataInGetMetaDBTableList ¶ added in v1.61.1297

type DataInGetMetaDBTableList struct {
	PageNumber      int                   `json:"PageNumber" xml:"PageNumber"`
	PageSize        int                   `json:"PageSize" xml:"PageSize"`
	TotalCount      int64                 `json:"TotalCount" xml:"TotalCount"`
	TableEntityList []TableEntityListItem `json:"TableEntityList" xml:"TableEntityList"`
}

DataInGetMetaDBTableList is a nested struct in dataworks_public response

type DataInGetMetaTableChangeLog ¶ added in v1.61.1297

type DataInGetMetaTableChangeLog struct {
	PageNumber     int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInGetMetaTableChangeLog is a nested struct in dataworks_public response

type DataInGetMetaTableColumn ¶ added in v1.61.1297

type DataInGetMetaTableColumn struct {
	PageNum    int              `json:"PageNum" xml:"PageNum"`
	PageSize   int              `json:"PageSize" xml:"PageSize"`
	TotalCount int64            `json:"TotalCount" xml:"TotalCount"`
	ColumnList []ColumnListItem `json:"ColumnList" xml:"ColumnList"`
}

DataInGetMetaTableColumn is a nested struct in dataworks_public response

type DataInGetMetaTableListByCategory ¶ added in v1.61.1297

type DataInGetMetaTableListByCategory struct {
	PageNumber    int      `json:"PageNumber" xml:"PageNumber"`
	PageSize      int      `json:"PageSize" xml:"PageSize"`
	TotalCount    int64    `json:"TotalCount" xml:"TotalCount"`
	TableGuidList []string `json:"TableGuidList" xml:"TableGuidList"`
}

DataInGetMetaTableListByCategory is a nested struct in dataworks_public response

type DataInGetMetaTableOutput ¶ added in v1.61.1297

type DataInGetMetaTableOutput struct {
	PageNumber     int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInGetMetaTableOutput is a nested struct in dataworks_public response

type DataInGetMetaTablePartition ¶ added in v1.61.1297

type DataInGetMetaTablePartition struct {
	PageNumber     int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInGetMetaTablePartition is a nested struct in dataworks_public response

type DataInGetMetaTableProducingTasks ¶ added in v1.62.95

type DataInGetMetaTableProducingTasks struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetMetaTableProducingTasks is a nested struct in dataworks_public response

type DataInGetMigrationProcess ¶ added in v1.61.974

type DataInGetMigrationProcess struct {
	ProgressTaskItem []ProgressTaskItem `json:"ProgressTaskItem" xml:"ProgressTaskItem"`
}

DataInGetMigrationProcess is a nested struct in dataworks_public response

type DataInGetNode ¶ added in v1.61.738

type DataInGetNode struct {
	SchedulerType      string `json:"SchedulerType" xml:"SchedulerType"`
	RepeatInterval     int64  `json:"RepeatInterval" xml:"RepeatInterval"`
	Repeatability      string `json:"Repeatability" xml:"Repeatability"`
	ProjectId          int64  `json:"ProjectId" xml:"ProjectId"`
	ProgramType        string `json:"ProgramType" xml:"ProgramType"`
	Priority           int    `json:"Priority" xml:"Priority"`
	OwnerId            string `json:"OwnerId" xml:"OwnerId"`
	Connection         string `json:"Connection" xml:"Connection"`
	ParamValues        string `json:"ParamValues" xml:"ParamValues"`
	RelatedFlowId      int64  `json:"RelatedFlowId" xml:"RelatedFlowId"`
	DqcType            int    `json:"DqcType" xml:"DqcType"`
	BaselineId         int64  `json:"BaselineId" xml:"BaselineId"`
	Description        string `json:"Description" xml:"Description"`
	NodeName           string `json:"NodeName" xml:"NodeName"`
	ResGroupName       string `json:"ResGroupName" xml:"ResGroupName"`
	BusinessId         int64  `json:"BusinessId" xml:"BusinessId"`
	DqcDescription     string `json:"DqcDescription" xml:"DqcDescription"`
	CronExpress        string `json:"CronExpress" xml:"CronExpress"`
	NodeId             int64  `json:"NodeId" xml:"NodeId"`
	ResGroupIdentifier string `json:"ResGroupIdentifier" xml:"ResGroupIdentifier"`
	FileType           int    `json:"FileType" xml:"FileType"`
}

DataInGetNode is a nested struct in dataworks_public response

type DataInGetNodeOnBaseline ¶

type DataInGetNodeOnBaseline struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetNodeOnBaseline is a nested struct in dataworks_public response

type DataInGetProject ¶ added in v1.61.1068

type DataInGetProject struct {
	Status                           int      `json:"Status" xml:"Status"`
	MaxFlowNode                      int      `json:"MaxFlowNode" xml:"MaxFlowNode"`
	ProjectId                        int      `json:"ProjectId" xml:"ProjectId"`
	IsAllowDownload                  int      `json:"IsAllowDownload" xml:"IsAllowDownload"`
	ProjectMode                      int      `json:"ProjectMode" xml:"ProjectMode"`
	GmtModified                      string   `json:"GmtModified" xml:"GmtModified"`
	ProdStorageQuota                 string   `json:"ProdStorageQuota" xml:"ProdStorageQuota"`
	ProjectDescription               string   `json:"ProjectDescription" xml:"ProjectDescription"`
	DevelopmentType                  int      `json:"DevelopmentType" xml:"DevelopmentType"`
	TablePrivacyMode                 int      `json:"TablePrivacyMode" xml:"TablePrivacyMode"`
	DefaultDiResourceGroupIdentifier string   `json:"DefaultDiResourceGroupIdentifier" xml:"DefaultDiResourceGroupIdentifier"`
	SchedulerMaxRetryTimes           int      `json:"SchedulerMaxRetryTimes" xml:"SchedulerMaxRetryTimes"`
	ProtectedMode                    int      `json:"ProtectedMode" xml:"ProtectedMode"`
	SchedulerRetryInterval           int      `json:"SchedulerRetryInterval" xml:"SchedulerRetryInterval"`
	Appkey                           string   `json:"Appkey" xml:"Appkey"`
	DevStorageQuota                  string   `json:"DevStorageQuota" xml:"DevStorageQuota"`
	ResidentArea                     string   `json:"ResidentArea" xml:"ResidentArea"`
	IsDefault                        int      `json:"IsDefault" xml:"IsDefault"`
	Destination                      int      `json:"Destination" xml:"Destination"`
	ProjectName                      string   `json:"ProjectName" xml:"ProjectName"`
	ProjectIdentifier                string   `json:"ProjectIdentifier" xml:"ProjectIdentifier"`
	DisableDevelopment               bool     `json:"DisableDevelopment" xml:"DisableDevelopment"`
	ProjectOwnerBaseId               string   `json:"ProjectOwnerBaseId" xml:"ProjectOwnerBaseId"`
	BaseProject                      bool     `json:"BaseProject" xml:"BaseProject"`
	UseProxyOdpsAccount              bool     `json:"UseProxyOdpsAccount" xml:"UseProxyOdpsAccount"`
	GmtCreate                        string   `json:"GmtCreate" xml:"GmtCreate"`
	TenantId                         int64    `json:"TenantId" xml:"TenantId"`
	ResourceManagerResourceGroupId   string   `json:"ResourceManagerResourceGroupId" xml:"ResourceManagerResourceGroupId"`
	EnvTypes                         []string `json:"EnvTypes" xml:"EnvTypes"`
	Tags                             []Tag    `json:"Tags" xml:"Tags"`
}

DataInGetProject is a nested struct in dataworks_public response

type DataInGetProjectDetail ¶

type DataInGetProjectDetail struct {
	Status                           int      `json:"Status" xml:"Status"`
	ResidentArea                     string   `json:"ResidentArea" xml:"ResidentArea"`
	ProjectId                        int      `json:"ProjectId" xml:"ProjectId"`
	ProjectIdentifier                string   `json:"ProjectIdentifier" xml:"ProjectIdentifier"`
	ProjectName                      string   `json:"ProjectName" xml:"ProjectName"`
	IsAllowDownload                  int      `json:"IsAllowDownload" xml:"IsAllowDownload"`
	ProjectMode                      int      `json:"ProjectMode" xml:"ProjectMode"`
	ProjectDescription               string   `json:"ProjectDescription" xml:"ProjectDescription"`
	GmtModified                      string   `json:"GmtModified" xml:"GmtModified"`
	ProjectOwnerBaseId               string   `json:"ProjectOwnerBaseId" xml:"ProjectOwnerBaseId"`
	DevelopmentType                  int      `json:"DevelopmentType" xml:"DevelopmentType"`
	DefaultDiResourceGroupIdentifier string   `json:"DefaultDiResourceGroupIdentifier" xml:"DefaultDiResourceGroupIdentifier"`
	GmtCreate                        string   `json:"GmtCreate" xml:"GmtCreate"`
	SchedulerMaxRetryTimes           int      `json:"SchedulerMaxRetryTimes" xml:"SchedulerMaxRetryTimes"`
	ProtectedMode                    int      `json:"ProtectedMode" xml:"ProtectedMode"`
	TenantId                         int64    `json:"TenantId" xml:"TenantId"`
	SchedulerRetryInterval           int      `json:"SchedulerRetryInterval" xml:"SchedulerRetryInterval"`
	ResourceManagerResourceGroupId   string   `json:"ResourceManagerResourceGroupId" xml:"ResourceManagerResourceGroupId"`
	DisableDevelopment               bool     `json:"DisableDevelopment" xml:"DisableDevelopment"`
	UseProxyOdpsAccount              bool     `json:"UseProxyOdpsAccount" xml:"UseProxyOdpsAccount"`
	TablePrivacyMode                 int      `json:"TablePrivacyMode" xml:"TablePrivacyMode"`
	IsDefault                        int      `json:"IsDefault" xml:"IsDefault"`
	EnvTypes                         []string `json:"EnvTypes" xml:"EnvTypes"`
	Tags                             []Tag    `json:"Tags" xml:"Tags"`
}

DataInGetProjectDetail is a nested struct in dataworks_public response

type DataInGetQualityEntity ¶

type DataInGetQualityEntity struct {
	EntityDto []EntityDto `json:"EntityDto" xml:"EntityDto"`
}

DataInGetQualityEntity is a nested struct in dataworks_public response

type DataInGetQualityFollower ¶

type DataInGetQualityFollower struct {
	Follower []Follower `json:"Follower" xml:"Follower"`
}

DataInGetQualityFollower is a nested struct in dataworks_public response

type DataInGetTopic ¶

type DataInGetTopic struct {
	Owner             string `json:"Owner" xml:"Owner"`
	TopicName         string `json:"TopicName" xml:"TopicName"`
	BaselineStatus    string `json:"BaselineStatus" xml:"BaselineStatus"`
	ProjectId         int64  `json:"ProjectId" xml:"ProjectId"`
	NextAlertTime     int64  `json:"NextAlertTime" xml:"NextAlertTime"`
	InstanceId        int64  `json:"InstanceId" xml:"InstanceId"`
	FixTime           int64  `json:"FixTime" xml:"FixTime"`
	BaselineInGroupId int    `json:"BaselineInGroupId" xml:"BaselineInGroupId"`
	BaselineBuffer    int64  `json:"BaselineBuffer" xml:"BaselineBuffer"`
	TopicType         string `json:"TopicType" xml:"TopicType"`
	TopicStatus       string `json:"TopicStatus" xml:"TopicStatus"`
	HappenTime        int64  `json:"HappenTime" xml:"HappenTime"`
	DealTime          int64  `json:"DealTime" xml:"DealTime"`
	DealUser          string `json:"DealUser" xml:"DealUser"`
	BaselineName      string `json:"BaselineName" xml:"BaselineName"`
	BaselineId        int64  `json:"BaselineId" xml:"BaselineId"`
	NodeName          string `json:"NodeName" xml:"NodeName"`
	AlertTime         int64  `json:"AlertTime" xml:"AlertTime"`
	Buffer            int64  `json:"Buffer" xml:"Buffer"`
	Assigner          string `json:"Assigner" xml:"Assigner"`
	TopicId           int64  `json:"TopicId" xml:"TopicId"`
	AddTime           int64  `json:"AddTime" xml:"AddTime"`
	NodeId            int64  `json:"NodeId" xml:"NodeId"`
}

DataInGetTopic is a nested struct in dataworks_public response

type DataInImportDataSources ¶ added in v1.61.1297

type DataInImportDataSources struct {
	Status  bool   `json:"Status" xml:"Status"`
	Message string `json:"Message" xml:"Message"`
}

DataInImportDataSources is a nested struct in dataworks_public response

type DataInListAlertMessages ¶

type DataInListAlertMessages struct {
	PageNumber    string              `json:"PageNumber" xml:"PageNumber"`
	PageSize      string              `json:"PageSize" xml:"PageSize"`
	TotalCount    string              `json:"TotalCount" xml:"TotalCount"`
	AlertMessages []AlertMessagesItem `json:"AlertMessages" xml:"AlertMessages"`
}

DataInListAlertMessages is a nested struct in dataworks_public response

type DataInListBaselines ¶ added in v1.62.16

type DataInListBaselines struct {
	PageNumber string          `json:"PageNumber" xml:"PageNumber"`
	PageSize   string          `json:"PageSize" xml:"PageSize"`
	TotalCount string          `json:"TotalCount" xml:"TotalCount"`
	Baselines  []BaselinesItem `json:"Baselines" xml:"Baselines"`
}

DataInListBaselines is a nested struct in dataworks_public response

type DataInListDataServiceApiTest ¶ added in v1.62.65

type DataInListDataServiceApiTest struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListDataServiceApiTest is a nested struct in dataworks_public response

type DataInListDeployments ¶ added in v1.61.1367

type DataInListDeployments struct {
	PageNumber  int64        `json:"PageNumber" xml:"PageNumber"`
	PageSize    int64        `json:"PageSize" xml:"PageSize"`
	TotalCount  int64        `json:"TotalCount" xml:"TotalCount"`
	Deployments []Deployment `json:"Deployments" xml:"Deployments"`
}

DataInListDeployments is a nested struct in dataworks_public response

type DataInListNodeIO ¶

type DataInListNodeIO struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListNodeIO is a nested struct in dataworks_public response

type DataInListNodeInputOrOutput ¶ added in v1.61.1068

type DataInListNodeInputOrOutput struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListNodeInputOrOutput is a nested struct in dataworks_public response

type DataInListNodesByBaseline ¶ added in v1.61.1068

type DataInListNodesByBaseline struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListNodesByBaseline is a nested struct in dataworks_public response

type DataInListNodesByOutput ¶ added in v1.61.1068

type DataInListNodesByOutput struct {
	OutputNodePair []OutputNodePair `json:"OutputNodePair" xml:"OutputNodePair"`
}

DataInListNodesByOutput is a nested struct in dataworks_public response

type DataInListQualityResultsByEntity ¶ added in v1.61.1297

type DataInListQualityResultsByEntity struct {
	PageNumber int              `json:"PageNumber" xml:"PageNumber"`
	PageSize   int              `json:"PageSize" xml:"PageSize"`
	TotalCount int64            `json:"TotalCount" xml:"TotalCount"`
	RuleChecks []RuleChecksItem `json:"RuleChecks" xml:"RuleChecks"`
}

DataInListQualityResultsByEntity is a nested struct in dataworks_public response

type DataInListQualityResultsByRule ¶ added in v1.61.1297

type DataInListQualityResultsByRule struct {
	PageNumber int                                        `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                                        `json:"PageSize" xml:"PageSize"`
	TotalCount int64                                      `json:"TotalCount" xml:"TotalCount"`
	RuleChecks []RuleChecksItemInListQualityResultsByRule `json:"RuleChecks" xml:"RuleChecks"`
}

DataInListQualityResultsByRule is a nested struct in dataworks_public response

type DataInListQualityRules ¶ added in v1.61.1297

type DataInListQualityRules struct {
	PageNumber int         `json:"PageNumber" xml:"PageNumber"`
	PageSize   int         `json:"PageSize" xml:"PageSize"`
	TotalCount int64       `json:"TotalCount" xml:"TotalCount"`
	Rules      []RulesItem `json:"Rules" xml:"Rules"`
}

DataInListQualityRules is a nested struct in dataworks_public response

type DataInListResourceGroups ¶

type DataInListResourceGroups struct {
	DataItem []DataItemInListResourceGroups `json:"Data" xml:"Data"`
}

DataInListResourceGroups is a nested struct in dataworks_public response

type DataInListTableTheme ¶ added in v1.61.1297

type DataInListTableTheme struct {
	TotalCount int64           `json:"TotalCount" xml:"TotalCount"`
	ThemeList  []ThemeListItem `json:"ThemeList" xml:"ThemeList"`
}

DataInListTableTheme is a nested struct in dataworks_public response

type DataInRunCycleDagNodes ¶ added in v1.61.1068

type DataInRunCycleDagNodes struct {
	DagId []int64 `json:"dagId" xml:"dagId"`
}

DataInRunCycleDagNodes is a nested struct in dataworks_public response

type DataInSearchMetaTables ¶ added in v1.61.1297

type DataInSearchMetaTables struct {
	PageNumber     int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalCount     int64                `json:"TotalCount" xml:"TotalCount"`
	DataEntityList []DataEntityListItem `json:"DataEntityList" xml:"DataEntityList"`
}

DataInSearchMetaTables is a nested struct in dataworks_public response

type DataItem ¶

type DataItem struct {
	InGroupId  int          `json:"InGroupId" xml:"InGroupId"`
	Data       string       `json:"Data" xml:"Data"`
	PrgType    int          `json:"PrgType" xml:"PrgType"`
	Owner      string       `json:"Owner" xml:"Owner"`
	RetResult  string       `json:"RetResult" xml:"RetResult"`
	CreateTime int64        `json:"CreateTime" xml:"CreateTime"`
	TableName  string       `json:"TableName" xml:"TableName"`
	ParamMap   string       `json:"ParamMap" xml:"ParamMap"`
	CostTime   int          `json:"CostTime" xml:"CostTime"`
	InstanceId int64        `json:"InstanceId" xml:"InstanceId"`
	NodeName   string       `json:"NodeName" xml:"NodeName"`
	TaskId     string       `json:"TaskId" xml:"TaskId"`
	ApiId      int64        `json:"ApiId" xml:"ApiId"`
	NodeId     int64        `json:"NodeId" xml:"NodeId"`
	TaskName   string       `json:"TaskName" xml:"TaskName"`
	TestId     int64        `json:"TestId" xml:"TestId"`
	RetCode    int64        `json:"RetCode" xml:"RetCode"`
	ProjectId  int64        `json:"ProjectId" xml:"ProjectId"`
	Status     string       `json:"Status" xml:"Status"`
	Bizdate    int64        `json:"Bizdate" xml:"Bizdate"`
	Runs       []RunsItem   `json:"Runs" xml:"Runs"`
	Topics     []TopicsItem `json:"Topics" xml:"Topics"`
}

DataItem is a nested struct in dataworks_public response

type DataItemInListResourceGroups ¶ added in v1.61.1615

type DataItemInListResourceGroups struct {
	Status                         int                    `json:"Status" xml:"Status"`
	UpdateTime                     string                 `json:"UpdateTime" xml:"UpdateTime"`
	IsDefault                      bool                   `json:"IsDefault" xml:"IsDefault"`
	Cluster                        string                 `json:"Cluster" xml:"Cluster"`
	EnableKp                       bool                   `json:"EnableKp" xml:"EnableKp"`
	ResourceGroupType              string                 `json:"ResourceGroupType" xml:"ResourceGroupType"`
	CreateTime                     string                 `json:"CreateTime" xml:"CreateTime"`
	Identifier                     string                 `json:"Identifier" xml:"Identifier"`
	Mode                           string                 `json:"Mode" xml:"Mode"`
	BizExtKey                      string                 `json:"BizExtKey" xml:"BizExtKey"`
	Sequence                       int                    `json:"Sequence" xml:"Sequence"`
	Specs                          map[string]interface{} `json:"Specs" xml:"Specs"`
	Name                           string                 `json:"Name" xml:"Name"`
	Id                             int64                  `json:"Id" xml:"Id"`
	TenantId                       int64                  `json:"TenantId" xml:"TenantId"`
	ResourceManagerResourceGroupId string                 `json:"ResourceManagerResourceGroupId" xml:"ResourceManagerResourceGroupId"`
	Tags                           []Tag                  `json:"Tags" xml:"Tags"`
}

DataItemInListResourceGroups is a nested struct in dataworks_public response

type DataSourcesInExportDataSources ¶ added in v1.61.1297

type DataSourcesInExportDataSources struct {
	DataSourcesItem []DataSourcesItem `json:"DataSources" xml:"DataSources"`
}

DataSourcesInExportDataSources is a nested struct in dataworks_public response

type DataSourcesInListDataSources ¶ added in v1.61.1297

type DataSourcesInListDataSources struct {
	DataSourcesItem []DataSourcesItemInListDataSources `json:"DataSources" xml:"DataSources"`
}

DataSourcesInListDataSources is a nested struct in dataworks_public response

type DataSourcesItem ¶ added in v1.61.1068

type DataSourcesItem struct {
	Name                string `json:"Name" xml:"Name"`
	DefaultEngine       bool   `json:"DefaultEngine" xml:"DefaultEngine"`
	Id                  int    `json:"Id" xml:"Id"`
	BindingCalcEngineId int    `json:"BindingCalcEngineId" xml:"BindingCalcEngineId"`
	Status              int    `json:"Status" xml:"Status"`
	SubType             string `json:"SubType" xml:"SubType"`
	DataSourceType      string `json:"DataSourceType" xml:"DataSourceType"`
	GmtModified         string `json:"GmtModified" xml:"GmtModified"`
	TenantId            int64  `json:"TenantId" xml:"TenantId"`
	ConnectStatus       int    `json:"ConnectStatus" xml:"ConnectStatus"`
	Sequence            int    `json:"Sequence" xml:"Sequence"`
	Operator            string `json:"Operator" xml:"Operator"`
	GmtCreate           string `json:"GmtCreate" xml:"GmtCreate"`
	Content             string `json:"Content" xml:"Content"`
	ProjectId           int    `json:"ProjectId" xml:"ProjectId"`
	EnvType             int    `json:"EnvType" xml:"EnvType"`
	Description         string `json:"Description" xml:"Description"`
	Shared              bool   `json:"Shared" xml:"Shared"`
}

DataSourcesItem is a nested struct in dataworks_public response

type DataSourcesItemInListDataSources ¶ added in v1.62.358

type DataSourcesItemInListDataSources struct {
	Status              int    `json:"Status" xml:"Status"`
	ProjectId           int    `json:"ProjectId" xml:"ProjectId"`
	SubType             string `json:"SubType" xml:"SubType"`
	GmtModified         string `json:"GmtModified" xml:"GmtModified"`
	EnvType             int    `json:"EnvType" xml:"EnvType"`
	ConnectStatus       int    `json:"ConnectStatus" xml:"ConnectStatus"`
	Sequence            int    `json:"Sequence" xml:"Sequence"`
	Description         string `json:"Description" xml:"Description"`
	DataSourceType      string `json:"DataSourceType" xml:"DataSourceType"`
	GmtCreate           string `json:"GmtCreate" xml:"GmtCreate"`
	DefaultEngine       bool   `json:"DefaultEngine" xml:"DefaultEngine"`
	Shared              bool   `json:"Shared" xml:"Shared"`
	Operator            string `json:"Operator" xml:"Operator"`
	Name                string `json:"Name" xml:"Name"`
	Content             string `json:"Content" xml:"Content"`
	Id                  int64  `json:"Id" xml:"Id"`
	BindingCalcEngineId int64  `json:"BindingCalcEngineId" xml:"BindingCalcEngineId"`
	TenantId            int64  `json:"TenantId" xml:"TenantId"`
}

DataSourcesItemInListDataSources is a nested struct in dataworks_public response

type DatabaseInfo ¶ added in v1.61.610

type DatabaseInfo struct {
	TotalCount int64        `json:"TotalCount" xml:"TotalCount"`
	DbList     []DbListItem `json:"DbList" xml:"DbList"`
}

DatabaseInfo is a nested struct in dataworks_public response

type DbList ¶ added in v1.61.610

type DbList struct {
	DbListItem []DbListItem `json:"DbList" xml:"DbList"`
}

DbList is a nested struct in dataworks_public response

type DbListItem ¶ added in v1.61.610

type DbListItem struct {
	Type              string `json:"Type" xml:"Type"`
	CreateTimeStamp   int64  `json:"CreateTimeStamp" xml:"CreateTimeStamp"`
	UUID              string `json:"UUID" xml:"UUID"`
	ModifiedTimeStamp int64  `json:"ModifiedTimeStamp" xml:"ModifiedTimeStamp"`
	Name              string `json:"Name" xml:"Name"`
	OwnerId           string `json:"OwnerId" xml:"OwnerId"`
	Location          string `json:"Location" xml:"Location"`
}

DbListItem is a nested struct in dataworks_public response

type DeleteBaselineRequest ¶ added in v1.62.16

type DeleteBaselineRequest struct {
	*requests.RpcRequest
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

DeleteBaselineRequest is the request struct for api DeleteBaseline

func CreateDeleteBaselineRequest ¶ added in v1.62.16

func CreateDeleteBaselineRequest() (request *DeleteBaselineRequest)

CreateDeleteBaselineRequest creates a request to invoke DeleteBaseline API

type DeleteBaselineResponse ¶ added in v1.62.16

type DeleteBaselineResponse struct {
	*responses.BaseResponse
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
}

DeleteBaselineResponse is the response struct for api DeleteBaseline

func CreateDeleteBaselineResponse ¶ added in v1.62.16

func CreateDeleteBaselineResponse() (response *DeleteBaselineResponse)

CreateDeleteBaselineResponse creates a response to parse from DeleteBaseline response

type DeleteBusinessRequest ¶

type DeleteBusinessRequest struct {
	*requests.RpcRequest
	BusinessId        requests.Integer `position:"Body" name:"BusinessId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
}

DeleteBusinessRequest is the request struct for api DeleteBusiness

func CreateDeleteBusinessRequest ¶

func CreateDeleteBusinessRequest() (request *DeleteBusinessRequest)

CreateDeleteBusinessRequest creates a request to invoke DeleteBusiness API

type DeleteBusinessResponse ¶

type DeleteBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteBusinessResponse is the response struct for api DeleteBusiness

func CreateDeleteBusinessResponse ¶

func CreateDeleteBusinessResponse() (response *DeleteBusinessResponse)

CreateDeleteBusinessResponse creates a response to parse from DeleteBusiness response

type DeleteConnectionRequest ¶

type DeleteConnectionRequest struct {
	*requests.RpcRequest
	ConnectionId requests.Integer `position:"Query" name:"ConnectionId"`
}

DeleteConnectionRequest is the request struct for api DeleteConnection

func CreateDeleteConnectionRequest ¶

func CreateDeleteConnectionRequest() (request *DeleteConnectionRequest)

CreateDeleteConnectionRequest creates a request to invoke DeleteConnection API

type DeleteConnectionResponse ¶

type DeleteConnectionResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteConnectionResponse is the response struct for api DeleteConnection

func CreateDeleteConnectionResponse ¶

func CreateDeleteConnectionResponse() (response *DeleteConnectionResponse)

CreateDeleteConnectionResponse creates a response to parse from DeleteConnection response

type DeleteDISyncTaskRequest ¶ added in v1.61.1297

type DeleteDISyncTaskRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

DeleteDISyncTaskRequest is the request struct for api DeleteDISyncTask

func CreateDeleteDISyncTaskRequest ¶ added in v1.61.1297

func CreateDeleteDISyncTaskRequest() (request *DeleteDISyncTaskRequest)

CreateDeleteDISyncTaskRequest creates a request to invoke DeleteDISyncTask API

type DeleteDISyncTaskResponse ¶ added in v1.61.1297

type DeleteDISyncTaskResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

DeleteDISyncTaskResponse is the response struct for api DeleteDISyncTask

func CreateDeleteDISyncTaskResponse ¶ added in v1.61.1297

func CreateDeleteDISyncTaskResponse() (response *DeleteDISyncTaskResponse)

CreateDeleteDISyncTaskResponse creates a response to parse from DeleteDISyncTask response

type DeleteDataServiceApiAuthorityRequest ¶ added in v1.61.610

type DeleteDataServiceApiAuthorityRequest struct {
	*requests.RpcRequest
	AuthorizedProjectId requests.Integer `position:"Body" name:"AuthorizedProjectId"`
	TenantId            requests.Integer `position:"Body" name:"TenantId"`
	ProjectId           requests.Integer `position:"Body" name:"ProjectId"`
	ApiId               requests.Integer `position:"Body" name:"ApiId"`
}

DeleteDataServiceApiAuthorityRequest is the request struct for api DeleteDataServiceApiAuthority

func CreateDeleteDataServiceApiAuthorityRequest ¶ added in v1.61.610

func CreateDeleteDataServiceApiAuthorityRequest() (request *DeleteDataServiceApiAuthorityRequest)

CreateDeleteDataServiceApiAuthorityRequest creates a request to invoke DeleteDataServiceApiAuthority API

type DeleteDataServiceApiAuthorityResponse ¶ added in v1.61.610

type DeleteDataServiceApiAuthorityResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteDataServiceApiAuthorityResponse is the response struct for api DeleteDataServiceApiAuthority

func CreateDeleteDataServiceApiAuthorityResponse ¶ added in v1.61.610

func CreateDeleteDataServiceApiAuthorityResponse() (response *DeleteDataServiceApiAuthorityResponse)

CreateDeleteDataServiceApiAuthorityResponse creates a response to parse from DeleteDataServiceApiAuthority response

type DeleteDataServiceApiRequest ¶

type DeleteDataServiceApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

DeleteDataServiceApiRequest is the request struct for api DeleteDataServiceApi

func CreateDeleteDataServiceApiRequest ¶

func CreateDeleteDataServiceApiRequest() (request *DeleteDataServiceApiRequest)

CreateDeleteDataServiceApiRequest creates a request to invoke DeleteDataServiceApi API

type DeleteDataServiceApiResponse ¶

type DeleteDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteDataServiceApiResponse is the response struct for api DeleteDataServiceApi

func CreateDeleteDataServiceApiResponse ¶

func CreateDeleteDataServiceApiResponse() (response *DeleteDataServiceApiResponse)

CreateDeleteDataServiceApiResponse creates a response to parse from DeleteDataServiceApi response

type DeleteDataSourceRequest ¶ added in v1.61.1068

type DeleteDataSourceRequest struct {
	*requests.RpcRequest
	DataSourceId requests.Integer `position:"Query" name:"DataSourceId"`
}

DeleteDataSourceRequest is the request struct for api DeleteDataSource

func CreateDeleteDataSourceRequest ¶ added in v1.61.1068

func CreateDeleteDataSourceRequest() (request *DeleteDataSourceRequest)

CreateDeleteDataSourceRequest creates a request to invoke DeleteDataSource API

type DeleteDataSourceResponse ¶ added in v1.61.1068

type DeleteDataSourceResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteDataSourceResponse is the response struct for api DeleteDataSource

func CreateDeleteDataSourceResponse ¶ added in v1.61.1068

func CreateDeleteDataSourceResponse() (response *DeleteDataSourceResponse)

CreateDeleteDataSourceResponse creates a response to parse from DeleteDataSource response

type DeleteFileRequest ¶

type DeleteFileRequest struct {
	*requests.RpcRequest
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FileId            requests.Integer `position:"Body" name:"FileId"`
}

DeleteFileRequest is the request struct for api DeleteFile

func CreateDeleteFileRequest ¶

func CreateDeleteFileRequest() (request *DeleteFileRequest)

CreateDeleteFileRequest creates a request to invoke DeleteFile API

type DeleteFileResponse ¶

type DeleteFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	DeploymentId   int64  `json:"DeploymentId" xml:"DeploymentId"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteFileResponse is the response struct for api DeleteFile

func CreateDeleteFileResponse ¶

func CreateDeleteFileResponse() (response *DeleteFileResponse)

CreateDeleteFileResponse creates a response to parse from DeleteFile response

type DeleteFolderRequest ¶

type DeleteFolderRequest struct {
	*requests.RpcRequest
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FolderId          string           `position:"Body" name:"FolderId"`
}

DeleteFolderRequest is the request struct for api DeleteFolder

func CreateDeleteFolderRequest ¶

func CreateDeleteFolderRequest() (request *DeleteFolderRequest)

CreateDeleteFolderRequest creates a request to invoke DeleteFolder API

type DeleteFolderResponse ¶

type DeleteFolderResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteFolderResponse is the response struct for api DeleteFolder

func CreateDeleteFolderResponse ¶

func CreateDeleteFolderResponse() (response *DeleteFolderResponse)

CreateDeleteFolderResponse creates a response to parse from DeleteFolder response

type DeleteFromMetaCategoryRequest ¶

type DeleteFromMetaCategoryRequest struct {
	*requests.RpcRequest
	TableGuid  string           `position:"Query" name:"TableGuid"`
	CategoryId requests.Integer `position:"Query" name:"CategoryId"`
}

DeleteFromMetaCategoryRequest is the request struct for api DeleteFromMetaCategory

func CreateDeleteFromMetaCategoryRequest ¶

func CreateDeleteFromMetaCategoryRequest() (request *DeleteFromMetaCategoryRequest)

CreateDeleteFromMetaCategoryRequest creates a request to invoke DeleteFromMetaCategory API

type DeleteFromMetaCategoryResponse ¶

type DeleteFromMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteFromMetaCategoryResponse is the response struct for api DeleteFromMetaCategory

func CreateDeleteFromMetaCategoryResponse ¶

func CreateDeleteFromMetaCategoryResponse() (response *DeleteFromMetaCategoryResponse)

CreateDeleteFromMetaCategoryResponse creates a response to parse from DeleteFromMetaCategory response

type DeleteLineageRelationRequest ¶ added in v1.62.369

type DeleteLineageRelationRequest struct {
	*requests.RpcRequest
	SrcEntityQualifiedName  string `position:"Query" name:"SrcEntityQualifiedName"`
	DestEntityQualifiedName string `position:"Query" name:"DestEntityQualifiedName"`
	RelationshipGuid        string `position:"Query" name:"RelationshipGuid"`
}

DeleteLineageRelationRequest is the request struct for api DeleteLineageRelation

func CreateDeleteLineageRelationRequest ¶ added in v1.62.369

func CreateDeleteLineageRelationRequest() (request *DeleteLineageRelationRequest)

CreateDeleteLineageRelationRequest creates a request to invoke DeleteLineageRelation API

type DeleteLineageRelationResponse ¶ added in v1.62.369

type DeleteLineageRelationResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Status         bool   `json:"Status" xml:"Status"`
}

DeleteLineageRelationResponse is the response struct for api DeleteLineageRelation

func CreateDeleteLineageRelationResponse ¶ added in v1.62.369

func CreateDeleteLineageRelationResponse() (response *DeleteLineageRelationResponse)

CreateDeleteLineageRelationResponse creates a response to parse from DeleteLineageRelation response

type DeleteMetaCategoryRequest ¶

type DeleteMetaCategoryRequest struct {
	*requests.RpcRequest
	CategoryId requests.Integer `position:"Query" name:"CategoryId"`
}

DeleteMetaCategoryRequest is the request struct for api DeleteMetaCategory

func CreateDeleteMetaCategoryRequest ¶

func CreateDeleteMetaCategoryRequest() (request *DeleteMetaCategoryRequest)

CreateDeleteMetaCategoryRequest creates a request to invoke DeleteMetaCategory API

type DeleteMetaCategoryResponse ¶

type DeleteMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteMetaCategoryResponse is the response struct for api DeleteMetaCategory

func CreateDeleteMetaCategoryResponse ¶

func CreateDeleteMetaCategoryResponse() (response *DeleteMetaCategoryResponse)

CreateDeleteMetaCategoryResponse creates a response to parse from DeleteMetaCategory response

type DeleteMetaCollectionEntityRequest ¶ added in v1.62.95

type DeleteMetaCollectionEntityRequest struct {
	*requests.RpcRequest
	EntityQualifiedName     string `position:"Query" name:"EntityQualifiedName"`
	CollectionQualifiedName string `position:"Query" name:"CollectionQualifiedName"`
}

DeleteMetaCollectionEntityRequest is the request struct for api DeleteMetaCollectionEntity

func CreateDeleteMetaCollectionEntityRequest ¶ added in v1.62.95

func CreateDeleteMetaCollectionEntityRequest() (request *DeleteMetaCollectionEntityRequest)

CreateDeleteMetaCollectionEntityRequest creates a request to invoke DeleteMetaCollectionEntity API

type DeleteMetaCollectionEntityResponse ¶ added in v1.62.95

type DeleteMetaCollectionEntityResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Status         bool   `json:"Status" xml:"Status"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteMetaCollectionEntityResponse is the response struct for api DeleteMetaCollectionEntity

func CreateDeleteMetaCollectionEntityResponse ¶ added in v1.62.95

func CreateDeleteMetaCollectionEntityResponse() (response *DeleteMetaCollectionEntityResponse)

CreateDeleteMetaCollectionEntityResponse creates a response to parse from DeleteMetaCollectionEntity response

type DeleteMetaCollectionRequest ¶ added in v1.62.95

type DeleteMetaCollectionRequest struct {
	*requests.RpcRequest
	QualifiedName string `position:"Query" name:"QualifiedName"`
}

DeleteMetaCollectionRequest is the request struct for api DeleteMetaCollection

func CreateDeleteMetaCollectionRequest ¶ added in v1.62.95

func CreateDeleteMetaCollectionRequest() (request *DeleteMetaCollectionRequest)

CreateDeleteMetaCollectionRequest creates a request to invoke DeleteMetaCollection API

type DeleteMetaCollectionResponse ¶ added in v1.62.95

type DeleteMetaCollectionResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Status         bool   `json:"Status" xml:"Status"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteMetaCollectionResponse is the response struct for api DeleteMetaCollection

func CreateDeleteMetaCollectionResponse ¶ added in v1.62.95

func CreateDeleteMetaCollectionResponse() (response *DeleteMetaCollectionResponse)

CreateDeleteMetaCollectionResponse creates a response to parse from DeleteMetaCollection response

type DeleteProjectMemberRequest ¶ added in v1.61.386

type DeleteProjectMemberRequest struct {
	*requests.RpcRequest
	UserId    string           `position:"Query" name:"UserId"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

DeleteProjectMemberRequest is the request struct for api DeleteProjectMember

func CreateDeleteProjectMemberRequest ¶ added in v1.61.386

func CreateDeleteProjectMemberRequest() (request *DeleteProjectMemberRequest)

CreateDeleteProjectMemberRequest creates a request to invoke DeleteProjectMember API

type DeleteProjectMemberResponse ¶ added in v1.61.386

type DeleteProjectMemberResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteProjectMemberResponse is the response struct for api DeleteProjectMember

func CreateDeleteProjectMemberResponse ¶ added in v1.61.386

func CreateDeleteProjectMemberResponse() (response *DeleteProjectMemberResponse)

CreateDeleteProjectMemberResponse creates a response to parse from DeleteProjectMember response

type DeleteQualityEntityRequest ¶

type DeleteQualityEntityRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	EntityId    requests.Integer `position:"Body" name:"EntityId"`
	EnvType     string           `position:"Body" name:"EnvType"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

DeleteQualityEntityRequest is the request struct for api DeleteQualityEntity

func CreateDeleteQualityEntityRequest ¶

func CreateDeleteQualityEntityRequest() (request *DeleteQualityEntityRequest)

CreateDeleteQualityEntityRequest creates a request to invoke DeleteQualityEntity API

type DeleteQualityEntityResponse ¶

type DeleteQualityEntityResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteQualityEntityResponse is the response struct for api DeleteQualityEntity

func CreateDeleteQualityEntityResponse ¶

func CreateDeleteQualityEntityResponse() (response *DeleteQualityEntityResponse)

CreateDeleteQualityEntityResponse creates a response to parse from DeleteQualityEntity response

type DeleteQualityFollowerRequest ¶

type DeleteQualityFollowerRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	FollowerId  requests.Integer `position:"Body" name:"FollowerId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

DeleteQualityFollowerRequest is the request struct for api DeleteQualityFollower

func CreateDeleteQualityFollowerRequest ¶

func CreateDeleteQualityFollowerRequest() (request *DeleteQualityFollowerRequest)

CreateDeleteQualityFollowerRequest creates a request to invoke DeleteQualityFollower API

type DeleteQualityFollowerResponse ¶

type DeleteQualityFollowerResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteQualityFollowerResponse is the response struct for api DeleteQualityFollower

func CreateDeleteQualityFollowerResponse ¶

func CreateDeleteQualityFollowerResponse() (response *DeleteQualityFollowerResponse)

CreateDeleteQualityFollowerResponse creates a response to parse from DeleteQualityFollower response

type DeleteQualityRelativeNodeRequest ¶

type DeleteQualityRelativeNodeRequest struct {
	*requests.RpcRequest
	ProjectName           string           `position:"Body" name:"ProjectName"`
	TargetNodeProjectId   requests.Integer `position:"Body" name:"TargetNodeProjectId"`
	MatchExpression       string           `position:"Body" name:"MatchExpression"`
	EnvType               string           `position:"Body" name:"EnvType"`
	TargetNodeProjectName string           `position:"Body" name:"TargetNodeProjectName"`
	TableName             string           `position:"Body" name:"TableName"`
	NodeId                requests.Integer `position:"Body" name:"NodeId"`
	ProjectId             requests.Integer `position:"Body" name:"ProjectId"`
}

DeleteQualityRelativeNodeRequest is the request struct for api DeleteQualityRelativeNode

func CreateDeleteQualityRelativeNodeRequest ¶

func CreateDeleteQualityRelativeNodeRequest() (request *DeleteQualityRelativeNodeRequest)

CreateDeleteQualityRelativeNodeRequest creates a request to invoke DeleteQualityRelativeNode API

type DeleteQualityRelativeNodeResponse ¶

type DeleteQualityRelativeNodeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteQualityRelativeNodeResponse is the response struct for api DeleteQualityRelativeNode

func CreateDeleteQualityRelativeNodeResponse ¶

func CreateDeleteQualityRelativeNodeResponse() (response *DeleteQualityRelativeNodeResponse)

CreateDeleteQualityRelativeNodeResponse creates a response to parse from DeleteQualityRelativeNode response

type DeleteQualityRuleRequest ¶

type DeleteQualityRuleRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	RuleId      requests.Integer `position:"Body" name:"RuleId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

DeleteQualityRuleRequest is the request struct for api DeleteQualityRule

func CreateDeleteQualityRuleRequest ¶

func CreateDeleteQualityRuleRequest() (request *DeleteQualityRuleRequest)

CreateDeleteQualityRuleRequest creates a request to invoke DeleteQualityRule API

type DeleteQualityRuleResponse ¶

type DeleteQualityRuleResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

DeleteQualityRuleResponse is the response struct for api DeleteQualityRule

func CreateDeleteQualityRuleResponse ¶

func CreateDeleteQualityRuleResponse() (response *DeleteQualityRuleResponse)

CreateDeleteQualityRuleResponse creates a response to parse from DeleteQualityRule response

type DeleteRemindRequest ¶

type DeleteRemindRequest struct {
	*requests.RpcRequest
	RemindId requests.Integer `position:"Body" name:"RemindId"`
}

DeleteRemindRequest is the request struct for api DeleteRemind

func CreateDeleteRemindRequest ¶

func CreateDeleteRemindRequest() (request *DeleteRemindRequest)

CreateDeleteRemindRequest creates a request to invoke DeleteRemind API

type DeleteRemindResponse ¶

type DeleteRemindResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteRemindResponse is the response struct for api DeleteRemind

func CreateDeleteRemindResponse ¶

func CreateDeleteRemindResponse() (response *DeleteRemindResponse)

CreateDeleteRemindResponse creates a response to parse from DeleteRemind response

type DeleteTableLevelRequest ¶ added in v1.61.610

type DeleteTableLevelRequest struct {
	*requests.RpcRequest
	LevelId   requests.Integer `position:"Query" name:"LevelId"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

DeleteTableLevelRequest is the request struct for api DeleteTableLevel

func CreateDeleteTableLevelRequest ¶ added in v1.61.610

func CreateDeleteTableLevelRequest() (request *DeleteTableLevelRequest)

CreateDeleteTableLevelRequest creates a request to invoke DeleteTableLevel API

type DeleteTableLevelResponse ¶ added in v1.61.610

type DeleteTableLevelResponse struct {
	*responses.BaseResponse
	DeleteResult bool   `json:"DeleteResult" xml:"DeleteResult"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
}

DeleteTableLevelResponse is the response struct for api DeleteTableLevel

func CreateDeleteTableLevelResponse ¶ added in v1.61.610

func CreateDeleteTableLevelResponse() (response *DeleteTableLevelResponse)

CreateDeleteTableLevelResponse creates a response to parse from DeleteTableLevel response

type DeleteTableRequest ¶ added in v1.61.610

type DeleteTableRequest struct {
	*requests.RpcRequest
	Schema    string           `position:"Query" name:"Schema"`
	EnvType   requests.Integer `position:"Query" name:"EnvType"`
	TableName string           `position:"Query" name:"TableName"`
	AppGuid   string           `position:"Query" name:"AppGuid"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

DeleteTableRequest is the request struct for api DeleteTable

func CreateDeleteTableRequest ¶ added in v1.61.610

func CreateDeleteTableRequest() (request *DeleteTableRequest)

CreateDeleteTableRequest creates a request to invoke DeleteTable API

type DeleteTableResponse ¶ added in v1.61.610

type DeleteTableResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	TaskInfo  TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}

DeleteTableResponse is the response struct for api DeleteTable

func CreateDeleteTableResponse ¶ added in v1.61.610

func CreateDeleteTableResponse() (response *DeleteTableResponse)

CreateDeleteTableResponse creates a response to parse from DeleteTable response

type DeleteTableThemeRequest ¶ added in v1.61.610

type DeleteTableThemeRequest struct {
	*requests.RpcRequest
	ThemeId   requests.Integer `position:"Query" name:"ThemeId"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

DeleteTableThemeRequest is the request struct for api DeleteTableTheme

func CreateDeleteTableThemeRequest ¶ added in v1.61.610

func CreateDeleteTableThemeRequest() (request *DeleteTableThemeRequest)

CreateDeleteTableThemeRequest creates a request to invoke DeleteTableTheme API

type DeleteTableThemeResponse ¶ added in v1.61.610

type DeleteTableThemeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	DeleteResult   bool   `json:"DeleteResult" xml:"DeleteResult"`
}

DeleteTableThemeResponse is the response struct for api DeleteTableTheme

func CreateDeleteTableThemeResponse ¶ added in v1.61.610

func CreateDeleteTableThemeResponse() (response *DeleteTableThemeResponse)

CreateDeleteTableThemeResponse creates a response to parse from DeleteTableTheme response

type DeletedFile ¶ added in v1.61.1367

type DeletedFile struct {
	Owner          string `json:"Owner" xml:"Owner"`
	FileType       int64  `json:"FileType" xml:"FileType"`
	CurrentVersion int64  `json:"CurrentVersion" xml:"CurrentVersion"`
	BusinessId     int64  `json:"BusinessId" xml:"BusinessId"`
	FileName       string `json:"FileName" xml:"FileName"`
	DataSourceName string `json:"DataSourceName" xml:"DataSourceName"`
	UseType        string `json:"UseType" xml:"UseType"`
	FolderId       string `json:"FolderId" xml:"FolderId"`
	ParentFileId   int64  `json:"ParentFileId" xml:"ParentFileId"`
	Content        string `json:"Content" xml:"Content"`
	NodeId         int64  `json:"NodeId" xml:"NodeId"`
	FileId         int64  `json:"FileId" xml:"FileId"`
}

DeletedFile is a nested struct in dataworks_public response

type DeployDISyncTaskRequest ¶ added in v1.61.1297

type DeployDISyncTaskRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

DeployDISyncTaskRequest is the request struct for api DeployDISyncTask

func CreateDeployDISyncTaskRequest ¶ added in v1.61.1297

func CreateDeployDISyncTaskRequest() (request *DeployDISyncTaskRequest)

CreateDeployDISyncTaskRequest creates a request to invoke DeployDISyncTask API

type DeployDISyncTaskResponse ¶ added in v1.61.1297

type DeployDISyncTaskResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

DeployDISyncTaskResponse is the response struct for api DeployDISyncTask

func CreateDeployDISyncTaskResponse ¶ added in v1.61.1297

func CreateDeployDISyncTaskResponse() (response *DeployDISyncTaskResponse)

CreateDeployDISyncTaskResponse creates a response to parse from DeployDISyncTask response

type DeployFileRequest ¶

type DeployFileRequest struct {
	*requests.RpcRequest
	Comment           string           `position:"Body" name:"Comment"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	NodeId            requests.Integer `position:"Body" name:"NodeId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FileId            requests.Integer `position:"Body" name:"FileId"`
}

DeployFileRequest is the request struct for api DeployFile

func CreateDeployFileRequest ¶

func CreateDeployFileRequest() (request *DeployFileRequest)

CreateDeployFileRequest creates a request to invoke DeployFile API

type DeployFileResponse ¶

type DeployFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

DeployFileResponse is the response struct for api DeployFile

func CreateDeployFileResponse ¶

func CreateDeployFileResponse() (response *DeployFileResponse)

CreateDeployFileResponse creates a response to parse from DeployFile response

type DeployedItem ¶ added in v1.61.1804

type DeployedItem struct {
	FileId      int64 `json:"FileId" xml:"FileId"`
	FileVersion int64 `json:"FileVersion" xml:"FileVersion"`
	Status      int   `json:"Status" xml:"Status"`
}

DeployedItem is a nested struct in dataworks_public response

type DeployedItems ¶ added in v1.61.1804

type DeployedItems struct {
	DeployedItem []DeployedItem `json:"DeployedItem" xml:"DeployedItem"`
}

DeployedItems is a nested struct in dataworks_public response

type Deployment ¶

type Deployment struct {
	Name            string `json:"Name" xml:"Name"`
	CheckingStatus  int    `json:"CheckingStatus" xml:"CheckingStatus"`
	Status          int    `json:"Status" xml:"Status"`
	FromEnvironment int    `json:"FromEnvironment" xml:"FromEnvironment"`
	ErrorMessage    string `json:"ErrorMessage" xml:"ErrorMessage"`
	Id              int64  `json:"Id" xml:"Id"`
	CreateTime      int64  `json:"CreateTime" xml:"CreateTime"`
	ToEnvironment   int    `json:"ToEnvironment" xml:"ToEnvironment"`
	ExecuteTime     int64  `json:"ExecuteTime" xml:"ExecuteTime"`
	Executor        string `json:"Executor" xml:"Executor"`
	CreatorId       string `json:"CreatorId" xml:"CreatorId"`
	Creator         string `json:"Creator" xml:"Creator"`
	HandlerId       string `json:"HandlerId" xml:"HandlerId"`
}

Deployment is a nested struct in dataworks_public response

type Deployments ¶ added in v1.61.1367

type Deployments struct {
	Deployment []Deployment `json:"Deployment" xml:"Deployment"`
}

Deployments is a nested struct in dataworks_public response

type DesensitizeDataRequest ¶ added in v1.61.950

type DesensitizeDataRequest struct {
	*requests.RpcRequest
	SceneCode string `position:"Body" name:"SceneCode"`
	Data      string `position:"Body" name:"Data"`
}

DesensitizeDataRequest is the request struct for api DesensitizeData

func CreateDesensitizeDataRequest ¶ added in v1.61.950

func CreateDesensitizeDataRequest() (request *DesensitizeDataRequest)

CreateDesensitizeDataRequest creates a request to invoke DesensitizeData API

type DesensitizeDataResponse ¶ added in v1.61.950

type DesensitizeDataResponse struct {
	*responses.BaseResponse
	DesensitizeData string `json:"DesensitizeData" xml:"DesensitizeData"`
	RequestId       string `json:"RequestId" xml:"RequestId"`
}

DesensitizeDataResponse is the response struct for api DesensitizeData

func CreateDesensitizeDataResponse ¶ added in v1.61.950

func CreateDesensitizeDataResponse() (response *DesensitizeDataResponse)

CreateDesensitizeDataResponse creates a response to parse from DesensitizeData response

type DingRobot ¶ added in v1.62.16

type DingRobot struct {
	WebUrl string `json:"WebUrl" xml:"WebUrl"`
	AtAll  bool   `json:"AtAll" xml:"AtAll"`
}

DingRobot is a nested struct in dataworks_public response

type DingRobots ¶ added in v1.62.16

type DingRobots struct {
	DingRobot []DingRobot `json:"DingRobot" xml:"DingRobot"`
}

DingRobots is a nested struct in dataworks_public response

type Entity ¶ added in v1.61.1068

type Entity struct {
	EntityContent map[string]interface{} `json:"EntityContent" xml:"EntityContent"`
	QualifiedName string                 `json:"QualifiedName" xml:"QualifiedName"`
	TenantId      int64                  `json:"TenantId" xml:"TenantId"`
	Theme         []ThemeItem            `json:"Theme" xml:"Theme"`
	Level         []LevelItem            `json:"Level" xml:"Level"`
}

Entity is a nested struct in dataworks_public response

type EntityDto ¶

type EntityDto struct {
	RelativeNode      string `json:"RelativeNode" xml:"RelativeNode"`
	OnDutyAccountName string `json:"OnDutyAccountName" xml:"OnDutyAccountName"`
	Task              int    `json:"Task" xml:"Task"`
	TableName         string `json:"TableName" xml:"TableName"`
	Followers         string `json:"Followers" xml:"Followers"`
	OnDuty            string `json:"OnDuty" xml:"OnDuty"`
	MatchExpression   string `json:"MatchExpression" xml:"MatchExpression"`
	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
	ProjectName       string `json:"ProjectName" xml:"ProjectName"`
	HasRelativeNode   bool   `json:"HasRelativeNode" xml:"HasRelativeNode"`
	EnvType           string `json:"EnvType" xml:"EnvType"`
	EntityLevel       int    `json:"EntityLevel" xml:"EntityLevel"`
	ModifyUser        string `json:"ModifyUser" xml:"ModifyUser"`
	Sql               int    `json:"Sql" xml:"Sql"`
	Id                int64  `json:"Id" xml:"Id"`
	ModifyTime        int64  `json:"ModifyTime" xml:"ModifyTime"`
}

EntityDto is a nested struct in dataworks_public response

type EntityList ¶ added in v1.62.95

type EntityList struct {
	EntityListItem []EntityListItem `json:"EntityList" xml:"EntityList"`
}

EntityList is a nested struct in dataworks_public response

type EntityListItem ¶ added in v1.62.95

type EntityListItem struct {
	QualifiedName string                 `json:"QualifiedName" xml:"QualifiedName"`
	TenantId      int64                  `json:"TenantId" xml:"TenantId"`
	EntityContent map[string]interface{} `json:"EntityContent" xml:"EntityContent"`
}

EntityListItem is a nested struct in dataworks_public response

type EnvTypesInGetProject ¶ added in v1.61.1068

type EnvTypesInGetProject struct {
	EnvTypes []string `json:"EnvTypes" xml:"EnvTypes"`
}

EnvTypesInGetProject is a nested struct in dataworks_public response

type EnvTypesInGetProjectDetail ¶ added in v1.61.1068

type EnvTypesInGetProjectDetail struct {
	EnvTypes []string `json:"EnvTypes" xml:"EnvTypes"`
}

EnvTypesInGetProjectDetail is a nested struct in dataworks_public response

type ErrorRankInGetInstanceErrorRank ¶ added in v1.61.1068

type ErrorRankInGetInstanceErrorRank struct {
	ErrorRankItem []ErrorRankItem `json:"ErrorRank" xml:"ErrorRank"`
}

ErrorRankInGetInstanceErrorRank is a nested struct in dataworks_public response

type ErrorRankInTopTenErrorTimesInstance ¶ added in v1.61.1068

type ErrorRankInTopTenErrorTimesInstance struct {
	ErrorRankItem []ErrorRankItem `json:"ErrorRank" xml:"ErrorRank"`
}

ErrorRankInTopTenErrorTimesInstance is a nested struct in dataworks_public response

type ErrorRankItem ¶ added in v1.61.610

type ErrorRankItem struct {
	NodeName    string `json:"NodeName" xml:"NodeName"`
	Count       int    `json:"Count" xml:"Count"`
	NodeId      int64  `json:"NodeId" xml:"NodeId"`
	ProgramType int    `json:"ProgramType" xml:"ProgramType"`
	PrgType     int    `json:"PrgType" xml:"PrgType"`
	Owner       string `json:"Owner" xml:"Owner"`
	ProjectId   int64  `json:"ProjectId" xml:"ProjectId"`
}

ErrorRankItem is a nested struct in dataworks_public response

type EstablishRelationTableToBusinessRequest ¶

type EstablishRelationTableToBusinessRequest struct {
	*requests.RpcRequest
	TableGuid         string           `position:"Body" name:"TableGuid"`
	BusinessId        string           `position:"Body" name:"BusinessId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FolderId          string           `position:"Body" name:"FolderId"`
}

EstablishRelationTableToBusinessRequest is the request struct for api EstablishRelationTableToBusiness

func CreateEstablishRelationTableToBusinessRequest ¶

func CreateEstablishRelationTableToBusinessRequest() (request *EstablishRelationTableToBusinessRequest)

CreateEstablishRelationTableToBusinessRequest creates a request to invoke EstablishRelationTableToBusiness API

type EstablishRelationTableToBusinessResponse ¶

type EstablishRelationTableToBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

EstablishRelationTableToBusinessResponse is the response struct for api EstablishRelationTableToBusiness

func CreateEstablishRelationTableToBusinessResponse ¶

func CreateEstablishRelationTableToBusinessResponse() (response *EstablishRelationTableToBusinessResponse)

CreateEstablishRelationTableToBusinessResponse creates a response to parse from EstablishRelationTableToBusiness response

type EventCategoryList ¶ added in v1.61.1615

type EventCategoryList struct {
	EventCategoryListItem []EventCategoryListItem `json:"EventCategoryList" xml:"EventCategoryList"`
}

EventCategoryList is a nested struct in dataworks_public response

type EventCategoryListItem ¶ added in v1.61.1615

type EventCategoryListItem struct {
	CategoryCode string `json:"CategoryCode" xml:"CategoryCode"`
	CategoryName string `json:"CategoryName" xml:"CategoryName"`
}

EventCategoryListItem is a nested struct in dataworks_public response

type EventDetail ¶ added in v1.61.1367

type EventDetail struct {
	FileExecutionCommand FileExecutionCommand `json:"FileExecutionCommand" xml:"FileExecutionCommand"`
	DeletedFile          DeletedFile          `json:"DeletedFile" xml:"DeletedFile"`
	CommittedFile        CommittedFile        `json:"CommittedFile" xml:"CommittedFile"`
	TableModel           TableModel           `json:"TableModel" xml:"TableModel"`
}

EventDetail is a nested struct in dataworks_public response

type ExportDataSourcesRequest ¶ added in v1.61.1297

type ExportDataSourcesRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	SubType        string           `position:"Query" name:"SubType"`
	Name           string           `position:"Query" name:"Name"`
	EnvType        requests.Integer `position:"Query" name:"EnvType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

ExportDataSourcesRequest is the request struct for api ExportDataSources

func CreateExportDataSourcesRequest ¶ added in v1.61.1297

func CreateExportDataSourcesRequest() (request *ExportDataSourcesRequest)

CreateExportDataSourcesRequest creates a request to invoke ExportDataSources API

type ExportDataSourcesResponse ¶ added in v1.61.1297

type ExportDataSourcesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ExportDataSourcesResponse is the response struct for api ExportDataSources

func CreateExportDataSourcesResponse ¶ added in v1.61.1297

func CreateExportDataSourcesResponse() (response *ExportDataSourcesResponse)

CreateExportDataSourcesResponse creates a response to parse from ExportDataSources response

type Extension ¶ added in v1.61.1615

type Extension struct {
	ExtensionCode     string                  `json:"ExtensionCode" xml:"ExtensionCode"`
	ExtensionName     string                  `json:"ExtensionName" xml:"ExtensionName"`
	ExtensionDesc     string                  `json:"ExtensionDesc" xml:"ExtensionDesc"`
	HelpDocUrl        string                  `json:"HelpDocUrl" xml:"HelpDocUrl"`
	Status            int                     `json:"Status" xml:"Status"`
	ProjectTesting    int64                   `json:"ProjectTesting" xml:"ProjectTesting"`
	DetailUrl         string                  `json:"DetailUrl" xml:"DetailUrl"`
	ParameterSetting  string                  `json:"ParameterSetting" xml:"ParameterSetting"`
	OptionSetting     string                  `json:"OptionSetting" xml:"OptionSetting"`
	BindEventList     []BindEventListItem     `json:"BindEventList" xml:"BindEventList"`
	EventCategoryList []EventCategoryListItem `json:"EventCategoryList" xml:"EventCategoryList"`
}

Extension is a nested struct in dataworks_public response

type ExtensionsInListEnabledExtensionsForProject ¶ added in v1.62.16

type ExtensionsInListEnabledExtensionsForProject struct {
	ExtensionsItem []ExtensionsItem `json:"Extensions" xml:"Extensions"`
}

ExtensionsInListEnabledExtensionsForProject is a nested struct in dataworks_public response

type ExtensionsInListExtensions ¶ added in v1.62.16

type ExtensionsInListExtensions struct {
	ExtensionsItem []ExtensionsItem `json:"Extensions" xml:"Extensions"`
}

ExtensionsInListExtensions is a nested struct in dataworks_public response

type ExtensionsItem ¶ added in v1.61.1615

type ExtensionsItem struct {
	GmtCreate        int64               `json:"GmtCreate" xml:"GmtCreate"`
	ParameterSetting string              `json:"ParameterSetting" xml:"ParameterSetting"`
	Status           int                 `json:"Status" xml:"Status"`
	ExtensionCode    string              `json:"ExtensionCode" xml:"ExtensionCode"`
	ModifyUser       string              `json:"ModifyUser" xml:"ModifyUser"`
	ExtensionDesc    string              `json:"ExtensionDesc" xml:"ExtensionDesc"`
	GmtModified      int64               `json:"GmtModified" xml:"GmtModified"`
	TenantId         int64               `json:"TenantId" xml:"TenantId"`
	CreateUser       string              `json:"CreateUser" xml:"CreateUser"`
	Owner            string              `json:"Owner" xml:"Owner"`
	ExtensionName    string              `json:"ExtensionName" xml:"ExtensionName"`
	BindEventList    []BindEventListItem `json:"BindEventList" xml:"BindEventList"`
}

ExtensionsItem is a nested struct in dataworks_public response

type File ¶

type File struct {
	AutoParsing      bool   `json:"AutoParsing" xml:"AutoParsing"`
	LastEditTime     int64  `json:"LastEditTime" xml:"LastEditTime"`
	Owner            string `json:"Owner" xml:"Owner"`
	ConnectionName   string `json:"ConnectionName" xml:"ConnectionName"`
	CreateTime       int64  `json:"CreateTime" xml:"CreateTime"`
	FileFolderId     string `json:"FileFolderId" xml:"FileFolderId"`
	DeletedStatus    string `json:"DeletedStatus" xml:"DeletedStatus"`
	FileDescription  string `json:"FileDescription" xml:"FileDescription"`
	FileId           int64  `json:"FileId" xml:"FileId"`
	CurrentVersion   int    `json:"CurrentVersion" xml:"CurrentVersion"`
	BizId            int64  `json:"BizId" xml:"BizId"`
	AdvancedSettings string `json:"AdvancedSettings" xml:"AdvancedSettings"`
	FileType         int    `json:"FileType" xml:"FileType"`
	Content          string `json:"Content" xml:"Content"`
	NodeId           int64  `json:"NodeId" xml:"NodeId"`
	CreateUser       string `json:"CreateUser" xml:"CreateUser"`
	BusinessId       int64  `json:"BusinessId" xml:"BusinessId"`
	LastEditUser     string `json:"LastEditUser" xml:"LastEditUser"`
	FileName         string `json:"FileName" xml:"FileName"`
	UseType          string `json:"UseType" xml:"UseType"`
	CommitStatus     int    `json:"CommitStatus" xml:"CommitStatus"`
	ParentId         int64  `json:"ParentId" xml:"ParentId"`
	IsMaxCompute     bool   `json:"IsMaxCompute" xml:"IsMaxCompute"`
}

File is a nested struct in dataworks_public response

type FileExecutionCommand ¶ added in v1.61.1367

type FileExecutionCommand struct {
	FileId         int64  `json:"FileId" xml:"FileId"`
	DataSourceName string `json:"DataSourceName" xml:"DataSourceName"`
	Content        string `json:"Content" xml:"Content"`
	FileType       int64  `json:"FileType" xml:"FileType"`
}

FileExecutionCommand is a nested struct in dataworks_public response

type FilePropertyContent ¶ added in v1.61.1367

type FilePropertyContent struct {
	DataSourceName string `json:"DataSourceName" xml:"DataSourceName"`
	ParentFileId   int64  `json:"ParentFileId" xml:"ParentFileId"`
	BusinessId     int64  `json:"BusinessId" xml:"BusinessId"`
	CurrentVersion int64  `json:"CurrentVersion" xml:"CurrentVersion"`
	Owner          string `json:"Owner" xml:"Owner"`
	FolderId       string `json:"FolderId" xml:"FolderId"`
}

FilePropertyContent is a nested struct in dataworks_public response

type FileVersion ¶

type FileVersion struct {
	FileContent         string `json:"FileContent" xml:"FileContent"`
	Status              string `json:"Status" xml:"Status"`
	IsCurrentProd       bool   `json:"IsCurrentProd" xml:"IsCurrentProd"`
	CommitUser          string `json:"CommitUser" xml:"CommitUser"`
	NodeContent         string `json:"NodeContent" xml:"NodeContent"`
	Comment             string `json:"Comment" xml:"Comment"`
	FilePropertyContent string `json:"FilePropertyContent" xml:"FilePropertyContent"`
	FileName            string `json:"FileName" xml:"FileName"`
	UseType             string `json:"UseType" xml:"UseType"`
	ChangeType          string `json:"ChangeType" xml:"ChangeType"`
	FileVersion         int    `json:"FileVersion" xml:"FileVersion"`
	CommitTime          int64  `json:"CommitTime" xml:"CommitTime"`
	NodeId              int64  `json:"NodeId" xml:"NodeId"`
}

FileVersion is a nested struct in dataworks_public response

type FileVersions ¶

type FileVersions struct {
	FileVersion []FileVersion `json:"FileVersion" xml:"FileVersion"`
}

FileVersions is a nested struct in dataworks_public response

type Files ¶

type Files struct {
	File []File `json:"File" xml:"File"`
}

Files is a nested struct in dataworks_public response

type FlowId ¶ added in v1.61.1068

type FlowId struct {
	FlowId []string `json:"FlowId" xml:"FlowId"`
}

FlowId is a nested struct in dataworks_public response

type Folder ¶ added in v1.61.610

type Folder struct {
	ModifiedTime string `json:"ModifiedTime" xml:"ModifiedTime"`
	CreatedTime  string `json:"CreatedTime" xml:"CreatedTime"`
	FolderId     int64  `json:"FolderId" xml:"FolderId"`
	TenantId     int64  `json:"TenantId" xml:"TenantId"`
	FolderName   string `json:"FolderName" xml:"FolderName"`
	GroupId      string `json:"GroupId" xml:"GroupId"`
	ProjectId    int64  `json:"ProjectId" xml:"ProjectId"`
	ParentId     int64  `json:"ParentId" xml:"ParentId"`
}

Folder is a nested struct in dataworks_public response

type FolderPagingResult ¶ added in v1.61.610

type FolderPagingResult struct {
	PageNumber int      `json:"PageNumber" xml:"PageNumber"`
	PageSize   int      `json:"PageSize" xml:"PageSize"`
	TotalCount int      `json:"TotalCount" xml:"TotalCount"`
	Folders    []Folder `json:"Folders" xml:"Folders"`
}

FolderPagingResult is a nested struct in dataworks_public response

type FoldersInListDataServiceFolders ¶ added in v1.61.610

type FoldersInListDataServiceFolders struct {
	Folder []Folder `json:"Folder" xml:"Folder"`
}

FoldersInListDataServiceFolders is a nested struct in dataworks_public response

type FoldersInListFolders ¶ added in v1.61.610

type FoldersInListFolders struct {
	FoldersItem []FoldersItem `json:"Folders" xml:"Folders"`
}

FoldersInListFolders is a nested struct in dataworks_public response

type FoldersItem ¶

type FoldersItem struct {
	FolderPath string `json:"FolderPath" xml:"FolderPath"`
	FolderId   string `json:"FolderId" xml:"FolderId"`
}

FoldersItem is a nested struct in dataworks_public response

type Follower ¶

type Follower struct {
	FollowerAccountName string `json:"FollowerAccountName" xml:"FollowerAccountName"`
	TableName           string `json:"TableName" xml:"TableName"`
	AlarmMode           int    `json:"AlarmMode" xml:"AlarmMode"`
	EntityId            string `json:"EntityId" xml:"EntityId"`
	ProjectName         string `json:"ProjectName" xml:"ProjectName"`
	Id                  int64  `json:"Id" xml:"Id"`
	Follower            string `json:"Follower" xml:"Follower"`
	CreateTime          int64  `json:"CreateTime" xml:"CreateTime"`
	ModifyTime          int64  `json:"ModifyTime" xml:"ModifyTime"`
}

Follower is a nested struct in dataworks_public response

type GenerateDISyncTaskConfigForCreatingRequest ¶ added in v1.61.1297

type GenerateDISyncTaskConfigForCreatingRequest struct {
	*requests.RpcRequest
	TaskType    string           `position:"Query" name:"TaskType"`
	ClientToken string           `position:"Query" name:"ClientToken"`
	TaskParam   string           `position:"Query" name:"TaskParam"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

GenerateDISyncTaskConfigForCreatingRequest is the request struct for api GenerateDISyncTaskConfigForCreating

func CreateGenerateDISyncTaskConfigForCreatingRequest ¶ added in v1.61.1297

func CreateGenerateDISyncTaskConfigForCreatingRequest() (request *GenerateDISyncTaskConfigForCreatingRequest)

CreateGenerateDISyncTaskConfigForCreatingRequest creates a request to invoke GenerateDISyncTaskConfigForCreating API

type GenerateDISyncTaskConfigForCreatingResponse ¶ added in v1.61.1297

type GenerateDISyncTaskConfigForCreatingResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GenerateDISyncTaskConfigForCreatingResponse is the response struct for api GenerateDISyncTaskConfigForCreating

func CreateGenerateDISyncTaskConfigForCreatingResponse ¶ added in v1.61.1297

func CreateGenerateDISyncTaskConfigForCreatingResponse() (response *GenerateDISyncTaskConfigForCreatingResponse)

CreateGenerateDISyncTaskConfigForCreatingResponse creates a response to parse from GenerateDISyncTaskConfigForCreating response

type GenerateDISyncTaskConfigForUpdatingRequest ¶ added in v1.61.1297

type GenerateDISyncTaskConfigForUpdatingRequest struct {
	*requests.RpcRequest
	TaskType    string           `position:"Query" name:"TaskType"`
	ClientToken string           `position:"Query" name:"ClientToken"`
	TaskParam   string           `position:"Query" name:"TaskParam"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
	TaskId      requests.Integer `position:"Query" name:"TaskId"`
}

GenerateDISyncTaskConfigForUpdatingRequest is the request struct for api GenerateDISyncTaskConfigForUpdating

func CreateGenerateDISyncTaskConfigForUpdatingRequest ¶ added in v1.61.1297

func CreateGenerateDISyncTaskConfigForUpdatingRequest() (request *GenerateDISyncTaskConfigForUpdatingRequest)

CreateGenerateDISyncTaskConfigForUpdatingRequest creates a request to invoke GenerateDISyncTaskConfigForUpdating API

type GenerateDISyncTaskConfigForUpdatingResponse ¶ added in v1.61.1297

type GenerateDISyncTaskConfigForUpdatingResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GenerateDISyncTaskConfigForUpdatingResponse is the response struct for api GenerateDISyncTaskConfigForUpdating

func CreateGenerateDISyncTaskConfigForUpdatingResponse ¶ added in v1.61.1297

func CreateGenerateDISyncTaskConfigForUpdatingResponse() (response *GenerateDISyncTaskConfigForUpdatingResponse)

CreateGenerateDISyncTaskConfigForUpdatingResponse creates a response to parse from GenerateDISyncTaskConfigForUpdating response

type GetBaselineConfigRequest ¶

type GetBaselineConfigRequest struct {
	*requests.RpcRequest
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

GetBaselineConfigRequest is the request struct for api GetBaselineConfig

func CreateGetBaselineConfigRequest ¶

func CreateGetBaselineConfigRequest() (request *GetBaselineConfigRequest)

CreateGetBaselineConfigRequest creates a request to invoke GetBaselineConfig API

type GetBaselineConfigResponse ¶

type GetBaselineConfigResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetBaselineConfigResponse is the response struct for api GetBaselineConfig

func CreateGetBaselineConfigResponse ¶

func CreateGetBaselineConfigResponse() (response *GetBaselineConfigResponse)

CreateGetBaselineConfigResponse creates a response to parse from GetBaselineConfig response

type GetBaselineKeyPathRequest ¶

type GetBaselineKeyPathRequest struct {
	*requests.RpcRequest
	Bizdate    string           `position:"Body" name:"Bizdate"`
	InGroupId  requests.Integer `position:"Body" name:"InGroupId"`
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

GetBaselineKeyPathRequest is the request struct for api GetBaselineKeyPath

func CreateGetBaselineKeyPathRequest ¶

func CreateGetBaselineKeyPathRequest() (request *GetBaselineKeyPathRequest)

CreateGetBaselineKeyPathRequest creates a request to invoke GetBaselineKeyPath API

type GetBaselineKeyPathResponse ¶

type GetBaselineKeyPathResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool       `json:"Success" xml:"Success"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

GetBaselineKeyPathResponse is the response struct for api GetBaselineKeyPath

func CreateGetBaselineKeyPathResponse ¶

func CreateGetBaselineKeyPathResponse() (response *GetBaselineKeyPathResponse)

CreateGetBaselineKeyPathResponse creates a response to parse from GetBaselineKeyPath response

type GetBaselineRequest ¶ added in v1.62.16

type GetBaselineRequest struct {
	*requests.RpcRequest
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

GetBaselineRequest is the request struct for api GetBaseline

func CreateGetBaselineRequest ¶ added in v1.62.16

func CreateGetBaselineRequest() (request *GetBaselineRequest)

CreateGetBaselineRequest creates a request to invoke GetBaseline API

type GetBaselineResponse ¶ added in v1.62.16

type GetBaselineResponse struct {
	*responses.BaseResponse
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetBaselineResponse is the response struct for api GetBaseline

func CreateGetBaselineResponse ¶ added in v1.62.16

func CreateGetBaselineResponse() (response *GetBaselineResponse)

CreateGetBaselineResponse creates a response to parse from GetBaseline response

type GetBaselineStatusRequest ¶

type GetBaselineStatusRequest struct {
	*requests.RpcRequest
	Bizdate    string           `position:"Body" name:"Bizdate"`
	InGroupId  requests.Integer `position:"Body" name:"InGroupId"`
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

GetBaselineStatusRequest is the request struct for api GetBaselineStatus

func CreateGetBaselineStatusRequest ¶

func CreateGetBaselineStatusRequest() (request *GetBaselineStatusRequest)

CreateGetBaselineStatusRequest creates a request to invoke GetBaselineStatus API

type GetBaselineStatusResponse ¶

type GetBaselineStatusResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetBaselineStatusResponse is the response struct for api GetBaselineStatus

func CreateGetBaselineStatusResponse ¶

func CreateGetBaselineStatusResponse() (response *GetBaselineStatusResponse)

CreateGetBaselineStatusResponse creates a response to parse from GetBaselineStatus response

type GetBusinessRequest ¶

type GetBusinessRequest struct {
	*requests.RpcRequest
	BusinessId        requests.Integer `position:"Body" name:"BusinessId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
}

GetBusinessRequest is the request struct for api GetBusiness

func CreateGetBusinessRequest ¶

func CreateGetBusinessRequest() (request *GetBusinessRequest)

CreateGetBusinessRequest creates a request to invoke GetBusiness API

type GetBusinessResponse ¶

type GetBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int               `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string            `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string            `json:"RequestId" xml:"RequestId"`
	ErrorCode      string            `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool              `json:"Success" xml:"Success"`
	Data           DataInGetBusiness `json:"Data" xml:"Data"`
}

GetBusinessResponse is the response struct for api GetBusiness

func CreateGetBusinessResponse ¶

func CreateGetBusinessResponse() (response *GetBusinessResponse)

CreateGetBusinessResponse creates a response to parse from GetBusiness response

type GetDDLJobStatusRequest ¶ added in v1.61.610

type GetDDLJobStatusRequest struct {
	*requests.RpcRequest
	TaskId string `position:"Query" name:"TaskId"`
}

GetDDLJobStatusRequest is the request struct for api GetDDLJobStatus

func CreateGetDDLJobStatusRequest ¶ added in v1.61.610

func CreateGetDDLJobStatusRequest() (request *GetDDLJobStatusRequest)

CreateGetDDLJobStatusRequest creates a request to invoke GetDDLJobStatus API

type GetDDLJobStatusResponse ¶ added in v1.61.610

type GetDDLJobStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDDLJobStatusResponse is the response struct for api GetDDLJobStatus

func CreateGetDDLJobStatusResponse ¶ added in v1.61.610

func CreateGetDDLJobStatusResponse() (response *GetDDLJobStatusResponse)

CreateGetDDLJobStatusResponse creates a response to parse from GetDDLJobStatus response

type GetDISyncInstanceInfoRequest ¶ added in v1.61.1297

type GetDISyncInstanceInfoRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

GetDISyncInstanceInfoRequest is the request struct for api GetDISyncInstanceInfo

func CreateGetDISyncInstanceInfoRequest ¶ added in v1.61.1297

func CreateGetDISyncInstanceInfoRequest() (request *GetDISyncInstanceInfoRequest)

CreateGetDISyncInstanceInfoRequest creates a request to invoke GetDISyncInstanceInfo API

type GetDISyncInstanceInfoResponse ¶ added in v1.61.1297

type GetDISyncInstanceInfoResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDISyncInstanceInfoResponse is the response struct for api GetDISyncInstanceInfo

func CreateGetDISyncInstanceInfoResponse ¶ added in v1.61.1297

func CreateGetDISyncInstanceInfoResponse() (response *GetDISyncInstanceInfoResponse)

CreateGetDISyncInstanceInfoResponse creates a response to parse from GetDISyncInstanceInfo response

type GetDISyncTaskRequest ¶ added in v1.61.1297

type GetDISyncTaskRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

GetDISyncTaskRequest is the request struct for api GetDISyncTask

func CreateGetDISyncTaskRequest ¶ added in v1.61.1297

func CreateGetDISyncTaskRequest() (request *GetDISyncTaskRequest)

CreateGetDISyncTaskRequest creates a request to invoke GetDISyncTask API

type GetDISyncTaskResponse ¶ added in v1.61.1297

type GetDISyncTaskResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDISyncTaskResponse is the response struct for api GetDISyncTask

func CreateGetDISyncTaskResponse ¶ added in v1.61.1297

func CreateGetDISyncTaskResponse() (response *GetDISyncTaskResponse)

CreateGetDISyncTaskResponse creates a response to parse from GetDISyncTask response

type GetDagRequest ¶ added in v1.61.738

type GetDagRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	DagId      requests.Integer `position:"Body" name:"DagId"`
}

GetDagRequest is the request struct for api GetDag

func CreateGetDagRequest ¶ added in v1.61.738

func CreateGetDagRequest() (request *GetDagRequest)

CreateGetDagRequest creates a request to invoke GetDag API

type GetDagResponse ¶ added in v1.61.738

type GetDagResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetDagResponse is the response struct for api GetDag

func CreateGetDagResponse ¶ added in v1.61.738

func CreateGetDagResponse() (response *GetDagResponse)

CreateGetDagResponse creates a response to parse from GetDag response

type GetDataServiceApiRequest ¶

type GetDataServiceApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

GetDataServiceApiRequest is the request struct for api GetDataServiceApi

func CreateGetDataServiceApiRequest ¶

func CreateGetDataServiceApiRequest() (request *GetDataServiceApiRequest)

CreateGetDataServiceApiRequest creates a request to invoke GetDataServiceApi API

type GetDataServiceApiResponse ¶

type GetDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                     `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                  `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool                    `json:"Success" xml:"Success"`
	ErrorCode      string                  `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetDataServiceApi `json:"Data" xml:"Data"`
}

GetDataServiceApiResponse is the response struct for api GetDataServiceApi

func CreateGetDataServiceApiResponse ¶

func CreateGetDataServiceApiResponse() (response *GetDataServiceApiResponse)

CreateGetDataServiceApiResponse creates a response to parse from GetDataServiceApi response

type GetDataServiceApiTestRequest ¶ added in v1.62.16

type GetDataServiceApiTestRequest struct {
	*requests.RpcRequest
	TestId requests.Integer `position:"Query" name:"TestId"`
}

GetDataServiceApiTestRequest is the request struct for api GetDataServiceApiTest

func CreateGetDataServiceApiTestRequest ¶ added in v1.62.16

func CreateGetDataServiceApiTestRequest() (request *GetDataServiceApiTestRequest)

CreateGetDataServiceApiTestRequest creates a request to invoke GetDataServiceApiTest API

type GetDataServiceApiTestResponse ¶ added in v1.62.16

type GetDataServiceApiTestResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDataServiceApiTestResponse is the response struct for api GetDataServiceApiTest

func CreateGetDataServiceApiTestResponse ¶ added in v1.62.16

func CreateGetDataServiceApiTestResponse() (response *GetDataServiceApiTestResponse)

CreateGetDataServiceApiTestResponse creates a response to parse from GetDataServiceApiTest response

type GetDataServiceApplicationRequest ¶

type GetDataServiceApplicationRequest struct {
	*requests.RpcRequest
	TenantId      requests.Integer `position:"Body" name:"TenantId"`
	ApplicationId requests.Integer `position:"Body" name:"ApplicationId"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
}

GetDataServiceApplicationRequest is the request struct for api GetDataServiceApplication

func CreateGetDataServiceApplicationRequest ¶

func CreateGetDataServiceApplicationRequest() (request *GetDataServiceApplicationRequest)

CreateGetDataServiceApplicationRequest creates a request to invoke GetDataServiceApplication API

type GetDataServiceApplicationResponse ¶

type GetDataServiceApplicationResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetDataServiceApplicationResponse is the response struct for api GetDataServiceApplication

func CreateGetDataServiceApplicationResponse ¶

func CreateGetDataServiceApplicationResponse() (response *GetDataServiceApplicationResponse)

CreateGetDataServiceApplicationResponse creates a response to parse from GetDataServiceApplication response

type GetDataServiceFolderRequest ¶ added in v1.61.610

type GetDataServiceFolderRequest struct {
	*requests.RpcRequest
	FolderId  requests.Integer `position:"Body" name:"FolderId"`
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetDataServiceFolderRequest is the request struct for api GetDataServiceFolder

func CreateGetDataServiceFolderRequest ¶ added in v1.61.610

func CreateGetDataServiceFolderRequest() (request *GetDataServiceFolderRequest)

CreateGetDataServiceFolderRequest creates a request to invoke GetDataServiceFolder API

type GetDataServiceFolderResponse ¶ added in v1.61.610

type GetDataServiceFolderResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Folder    Folder `json:"Folder" xml:"Folder"`
}

GetDataServiceFolderResponse is the response struct for api GetDataServiceFolder

func CreateGetDataServiceFolderResponse ¶ added in v1.61.610

func CreateGetDataServiceFolderResponse() (response *GetDataServiceFolderResponse)

CreateGetDataServiceFolderResponse creates a response to parse from GetDataServiceFolder response

type GetDataServiceGroupRequest ¶ added in v1.61.610

type GetDataServiceGroupRequest struct {
	*requests.RpcRequest
	GroupId   string           `position:"Body" name:"GroupId"`
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetDataServiceGroupRequest is the request struct for api GetDataServiceGroup

func CreateGetDataServiceGroupRequest ¶ added in v1.61.610

func CreateGetDataServiceGroupRequest() (request *GetDataServiceGroupRequest)

CreateGetDataServiceGroupRequest creates a request to invoke GetDataServiceGroup API

type GetDataServiceGroupResponse ¶ added in v1.61.610

type GetDataServiceGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Group     Group  `json:"Group" xml:"Group"`
}

GetDataServiceGroupResponse is the response struct for api GetDataServiceGroup

func CreateGetDataServiceGroupResponse ¶ added in v1.61.610

func CreateGetDataServiceGroupResponse() (response *GetDataServiceGroupResponse)

CreateGetDataServiceGroupResponse creates a response to parse from GetDataServiceGroup response

type GetDataServicePublishedApiRequest ¶

type GetDataServicePublishedApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

GetDataServicePublishedApiRequest is the request struct for api GetDataServicePublishedApi

func CreateGetDataServicePublishedApiRequest ¶

func CreateGetDataServicePublishedApiRequest() (request *GetDataServicePublishedApiRequest)

CreateGetDataServicePublishedApiRequest creates a request to invoke GetDataServicePublishedApi API

type GetDataServicePublishedApiResponse ¶

type GetDataServicePublishedApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string                           `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool                             `json:"Success" xml:"Success"`
	ErrorCode      string                           `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetDataServicePublishedApi `json:"Data" xml:"Data"`
}

GetDataServicePublishedApiResponse is the response struct for api GetDataServicePublishedApi

func CreateGetDataServicePublishedApiResponse ¶

func CreateGetDataServicePublishedApiResponse() (response *GetDataServicePublishedApiResponse)

CreateGetDataServicePublishedApiResponse creates a response to parse from GetDataServicePublishedApi response

type GetDataSourceMetaRequest ¶ added in v1.61.1297

type GetDataSourceMetaRequest struct {
	*requests.RpcRequest
	DatasourceName string           `position:"Query" name:"DatasourceName"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	EnvType        string           `position:"Query" name:"EnvType"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

GetDataSourceMetaRequest is the request struct for api GetDataSourceMeta

func CreateGetDataSourceMetaRequest ¶ added in v1.61.1297

func CreateGetDataSourceMetaRequest() (request *GetDataSourceMetaRequest)

CreateGetDataSourceMetaRequest creates a request to invoke GetDataSourceMeta API

type GetDataSourceMetaResponse ¶ added in v1.61.1297

type GetDataSourceMetaResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDataSourceMetaResponse is the response struct for api GetDataSourceMeta

func CreateGetDataSourceMetaResponse ¶ added in v1.61.1297

func CreateGetDataSourceMetaResponse() (response *GetDataSourceMetaResponse)

CreateGetDataSourceMetaResponse creates a response to parse from GetDataSourceMeta response

type GetDeploymentRequest ¶

type GetDeploymentRequest struct {
	*requests.RpcRequest
	DeploymentId      requests.Integer `position:"Body" name:"DeploymentId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
}

GetDeploymentRequest is the request struct for api GetDeployment

func CreateGetDeploymentRequest ¶

func CreateGetDeploymentRequest() (request *GetDeploymentRequest)

CreateGetDeploymentRequest creates a request to invoke GetDeployment API

type GetDeploymentResponse ¶

type GetDeploymentResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetDeploymentResponse is the response struct for api GetDeployment

func CreateGetDeploymentResponse ¶

func CreateGetDeploymentResponse() (response *GetDeploymentResponse)

CreateGetDeploymentResponse creates a response to parse from GetDeployment response

type GetExtensionRequest ¶ added in v1.61.1615

type GetExtensionRequest struct {
	*requests.RpcRequest
	ExtensionCode string `position:"Query" name:"ExtensionCode"`
}

GetExtensionRequest is the request struct for api GetExtension

func CreateGetExtensionRequest ¶ added in v1.61.1615

func CreateGetExtensionRequest() (request *GetExtensionRequest)

CreateGetExtensionRequest creates a request to invoke GetExtension API

type GetExtensionResponse ¶ added in v1.61.1615

type GetExtensionResponse struct {
	*responses.BaseResponse
	RequestId string    `json:"RequestId" xml:"RequestId"`
	Extension Extension `json:"Extension" xml:"Extension"`
}

GetExtensionResponse is the response struct for api GetExtension

func CreateGetExtensionResponse ¶ added in v1.61.1615

func CreateGetExtensionResponse() (response *GetExtensionResponse)

CreateGetExtensionResponse creates a response to parse from GetExtension response

type GetFileRequest ¶

type GetFileRequest struct {
	*requests.RpcRequest
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	NodeId            requests.Integer `position:"Body" name:"NodeId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FileId            requests.Integer `position:"Body" name:"FileId"`
}

GetFileRequest is the request struct for api GetFile

func CreateGetFileRequest ¶

func CreateGetFileRequest() (request *GetFileRequest)

CreateGetFileRequest creates a request to invoke GetFile API

type GetFileResponse ¶

type GetFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetFileResponse is the response struct for api GetFile

func CreateGetFileResponse ¶

func CreateGetFileResponse() (response *GetFileResponse)

CreateGetFileResponse creates a response to parse from GetFile response

type GetFileTypeStatisticRequest ¶ added in v1.61.1068

type GetFileTypeStatisticRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
}

GetFileTypeStatisticRequest is the request struct for api GetFileTypeStatistic

func CreateGetFileTypeStatisticRequest ¶ added in v1.61.1068

func CreateGetFileTypeStatisticRequest() (request *GetFileTypeStatisticRequest)

CreateGetFileTypeStatisticRequest creates a request to invoke GetFileTypeStatistic API

type GetFileTypeStatisticResponse ¶ added in v1.61.1068

type GetFileTypeStatisticResponse struct {
	*responses.BaseResponse
	RequestId            string                `json:"RequestId" xml:"RequestId"`
	ProgramTypeAndCounts []ProgramTypeAndCount `json:"ProgramTypeAndCounts" xml:"ProgramTypeAndCounts"`
}

GetFileTypeStatisticResponse is the response struct for api GetFileTypeStatistic

func CreateGetFileTypeStatisticResponse ¶ added in v1.61.1068

func CreateGetFileTypeStatisticResponse() (response *GetFileTypeStatisticResponse)

CreateGetFileTypeStatisticResponse creates a response to parse from GetFileTypeStatistic response

type GetFileVersionRequest ¶

type GetFileVersionRequest struct {
	*requests.RpcRequest
	FileVersion       requests.Integer `position:"Body" name:"FileVersion"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FileId            requests.Integer `position:"Body" name:"FileId"`
}

GetFileVersionRequest is the request struct for api GetFileVersion

func CreateGetFileVersionRequest ¶

func CreateGetFileVersionRequest() (request *GetFileVersionRequest)

CreateGetFileVersionRequest creates a request to invoke GetFileVersion API

type GetFileVersionResponse ¶

type GetFileVersionResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetFileVersionResponse is the response struct for api GetFileVersion

func CreateGetFileVersionResponse ¶

func CreateGetFileVersionResponse() (response *GetFileVersionResponse)

CreateGetFileVersionResponse creates a response to parse from GetFileVersion response

type GetFolderRequest ¶

type GetFolderRequest struct {
	*requests.RpcRequest
	FolderPath        string           `position:"Body" name:"FolderPath"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FolderId          string           `position:"Body" name:"FolderId"`
}

GetFolderRequest is the request struct for api GetFolder

func CreateGetFolderRequest ¶

func CreateGetFolderRequest() (request *GetFolderRequest)

CreateGetFolderRequest creates a request to invoke GetFolder API

type GetFolderResponse ¶

type GetFolderResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetFolderResponse is the response struct for api GetFolder

func CreateGetFolderResponse ¶

func CreateGetFolderResponse() (response *GetFolderResponse)

CreateGetFolderResponse creates a response to parse from GetFolder response

type GetIDEEventDetailRequest ¶ added in v1.61.1367

type GetIDEEventDetailRequest struct {
	*requests.RpcRequest
	MessageId string           `position:"Body" name:"MessageId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetIDEEventDetailRequest is the request struct for api GetIDEEventDetail

func CreateGetIDEEventDetailRequest ¶ added in v1.61.1367

func CreateGetIDEEventDetailRequest() (request *GetIDEEventDetailRequest)

CreateGetIDEEventDetailRequest creates a request to invoke GetIDEEventDetail API

type GetIDEEventDetailResponse ¶ added in v1.61.1367

type GetIDEEventDetailResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	EventDetail EventDetail `json:"EventDetail" xml:"EventDetail"`
}

GetIDEEventDetailResponse is the response struct for api GetIDEEventDetail

func CreateGetIDEEventDetailResponse ¶ added in v1.61.1367

func CreateGetIDEEventDetailResponse() (response *GetIDEEventDetailResponse)

CreateGetIDEEventDetailResponse creates a response to parse from GetIDEEventDetail response

type GetInstanceConsumeTimeRankRequest ¶ added in v1.61.610

type GetInstanceConsumeTimeRankRequest struct {
	*requests.RpcRequest
	Bizdate   string           `position:"Body" name:"Bizdate"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetInstanceConsumeTimeRankRequest is the request struct for api GetInstanceConsumeTimeRank

func CreateGetInstanceConsumeTimeRankRequest ¶ added in v1.61.610

func CreateGetInstanceConsumeTimeRankRequest() (request *GetInstanceConsumeTimeRankRequest)

CreateGetInstanceConsumeTimeRankRequest creates a request to invoke GetInstanceConsumeTimeRank API

type GetInstanceConsumeTimeRankResponse ¶ added in v1.61.610

type GetInstanceConsumeTimeRankResponse struct {
	*responses.BaseResponse
	RequestId               string                  `json:"RequestId" xml:"RequestId"`
	InstanceConsumeTimeRank InstanceConsumeTimeRank `json:"InstanceConsumeTimeRank" xml:"InstanceConsumeTimeRank"`
}

GetInstanceConsumeTimeRankResponse is the response struct for api GetInstanceConsumeTimeRank

func CreateGetInstanceConsumeTimeRankResponse ¶ added in v1.61.610

func CreateGetInstanceConsumeTimeRankResponse() (response *GetInstanceConsumeTimeRankResponse)

CreateGetInstanceConsumeTimeRankResponse creates a response to parse from GetInstanceConsumeTimeRank response

type GetInstanceCountTrendRequest ¶ added in v1.61.610

type GetInstanceCountTrendRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Body" name:"BeginDate"`
	EndDate   string           `position:"Body" name:"EndDate"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetInstanceCountTrendRequest is the request struct for api GetInstanceCountTrend

func CreateGetInstanceCountTrendRequest ¶ added in v1.61.610

func CreateGetInstanceCountTrendRequest() (request *GetInstanceCountTrendRequest)

CreateGetInstanceCountTrendRequest creates a request to invoke GetInstanceCountTrend API

type GetInstanceCountTrendResponse ¶ added in v1.61.610

type GetInstanceCountTrendResponse struct {
	*responses.BaseResponse
	RequestId      string          `json:"RequestId" xml:"RequestId"`
	InstanceCounts []IntanceCounts `json:"InstanceCounts" xml:"InstanceCounts"`
}

GetInstanceCountTrendResponse is the response struct for api GetInstanceCountTrend

func CreateGetInstanceCountTrendResponse ¶ added in v1.61.610

func CreateGetInstanceCountTrendResponse() (response *GetInstanceCountTrendResponse)

CreateGetInstanceCountTrendResponse creates a response to parse from GetInstanceCountTrend response

type GetInstanceErrorRankRequest ¶ added in v1.61.610

type GetInstanceErrorRankRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetInstanceErrorRankRequest is the request struct for api GetInstanceErrorRank

func CreateGetInstanceErrorRankRequest ¶ added in v1.61.610

func CreateGetInstanceErrorRankRequest() (request *GetInstanceErrorRankRequest)

CreateGetInstanceErrorRankRequest creates a request to invoke GetInstanceErrorRank API

type GetInstanceErrorRankResponse ¶ added in v1.61.610

type GetInstanceErrorRankResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	InstanceErrorRank InstanceErrorRank `json:"InstanceErrorRank" xml:"InstanceErrorRank"`
}

GetInstanceErrorRankResponse is the response struct for api GetInstanceErrorRank

func CreateGetInstanceErrorRankResponse ¶ added in v1.61.610

func CreateGetInstanceErrorRankResponse() (response *GetInstanceErrorRankResponse)

CreateGetInstanceErrorRankResponse creates a response to parse from GetInstanceErrorRank response

type GetInstanceLogRequest ¶

type GetInstanceLogRequest struct {
	*requests.RpcRequest
	ProjectEnv        string           `position:"Body" name:"ProjectEnv"`
	InstanceId        requests.Integer `position:"Body" name:"InstanceId"`
	InstanceHistoryId requests.Integer `position:"Body" name:"InstanceHistoryId"`
}

GetInstanceLogRequest is the request struct for api GetInstanceLog

func CreateGetInstanceLogRequest ¶

func CreateGetInstanceLogRequest() (request *GetInstanceLogRequest)

CreateGetInstanceLogRequest creates a request to invoke GetInstanceLog API

type GetInstanceLogResponse ¶

type GetInstanceLogResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           string `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

GetInstanceLogResponse is the response struct for api GetInstanceLog

func CreateGetInstanceLogResponse ¶

func CreateGetInstanceLogResponse() (response *GetInstanceLogResponse)

CreateGetInstanceLogResponse creates a response to parse from GetInstanceLog response

type GetInstanceRequest ¶

type GetInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

GetInstanceRequest is the request struct for api GetInstance

func CreateGetInstanceRequest ¶

func CreateGetInstanceRequest() (request *GetInstanceRequest)

CreateGetInstanceRequest creates a request to invoke GetInstance API

type GetInstanceResponse ¶

type GetInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetInstanceResponse is the response struct for api GetInstance

func CreateGetInstanceResponse ¶

func CreateGetInstanceResponse() (response *GetInstanceResponse)

CreateGetInstanceResponse creates a response to parse from GetInstance response

type GetInstanceStatusCountRequest ¶ added in v1.61.610

type GetInstanceStatusCountRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	BizDate    string           `position:"Body" name:"BizDate"`
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
}

GetInstanceStatusCountRequest is the request struct for api GetInstanceStatusCount

func CreateGetInstanceStatusCountRequest ¶ added in v1.61.610

func CreateGetInstanceStatusCountRequest() (request *GetInstanceStatusCountRequest)

CreateGetInstanceStatusCountRequest creates a request to invoke GetInstanceStatusCount API

type GetInstanceStatusCountResponse ¶ added in v1.61.610

type GetInstanceStatusCountResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	StatusCount StatusCount `json:"StatusCount" xml:"StatusCount"`
}

GetInstanceStatusCountResponse is the response struct for api GetInstanceStatusCount

func CreateGetInstanceStatusCountResponse ¶ added in v1.61.610

func CreateGetInstanceStatusCountResponse() (response *GetInstanceStatusCountResponse)

CreateGetInstanceStatusCountResponse creates a response to parse from GetInstanceStatusCount response

type GetInstanceStatusStatisticRequest ¶ added in v1.61.1068

type GetInstanceStatusStatisticRequest struct {
	*requests.RpcRequest
	ProjectEnv    string           `position:"Body" name:"ProjectEnv"`
	DagType       string           `position:"Body" name:"DagType"`
	BizDate       string           `position:"Body" name:"BizDate"`
	SchedulerType string           `position:"Body" name:"SchedulerType"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
}

GetInstanceStatusStatisticRequest is the request struct for api GetInstanceStatusStatistic

func CreateGetInstanceStatusStatisticRequest ¶ added in v1.61.1068

func CreateGetInstanceStatusStatisticRequest() (request *GetInstanceStatusStatisticRequest)

CreateGetInstanceStatusStatisticRequest creates a request to invoke GetInstanceStatusStatistic API

type GetInstanceStatusStatisticResponse ¶ added in v1.61.1068

type GetInstanceStatusStatisticResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	StatusCount StatusCount `json:"StatusCount" xml:"StatusCount"`
}

GetInstanceStatusStatisticResponse is the response struct for api GetInstanceStatusStatistic

func CreateGetInstanceStatusStatisticResponse ¶ added in v1.61.1068

func CreateGetInstanceStatusStatisticResponse() (response *GetInstanceStatusStatisticResponse)

CreateGetInstanceStatusStatisticResponse creates a response to parse from GetInstanceStatusStatistic response

type GetManualDagInstancesRequest ¶ added in v1.61.738

type GetManualDagInstancesRequest struct {
	*requests.RpcRequest
	ProjectEnv  string `position:"Body" name:"ProjectEnv"`
	ProjectName string `position:"Body" name:"ProjectName"`
	DagId       string `position:"Body" name:"DagId"`
}

GetManualDagInstancesRequest is the request struct for api GetManualDagInstances

func CreateGetManualDagInstancesRequest ¶ added in v1.61.738

func CreateGetManualDagInstancesRequest() (request *GetManualDagInstancesRequest)

CreateGetManualDagInstancesRequest creates a request to invoke GetManualDagInstances API

type GetManualDagInstancesResponse ¶ added in v1.61.738

type GetManualDagInstancesResponse struct {
	*responses.BaseResponse
	RequestId string          `json:"RequestId" xml:"RequestId"`
	Instances []InstancesItem `json:"Instances" xml:"Instances"`
}

GetManualDagInstancesResponse is the response struct for api GetManualDagInstances

func CreateGetManualDagInstancesResponse ¶ added in v1.61.738

func CreateGetManualDagInstancesResponse() (response *GetManualDagInstancesResponse)

CreateGetManualDagInstancesResponse creates a response to parse from GetManualDagInstances response

type GetMetaCategoryRequest ¶

type GetMetaCategoryRequest struct {
	*requests.RpcRequest
	ParentCategoryId requests.Integer `position:"Query" name:"ParentCategoryId"`
	PageNum          requests.Integer `position:"Query" name:"PageNum"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
}

GetMetaCategoryRequest is the request struct for api GetMetaCategory

func CreateGetMetaCategoryRequest ¶

func CreateGetMetaCategoryRequest() (request *GetMetaCategoryRequest)

CreateGetMetaCategoryRequest creates a request to invoke GetMetaCategory API

type GetMetaCategoryResponse ¶

type GetMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                   `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                `json:"RequestId" xml:"RequestId"`
	Success        bool                  `json:"Success" xml:"Success"`
	ErrorCode      string                `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaCategory `json:"Data" xml:"Data"`
}

GetMetaCategoryResponse is the response struct for api GetMetaCategory

func CreateGetMetaCategoryResponse ¶

func CreateGetMetaCategoryResponse() (response *GetMetaCategoryResponse)

CreateGetMetaCategoryResponse creates a response to parse from GetMetaCategory response

type GetMetaCollectionDetailRequest ¶ added in v1.62.95

type GetMetaCollectionDetailRequest struct {
	*requests.RpcRequest
	QualifiedName string `position:"Query" name:"QualifiedName"`
}

GetMetaCollectionDetailRequest is the request struct for api GetMetaCollectionDetail

func CreateGetMetaCollectionDetailRequest ¶ added in v1.62.95

func CreateGetMetaCollectionDetailRequest() (request *GetMetaCollectionDetailRequest)

CreateGetMetaCollectionDetailRequest creates a request to invoke GetMetaCollectionDetail API

type GetMetaCollectionDetailResponse ¶ added in v1.62.95

type GetMetaCollectionDetailResponse struct {
	*responses.BaseResponse
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	Success        bool       `json:"Success" xml:"Success"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Collection     Collection `json:"Collection" xml:"Collection"`
}

GetMetaCollectionDetailResponse is the response struct for api GetMetaCollectionDetail

func CreateGetMetaCollectionDetailResponse ¶ added in v1.62.95

func CreateGetMetaCollectionDetailResponse() (response *GetMetaCollectionDetailResponse)

CreateGetMetaCollectionDetailResponse creates a response to parse from GetMetaCollectionDetail response

type GetMetaColumnLineageRequest ¶

type GetMetaColumnLineageRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	ColumnName     string           `position:"Query" name:"ColumnName"`
	ColumnGuid     string           `position:"Query" name:"ColumnGuid"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TableName      string           `position:"Query" name:"TableName"`
	Direction      string           `position:"Query" name:"Direction"`
}

GetMetaColumnLineageRequest is the request struct for api GetMetaColumnLineage

func CreateGetMetaColumnLineageRequest ¶

func CreateGetMetaColumnLineageRequest() (request *GetMetaColumnLineageRequest)

CreateGetMetaColumnLineageRequest creates a request to invoke GetMetaColumnLineage API

type GetMetaColumnLineageResponse ¶

type GetMetaColumnLineageResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                     `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                     `json:"RequestId" xml:"RequestId"`
	Success        bool                       `json:"Success" xml:"Success"`
	ErrorCode      string                     `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaColumnLineage `json:"Data" xml:"Data"`
}

GetMetaColumnLineageResponse is the response struct for api GetMetaColumnLineage

func CreateGetMetaColumnLineageResponse ¶

func CreateGetMetaColumnLineageResponse() (response *GetMetaColumnLineageResponse)

CreateGetMetaColumnLineageResponse creates a response to parse from GetMetaColumnLineage response

type GetMetaDBInfoRequest ¶

type GetMetaDBInfoRequest struct {
	*requests.RpcRequest
	DataSourceType string `position:"Query" name:"DataSourceType"`
	ClusterId      string `position:"Query" name:"ClusterId"`
	DatabaseName   string `position:"Query" name:"DatabaseName"`
	AppGuid        string `position:"Query" name:"AppGuid"`
}

GetMetaDBInfoRequest is the request struct for api GetMetaDBInfo

func CreateGetMetaDBInfoRequest ¶

func CreateGetMetaDBInfoRequest() (request *GetMetaDBInfoRequest)

CreateGetMetaDBInfoRequest creates a request to invoke GetMetaDBInfo API

type GetMetaDBInfoResponse ¶

type GetMetaDBInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetMetaDBInfoResponse is the response struct for api GetMetaDBInfo

func CreateGetMetaDBInfoResponse ¶

func CreateGetMetaDBInfoResponse() (response *GetMetaDBInfoResponse)

CreateGetMetaDBInfoResponse creates a response to parse from GetMetaDBInfo response

type GetMetaDBTableListRequest ¶

type GetMetaDBTableListRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	AppGuid        string           `position:"Query" name:"AppGuid"`
}

GetMetaDBTableListRequest is the request struct for api GetMetaDBTableList

func CreateGetMetaDBTableListRequest ¶

func CreateGetMetaDBTableListRequest() (request *GetMetaDBTableListRequest)

CreateGetMetaDBTableListRequest creates a request to invoke GetMetaDBTableList API

type GetMetaDBTableListResponse ¶

type GetMetaDBTableListResponse struct {
	*responses.BaseResponse
	RequestId string                   `json:"RequestId" xml:"RequestId"`
	Data      DataInGetMetaDBTableList `json:"Data" xml:"Data"`
}

GetMetaDBTableListResponse is the response struct for api GetMetaDBTableList

func CreateGetMetaDBTableListResponse ¶

func CreateGetMetaDBTableListResponse() (response *GetMetaDBTableListResponse)

CreateGetMetaDBTableListResponse creates a response to parse from GetMetaDBTableList response

type GetMetaTableBasicInfoRequest ¶

type GetMetaTableBasicInfoRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	Extension      requests.Boolean `position:"Query" name:"Extension"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	TableGuid      string           `position:"Query" name:"TableGuid"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	TableName      string           `position:"Query" name:"TableName"`
}

GetMetaTableBasicInfoRequest is the request struct for api GetMetaTableBasicInfo

func CreateGetMetaTableBasicInfoRequest ¶

func CreateGetMetaTableBasicInfoRequest() (request *GetMetaTableBasicInfoRequest)

CreateGetMetaTableBasicInfoRequest creates a request to invoke GetMetaTableBasicInfo API

type GetMetaTableBasicInfoResponse ¶

type GetMetaTableBasicInfoResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetMetaTableBasicInfoResponse is the response struct for api GetMetaTableBasicInfo

func CreateGetMetaTableBasicInfoResponse ¶

func CreateGetMetaTableBasicInfoResponse() (response *GetMetaTableBasicInfoResponse)

CreateGetMetaTableBasicInfoResponse creates a response to parse from GetMetaTableBasicInfo response

type GetMetaTableChangeLogRequest ¶

type GetMetaTableChangeLogRequest struct {
	*requests.RpcRequest
	StartDate  string           `position:"Body" name:"StartDate"`
	PageNumber requests.Integer `position:"Body" name:"PageNumber"`
	EndDate    string           `position:"Body" name:"EndDate"`
	TableGuid  string           `position:"Body" name:"TableGuid"`
	ChangeType string           `position:"Body" name:"ChangeType"`
	PageSize   requests.Integer `position:"Body" name:"PageSize"`
	ObjectType string           `position:"Body" name:"ObjectType"`
}

GetMetaTableChangeLogRequest is the request struct for api GetMetaTableChangeLog

func CreateGetMetaTableChangeLogRequest ¶

func CreateGetMetaTableChangeLogRequest() (request *GetMetaTableChangeLogRequest)

CreateGetMetaTableChangeLogRequest creates a request to invoke GetMetaTableChangeLog API

type GetMetaTableChangeLogResponse ¶

type GetMetaTableChangeLogResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                         `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                      `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                      `json:"RequestId" xml:"RequestId"`
	Success        bool                        `json:"Success" xml:"Success"`
	ErrorCode      string                      `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaTableChangeLog `json:"Data" xml:"Data"`
}

GetMetaTableChangeLogResponse is the response struct for api GetMetaTableChangeLog

func CreateGetMetaTableChangeLogResponse ¶

func CreateGetMetaTableChangeLogResponse() (response *GetMetaTableChangeLogResponse)

CreateGetMetaTableChangeLogResponse creates a response to parse from GetMetaTableChangeLog response

type GetMetaTableColumnRequest ¶

type GetMetaTableColumnRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	TableGuid      string           `position:"Query" name:"TableGuid"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TableName      string           `position:"Query" name:"TableName"`
}

GetMetaTableColumnRequest is the request struct for api GetMetaTableColumn

func CreateGetMetaTableColumnRequest ¶

func CreateGetMetaTableColumnRequest() (request *GetMetaTableColumnRequest)

CreateGetMetaTableColumnRequest creates a request to invoke GetMetaTableColumn API

type GetMetaTableColumnResponse ¶

type GetMetaTableColumnResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                      `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                   `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                   `json:"RequestId" xml:"RequestId"`
	Success        bool                     `json:"Success" xml:"Success"`
	ErrorCode      string                   `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaTableColumn `json:"Data" xml:"Data"`
}

GetMetaTableColumnResponse is the response struct for api GetMetaTableColumn

func CreateGetMetaTableColumnResponse ¶

func CreateGetMetaTableColumnResponse() (response *GetMetaTableColumnResponse)

CreateGetMetaTableColumnResponse creates a response to parse from GetMetaTableColumn response

type GetMetaTableFullInfoRequest ¶

type GetMetaTableFullInfoRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	TableGuid      string           `position:"Query" name:"TableGuid"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TableName      string           `position:"Query" name:"TableName"`
}

GetMetaTableFullInfoRequest is the request struct for api GetMetaTableFullInfo

func CreateGetMetaTableFullInfoRequest ¶

func CreateGetMetaTableFullInfoRequest() (request *GetMetaTableFullInfoRequest)

CreateGetMetaTableFullInfoRequest creates a request to invoke GetMetaTableFullInfo API

type GetMetaTableFullInfoResponse ¶

type GetMetaTableFullInfoResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetMetaTableFullInfoResponse is the response struct for api GetMetaTableFullInfo

func CreateGetMetaTableFullInfoResponse ¶

func CreateGetMetaTableFullInfoResponse() (response *GetMetaTableFullInfoResponse)

CreateGetMetaTableFullInfoResponse creates a response to parse from GetMetaTableFullInfo response

type GetMetaTableIntroWikiRequest ¶

type GetMetaTableIntroWikiRequest struct {
	*requests.RpcRequest
	WikiVersion requests.Integer `position:"Query" name:"WikiVersion"`
	TableGuid   string           `position:"Query" name:"TableGuid"`
}

GetMetaTableIntroWikiRequest is the request struct for api GetMetaTableIntroWiki

func CreateGetMetaTableIntroWikiRequest ¶

func CreateGetMetaTableIntroWikiRequest() (request *GetMetaTableIntroWikiRequest)

CreateGetMetaTableIntroWikiRequest creates a request to invoke GetMetaTableIntroWiki API

type GetMetaTableIntroWikiResponse ¶

type GetMetaTableIntroWikiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetMetaTableIntroWikiResponse is the response struct for api GetMetaTableIntroWiki

func CreateGetMetaTableIntroWikiResponse ¶

func CreateGetMetaTableIntroWikiResponse() (response *GetMetaTableIntroWikiResponse)

CreateGetMetaTableIntroWikiResponse creates a response to parse from GetMetaTableIntroWiki response

type GetMetaTableLineageRequest ¶

type GetMetaTableLineageRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	TableGuid      string           `position:"Query" name:"TableGuid"`
	NextPrimaryKey string           `position:"Query" name:"NextPrimaryKey"`
	DatabaseName   string           `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TableName      string           `position:"Query" name:"TableName"`
	Direction      string           `position:"Query" name:"Direction"`
}

GetMetaTableLineageRequest is the request struct for api GetMetaTableLineage

func CreateGetMetaTableLineageRequest ¶

func CreateGetMetaTableLineageRequest() (request *GetMetaTableLineageRequest)

CreateGetMetaTableLineageRequest creates a request to invoke GetMetaTableLineage API

type GetMetaTableLineageResponse ¶

type GetMetaTableLineageResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetMetaTableLineageResponse is the response struct for api GetMetaTableLineage

func CreateGetMetaTableLineageResponse ¶

func CreateGetMetaTableLineageResponse() (response *GetMetaTableLineageResponse)

CreateGetMetaTableLineageResponse creates a response to parse from GetMetaTableLineage response

type GetMetaTableListByCategoryRequest ¶

type GetMetaTableListByCategoryRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	CategoryId requests.Integer `position:"Query" name:"CategoryId"`
}

GetMetaTableListByCategoryRequest is the request struct for api GetMetaTableListByCategory

func CreateGetMetaTableListByCategoryRequest ¶

func CreateGetMetaTableListByCategoryRequest() (request *GetMetaTableListByCategoryRequest)

CreateGetMetaTableListByCategoryRequest creates a request to invoke GetMetaTableListByCategory API

type GetMetaTableListByCategoryResponse ¶

type GetMetaTableListByCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                           `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	Success        bool                             `json:"Success" xml:"Success"`
	ErrorCode      string                           `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaTableListByCategory `json:"Data" xml:"Data"`
}

GetMetaTableListByCategoryResponse is the response struct for api GetMetaTableListByCategory

func CreateGetMetaTableListByCategoryResponse ¶

func CreateGetMetaTableListByCategoryResponse() (response *GetMetaTableListByCategoryResponse)

CreateGetMetaTableListByCategoryResponse creates a response to parse from GetMetaTableListByCategory response

type GetMetaTableOutputRequest ¶

type GetMetaTableOutputRequest struct {
	*requests.RpcRequest
	StartDate  string           `position:"Query" name:"StartDate"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	EndDate    string           `position:"Query" name:"EndDate"`
	TableGuid  string           `position:"Query" name:"TableGuid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	TaskId     string           `position:"Query" name:"TaskId"`
}

GetMetaTableOutputRequest is the request struct for api GetMetaTableOutput

func CreateGetMetaTableOutputRequest ¶

func CreateGetMetaTableOutputRequest() (request *GetMetaTableOutputRequest)

CreateGetMetaTableOutputRequest creates a request to invoke GetMetaTableOutput API

type GetMetaTableOutputResponse ¶

type GetMetaTableOutputResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                      `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                   `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                   `json:"RequestId" xml:"RequestId"`
	Success        bool                     `json:"Success" xml:"Success"`
	ErrorCode      string                   `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaTableOutput `json:"Data" xml:"Data"`
}

GetMetaTableOutputResponse is the response struct for api GetMetaTableOutput

func CreateGetMetaTableOutputResponse ¶

func CreateGetMetaTableOutputResponse() (response *GetMetaTableOutputResponse)

CreateGetMetaTableOutputResponse creates a response to parse from GetMetaTableOutput response

type GetMetaTablePartitionRequest ¶

type GetMetaTablePartitionRequest struct {
	*requests.RpcRequest
	SortCriterion  GetMetaTablePartitionSortCriterion `position:"Query" name:"SortCriterion"  type:"Struct"`
	DataSourceType string                             `position:"Query" name:"DataSourceType"`
	ClusterId      string                             `position:"Query" name:"ClusterId"`
	PageNumber     requests.Integer                   `position:"Query" name:"PageNumber"`
	TableGuid      string                             `position:"Query" name:"TableGuid"`
	DatabaseName   string                             `position:"Query" name:"DatabaseName"`
	PageSize       requests.Integer                   `position:"Query" name:"PageSize"`
	TableName      string                             `position:"Query" name:"TableName"`
}

GetMetaTablePartitionRequest is the request struct for api GetMetaTablePartition

func CreateGetMetaTablePartitionRequest ¶

func CreateGetMetaTablePartitionRequest() (request *GetMetaTablePartitionRequest)

CreateGetMetaTablePartitionRequest creates a request to invoke GetMetaTablePartition API

type GetMetaTablePartitionResponse ¶

type GetMetaTablePartitionResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                         `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                      `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                      `json:"RequestId" xml:"RequestId"`
	Success        bool                        `json:"Success" xml:"Success"`
	ErrorCode      string                      `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInGetMetaTablePartition `json:"Data" xml:"Data"`
}

GetMetaTablePartitionResponse is the response struct for api GetMetaTablePartition

func CreateGetMetaTablePartitionResponse ¶

func CreateGetMetaTablePartitionResponse() (response *GetMetaTablePartitionResponse)

CreateGetMetaTablePartitionResponse creates a response to parse from GetMetaTablePartition response

type GetMetaTablePartitionSortCriterion ¶ added in v1.61.1717

type GetMetaTablePartitionSortCriterion struct {
	SortField string `name:"SortField"`
	Order     string `name:"Order"`
}

GetMetaTablePartitionSortCriterion is a repeated param struct in GetMetaTablePartitionRequest

type GetMetaTableProducingTasksRequest ¶ added in v1.62.95

type GetMetaTableProducingTasksRequest struct {
	*requests.RpcRequest
	DataSourceType string `position:"Query" name:"DataSourceType"`
	SchemaName     string `position:"Query" name:"SchemaName"`
	ClusterId      string `position:"Query" name:"ClusterId"`
	DbName         string `position:"Query" name:"DbName"`
	TableGuid      string `position:"Query" name:"TableGuid"`
	TableName      string `position:"Query" name:"TableName"`
}

GetMetaTableProducingTasksRequest is the request struct for api GetMetaTableProducingTasks

func CreateGetMetaTableProducingTasksRequest ¶ added in v1.62.95

func CreateGetMetaTableProducingTasksRequest() (request *GetMetaTableProducingTasksRequest)

CreateGetMetaTableProducingTasksRequest creates a request to invoke GetMetaTableProducingTasks API

type GetMetaTableProducingTasksResponse ¶ added in v1.62.95

type GetMetaTableProducingTasksResponse struct {
	*responses.BaseResponse
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool       `json:"Success" xml:"Success"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

GetMetaTableProducingTasksResponse is the response struct for api GetMetaTableProducingTasks

func CreateGetMetaTableProducingTasksResponse ¶ added in v1.62.95

func CreateGetMetaTableProducingTasksResponse() (response *GetMetaTableProducingTasksResponse)

CreateGetMetaTableProducingTasksResponse creates a response to parse from GetMetaTableProducingTasks response

type GetMetaTableThemeLevelRequest ¶ added in v1.61.1068

type GetMetaTableThemeLevelRequest struct {
	*requests.RpcRequest
	DataSourceType string `position:"Query" name:"DataSourceType"`
	TableGuid      string `position:"Query" name:"TableGuid"`
}

GetMetaTableThemeLevelRequest is the request struct for api GetMetaTableThemeLevel

func CreateGetMetaTableThemeLevelRequest ¶ added in v1.61.1068

func CreateGetMetaTableThemeLevelRequest() (request *GetMetaTableThemeLevelRequest)

CreateGetMetaTableThemeLevelRequest creates a request to invoke GetMetaTableThemeLevel API

type GetMetaTableThemeLevelResponse ¶ added in v1.61.1068

type GetMetaTableThemeLevelResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Entity         Entity `json:"Entity" xml:"Entity"`
}

GetMetaTableThemeLevelResponse is the response struct for api GetMetaTableThemeLevel

func CreateGetMetaTableThemeLevelResponse ¶ added in v1.61.1068

func CreateGetMetaTableThemeLevelResponse() (response *GetMetaTableThemeLevelResponse)

CreateGetMetaTableThemeLevelResponse creates a response to parse from GetMetaTableThemeLevel response

type GetMigrationProcessRequest ¶ added in v1.61.974

type GetMigrationProcessRequest struct {
	*requests.RpcRequest
	MigrationId requests.Integer `position:"Body" name:"MigrationId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

GetMigrationProcessRequest is the request struct for api GetMigrationProcess

func CreateGetMigrationProcessRequest ¶ added in v1.61.974

func CreateGetMigrationProcessRequest() (request *GetMigrationProcessRequest)

CreateGetMigrationProcessRequest creates a request to invoke GetMigrationProcess API

type GetMigrationProcessResponse ¶ added in v1.61.974

type GetMigrationProcessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string             `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string             `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool               `json:"Success" xml:"Success"`
	ErrorCode      string             `json:"ErrorCode" xml:"ErrorCode"`
	Data           []ProgressTaskItem `json:"Data" xml:"Data"`
}

GetMigrationProcessResponse is the response struct for api GetMigrationProcess

func CreateGetMigrationProcessResponse ¶ added in v1.61.974

func CreateGetMigrationProcessResponse() (response *GetMigrationProcessResponse)

CreateGetMigrationProcessResponse creates a response to parse from GetMigrationProcess response

type GetMigrationSummaryRequest ¶ added in v1.61.1367

type GetMigrationSummaryRequest struct {
	*requests.RpcRequest
	MigrationId requests.Integer `position:"Body" name:"MigrationId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

GetMigrationSummaryRequest is the request struct for api GetMigrationSummary

func CreateGetMigrationSummaryRequest ¶ added in v1.61.1367

func CreateGetMigrationSummaryRequest() (request *GetMigrationSummaryRequest)

CreateGetMigrationSummaryRequest creates a request to invoke GetMigrationSummary API

type GetMigrationSummaryResponse ¶ added in v1.61.1367

type GetMigrationSummaryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetMigrationSummaryResponse is the response struct for api GetMigrationSummary

func CreateGetMigrationSummaryResponse ¶ added in v1.61.1367

func CreateGetMigrationSummaryResponse() (response *GetMigrationSummaryResponse)

CreateGetMigrationSummaryResponse creates a response to parse from GetMigrationSummary response

type GetNodeChildrenRequest ¶ added in v1.61.950

type GetNodeChildrenRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

GetNodeChildrenRequest is the request struct for api GetNodeChildren

func CreateGetNodeChildrenRequest ¶ added in v1.61.950

func CreateGetNodeChildrenRequest() (request *GetNodeChildrenRequest)

CreateGetNodeChildrenRequest creates a request to invoke GetNodeChildren API

type GetNodeChildrenResponse ¶ added in v1.61.950

type GetNodeChildrenResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetNodeChildrenResponse is the response struct for api GetNodeChildren

func CreateGetNodeChildrenResponse ¶ added in v1.61.950

func CreateGetNodeChildrenResponse() (response *GetNodeChildrenResponse)

CreateGetNodeChildrenResponse creates a response to parse from GetNodeChildren response

type GetNodeCodeRequest ¶

type GetNodeCodeRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

GetNodeCodeRequest is the request struct for api GetNodeCode

func CreateGetNodeCodeRequest ¶

func CreateGetNodeCodeRequest() (request *GetNodeCodeRequest)

CreateGetNodeCodeRequest creates a request to invoke GetNodeCode API

type GetNodeCodeResponse ¶

type GetNodeCodeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           string `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

GetNodeCodeResponse is the response struct for api GetNodeCode

func CreateGetNodeCodeResponse ¶

func CreateGetNodeCodeResponse() (response *GetNodeCodeResponse)

CreateGetNodeCodeResponse creates a response to parse from GetNodeCode response

type GetNodeOnBaselineRequest ¶

type GetNodeOnBaselineRequest struct {
	*requests.RpcRequest
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

GetNodeOnBaselineRequest is the request struct for api GetNodeOnBaseline

func CreateGetNodeOnBaselineRequest ¶

func CreateGetNodeOnBaselineRequest() (request *GetNodeOnBaselineRequest)

CreateGetNodeOnBaselineRequest creates a request to invoke GetNodeOnBaseline API

type GetNodeOnBaselineResponse ¶

type GetNodeOnBaselineResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Success        string     `json:"Success" xml:"Success"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

GetNodeOnBaselineResponse is the response struct for api GetNodeOnBaseline

func CreateGetNodeOnBaselineResponse ¶

func CreateGetNodeOnBaselineResponse() (response *GetNodeOnBaselineResponse)

CreateGetNodeOnBaselineResponse creates a response to parse from GetNodeOnBaseline response

type GetNodeParentsRequest ¶ added in v1.61.950

type GetNodeParentsRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

GetNodeParentsRequest is the request struct for api GetNodeParents

func CreateGetNodeParentsRequest ¶ added in v1.61.950

func CreateGetNodeParentsRequest() (request *GetNodeParentsRequest)

CreateGetNodeParentsRequest creates a request to invoke GetNodeParents API

type GetNodeParentsResponse ¶ added in v1.61.950

type GetNodeParentsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetNodeParentsResponse is the response struct for api GetNodeParents

func CreateGetNodeParentsResponse ¶ added in v1.61.950

func CreateGetNodeParentsResponse() (response *GetNodeParentsResponse)

CreateGetNodeParentsResponse creates a response to parse from GetNodeParents response

type GetNodeRequest ¶

type GetNodeRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

GetNodeRequest is the request struct for api GetNode

func CreateGetNodeRequest ¶

func CreateGetNodeRequest() (request *GetNodeRequest)

CreateGetNodeRequest creates a request to invoke GetNode API

type GetNodeResponse ¶

type GetNodeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int           `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string        `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string        `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool          `json:"Success" xml:"Success"`
	Data           DataInGetNode `json:"Data" xml:"Data"`
}

GetNodeResponse is the response struct for api GetNode

func CreateGetNodeResponse ¶

func CreateGetNodeResponse() (response *GetNodeResponse)

CreateGetNodeResponse creates a response to parse from GetNode response

type GetNodeTypeListInfoRequest ¶ added in v1.61.610

type GetNodeTypeListInfoRequest struct {
	*requests.RpcRequest
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	Keyword           string           `position:"Body" name:"Keyword"`
	Locale            string           `position:"Body" name:"Locale"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
}

GetNodeTypeListInfoRequest is the request struct for api GetNodeTypeListInfo

func CreateGetNodeTypeListInfoRequest ¶ added in v1.61.610

func CreateGetNodeTypeListInfoRequest() (request *GetNodeTypeListInfoRequest)

CreateGetNodeTypeListInfoRequest creates a request to invoke GetNodeTypeListInfo API

type GetNodeTypeListInfoResponse ¶ added in v1.61.610

type GetNodeTypeListInfoResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	NodeTypeInfoList NodeTypeInfoList `json:"NodeTypeInfoList" xml:"NodeTypeInfoList"`
}

GetNodeTypeListInfoResponse is the response struct for api GetNodeTypeListInfo

func CreateGetNodeTypeListInfoResponse ¶ added in v1.61.610

func CreateGetNodeTypeListInfoResponse() (response *GetNodeTypeListInfoResponse)

CreateGetNodeTypeListInfoResponse creates a response to parse from GetNodeTypeListInfo response

type GetOpRiskDataRequest ¶ added in v1.61.950

type GetOpRiskDataRequest struct {
	*requests.RpcRequest
	Date     string           `position:"Query" name:"Date"`
	RiskType string           `position:"Query" name:"RiskType"`
	PageNo   requests.Integer `position:"Query" name:"PageNo"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
	Name     string           `position:"Query" name:"Name"`
}

GetOpRiskDataRequest is the request struct for api GetOpRiskData

func CreateGetOpRiskDataRequest ¶ added in v1.61.950

func CreateGetOpRiskDataRequest() (request *GetOpRiskDataRequest)

CreateGetOpRiskDataRequest creates a request to invoke GetOpRiskData API

type GetOpRiskDataResponse ¶ added in v1.61.950

type GetOpRiskDataResponse struct {
	*responses.BaseResponse
	RiskData  string `json:"RiskData" xml:"RiskData"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

GetOpRiskDataResponse is the response struct for api GetOpRiskData

func CreateGetOpRiskDataResponse ¶ added in v1.61.950

func CreateGetOpRiskDataResponse() (response *GetOpRiskDataResponse)

CreateGetOpRiskDataResponse creates a response to parse from GetOpRiskData response

type GetOpSensitiveDataRequest ¶ added in v1.61.950

type GetOpSensitiveDataRequest struct {
	*requests.RpcRequest
	Date     string           `position:"Query" name:"Date"`
	OpType   string           `position:"Query" name:"OpType"`
	PageNo   requests.Integer `position:"Query" name:"PageNo"`
	Name     string           `position:"Query" name:"Name"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
}

GetOpSensitiveDataRequest is the request struct for api GetOpSensitiveData

func CreateGetOpSensitiveDataRequest ¶ added in v1.61.950

func CreateGetOpSensitiveDataRequest() (request *GetOpSensitiveDataRequest)

CreateGetOpSensitiveDataRequest creates a request to invoke GetOpSensitiveData API

type GetOpSensitiveDataResponse ¶ added in v1.61.950

type GetOpSensitiveDataResponse struct {
	*responses.BaseResponse
	OpSensitiveData string `json:"OpSensitiveData" xml:"OpSensitiveData"`
	RequestId       string `json:"RequestId" xml:"RequestId"`
}

GetOpSensitiveDataResponse is the response struct for api GetOpSensitiveData

func CreateGetOpSensitiveDataResponse ¶ added in v1.61.950

func CreateGetOpSensitiveDataResponse() (response *GetOpSensitiveDataResponse)

CreateGetOpSensitiveDataResponse creates a response to parse from GetOpSensitiveData response

type GetOptionValueForProjectRequest ¶ added in v1.61.1615

type GetOptionValueForProjectRequest struct {
	*requests.RpcRequest
	ExtensionCode string `position:"Body" name:"ExtensionCode"`
	ProjectId     string `position:"Body" name:"ProjectId"`
}

GetOptionValueForProjectRequest is the request struct for api GetOptionValueForProject

func CreateGetOptionValueForProjectRequest ¶ added in v1.61.1615

func CreateGetOptionValueForProjectRequest() (request *GetOptionValueForProjectRequest)

CreateGetOptionValueForProjectRequest creates a request to invoke GetOptionValueForProject API

type GetOptionValueForProjectResponse ¶ added in v1.61.1615

type GetOptionValueForProjectResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	OptionValue string `json:"OptionValue" xml:"OptionValue"`
}

GetOptionValueForProjectResponse is the response struct for api GetOptionValueForProject

func CreateGetOptionValueForProjectResponse ¶ added in v1.61.1615

func CreateGetOptionValueForProjectResponse() (response *GetOptionValueForProjectResponse)

CreateGetOptionValueForProjectResponse creates a response to parse from GetOptionValueForProject response

type GetPermissionApplyOrderDetailRequest ¶ added in v1.61.1068

type GetPermissionApplyOrderDetailRequest struct {
	*requests.RpcRequest
	FlowId string `position:"Query" name:"FlowId"`
}

GetPermissionApplyOrderDetailRequest is the request struct for api GetPermissionApplyOrderDetail

func CreateGetPermissionApplyOrderDetailRequest ¶ added in v1.61.1068

func CreateGetPermissionApplyOrderDetailRequest() (request *GetPermissionApplyOrderDetailRequest)

CreateGetPermissionApplyOrderDetailRequest creates a request to invoke GetPermissionApplyOrderDetail API

type GetPermissionApplyOrderDetailResponse ¶ added in v1.61.1068

type GetPermissionApplyOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	ApplyOrderDetail ApplyOrderDetail `json:"ApplyOrderDetail" xml:"ApplyOrderDetail"`
}

GetPermissionApplyOrderDetailResponse is the response struct for api GetPermissionApplyOrderDetail

func CreateGetPermissionApplyOrderDetailResponse ¶ added in v1.61.1068

func CreateGetPermissionApplyOrderDetailResponse() (response *GetPermissionApplyOrderDetailResponse)

CreateGetPermissionApplyOrderDetailResponse creates a response to parse from GetPermissionApplyOrderDetail response

type GetProjectDetailRequest ¶

type GetProjectDetailRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

GetProjectDetailRequest is the request struct for api GetProjectDetail

func CreateGetProjectDetailRequest ¶

func CreateGetProjectDetailRequest() (request *GetProjectDetailRequest)

CreateGetProjectDetailRequest creates a request to invoke GetProjectDetail API

type GetProjectDetailResponse ¶

type GetProjectDetailResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	Success        bool                   `json:"Success" xml:"Success"`
	Data           DataInGetProjectDetail `json:"Data" xml:"Data"`
}

GetProjectDetailResponse is the response struct for api GetProjectDetail

func CreateGetProjectDetailResponse ¶

func CreateGetProjectDetailResponse() (response *GetProjectDetailResponse)

CreateGetProjectDetailResponse creates a response to parse from GetProjectDetail response

type GetProjectRequest ¶ added in v1.61.1068

type GetProjectRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

GetProjectRequest is the request struct for api GetProject

func CreateGetProjectRequest ¶ added in v1.61.1068

func CreateGetProjectRequest() (request *GetProjectRequest)

CreateGetProjectRequest creates a request to invoke GetProject API

type GetProjectResponse ¶ added in v1.61.1068

type GetProjectResponse struct {
	*responses.BaseResponse
	HttpStatusCode int              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string           `json:"RequestId" xml:"RequestId"`
	Success        bool             `json:"Success" xml:"Success"`
	Data           DataInGetProject `json:"Data" xml:"Data"`
}

GetProjectResponse is the response struct for api GetProject

func CreateGetProjectResponse ¶ added in v1.61.1068

func CreateGetProjectResponse() (response *GetProjectResponse)

CreateGetProjectResponse creates a response to parse from GetProject response

type GetQualityEntityRequest ¶

type GetQualityEntityRequest struct {
	*requests.RpcRequest
	ProjectName     string           `position:"Body" name:"ProjectName"`
	MatchExpression string           `position:"Body" name:"MatchExpression"`
	EnvType         string           `position:"Body" name:"EnvType"`
	TableName       string           `position:"Body" name:"TableName"`
	ProjectId       requests.Integer `position:"Body" name:"ProjectId"`
}

GetQualityEntityRequest is the request struct for api GetQualityEntity

func CreateGetQualityEntityRequest ¶

func CreateGetQualityEntityRequest() (request *GetQualityEntityRequest)

CreateGetQualityEntityRequest creates a request to invoke GetQualityEntity API

type GetQualityEntityResponse ¶

type GetQualityEntityResponse struct {
	*responses.BaseResponse
	HttpStatusCode int         `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string      `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string      `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool        `json:"Success" xml:"Success"`
	Data           []EntityDto `json:"Data" xml:"Data"`
}

GetQualityEntityResponse is the response struct for api GetQualityEntity

func CreateGetQualityEntityResponse ¶

func CreateGetQualityEntityResponse() (response *GetQualityEntityResponse)

CreateGetQualityEntityResponse creates a response to parse from GetQualityEntity response

type GetQualityFollowerRequest ¶

type GetQualityFollowerRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	EntityId    requests.Integer `position:"Body" name:"EntityId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

GetQualityFollowerRequest is the request struct for api GetQualityFollower

func CreateGetQualityFollowerRequest ¶

func CreateGetQualityFollowerRequest() (request *GetQualityFollowerRequest)

CreateGetQualityFollowerRequest creates a request to invoke GetQualityFollower API

type GetQualityFollowerResponse ¶

type GetQualityFollowerResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool       `json:"Success" xml:"Success"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Data           []Follower `json:"Data" xml:"Data"`
}

GetQualityFollowerResponse is the response struct for api GetQualityFollower

func CreateGetQualityFollowerResponse ¶

func CreateGetQualityFollowerResponse() (response *GetQualityFollowerResponse)

CreateGetQualityFollowerResponse creates a response to parse from GetQualityFollower response

type GetQualityRuleRequest ¶

type GetQualityRuleRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	RuleId      requests.Integer `position:"Body" name:"RuleId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

GetQualityRuleRequest is the request struct for api GetQualityRule

func CreateGetQualityRuleRequest ¶

func CreateGetQualityRuleRequest() (request *GetQualityRuleRequest)

CreateGetQualityRuleRequest creates a request to invoke GetQualityRule API

type GetQualityRuleResponse ¶

type GetQualityRuleResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetQualityRuleResponse is the response struct for api GetQualityRule

func CreateGetQualityRuleResponse ¶

func CreateGetQualityRuleResponse() (response *GetQualityRuleResponse)

CreateGetQualityRuleResponse creates a response to parse from GetQualityRule response

type GetRemindRequest ¶

type GetRemindRequest struct {
	*requests.RpcRequest
	RemindId requests.Integer `position:"Body" name:"RemindId"`
}

GetRemindRequest is the request struct for api GetRemind

func CreateGetRemindRequest ¶

func CreateGetRemindRequest() (request *GetRemindRequest)

CreateGetRemindRequest creates a request to invoke GetRemind API

type GetRemindResponse ¶

type GetRemindResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetRemindResponse is the response struct for api GetRemind

func CreateGetRemindResponse ¶

func CreateGetRemindResponse() (response *GetRemindResponse)

CreateGetRemindResponse creates a response to parse from GetRemind response

type GetSensitiveDataRequest ¶ added in v1.61.950

type GetSensitiveDataRequest struct {
	*requests.RpcRequest
	PageNo   requests.Integer `position:"Query" name:"PageNo"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
	Name     string           `position:"Query" name:"Name"`
}

GetSensitiveDataRequest is the request struct for api GetSensitiveData

func CreateGetSensitiveDataRequest ¶ added in v1.61.950

func CreateGetSensitiveDataRequest() (request *GetSensitiveDataRequest)

CreateGetSensitiveDataRequest creates a request to invoke GetSensitiveData API

type GetSensitiveDataResponse ¶ added in v1.61.950

type GetSensitiveDataResponse struct {
	*responses.BaseResponse
	SensitiveData map[string]interface{} `json:"SensitiveData" xml:"SensitiveData"`
	RequestId     string                 `json:"RequestId" xml:"RequestId"`
}

GetSensitiveDataResponse is the response struct for api GetSensitiveData

func CreateGetSensitiveDataResponse ¶ added in v1.61.950

func CreateGetSensitiveDataResponse() (response *GetSensitiveDataResponse)

CreateGetSensitiveDataResponse creates a response to parse from GetSensitiveData response

type GetSuccessInstanceTrendRequest ¶ added in v1.61.610

type GetSuccessInstanceTrendRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

GetSuccessInstanceTrendRequest is the request struct for api GetSuccessInstanceTrend

func CreateGetSuccessInstanceTrendRequest ¶ added in v1.61.610

func CreateGetSuccessInstanceTrendRequest() (request *GetSuccessInstanceTrendRequest)

CreateGetSuccessInstanceTrendRequest creates a request to invoke GetSuccessInstanceTrend API

type GetSuccessInstanceTrendResponse ¶ added in v1.61.610

type GetSuccessInstanceTrendResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	InstanceStatusTrend InstanceStatusTrend `json:"InstanceStatusTrend" xml:"InstanceStatusTrend"`
}

GetSuccessInstanceTrendResponse is the response struct for api GetSuccessInstanceTrend

func CreateGetSuccessInstanceTrendResponse ¶ added in v1.61.610

func CreateGetSuccessInstanceTrendResponse() (response *GetSuccessInstanceTrendResponse)

CreateGetSuccessInstanceTrendResponse creates a response to parse from GetSuccessInstanceTrend response

type GetTopicInfluenceRequest ¶

type GetTopicInfluenceRequest struct {
	*requests.RpcRequest
	TopicId requests.Integer `position:"Body" name:"TopicId"`
}

GetTopicInfluenceRequest is the request struct for api GetTopicInfluence

func CreateGetTopicInfluenceRequest ¶

func CreateGetTopicInfluenceRequest() (request *GetTopicInfluenceRequest)

CreateGetTopicInfluenceRequest creates a request to invoke GetTopicInfluence API

type GetTopicInfluenceResponse ¶

type GetTopicInfluenceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

GetTopicInfluenceResponse is the response struct for api GetTopicInfluence

func CreateGetTopicInfluenceResponse ¶

func CreateGetTopicInfluenceResponse() (response *GetTopicInfluenceResponse)

CreateGetTopicInfluenceResponse creates a response to parse from GetTopicInfluence response

type GetTopicRequest ¶

type GetTopicRequest struct {
	*requests.RpcRequest
	TopicId requests.Integer `position:"Body" name:"TopicId"`
}

GetTopicRequest is the request struct for api GetTopic

func CreateGetTopicRequest ¶

func CreateGetTopicRequest() (request *GetTopicRequest)

CreateGetTopicRequest creates a request to invoke GetTopic API

type GetTopicResponse ¶

type GetTopicResponse struct {
	*responses.BaseResponse
	HttpStatusCode int            `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool           `json:"Success" xml:"Success"`
	Data           DataInGetTopic `json:"Data" xml:"Data"`
}

GetTopicResponse is the response struct for api GetTopic

func CreateGetTopicResponse ¶

func CreateGetTopicResponse() (response *GetTopicResponse)

CreateGetTopicResponse creates a response to parse from GetTopic response

type GranteeObjectList ¶ added in v1.61.1068

type GranteeObjectList struct {
	GranteeObjectListItem []GranteeObjectListItem `json:"GranteeObjectList" xml:"GranteeObjectList"`
}

GranteeObjectList is a nested struct in dataworks_public response

type GranteeObjectListItem ¶ added in v1.61.1068

type GranteeObjectListItem struct {
	GranteeType    int    `json:"GranteeType" xml:"GranteeType"`
	GranteeTypeSub int    `json:"GranteeTypeSub" xml:"GranteeTypeSub"`
	GranteeName    string `json:"GranteeName" xml:"GranteeName"`
	GranteeId      string `json:"GranteeId" xml:"GranteeId"`
}

GranteeObjectListItem is a nested struct in dataworks_public response

type Group ¶ added in v1.61.610

type Group struct {
	ModifiedTime      string `json:"ModifiedTime" xml:"ModifiedTime"`
	ApiGatewayGroupId string `json:"ApiGatewayGroupId" xml:"ApiGatewayGroupId"`
	CreatedTime       string `json:"CreatedTime" xml:"CreatedTime"`
	CreatorId         string `json:"CreatorId" xml:"CreatorId"`
	TenantId          int64  `json:"TenantId" xml:"TenantId"`
	GroupName         string `json:"GroupName" xml:"GroupName"`
	GroupId           string `json:"GroupId" xml:"GroupId"`
	ProjectId         int64  `json:"ProjectId" xml:"ProjectId"`
	Description       string `json:"Description" xml:"Description"`
}

Group is a nested struct in dataworks_public response

type GroupPagingResult ¶ added in v1.61.610

type GroupPagingResult struct {
	PageNumber int     `json:"PageNumber" xml:"PageNumber"`
	PageSize   int     `json:"PageSize" xml:"PageSize"`
	TotalCount int     `json:"TotalCount" xml:"TotalCount"`
	Groups     []Group `json:"Groups" xml:"Groups"`
}

GroupPagingResult is a nested struct in dataworks_public response

type Groups ¶ added in v1.61.568

type Groups struct {
	Group []Group `json:"Group" xml:"Group"`
}

Groups is a nested struct in dataworks_public response

type ImportDataSourcesRequest ¶ added in v1.61.1297

type ImportDataSourcesRequest struct {
	*requests.RpcRequest
	DataSources string           `position:"Query" name:"DataSources"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

ImportDataSourcesRequest is the request struct for api ImportDataSources

func CreateImportDataSourcesRequest ¶ added in v1.61.1297

func CreateImportDataSourcesRequest() (request *ImportDataSourcesRequest)

CreateImportDataSourcesRequest creates a request to invoke ImportDataSources API

type ImportDataSourcesResponse ¶ added in v1.61.1297

type ImportDataSourcesResponse struct {
	*responses.BaseResponse
	Success   bool                    `json:"Success" xml:"Success"`
	RequestId string                  `json:"RequestId" xml:"RequestId"`
	Data      DataInImportDataSources `json:"Data" xml:"Data"`
}

ImportDataSourcesResponse is the response struct for api ImportDataSources

func CreateImportDataSourcesResponse ¶ added in v1.61.1297

func CreateImportDataSourcesResponse() (response *ImportDataSourcesResponse)

CreateImportDataSourcesResponse creates a response to parse from ImportDataSources response

type Influences ¶

type Influences struct {
	InfluencesItem []InfluencesItem `json:"Influences" xml:"Influences"`
}

Influences is a nested struct in dataworks_public response

type InfluencesItem ¶

type InfluencesItem struct {
	Status       string `json:"Status" xml:"Status"`
	Owner        string `json:"Owner" xml:"Owner"`
	BaselineName string `json:"BaselineName" xml:"BaselineName"`
	BaselineId   int64  `json:"BaselineId" xml:"BaselineId"`
	Bizdate      int64  `json:"Bizdate" xml:"Bizdate"`
	Buffer       int64  `json:"Buffer" xml:"Buffer"`
	ProjectId    int64  `json:"ProjectId" xml:"ProjectId"`
	Priority     int    `json:"Priority" xml:"Priority"`
	InGroupId    int    `json:"InGroupId" xml:"InGroupId"`
}

InfluencesItem is a nested struct in dataworks_public response

type Input ¶ added in v1.61.1367

type Input struct {
	Input     string `json:"Input" xml:"Input"`
	ParseType string `json:"ParseType" xml:"ParseType"`
}

Input is a nested struct in dataworks_public response

type InputContextParameter ¶ added in v1.61.1576

type InputContextParameter struct {
	ParameterName string `json:"ParameterName" xml:"ParameterName"`
	ValueSource   string `json:"ValueSource" xml:"ValueSource"`
}

InputContextParameter is a nested struct in dataworks_public response

type InputListInGetFile ¶ added in v1.61.1367

type InputListInGetFile struct {
	NodeInputOutput []NodeInputOutput `json:"NodeInputOutput" xml:"NodeInputOutput"`
}

InputListInGetFile is a nested struct in dataworks_public response

type InputListInGetIDEEventDetail ¶ added in v1.61.1367

type InputListInGetIDEEventDetail struct {
	Input []Input `json:"Input" xml:"Input"`
}

InputListInGetIDEEventDetail is a nested struct in dataworks_public response

type InputParameters ¶ added in v1.61.1576

type InputParameters struct {
	InputContextParameter []InputContextParameter `json:"InputContextParameter" xml:"InputContextParameter"`
}

InputParameters is a nested struct in dataworks_public response

type Instance ¶ added in v1.61.307

type Instance struct {
	Status            string `json:"Status" xml:"Status"`
	CycTime           int64  `json:"CycTime" xml:"CycTime"`
	BeginRunningTime  int64  `json:"BeginRunningTime" xml:"BeginRunningTime"`
	FinishTime        int64  `json:"FinishTime" xml:"FinishTime"`
	ErrorMessage      string `json:"ErrorMessage" xml:"ErrorMessage"`
	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
	DagId             int64  `json:"DagId" xml:"DagId"`
	Priority          int    `json:"Priority" xml:"Priority"`
	TaskType          string `json:"TaskType" xml:"TaskType"`
	ParamValues       string `json:"ParamValues" xml:"ParamValues"`
	Connection        string `json:"Connection" xml:"Connection"`
	BaselineId        int64  `json:"BaselineId" xml:"BaselineId"`
	DqcType           int    `json:"DqcType" xml:"DqcType"`
	DagType           string `json:"DagType" xml:"DagType"`
	BusinessId        int64  `json:"BusinessId" xml:"BusinessId"`
	TaskRerunTime     int    `json:"TaskRerunTime" xml:"TaskRerunTime"`
	ModifyTime        int64  `json:"ModifyTime" xml:"ModifyTime"`
	Repeatability     bool   `json:"Repeatability" xml:"Repeatability"`
	RepeatInterval    int64  `json:"RepeatInterval" xml:"RepeatInterval"`
	InstanceId        int64  `json:"InstanceId" xml:"InstanceId"`
	BeginWaitResTime  int64  `json:"BeginWaitResTime" xml:"BeginWaitResTime"`
	RelatedFlowId     int64  `json:"RelatedFlowId" xml:"RelatedFlowId"`
	Bizdate           int64  `json:"Bizdate" xml:"Bizdate"`
	NodeName          string `json:"NodeName" xml:"NodeName"`
	BeginWaitTimeTime int64  `json:"BeginWaitTimeTime" xml:"BeginWaitTimeTime"`
	DqcDescription    string `json:"DqcDescription" xml:"DqcDescription"`
	NodeId            int64  `json:"NodeId" xml:"NodeId"`
	CreateUser        string `json:"CreateUser" xml:"CreateUser"`
}

Instance is a nested struct in dataworks_public response

type InstanceConsumeTimeRank ¶ added in v1.61.610

type InstanceConsumeTimeRank struct {
	UpdateTime      int64                 `json:"UpdateTime" xml:"UpdateTime"`
	ConsumeTimeRank []ConsumeTimeRankItem `json:"ConsumeTimeRank" xml:"ConsumeTimeRank"`
}

InstanceConsumeTimeRank is a nested struct in dataworks_public response

type InstanceCountsInGetInstanceCountTrend ¶ added in v1.61.1068

type InstanceCountsInGetInstanceCountTrend struct {
	IntanceCounts []IntanceCounts `json:"IntanceCounts" xml:"IntanceCounts"`
}

InstanceCountsInGetInstanceCountTrend is a nested struct in dataworks_public response

type InstanceCountsInListInstanceAmount ¶ added in v1.61.1068

type InstanceCountsInListInstanceAmount struct {
	IntanceCounts []IntanceCounts `json:"IntanceCounts" xml:"IntanceCounts"`
}

InstanceCountsInListInstanceAmount is a nested struct in dataworks_public response

type InstanceErrorRank ¶ added in v1.61.610

type InstanceErrorRank struct {
	UpdateTime int64           `json:"UpdateTime" xml:"UpdateTime"`
	ErrorRank  []ErrorRankItem `json:"ErrorRank" xml:"ErrorRank"`
}

InstanceErrorRank is a nested struct in dataworks_public response

type InstanceStatusTrend ¶ added in v1.61.610

type InstanceStatusTrend struct {
	TodayTrend     []TodayTrendItem     `json:"TodayTrend" xml:"TodayTrend"`
	AvgTrend       []AvgTrendItem       `json:"AvgTrend" xml:"AvgTrend"`
	YesterdayTrend []YesterdayTrendItem `json:"YesterdayTrend" xml:"YesterdayTrend"`
}

InstanceStatusTrend is a nested struct in dataworks_public response

type InstancesInGetManualDagInstances ¶ added in v1.61.738

type InstancesInGetManualDagInstances struct {
	InstancesItem []InstancesItem `json:"Instances" xml:"Instances"`
}

InstancesInGetManualDagInstances is a nested struct in dataworks_public response

type InstancesInListAlertMessages ¶

type InstancesInListAlertMessages struct {
	InstancesItem []InstancesItem `json:"Instances" xml:"Instances"`
}

InstancesInListAlertMessages is a nested struct in dataworks_public response

type InstancesInListInstanceHistory ¶ added in v1.61.1727

type InstancesInListInstanceHistory struct {
	InstancesItem []InstancesItem `json:"Instances" xml:"Instances"`
}

InstancesInListInstanceHistory is a nested struct in dataworks_public response

type InstancesInListInstances ¶

type InstancesInListInstances struct {
	Instance []Instance `json:"Instance" xml:"Instance"`
}

InstancesInListInstances is a nested struct in dataworks_public response

type InstancesInListManualDagInstances ¶ added in v1.61.1068

type InstancesInListManualDagInstances struct {
	InstancesItem []InstancesItem `json:"Instances" xml:"Instances"`
}

InstancesInListManualDagInstances is a nested struct in dataworks_public response

type InstancesItem ¶

type InstancesItem struct {
	ParamValues       string `json:"ParamValues" xml:"ParamValues"`
	ModifyTime        int64  `json:"ModifyTime" xml:"ModifyTime"`
	DagId             int64  `json:"DagId" xml:"DagId"`
	FinishTime        int64  `json:"FinishTime" xml:"FinishTime"`
	DagType           string `json:"DagType" xml:"DagType"`
	InstanceHistoryId int64  `json:"InstanceHistoryId" xml:"InstanceHistoryId"`
	ErrorMessage      string `json:"ErrorMessage" xml:"ErrorMessage"`
	BeginRunningTime  int64  `json:"BeginRunningTime" xml:"BeginRunningTime"`
	CycTime           int64  `json:"CycTime" xml:"CycTime"`
	BeginWaitResTime  int64  `json:"BeginWaitResTime" xml:"BeginWaitResTime"`
	CreateTime        int64  `json:"CreateTime" xml:"CreateTime"`
	BizDate           int64  `json:"BizDate" xml:"BizDate"`
	InstanceId        int64  `json:"InstanceId" xml:"InstanceId"`
	NodeName          string `json:"NodeName" xml:"NodeName"`
	NodeId            int64  `json:"NodeId" xml:"NodeId"`
	BeginWaitTimeTime int64  `json:"BeginWaitTimeTime" xml:"BeginWaitTimeTime"`
	CreateUser        string `json:"CreateUser" xml:"CreateUser"`
	ProjectId         int64  `json:"ProjectId" xml:"ProjectId"`
	Status            string `json:"Status" xml:"Status"`
	TaskType          string `json:"TaskType" xml:"TaskType"`
	Bizdate           int64  `json:"Bizdate" xml:"Bizdate"`
}

InstancesItem is a nested struct in dataworks_public response

type IntanceCounts ¶ added in v1.61.610

type IntanceCounts struct {
	Count int   `json:"Count" xml:"Count"`
	Date  int64 `json:"Date" xml:"Date"`
}

IntanceCounts is a nested struct in dataworks_public response

type LastInstance ¶

type LastInstance struct {
	Status     string `json:"Status" xml:"Status"`
	Owner      string `json:"Owner" xml:"Owner"`
	FinishTime int64  `json:"FinishTime" xml:"FinishTime"`
	NodeName   string `json:"NodeName" xml:"NodeName"`
	ProjectId  int64  `json:"ProjectId" xml:"ProjectId"`
	InstanceId int64  `json:"InstanceId" xml:"InstanceId"`
	EndCast    int64  `json:"EndCast" xml:"EndCast"`
	NodeId     int64  `json:"NodeId" xml:"NodeId"`
}

LastInstance is a nested struct in dataworks_public response

type Level ¶ added in v1.61.1068

type Level struct {
	LevelItem []LevelItem `json:"Level" xml:"Level"`
}

Level is a nested struct in dataworks_public response

type LevelItem ¶ added in v1.61.1068

type LevelItem struct {
	Type        int    `json:"Type" xml:"Type"`
	Description string `json:"Description" xml:"Description"`
	Name        string `json:"Name" xml:"Name"`
	LevelId     int64  `json:"LevelId" xml:"LevelId"`
}

LevelItem is a nested struct in dataworks_public response

type LevelList ¶ added in v1.61.610

type LevelList struct {
	LevelListItem []LevelListItem `json:"LevelList" xml:"LevelList"`
}

LevelList is a nested struct in dataworks_public response

type LevelListItem ¶ added in v1.61.610

type LevelListItem struct {
	LevelType   int    `json:"LevelType" xml:"LevelType"`
	Description string `json:"Description" xml:"Description"`
	Name        string `json:"Name" xml:"Name"`
	ProjectId   int64  `json:"ProjectId" xml:"ProjectId"`
	LevelId     int64  `json:"LevelId" xml:"LevelId"`
}

LevelListItem is a nested struct in dataworks_public response

type LineageRelation ¶ added in v1.62.369

type LineageRelation struct {
	SrcEntityQualifiedName  string `json:"SrcEntityQualifiedName" xml:"SrcEntityQualifiedName"`
	DestEntityQualifiedName string `json:"DestEntityQualifiedName" xml:"DestEntityQualifiedName"`
	RelationshipGuid        string `json:"RelationshipGuid" xml:"RelationshipGuid"`
}

LineageRelation is a nested struct in dataworks_public response

type ListAlertMessagesRequest ¶

type ListAlertMessagesRequest struct {
	*requests.RpcRequest
	AlertUser      string           `position:"Body" name:"AlertUser"`
	EndTime        string           `position:"Body" name:"EndTime"`
	BeginTime      string           `position:"Body" name:"BeginTime"`
	AlertMethods   string           `position:"Body" name:"AlertMethods"`
	PageNumber     requests.Integer `position:"Body" name:"PageNumber"`
	BaselineId     requests.Integer `position:"Body" name:"BaselineId"`
	RemindId       requests.Integer `position:"Body" name:"RemindId"`
	PageSize       requests.Integer `position:"Body" name:"PageSize"`
	AlertRuleTypes string           `position:"Body" name:"AlertRuleTypes"`
}

ListAlertMessagesRequest is the request struct for api ListAlertMessages

func CreateListAlertMessagesRequest ¶

func CreateListAlertMessagesRequest() (request *ListAlertMessagesRequest)

CreateListAlertMessagesRequest creates a request to invoke ListAlertMessages API

type ListAlertMessagesResponse ¶

type ListAlertMessagesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                     `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                  `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string                  `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool                    `json:"Success" xml:"Success"`
	Data           DataInListAlertMessages `json:"Data" xml:"Data"`
}

ListAlertMessagesResponse is the response struct for api ListAlertMessages

func CreateListAlertMessagesResponse ¶

func CreateListAlertMessagesResponse() (response *ListAlertMessagesResponse)

CreateListAlertMessagesResponse creates a response to parse from ListAlertMessages response

type ListBaselineConfigsRequest ¶

type ListBaselineConfigsRequest struct {
	*requests.RpcRequest
	Owner         string           `position:"Body" name:"Owner"`
	SearchText    string           `position:"Body" name:"SearchText"`
	Useflag       requests.Boolean `position:"Body" name:"Useflag"`
	Priority      string           `position:"Body" name:"Priority"`
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
	BaselineTypes string           `position:"Body" name:"BaselineTypes"`
}

ListBaselineConfigsRequest is the request struct for api ListBaselineConfigs

func CreateListBaselineConfigsRequest ¶

func CreateListBaselineConfigsRequest() (request *ListBaselineConfigsRequest)

CreateListBaselineConfigsRequest creates a request to invoke ListBaselineConfigs API

type ListBaselineConfigsResponse ¶

type ListBaselineConfigsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListBaselineConfigsResponse is the response struct for api ListBaselineConfigs

func CreateListBaselineConfigsResponse ¶

func CreateListBaselineConfigsResponse() (response *ListBaselineConfigsResponse)

CreateListBaselineConfigsResponse creates a response to parse from ListBaselineConfigs response

type ListBaselineStatusesRequest ¶

type ListBaselineStatusesRequest struct {
	*requests.RpcRequest
	SearchText    string           `position:"Body" name:"SearchText"`
	Owner         string           `position:"Body" name:"Owner"`
	Priority      string           `position:"Body" name:"Priority"`
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	TopicId       requests.Integer `position:"Body" name:"TopicId"`
	Bizdate       string           `position:"Body" name:"Bizdate"`
	FinishStatus  string           `position:"Body" name:"FinishStatus"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	BaselineTypes string           `position:"Body" name:"BaselineTypes"`
	Status        string           `position:"Body" name:"Status"`
}

ListBaselineStatusesRequest is the request struct for api ListBaselineStatuses

func CreateListBaselineStatusesRequest ¶

func CreateListBaselineStatusesRequest() (request *ListBaselineStatusesRequest)

CreateListBaselineStatusesRequest creates a request to invoke ListBaselineStatuses API

type ListBaselineStatusesResponse ¶

type ListBaselineStatusesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListBaselineStatusesResponse is the response struct for api ListBaselineStatuses

func CreateListBaselineStatusesResponse ¶

func CreateListBaselineStatusesResponse() (response *ListBaselineStatusesResponse)

CreateListBaselineStatusesResponse creates a response to parse from ListBaselineStatuses response

type ListBaselinesRequest ¶ added in v1.62.16

type ListBaselinesRequest struct {
	*requests.RpcRequest
	Owner         string           `position:"Body" name:"Owner"`
	SearchText    string           `position:"Body" name:"SearchText"`
	Priority      string           `position:"Body" name:"Priority"`
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	Enable        requests.Boolean `position:"Body" name:"Enable"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
	BaselineTypes string           `position:"Body" name:"BaselineTypes"`
}

ListBaselinesRequest is the request struct for api ListBaselines

func CreateListBaselinesRequest ¶ added in v1.62.16

func CreateListBaselinesRequest() (request *ListBaselinesRequest)

CreateListBaselinesRequest creates a request to invoke ListBaselines API

type ListBaselinesResponse ¶ added in v1.62.16

type ListBaselinesResponse struct {
	*responses.BaseResponse
	Success        bool                `json:"Success" xml:"Success"`
	ErrorCode      string              `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string              `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int                 `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	Data           DataInListBaselines `json:"Data" xml:"Data"`
}

ListBaselinesResponse is the response struct for api ListBaselines

func CreateListBaselinesResponse ¶ added in v1.62.16

func CreateListBaselinesResponse() (response *ListBaselinesResponse)

CreateListBaselinesResponse creates a response to parse from ListBaselines response

type ListBusinessRequest ¶

type ListBusinessRequest struct {
	*requests.RpcRequest
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	Keyword           string           `position:"Body" name:"Keyword"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
}

ListBusinessRequest is the request struct for api ListBusiness

func CreateListBusinessRequest ¶

func CreateListBusinessRequest() (request *ListBusinessRequest)

CreateListBusinessRequest creates a request to invoke ListBusiness API

type ListBusinessResponse ¶

type ListBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListBusinessResponse is the response struct for api ListBusiness

func CreateListBusinessResponse ¶

func CreateListBusinessResponse() (response *ListBusinessResponse)

CreateListBusinessResponse creates a response to parse from ListBusiness response

type ListCalcEnginesRequest ¶

type ListCalcEnginesRequest struct {
	*requests.RpcRequest
	CalcEngineType string           `position:"Query" name:"CalcEngineType"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	Name           string           `position:"Query" name:"Name"`
	EnvType        string           `position:"Query" name:"EnvType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

ListCalcEnginesRequest is the request struct for api ListCalcEngines

func CreateListCalcEnginesRequest ¶

func CreateListCalcEnginesRequest() (request *ListCalcEnginesRequest)

CreateListCalcEnginesRequest creates a request to invoke ListCalcEngines API

type ListCalcEnginesResponse ¶

type ListCalcEnginesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListCalcEnginesResponse is the response struct for api ListCalcEngines

func CreateListCalcEnginesResponse ¶

func CreateListCalcEnginesResponse() (response *ListCalcEnginesResponse)

CreateListCalcEnginesResponse creates a response to parse from ListCalcEngines response

type ListConnectionsRequest ¶

type ListConnectionsRequest struct {
	*requests.RpcRequest
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	SubType        string           `position:"Query" name:"SubType"`
	Name           string           `position:"Query" name:"Name"`
	EnvType        requests.Integer `position:"Query" name:"EnvType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ConnectionType string           `position:"Query" name:"ConnectionType"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
	Status         string           `position:"Query" name:"Status"`
}

ListConnectionsRequest is the request struct for api ListConnections

func CreateListConnectionsRequest ¶

func CreateListConnectionsRequest() (request *ListConnectionsRequest)

CreateListConnectionsRequest creates a request to invoke ListConnections API

type ListConnectionsResponse ¶

type ListConnectionsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListConnectionsResponse is the response struct for api ListConnections

func CreateListConnectionsResponse ¶

func CreateListConnectionsResponse() (response *ListConnectionsResponse)

CreateListConnectionsResponse creates a response to parse from ListConnections response

type ListDIProjectConfigRequest ¶ added in v1.61.1297

type ListDIProjectConfigRequest struct {
	*requests.RpcRequest
	DestinationType string           `position:"Query" name:"DestinationType"`
	SourceType      string           `position:"Query" name:"SourceType"`
	ProjectId       requests.Integer `position:"Query" name:"ProjectId"`
}

ListDIProjectConfigRequest is the request struct for api ListDIProjectConfig

func CreateListDIProjectConfigRequest ¶ added in v1.61.1297

func CreateListDIProjectConfigRequest() (request *ListDIProjectConfigRequest)

CreateListDIProjectConfigRequest creates a request to invoke ListDIProjectConfig API

type ListDIProjectConfigResponse ¶ added in v1.61.1297

type ListDIProjectConfigResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

ListDIProjectConfigResponse is the response struct for api ListDIProjectConfig

func CreateListDIProjectConfigResponse ¶ added in v1.61.1297

func CreateListDIProjectConfigResponse() (response *ListDIProjectConfigResponse)

CreateListDIProjectConfigResponse creates a response to parse from ListDIProjectConfig response

type ListDagsRequest ¶ added in v1.61.1367

type ListDagsRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	OpSeq      requests.Integer `position:"Body" name:"OpSeq"`
}

ListDagsRequest is the request struct for api ListDags

func CreateListDagsRequest ¶ added in v1.61.1367

func CreateListDagsRequest() (request *ListDagsRequest)

CreateListDagsRequest creates a request to invoke ListDags API

type ListDagsResponse ¶ added in v1.61.1367

type ListDagsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDagsResponse is the response struct for api ListDags

func CreateListDagsResponse ¶ added in v1.61.1367

func CreateListDagsResponse() (response *ListDagsResponse)

CreateListDagsResponse creates a response to parse from ListDags response

type ListDataServiceApiAuthoritiesRequest ¶

type ListDataServiceApiAuthoritiesRequest struct {
	*requests.RpcRequest
	ApiNameKeyword string           `position:"Body" name:"ApiNameKeyword"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TenantId       requests.Integer `position:"Body" name:"TenantId"`
	ProjectId      requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServiceApiAuthoritiesRequest is the request struct for api ListDataServiceApiAuthorities

func CreateListDataServiceApiAuthoritiesRequest ¶

func CreateListDataServiceApiAuthoritiesRequest() (request *ListDataServiceApiAuthoritiesRequest)

CreateListDataServiceApiAuthoritiesRequest creates a request to invoke ListDataServiceApiAuthorities API

type ListDataServiceApiAuthoritiesResponse ¶

type ListDataServiceApiAuthoritiesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataServiceApiAuthoritiesResponse is the response struct for api ListDataServiceApiAuthorities

func CreateListDataServiceApiAuthoritiesResponse ¶

func CreateListDataServiceApiAuthoritiesResponse() (response *ListDataServiceApiAuthoritiesResponse)

CreateListDataServiceApiAuthoritiesResponse creates a response to parse from ListDataServiceApiAuthorities response

type ListDataServiceApiTestRequest ¶ added in v1.62.16

type ListDataServiceApiTestRequest struct {
	*requests.RpcRequest
	PageSize requests.Integer `position:"Query" name:"PageSize"`
	ApiId    requests.Integer `position:"Query" name:"ApiId"`
}

ListDataServiceApiTestRequest is the request struct for api ListDataServiceApiTest

func CreateListDataServiceApiTestRequest ¶ added in v1.62.16

func CreateListDataServiceApiTestRequest() (request *ListDataServiceApiTestRequest)

CreateListDataServiceApiTestRequest creates a request to invoke ListDataServiceApiTest API

type ListDataServiceApiTestResponse ¶ added in v1.62.16

type ListDataServiceApiTestResponse struct {
	*responses.BaseResponse
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

ListDataServiceApiTestResponse is the response struct for api ListDataServiceApiTest

func CreateListDataServiceApiTestResponse ¶ added in v1.62.16

func CreateListDataServiceApiTestResponse() (response *ListDataServiceApiTestResponse)

CreateListDataServiceApiTestResponse creates a response to parse from ListDataServiceApiTest response

type ListDataServiceApisRequest ¶

type ListDataServiceApisRequest struct {
	*requests.RpcRequest
	ApiNameKeyword string           `position:"Body" name:"ApiNameKeyword"`
	ApiPathKeyword string           `position:"Body" name:"ApiPathKeyword"`
	CreatorId      string           `position:"Body" name:"CreatorId"`
	PageNumber     requests.Integer `position:"Body" name:"PageNumber"`
	PageSize       requests.Integer `position:"Body" name:"PageSize"`
	TenantId       requests.Integer `position:"Body" name:"TenantId"`
	ProjectId      requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServiceApisRequest is the request struct for api ListDataServiceApis

func CreateListDataServiceApisRequest ¶

func CreateListDataServiceApisRequest() (request *ListDataServiceApisRequest)

CreateListDataServiceApisRequest creates a request to invoke ListDataServiceApis API

type ListDataServiceApisResponse ¶

type ListDataServiceApisResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataServiceApisResponse is the response struct for api ListDataServiceApis

func CreateListDataServiceApisResponse ¶

func CreateListDataServiceApisResponse() (response *ListDataServiceApisResponse)

CreateListDataServiceApisResponse creates a response to parse from ListDataServiceApis response

type ListDataServiceApplicationsRequest ¶

type ListDataServiceApplicationsRequest struct {
	*requests.RpcRequest
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	TenantId      requests.Integer `position:"Body" name:"TenantId"`
	ProjectIdList string           `position:"Body" name:"ProjectIdList"`
}

ListDataServiceApplicationsRequest is the request struct for api ListDataServiceApplications

func CreateListDataServiceApplicationsRequest ¶

func CreateListDataServiceApplicationsRequest() (request *ListDataServiceApplicationsRequest)

CreateListDataServiceApplicationsRequest creates a request to invoke ListDataServiceApplications API

type ListDataServiceApplicationsResponse ¶

type ListDataServiceApplicationsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataServiceApplicationsResponse is the response struct for api ListDataServiceApplications

func CreateListDataServiceApplicationsResponse ¶

func CreateListDataServiceApplicationsResponse() (response *ListDataServiceApplicationsResponse)

CreateListDataServiceApplicationsResponse creates a response to parse from ListDataServiceApplications response

type ListDataServiceAuthorizedApisRequest ¶

type ListDataServiceAuthorizedApisRequest struct {
	*requests.RpcRequest
	ApiNameKeyword string           `position:"Body" name:"ApiNameKeyword"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	TenantId       requests.Integer `position:"Body" name:"TenantId"`
	ProjectId      requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServiceAuthorizedApisRequest is the request struct for api ListDataServiceAuthorizedApis

func CreateListDataServiceAuthorizedApisRequest ¶

func CreateListDataServiceAuthorizedApisRequest() (request *ListDataServiceAuthorizedApisRequest)

CreateListDataServiceAuthorizedApisRequest creates a request to invoke ListDataServiceAuthorizedApis API

type ListDataServiceAuthorizedApisResponse ¶

type ListDataServiceAuthorizedApisResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataServiceAuthorizedApisResponse is the response struct for api ListDataServiceAuthorizedApis

func CreateListDataServiceAuthorizedApisResponse ¶

func CreateListDataServiceAuthorizedApisResponse() (response *ListDataServiceAuthorizedApisResponse)

CreateListDataServiceAuthorizedApisResponse creates a response to parse from ListDataServiceAuthorizedApis response

type ListDataServiceFoldersRequest ¶ added in v1.61.610

type ListDataServiceFoldersRequest struct {
	*requests.RpcRequest
	FolderNameKeyword string           `position:"Body" name:"FolderNameKeyword"`
	GroupId           string           `position:"Body" name:"GroupId"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	TenantId          requests.Integer `position:"Body" name:"TenantId"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServiceFoldersRequest is the request struct for api ListDataServiceFolders

func CreateListDataServiceFoldersRequest ¶ added in v1.61.610

func CreateListDataServiceFoldersRequest() (request *ListDataServiceFoldersRequest)

CreateListDataServiceFoldersRequest creates a request to invoke ListDataServiceFolders API

type ListDataServiceFoldersResponse ¶ added in v1.61.610

type ListDataServiceFoldersResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	FolderPagingResult FolderPagingResult `json:"FolderPagingResult" xml:"FolderPagingResult"`
}

ListDataServiceFoldersResponse is the response struct for api ListDataServiceFolders

func CreateListDataServiceFoldersResponse ¶ added in v1.61.610

func CreateListDataServiceFoldersResponse() (response *ListDataServiceFoldersResponse)

CreateListDataServiceFoldersResponse creates a response to parse from ListDataServiceFolders response

type ListDataServiceGroupsRequest ¶ added in v1.61.610

type ListDataServiceGroupsRequest struct {
	*requests.RpcRequest
	GroupNameKeyword string           `position:"Body" name:"GroupNameKeyword"`
	PageNumber       requests.Integer `position:"Body" name:"PageNumber"`
	PageSize         requests.Integer `position:"Body" name:"PageSize"`
	TenantId         requests.Integer `position:"Body" name:"TenantId"`
	ProjectId        requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServiceGroupsRequest is the request struct for api ListDataServiceGroups

func CreateListDataServiceGroupsRequest ¶ added in v1.61.610

func CreateListDataServiceGroupsRequest() (request *ListDataServiceGroupsRequest)

CreateListDataServiceGroupsRequest creates a request to invoke ListDataServiceGroups API

type ListDataServiceGroupsResponse ¶ added in v1.61.610

type ListDataServiceGroupsResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	GroupPagingResult GroupPagingResult `json:"GroupPagingResult" xml:"GroupPagingResult"`
}

ListDataServiceGroupsResponse is the response struct for api ListDataServiceGroups

func CreateListDataServiceGroupsResponse ¶ added in v1.61.610

func CreateListDataServiceGroupsResponse() (response *ListDataServiceGroupsResponse)

CreateListDataServiceGroupsResponse creates a response to parse from ListDataServiceGroups response

type ListDataServicePublishedApisRequest ¶

type ListDataServicePublishedApisRequest struct {
	*requests.RpcRequest
	ApiNameKeyword string           `position:"Body" name:"ApiNameKeyword"`
	ApiPathKeyword string           `position:"Body" name:"ApiPathKeyword"`
	CreatorId      string           `position:"Body" name:"CreatorId"`
	PageNumber     requests.Integer `position:"Body" name:"PageNumber"`
	PageSize       requests.Integer `position:"Body" name:"PageSize"`
	TenantId       requests.Integer `position:"Body" name:"TenantId"`
	ProjectId      requests.Integer `position:"Body" name:"ProjectId"`
}

ListDataServicePublishedApisRequest is the request struct for api ListDataServicePublishedApis

func CreateListDataServicePublishedApisRequest ¶

func CreateListDataServicePublishedApisRequest() (request *ListDataServicePublishedApisRequest)

CreateListDataServicePublishedApisRequest creates a request to invoke ListDataServicePublishedApis API

type ListDataServicePublishedApisResponse ¶

type ListDataServicePublishedApisResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataServicePublishedApisResponse is the response struct for api ListDataServicePublishedApis

func CreateListDataServicePublishedApisResponse ¶

func CreateListDataServicePublishedApisResponse() (response *ListDataServicePublishedApisResponse)

CreateListDataServicePublishedApisResponse creates a response to parse from ListDataServicePublishedApis response

type ListDataSourcesRequest ¶ added in v1.61.1068

type ListDataSourcesRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	SubType        string           `position:"Query" name:"SubType"`
	Name           string           `position:"Query" name:"Name"`
	EnvType        requests.Integer `position:"Query" name:"EnvType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
	Status         string           `position:"Query" name:"Status"`
}

ListDataSourcesRequest is the request struct for api ListDataSources

func CreateListDataSourcesRequest ¶ added in v1.61.1068

func CreateListDataSourcesRequest() (request *ListDataSourcesRequest)

CreateListDataSourcesRequest creates a request to invoke ListDataSources API

type ListDataSourcesResponse ¶ added in v1.61.1068

type ListDataSourcesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListDataSourcesResponse is the response struct for api ListDataSources

func CreateListDataSourcesResponse ¶ added in v1.61.1068

func CreateListDataSourcesResponse() (response *ListDataSourcesResponse)

CreateListDataSourcesResponse creates a response to parse from ListDataSources response

type ListDeploymentsRequest ¶ added in v1.61.1367

type ListDeploymentsRequest struct {
	*requests.RpcRequest
	Creator           string           `position:"Body" name:"Creator"`
	EndCreateTime     requests.Integer `position:"Body" name:"EndCreateTime"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
	Executor          string           `position:"Body" name:"Executor"`
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	EndExecuteTime    requests.Integer `position:"Body" name:"EndExecuteTime"`
	Keyword           string           `position:"Body" name:"Keyword"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	Status            requests.Integer `position:"Body" name:"Status"`
}

ListDeploymentsRequest is the request struct for api ListDeployments

func CreateListDeploymentsRequest ¶ added in v1.61.1367

func CreateListDeploymentsRequest() (request *ListDeploymentsRequest)

CreateListDeploymentsRequest creates a request to invoke ListDeployments API

type ListDeploymentsResponse ¶ added in v1.61.1367

type ListDeploymentsResponse struct {
	*responses.BaseResponse
	RequestId string                `json:"RequestId" xml:"RequestId"`
	Data      DataInListDeployments `json:"Data" xml:"Data"`
}

ListDeploymentsResponse is the response struct for api ListDeployments

func CreateListDeploymentsResponse ¶ added in v1.61.1367

func CreateListDeploymentsResponse() (response *ListDeploymentsResponse)

CreateListDeploymentsResponse creates a response to parse from ListDeployments response

type ListEnabledExtensionsForProjectRequest ¶ added in v1.62.16

type ListEnabledExtensionsForProjectRequest struct {
	*requests.RpcRequest
	EventCode string           `position:"Body" name:"EventCode"`
	FileType  string           `position:"Body" name:"FileType"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

ListEnabledExtensionsForProjectRequest is the request struct for api ListEnabledExtensionsForProject

func CreateListEnabledExtensionsForProjectRequest ¶ added in v1.62.16

func CreateListEnabledExtensionsForProjectRequest() (request *ListEnabledExtensionsForProjectRequest)

CreateListEnabledExtensionsForProjectRequest creates a request to invoke ListEnabledExtensionsForProject API

type ListEnabledExtensionsForProjectResponse ¶ added in v1.62.16

type ListEnabledExtensionsForProjectResponse struct {
	*responses.BaseResponse
	RequestId  string           `json:"RequestId" xml:"RequestId"`
	Extensions []ExtensionsItem `json:"Extensions" xml:"Extensions"`
}

ListEnabledExtensionsForProjectResponse is the response struct for api ListEnabledExtensionsForProject

func CreateListEnabledExtensionsForProjectResponse ¶ added in v1.62.16

func CreateListEnabledExtensionsForProjectResponse() (response *ListEnabledExtensionsForProjectResponse)

CreateListEnabledExtensionsForProjectResponse creates a response to parse from ListEnabledExtensionsForProject response

type ListExtensionsRequest ¶ added in v1.61.1615

type ListExtensionsRequest struct {
	*requests.RpcRequest
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListExtensionsRequest is the request struct for api ListExtensions

func CreateListExtensionsRequest ¶ added in v1.61.1615

func CreateListExtensionsRequest() (request *ListExtensionsRequest)

CreateListExtensionsRequest creates a request to invoke ListExtensions API

type ListExtensionsResponse ¶ added in v1.61.1615

type ListExtensionsResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	PagingInfo PagingInfo `json:"PagingInfo" xml:"PagingInfo"`
}

ListExtensionsResponse is the response struct for api ListExtensions

func CreateListExtensionsResponse ¶ added in v1.61.1615

func CreateListExtensionsResponse() (response *ListExtensionsResponse)

CreateListExtensionsResponse creates a response to parse from ListExtensions response

type ListFileTypeRequest ¶ added in v1.61.1068

type ListFileTypeRequest struct {
	*requests.RpcRequest
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	Keyword           string           `position:"Body" name:"Keyword"`
	Locale            string           `position:"Body" name:"Locale"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
}

ListFileTypeRequest is the request struct for api ListFileType

func CreateListFileTypeRequest ¶ added in v1.61.1068

func CreateListFileTypeRequest() (request *ListFileTypeRequest)

CreateListFileTypeRequest creates a request to invoke ListFileType API

type ListFileTypeResponse ¶ added in v1.61.1068

type ListFileTypeResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	NodeTypeInfoList NodeTypeInfoList `json:"NodeTypeInfoList" xml:"NodeTypeInfoList"`
}

ListFileTypeResponse is the response struct for api ListFileType

func CreateListFileTypeResponse ¶ added in v1.61.1068

func CreateListFileTypeResponse() (response *ListFileTypeResponse)

CreateListFileTypeResponse creates a response to parse from ListFileType response

type ListFileVersionsRequest ¶

type ListFileVersionsRequest struct {
	*requests.RpcRequest
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
	FileId            requests.Integer `position:"Body" name:"FileId"`
}

ListFileVersionsRequest is the request struct for api ListFileVersions

func CreateListFileVersionsRequest ¶

func CreateListFileVersionsRequest() (request *ListFileVersionsRequest)

CreateListFileVersionsRequest creates a request to invoke ListFileVersions API

type ListFileVersionsResponse ¶

type ListFileVersionsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListFileVersionsResponse is the response struct for api ListFileVersions

func CreateListFileVersionsResponse ¶

func CreateListFileVersionsResponse() (response *ListFileVersionsResponse)

CreateListFileVersionsResponse creates a response to parse from ListFileVersions response

type ListFilesRequest ¶

type ListFilesRequest struct {
	*requests.RpcRequest
	Owner             string           `position:"Body" name:"Owner"`
	FileTypes         string           `position:"Body" name:"FileTypes"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
	FileFolderPath    string           `position:"Body" name:"FileFolderPath"`
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	Keyword           string           `position:"Body" name:"Keyword"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	UseType           string           `position:"Body" name:"UseType"`
	NodeId            requests.Integer `position:"Body" name:"NodeId"`
}

ListFilesRequest is the request struct for api ListFiles

func CreateListFilesRequest ¶

func CreateListFilesRequest() (request *ListFilesRequest)

CreateListFilesRequest creates a request to invoke ListFiles API

type ListFilesResponse ¶

type ListFilesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListFilesResponse is the response struct for api ListFiles

func CreateListFilesResponse ¶

func CreateListFilesResponse() (response *ListFilesResponse)

CreateListFilesResponse creates a response to parse from ListFiles response

type ListFoldersRequest ¶

type ListFoldersRequest struct {
	*requests.RpcRequest
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	ParentFolderPath  string           `position:"Body" name:"ParentFolderPath"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
}

ListFoldersRequest is the request struct for api ListFolders

func CreateListFoldersRequest ¶

func CreateListFoldersRequest() (request *ListFoldersRequest)

CreateListFoldersRequest creates a request to invoke ListFolders API

type ListFoldersResponse ¶

type ListFoldersResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListFoldersResponse is the response struct for api ListFolders

func CreateListFoldersResponse ¶

func CreateListFoldersResponse() (response *ListFoldersResponse)

CreateListFoldersResponse creates a response to parse from ListFolders response

type ListInnerNodesRequest ¶ added in v1.61.1727

type ListInnerNodesRequest struct {
	*requests.RpcRequest
	ProjectEnv  string           `position:"Body" name:"ProjectEnv"`
	OuterNodeId requests.Integer `position:"Body" name:"OuterNodeId"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	NodeName    string           `position:"Body" name:"NodeName"`
	ProgramType string           `position:"Body" name:"ProgramType"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

ListInnerNodesRequest is the request struct for api ListInnerNodes

func CreateListInnerNodesRequest ¶ added in v1.61.1727

func CreateListInnerNodesRequest() (request *ListInnerNodesRequest)

CreateListInnerNodesRequest creates a request to invoke ListInnerNodes API

type ListInnerNodesResponse ¶ added in v1.61.1727

type ListInnerNodesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Paging    Paging `json:"Paging" xml:"Paging"`
}

ListInnerNodesResponse is the response struct for api ListInnerNodes

func CreateListInnerNodesResponse ¶ added in v1.61.1727

func CreateListInnerNodesResponse() (response *ListInnerNodesResponse)

CreateListInnerNodesResponse creates a response to parse from ListInnerNodes response

type ListInstanceAmountRequest ¶ added in v1.61.1068

type ListInstanceAmountRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Body" name:"BeginDate"`
	EndDate   string           `position:"Body" name:"EndDate"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

ListInstanceAmountRequest is the request struct for api ListInstanceAmount

func CreateListInstanceAmountRequest ¶ added in v1.61.1068

func CreateListInstanceAmountRequest() (request *ListInstanceAmountRequest)

CreateListInstanceAmountRequest creates a request to invoke ListInstanceAmount API

type ListInstanceAmountResponse ¶ added in v1.61.1068

type ListInstanceAmountResponse struct {
	*responses.BaseResponse
	RequestId      string          `json:"RequestId" xml:"RequestId"`
	InstanceCounts []IntanceCounts `json:"InstanceCounts" xml:"InstanceCounts"`
}

ListInstanceAmountResponse is the response struct for api ListInstanceAmount

func CreateListInstanceAmountResponse ¶ added in v1.61.1068

func CreateListInstanceAmountResponse() (response *ListInstanceAmountResponse)

CreateListInstanceAmountResponse creates a response to parse from ListInstanceAmount response

type ListInstanceHistoryRequest ¶ added in v1.61.1727

type ListInstanceHistoryRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

ListInstanceHistoryRequest is the request struct for api ListInstanceHistory

func CreateListInstanceHistoryRequest ¶ added in v1.61.1727

func CreateListInstanceHistoryRequest() (request *ListInstanceHistoryRequest)

CreateListInstanceHistoryRequest creates a request to invoke ListInstanceHistory API

type ListInstanceHistoryResponse ¶ added in v1.61.1727

type ListInstanceHistoryResponse struct {
	*responses.BaseResponse
	RequestId string          `json:"RequestId" xml:"RequestId"`
	Success   bool            `json:"Success" xml:"Success"`
	Instances []InstancesItem `json:"Instances" xml:"Instances"`
}

ListInstanceHistoryResponse is the response struct for api ListInstanceHistory

func CreateListInstanceHistoryResponse ¶ added in v1.61.1727

func CreateListInstanceHistoryResponse() (response *ListInstanceHistoryResponse)

CreateListInstanceHistoryResponse creates a response to parse from ListInstanceHistory response

type ListInstancesRequest ¶

type ListInstancesRequest struct {
	*requests.RpcRequest
	ProjectEnv   string           `position:"Body" name:"ProjectEnv"`
	Owner        string           `position:"Body" name:"Owner"`
	BizName      string           `position:"Body" name:"BizName"`
	BeginBizdate string           `position:"Body" name:"BeginBizdate"`
	EndBizdate   string           `position:"Body" name:"EndBizdate"`
	DagId        requests.Integer `position:"Body" name:"DagId"`
	PageNumber   requests.Integer `position:"Body" name:"PageNumber"`
	NodeName     string           `position:"Body" name:"NodeName"`
	ProgramType  string           `position:"Body" name:"ProgramType"`
	Bizdate      string           `position:"Body" name:"Bizdate"`
	PageSize     requests.Integer `position:"Body" name:"PageSize"`
	NodeId       requests.Integer `position:"Body" name:"NodeId"`
	ProjectId    requests.Integer `position:"Body" name:"ProjectId"`
	Status       string           `position:"Body" name:"Status"`
}

ListInstancesRequest is the request struct for api ListInstances

func CreateListInstancesRequest ¶

func CreateListInstancesRequest() (request *ListInstancesRequest)

CreateListInstancesRequest creates a request to invoke ListInstances API

type ListInstancesResponse ¶

type ListInstancesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListInstancesResponse is the response struct for api ListInstances

func CreateListInstancesResponse ¶

func CreateListInstancesResponse() (response *ListInstancesResponse)

CreateListInstancesResponse creates a response to parse from ListInstances response

type ListLineageRequest ¶ added in v1.62.369

type ListLineageRequest struct {
	*requests.RpcRequest
	EntityQualifiedName string           `position:"Query" name:"EntityQualifiedName"`
	NextToken           string           `position:"Query" name:"NextToken"`
	PageSize            requests.Integer `position:"Query" name:"PageSize"`
	Keyword             string           `position:"Query" name:"Keyword"`
	Direction           string           `position:"Query" name:"Direction"`
}

ListLineageRequest is the request struct for api ListLineage

func CreateListLineageRequest ¶ added in v1.62.369

func CreateListLineageRequest() (request *ListLineageRequest)

CreateListLineageRequest creates a request to invoke ListLineage API

type ListLineageResponse ¶ added in v1.62.369

type ListLineageResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListLineageResponse is the response struct for api ListLineage

func CreateListLineageResponse ¶ added in v1.62.369

func CreateListLineageResponse() (response *ListLineageResponse)

CreateListLineageResponse creates a response to parse from ListLineage response

type ListManualDagInstancesRequest ¶ added in v1.61.1068

type ListManualDagInstancesRequest struct {
	*requests.RpcRequest
	ProjectEnv  string `position:"Body" name:"ProjectEnv"`
	ProjectName string `position:"Body" name:"ProjectName"`
	DagId       string `position:"Body" name:"DagId"`
}

ListManualDagInstancesRequest is the request struct for api ListManualDagInstances

func CreateListManualDagInstancesRequest ¶ added in v1.61.1068

func CreateListManualDagInstancesRequest() (request *ListManualDagInstancesRequest)

CreateListManualDagInstancesRequest creates a request to invoke ListManualDagInstances API

type ListManualDagInstancesResponse ¶ added in v1.61.1068

type ListManualDagInstancesResponse struct {
	*responses.BaseResponse
	RequestId string          `json:"RequestId" xml:"RequestId"`
	Instances []InstancesItem `json:"Instances" xml:"Instances"`
}

ListManualDagInstancesResponse is the response struct for api ListManualDagInstances

func CreateListManualDagInstancesResponse ¶ added in v1.61.1068

func CreateListManualDagInstancesResponse() (response *ListManualDagInstancesResponse)

CreateListManualDagInstancesResponse creates a response to parse from ListManualDagInstances response

type ListMetaCollectionEntitiesRequest ¶ added in v1.62.95

type ListMetaCollectionEntitiesRequest struct {
	*requests.RpcRequest
	CollectionQualifiedName string           `position:"Query" name:"CollectionQualifiedName"`
	EntityType              string           `position:"Query" name:"EntityType"`
	NextToken               string           `position:"Query" name:"NextToken"`
	PageSize                requests.Integer `position:"Query" name:"PageSize"`
	Keyword                 string           `position:"Query" name:"Keyword"`
}

ListMetaCollectionEntitiesRequest is the request struct for api ListMetaCollectionEntities

func CreateListMetaCollectionEntitiesRequest ¶ added in v1.62.95

func CreateListMetaCollectionEntitiesRequest() (request *ListMetaCollectionEntitiesRequest)

CreateListMetaCollectionEntitiesRequest creates a request to invoke ListMetaCollectionEntities API

type ListMetaCollectionEntitiesResponse ¶ added in v1.62.95

type ListMetaCollectionEntitiesResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListMetaCollectionEntitiesResponse is the response struct for api ListMetaCollectionEntities

func CreateListMetaCollectionEntitiesResponse ¶ added in v1.62.95

func CreateListMetaCollectionEntitiesResponse() (response *ListMetaCollectionEntitiesResponse)

CreateListMetaCollectionEntitiesResponse creates a response to parse from ListMetaCollectionEntities response

type ListMetaCollectionsRequest ¶ added in v1.62.95

type ListMetaCollectionsRequest struct {
	*requests.RpcRequest
	Creator             string           `position:"Query" name:"Creator"`
	Follower            string           `position:"Query" name:"Follower"`
	ParentQualifiedName string           `position:"Query" name:"ParentQualifiedName"`
	OrderBy             string           `position:"Query" name:"OrderBy"`
	CollectionType      string           `position:"Query" name:"CollectionType"`
	Administrator       string           `position:"Query" name:"Administrator"`
	NextToken           string           `position:"Query" name:"NextToken"`
	PageSize            requests.Integer `position:"Query" name:"PageSize"`
	Keyword             string           `position:"Query" name:"Keyword"`
}

ListMetaCollectionsRequest is the request struct for api ListMetaCollections

func CreateListMetaCollectionsRequest ¶ added in v1.62.95

func CreateListMetaCollectionsRequest() (request *ListMetaCollectionsRequest)

CreateListMetaCollectionsRequest creates a request to invoke ListMetaCollections API

type ListMetaCollectionsResponse ¶ added in v1.62.95

type ListMetaCollectionsResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListMetaCollectionsResponse is the response struct for api ListMetaCollections

func CreateListMetaCollectionsResponse ¶ added in v1.62.95

func CreateListMetaCollectionsResponse() (response *ListMetaCollectionsResponse)

CreateListMetaCollectionsResponse creates a response to parse from ListMetaCollections response

type ListMetaDBRequest ¶ added in v1.61.610

type ListMetaDBRequest struct {
	*requests.RpcRequest
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

ListMetaDBRequest is the request struct for api ListMetaDB

func CreateListMetaDBRequest ¶ added in v1.61.610

func CreateListMetaDBRequest() (request *ListMetaDBRequest)

CreateListMetaDBRequest creates a request to invoke ListMetaDB API

type ListMetaDBResponse ¶ added in v1.61.610

type ListMetaDBResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	DatabaseInfo DatabaseInfo `json:"DatabaseInfo" xml:"DatabaseInfo"`
}

ListMetaDBResponse is the response struct for api ListMetaDB

func CreateListMetaDBResponse ¶ added in v1.61.610

func CreateListMetaDBResponse() (response *ListMetaDBResponse)

CreateListMetaDBResponse creates a response to parse from ListMetaDB response

type ListMigrationsRequest ¶ added in v1.61.1615

type ListMigrationsRequest struct {
	*requests.RpcRequest
	Owner         string           `position:"Body" name:"Owner"`
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	MigrationType string           `position:"Body" name:"MigrationType"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
}

ListMigrationsRequest is the request struct for api ListMigrations

func CreateListMigrationsRequest ¶ added in v1.61.1615

func CreateListMigrationsRequest() (request *ListMigrationsRequest)

CreateListMigrationsRequest creates a request to invoke ListMigrations API

type ListMigrationsResponse ¶ added in v1.61.1615

type ListMigrationsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

ListMigrationsResponse is the response struct for api ListMigrations

func CreateListMigrationsResponse ¶ added in v1.61.1615

func CreateListMigrationsResponse() (response *ListMigrationsResponse)

CreateListMigrationsResponse creates a response to parse from ListMigrations response

type ListNodeIORequest ¶

type ListNodeIORequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
	IoType     string           `position:"Body" name:"IoType"`
}

ListNodeIORequest is the request struct for api ListNodeIO

func CreateListNodeIORequest ¶

func CreateListNodeIORequest() (request *ListNodeIORequest)

CreateListNodeIORequest creates a request to invoke ListNodeIO API

type ListNodeIOResponse ¶

type ListNodeIOResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool       `json:"Success" xml:"Success"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

ListNodeIOResponse is the response struct for api ListNodeIO

func CreateListNodeIOResponse ¶

func CreateListNodeIOResponse() (response *ListNodeIOResponse)

CreateListNodeIOResponse creates a response to parse from ListNodeIO response

type ListNodeInputOrOutputRequest ¶ added in v1.61.1068

type ListNodeInputOrOutputRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
	IoType     string           `position:"Body" name:"IoType"`
}

ListNodeInputOrOutputRequest is the request struct for api ListNodeInputOrOutput

func CreateListNodeInputOrOutputRequest ¶ added in v1.61.1068

func CreateListNodeInputOrOutputRequest() (request *ListNodeInputOrOutputRequest)

CreateListNodeInputOrOutputRequest creates a request to invoke ListNodeInputOrOutput API

type ListNodeInputOrOutputResponse ¶ added in v1.61.1068

type ListNodeInputOrOutputResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool       `json:"Success" xml:"Success"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

ListNodeInputOrOutputResponse is the response struct for api ListNodeInputOrOutput

func CreateListNodeInputOrOutputResponse ¶ added in v1.61.1068

func CreateListNodeInputOrOutputResponse() (response *ListNodeInputOrOutputResponse)

CreateListNodeInputOrOutputResponse creates a response to parse from ListNodeInputOrOutput response

type ListNodesByBaselineRequest ¶ added in v1.61.1068

type ListNodesByBaselineRequest struct {
	*requests.RpcRequest
	BaselineId requests.Integer `position:"Body" name:"BaselineId"`
}

ListNodesByBaselineRequest is the request struct for api ListNodesByBaseline

func CreateListNodesByBaselineRequest ¶ added in v1.61.1068

func CreateListNodesByBaselineRequest() (request *ListNodesByBaselineRequest)

CreateListNodesByBaselineRequest creates a request to invoke ListNodesByBaseline API

type ListNodesByBaselineResponse ¶ added in v1.61.1068

type ListNodesByBaselineResponse struct {
	*responses.BaseResponse
	HttpStatusCode int        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string     `json:"ErrorCode" xml:"ErrorCode"`
	Success        string     `json:"Success" xml:"Success"`
	Data           []DataItem `json:"Data" xml:"Data"`
}

ListNodesByBaselineResponse is the response struct for api ListNodesByBaseline

func CreateListNodesByBaselineResponse ¶ added in v1.61.1068

func CreateListNodesByBaselineResponse() (response *ListNodesByBaselineResponse)

CreateListNodesByBaselineResponse creates a response to parse from ListNodesByBaseline response

type ListNodesByOutputRequest ¶ added in v1.61.1068

type ListNodesByOutputRequest struct {
	*requests.RpcRequest
	ProjectEnv          string           `position:"Body" name:"ProjectEnv"`
	Outputs             string           `position:"Body" name:"Outputs"`
	OutputNodeListAsMap requests.Boolean `position:"Body" name:"OutputNodeListAsMap"`
}

ListNodesByOutputRequest is the request struct for api ListNodesByOutput

func CreateListNodesByOutputRequest ¶ added in v1.61.1068

func CreateListNodesByOutputRequest() (request *ListNodesByOutputRequest)

CreateListNodesByOutputRequest creates a request to invoke ListNodesByOutput API

type ListNodesByOutputResponse ¶ added in v1.61.1068

type ListNodesByOutputResponse struct {
	*responses.BaseResponse
	HttpStatusCode int              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string           `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string           `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string           `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool             `json:"Success" xml:"Success"`
	Data           []OutputNodePair `json:"Data" xml:"Data"`
}

ListNodesByOutputResponse is the response struct for api ListNodesByOutput

func CreateListNodesByOutputResponse ¶ added in v1.61.1068

func CreateListNodesByOutputResponse() (response *ListNodesByOutputResponse)

CreateListNodesByOutputResponse creates a response to parse from ListNodesByOutput response

type ListNodesRequest ¶

type ListNodesRequest struct {
	*requests.RpcRequest
	Owner       string           `position:"Body" name:"Owner"`
	ProjectEnv  string           `position:"Body" name:"ProjectEnv"`
	BizName     string           `position:"Body" name:"BizName"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	NodeName    string           `position:"Body" name:"NodeName"`
	ProgramType string           `position:"Body" name:"ProgramType"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

ListNodesRequest is the request struct for api ListNodes

func CreateListNodesRequest ¶

func CreateListNodesRequest() (request *ListNodesRequest)

CreateListNodesRequest creates a request to invoke ListNodes API

type ListNodesResponse ¶

type ListNodesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListNodesResponse is the response struct for api ListNodes

func CreateListNodesResponse ¶

func CreateListNodesResponse() (response *ListNodesResponse)

CreateListNodesResponse creates a response to parse from ListNodes response

type ListPermissionApplyOrdersRequest ¶ added in v1.61.1068

type ListPermissionApplyOrdersRequest struct {
	*requests.RpcRequest
	StartTime             requests.Integer `position:"Query" name:"StartTime"`
	PageNum               requests.Integer `position:"Query" name:"PageNum"`
	PageSize              requests.Integer `position:"Query" name:"PageSize"`
	TableName             string           `position:"Query" name:"TableName"`
	QueryType             requests.Integer `position:"Query" name:"QueryType"`
	EngineType            string           `position:"Query" name:"EngineType"`
	MaxComputeProjectName string           `position:"Query" name:"MaxComputeProjectName"`
	EndTime               requests.Integer `position:"Query" name:"EndTime"`
	FlowStatus            requests.Integer `position:"Query" name:"FlowStatus"`
	WorkspaceId           requests.Integer `position:"Query" name:"WorkspaceId"`
	OrderType             requests.Integer `position:"Query" name:"OrderType"`
}

ListPermissionApplyOrdersRequest is the request struct for api ListPermissionApplyOrders

func CreateListPermissionApplyOrdersRequest ¶ added in v1.61.1068

func CreateListPermissionApplyOrdersRequest() (request *ListPermissionApplyOrdersRequest)

CreateListPermissionApplyOrdersRequest creates a request to invoke ListPermissionApplyOrders API

type ListPermissionApplyOrdersResponse ¶ added in v1.61.1068

type ListPermissionApplyOrdersResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	ApplyOrders ApplyOrders `json:"ApplyOrders" xml:"ApplyOrders"`
}

ListPermissionApplyOrdersResponse is the response struct for api ListPermissionApplyOrders

func CreateListPermissionApplyOrdersResponse ¶ added in v1.61.1068

func CreateListPermissionApplyOrdersResponse() (response *ListPermissionApplyOrdersResponse)

CreateListPermissionApplyOrdersResponse creates a response to parse from ListPermissionApplyOrders response

type ListProgramTypeCountRequest ¶ added in v1.61.610

type ListProgramTypeCountRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	ProjectId  requests.Integer `position:"Body" name:"ProjectId"`
}

ListProgramTypeCountRequest is the request struct for api ListProgramTypeCount

func CreateListProgramTypeCountRequest ¶ added in v1.61.610

func CreateListProgramTypeCountRequest() (request *ListProgramTypeCountRequest)

CreateListProgramTypeCountRequest creates a request to invoke ListProgramTypeCount API

type ListProgramTypeCountResponse ¶ added in v1.61.610

type ListProgramTypeCountResponse struct {
	*responses.BaseResponse
	RequestId            string                `json:"RequestId" xml:"RequestId"`
	ProgramTypeAndCounts []ProgramTypeAndCount `json:"ProgramTypeAndCounts" xml:"ProgramTypeAndCounts"`
}

ListProgramTypeCountResponse is the response struct for api ListProgramTypeCount

func CreateListProgramTypeCountResponse ¶ added in v1.61.610

func CreateListProgramTypeCountResponse() (response *ListProgramTypeCountResponse)

CreateListProgramTypeCountResponse creates a response to parse from ListProgramTypeCount response

type ListProjectIdsRequest ¶ added in v1.61.1297

type ListProjectIdsRequest struct {
	*requests.RpcRequest
	UserId string `position:"Query" name:"UserId"`
}

ListProjectIdsRequest is the request struct for api ListProjectIds

func CreateListProjectIdsRequest ¶ added in v1.61.1297

func CreateListProjectIdsRequest() (request *ListProjectIdsRequest)

CreateListProjectIdsRequest creates a request to invoke ListProjectIds API

type ListProjectIdsResponse ¶ added in v1.61.1297

type ListProjectIdsResponse struct {
	*responses.BaseResponse
	RequestId  string  `json:"RequestId" xml:"RequestId"`
	ProjectIds []int64 `json:"ProjectIds" xml:"ProjectIds"`
}

ListProjectIdsResponse is the response struct for api ListProjectIds

func CreateListProjectIdsResponse ¶ added in v1.61.1297

func CreateListProjectIdsResponse() (response *ListProjectIdsResponse)

CreateListProjectIdsResponse creates a response to parse from ListProjectIds response

type ListProjectMembersRequest ¶ added in v1.61.386

type ListProjectMembersRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  requests.Integer `position:"Query" name:"ProjectId"`
}

ListProjectMembersRequest is the request struct for api ListProjectMembers

func CreateListProjectMembersRequest ¶ added in v1.61.386

func CreateListProjectMembersRequest() (request *ListProjectMembersRequest)

CreateListProjectMembersRequest creates a request to invoke ListProjectMembers API

type ListProjectMembersResponse ¶ added in v1.61.386

type ListProjectMembersResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

ListProjectMembersResponse is the response struct for api ListProjectMembers

func CreateListProjectMembersResponse ¶ added in v1.61.386

func CreateListProjectMembersResponse() (response *ListProjectMembersResponse)

CreateListProjectMembersResponse creates a response to parse from ListProjectMembers response

type ListProjectRolesRequest ¶ added in v1.61.386

type ListProjectRolesRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

ListProjectRolesRequest is the request struct for api ListProjectRoles

func CreateListProjectRolesRequest ¶ added in v1.61.386

func CreateListProjectRolesRequest() (request *ListProjectRolesRequest)

CreateListProjectRolesRequest creates a request to invoke ListProjectRoles API

type ListProjectRolesResponse ¶ added in v1.61.386

type ListProjectRolesResponse struct {
	*responses.BaseResponse
	RequestId       string `json:"RequestId" xml:"RequestId"`
	ProjectRoleList []Role `json:"ProjectRoleList" xml:"ProjectRoleList"`
}

ListProjectRolesResponse is the response struct for api ListProjectRoles

func CreateListProjectRolesResponse ¶ added in v1.61.386

func CreateListProjectRolesResponse() (response *ListProjectRolesResponse)

CreateListProjectRolesResponse creates a response to parse from ListProjectRoles response

type ListProjectsRequest ¶ added in v1.61.610

type ListProjectsRequest struct {
	*requests.RpcRequest
	PageNumber                     requests.Integer    `position:"Query" name:"PageNumber"`
	Tags                           *[]ListProjectsTags `position:"Query" name:"Tags"  type:"Json"`
	ResourceManagerResourceGroupId string              `position:"Query" name:"ResourceManagerResourceGroupId"`
	PageSize                       requests.Integer    `position:"Query" name:"PageSize"`
}

ListProjectsRequest is the request struct for api ListProjects

func CreateListProjectsRequest ¶ added in v1.61.610

func CreateListProjectsRequest() (request *ListProjectsRequest)

CreateListProjectsRequest creates a request to invoke ListProjects API

type ListProjectsResponse ¶ added in v1.61.610

type ListProjectsResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	PageResult PageResult `json:"PageResult" xml:"PageResult"`
}

ListProjectsResponse is the response struct for api ListProjects

func CreateListProjectsResponse ¶ added in v1.61.610

func CreateListProjectsResponse() (response *ListProjectsResponse)

CreateListProjectsResponse creates a response to parse from ListProjects response

type ListProjectsTags ¶ added in v1.62.16

type ListProjectsTags struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

ListProjectsTags is a repeated param struct in ListProjectsRequest

type ListQualityResultsByEntityRequest ¶ added in v1.61.610

type ListQualityResultsByEntityRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	EntityId    requests.Integer `position:"Body" name:"EntityId"`
	StartDate   string           `position:"Body" name:"StartDate"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	EndDate     string           `position:"Body" name:"EndDate"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

ListQualityResultsByEntityRequest is the request struct for api ListQualityResultsByEntity

func CreateListQualityResultsByEntityRequest ¶ added in v1.61.610

func CreateListQualityResultsByEntityRequest() (request *ListQualityResultsByEntityRequest)

CreateListQualityResultsByEntityRequest creates a request to invoke ListQualityResultsByEntity API

type ListQualityResultsByEntityResponse ¶ added in v1.61.610

type ListQualityResultsByEntityResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                           `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	Success        bool                             `json:"Success" xml:"Success"`
	ErrorCode      string                           `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInListQualityResultsByEntity `json:"Data" xml:"Data"`
}

ListQualityResultsByEntityResponse is the response struct for api ListQualityResultsByEntity

func CreateListQualityResultsByEntityResponse ¶ added in v1.61.610

func CreateListQualityResultsByEntityResponse() (response *ListQualityResultsByEntityResponse)

CreateListQualityResultsByEntityResponse creates a response to parse from ListQualityResultsByEntity response

type ListQualityResultsByRuleRequest ¶ added in v1.61.610

type ListQualityResultsByRuleRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	StartDate   string           `position:"Body" name:"StartDate"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	EndDate     string           `position:"Body" name:"EndDate"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	RuleId      requests.Integer `position:"Body" name:"RuleId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

ListQualityResultsByRuleRequest is the request struct for api ListQualityResultsByRule

func CreateListQualityResultsByRuleRequest ¶ added in v1.61.610

func CreateListQualityResultsByRuleRequest() (request *ListQualityResultsByRuleRequest)

CreateListQualityResultsByRuleRequest creates a request to invoke ListQualityResultsByRule API

type ListQualityResultsByRuleResponse ¶ added in v1.61.610

type ListQualityResultsByRuleResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                            `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                         `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string                         `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool                           `json:"Success" xml:"Success"`
	Data           DataInListQualityResultsByRule `json:"Data" xml:"Data"`
}

ListQualityResultsByRuleResponse is the response struct for api ListQualityResultsByRule

func CreateListQualityResultsByRuleResponse ¶ added in v1.61.610

func CreateListQualityResultsByRuleResponse() (response *ListQualityResultsByRuleResponse)

CreateListQualityResultsByRuleResponse creates a response to parse from ListQualityResultsByRule response

type ListQualityRulesRequest ¶

type ListQualityRulesRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	EntityId    requests.Integer `position:"Body" name:"EntityId"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

ListQualityRulesRequest is the request struct for api ListQualityRules

func CreateListQualityRulesRequest ¶

func CreateListQualityRulesRequest() (request *ListQualityRulesRequest)

CreateListQualityRulesRequest creates a request to invoke ListQualityRules API

type ListQualityRulesResponse ¶

type ListQualityRulesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool                   `json:"Success" xml:"Success"`
	ErrorCode      string                 `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInListQualityRules `json:"Data" xml:"Data"`
}

ListQualityRulesResponse is the response struct for api ListQualityRules

func CreateListQualityRulesResponse ¶

func CreateListQualityRulesResponse() (response *ListQualityRulesResponse)

CreateListQualityRulesResponse creates a response to parse from ListQualityRules response

type ListRefDISyncTasksRequest ¶ added in v1.61.1297

type ListRefDISyncTasksRequest struct {
	*requests.RpcRequest
	TaskType       string           `position:"Query" name:"TaskType"`
	DatasourceName string           `position:"Query" name:"DatasourceName"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
	RefType        string           `position:"Query" name:"RefType"`
}

ListRefDISyncTasksRequest is the request struct for api ListRefDISyncTasks

func CreateListRefDISyncTasksRequest ¶ added in v1.61.1297

func CreateListRefDISyncTasksRequest() (request *ListRefDISyncTasksRequest)

CreateListRefDISyncTasksRequest creates a request to invoke ListRefDISyncTasks API

type ListRefDISyncTasksResponse ¶ added in v1.61.1297

type ListRefDISyncTasksResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

ListRefDISyncTasksResponse is the response struct for api ListRefDISyncTasks

func CreateListRefDISyncTasksResponse ¶ added in v1.61.1297

func CreateListRefDISyncTasksResponse() (response *ListRefDISyncTasksResponse)

CreateListRefDISyncTasksResponse creates a response to parse from ListRefDISyncTasks response

type ListRemindsRequest ¶

type ListRemindsRequest struct {
	*requests.RpcRequest
	SearchText  string           `position:"Body" name:"SearchText"`
	Founder     string           `position:"Body" name:"Founder"`
	RemindTypes string           `position:"Body" name:"RemindTypes"`
	PageNumber  requests.Integer `position:"Body" name:"PageNumber"`
	AlertTarget string           `position:"Body" name:"AlertTarget"`
	PageSize    requests.Integer `position:"Body" name:"PageSize"`
	NodeId      requests.Integer `position:"Body" name:"NodeId"`
}

ListRemindsRequest is the request struct for api ListReminds

func CreateListRemindsRequest ¶

func CreateListRemindsRequest() (request *ListRemindsRequest)

CreateListRemindsRequest creates a request to invoke ListReminds API

type ListRemindsResponse ¶

type ListRemindsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListRemindsResponse is the response struct for api ListReminds

func CreateListRemindsResponse ¶

func CreateListRemindsResponse() (response *ListRemindsResponse)

CreateListRemindsResponse creates a response to parse from ListReminds response

type ListResourceGroupsRequest ¶

type ListResourceGroupsRequest struct {
	*requests.RpcRequest
	BizExtKey                      string                    `position:"Query" name:"BizExtKey"`
	Tags                           *[]ListResourceGroupsTags `position:"Query" name:"Tags"  type:"Json"`
	TypeNames                      string                    `position:"Query" name:"TypeNames"`
	ResourceManagerResourceGroupId string                    `position:"Query" name:"ResourceManagerResourceGroupId"`
	ResourceGroupType              requests.Integer          `position:"Query" name:"ResourceGroupType"`
	Keyword                        string                    `position:"Query" name:"Keyword"`
}

ListResourceGroupsRequest is the request struct for api ListResourceGroups

func CreateListResourceGroupsRequest ¶

func CreateListResourceGroupsRequest() (request *ListResourceGroupsRequest)

CreateListResourceGroupsRequest creates a request to invoke ListResourceGroups API

type ListResourceGroupsResponse ¶

type ListResourceGroupsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                            `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string                         `json:"RequestId" xml:"RequestId"`
	Success        bool                           `json:"Success" xml:"Success"`
	Data           []DataItemInListResourceGroups `json:"Data" xml:"Data"`
}

ListResourceGroupsResponse is the response struct for api ListResourceGroups

func CreateListResourceGroupsResponse ¶

func CreateListResourceGroupsResponse() (response *ListResourceGroupsResponse)

CreateListResourceGroupsResponse creates a response to parse from ListResourceGroups response

type ListResourceGroupsTags ¶ added in v1.62.16

type ListResourceGroupsTags struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

ListResourceGroupsTags is a repeated param struct in ListResourceGroupsRequest

type ListShiftPersonnelsRequest ¶ added in v1.61.1679

type ListShiftPersonnelsRequest struct {
	*requests.RpcRequest
	ShiftPersonUID          string           `position:"Body" name:"ShiftPersonUID"`
	UserType                string           `position:"Body" name:"UserType"`
	EndTime                 requests.Integer `position:"Body" name:"EndTime"`
	BeginTime               requests.Integer `position:"Body" name:"BeginTime"`
	ShiftScheduleIdentifier string           `position:"Body" name:"ShiftScheduleIdentifier"`
}

ListShiftPersonnelsRequest is the request struct for api ListShiftPersonnels

func CreateListShiftPersonnelsRequest ¶ added in v1.61.1679

func CreateListShiftPersonnelsRequest() (request *ListShiftPersonnelsRequest)

CreateListShiftPersonnelsRequest creates a request to invoke ListShiftPersonnels API

type ListShiftPersonnelsResponse ¶ added in v1.61.1679

type ListShiftPersonnelsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Paging    Paging `json:"Paging" xml:"Paging"`
}

ListShiftPersonnelsResponse is the response struct for api ListShiftPersonnels

func CreateListShiftPersonnelsResponse ¶ added in v1.61.1679

func CreateListShiftPersonnelsResponse() (response *ListShiftPersonnelsResponse)

CreateListShiftPersonnelsResponse creates a response to parse from ListShiftPersonnels response

type ListShiftSchedulesRequest ¶ added in v1.61.1679

type ListShiftSchedulesRequest struct {
	*requests.RpcRequest
	Owner             string           `position:"Body" name:"Owner"`
	PageSize          requests.Integer `position:"Body" name:"PageSize"`
	ShiftScheduleName string           `position:"Body" name:"ShiftScheduleName"`
	PageNumber        requests.Integer `position:"Body" name:"PageNumber"`
}

ListShiftSchedulesRequest is the request struct for api ListShiftSchedules

func CreateListShiftSchedulesRequest ¶ added in v1.61.1679

func CreateListShiftSchedulesRequest() (request *ListShiftSchedulesRequest)

CreateListShiftSchedulesRequest creates a request to invoke ListShiftSchedules API

type ListShiftSchedulesResponse ¶ added in v1.61.1679

type ListShiftSchedulesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Paging    Paging `json:"Paging" xml:"Paging"`
}

ListShiftSchedulesResponse is the response struct for api ListShiftSchedules

func CreateListShiftSchedulesResponse ¶ added in v1.61.1679

func CreateListShiftSchedulesResponse() (response *ListShiftSchedulesResponse)

CreateListShiftSchedulesResponse creates a response to parse from ListShiftSchedules response

type ListSuccessInstanceAmountRequest ¶ added in v1.61.1068

type ListSuccessInstanceAmountRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

ListSuccessInstanceAmountRequest is the request struct for api ListSuccessInstanceAmount

func CreateListSuccessInstanceAmountRequest ¶ added in v1.61.1068

func CreateListSuccessInstanceAmountRequest() (request *ListSuccessInstanceAmountRequest)

CreateListSuccessInstanceAmountRequest creates a request to invoke ListSuccessInstanceAmount API

type ListSuccessInstanceAmountResponse ¶ added in v1.61.1068

type ListSuccessInstanceAmountResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	InstanceStatusTrend InstanceStatusTrend `json:"InstanceStatusTrend" xml:"InstanceStatusTrend"`
}

ListSuccessInstanceAmountResponse is the response struct for api ListSuccessInstanceAmount

func CreateListSuccessInstanceAmountResponse ¶ added in v1.61.1068

func CreateListSuccessInstanceAmountResponse() (response *ListSuccessInstanceAmountResponse)

CreateListSuccessInstanceAmountResponse creates a response to parse from ListSuccessInstanceAmount response

type ListTableLevelRequest ¶ added in v1.61.610

type ListTableLevelRequest struct {
	*requests.RpcRequest
	LevelType requests.Integer `position:"Query" name:"LevelType"`
	PageNum   requests.Integer `position:"Query" name:"PageNum"`
	PageSize  requests.Integer `position:"Query" name:"PageSize"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

ListTableLevelRequest is the request struct for api ListTableLevel

func CreateListTableLevelRequest ¶ added in v1.61.610

func CreateListTableLevelRequest() (request *ListTableLevelRequest)

CreateListTableLevelRequest creates a request to invoke ListTableLevel API

type ListTableLevelResponse ¶ added in v1.61.610

type ListTableLevelResponse struct {
	*responses.BaseResponse
	HttpStatusCode int            `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	Success        bool           `json:"Success" xml:"Success"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	TableLevelInfo TableLevelInfo `json:"TableLevelInfo" xml:"TableLevelInfo"`
}

ListTableLevelResponse is the response struct for api ListTableLevel

func CreateListTableLevelResponse ¶ added in v1.61.610

func CreateListTableLevelResponse() (response *ListTableLevelResponse)

CreateListTableLevelResponse creates a response to parse from ListTableLevel response

type ListTableThemeRequest ¶ added in v1.61.610

type ListTableThemeRequest struct {
	*requests.RpcRequest
	PageNum   requests.Integer `position:"Query" name:"PageNum"`
	ParentId  requests.Integer `position:"Query" name:"ParentId"`
	PageSize  requests.Integer `position:"Query" name:"PageSize"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

ListTableThemeRequest is the request struct for api ListTableTheme

func CreateListTableThemeRequest ¶ added in v1.61.610

func CreateListTableThemeRequest() (request *ListTableThemeRequest)

CreateListTableThemeRequest creates a request to invoke ListTableTheme API

type ListTableThemeResponse ¶ added in v1.61.610

type ListTableThemeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                  `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string               `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string               `json:"RequestId" xml:"RequestId"`
	Success        bool                 `json:"Success" xml:"Success"`
	ErrorCode      string               `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInListTableTheme `json:"Data" xml:"Data"`
}

ListTableThemeResponse is the response struct for api ListTableTheme

func CreateListTableThemeResponse ¶ added in v1.61.610

func CreateListTableThemeResponse() (response *ListTableThemeResponse)

CreateListTableThemeResponse creates a response to parse from ListTableTheme response

type ListTopicsRequest ¶

type ListTopicsRequest struct {
	*requests.RpcRequest
	Owner         string           `position:"Body" name:"Owner"`
	EndTime       string           `position:"Body" name:"EndTime"`
	BeginTime     string           `position:"Body" name:"BeginTime"`
	TopicStatuses string           `position:"Body" name:"TopicStatuses"`
	PageNumber    requests.Integer `position:"Body" name:"PageNumber"`
	InstanceId    requests.Integer `position:"Body" name:"InstanceId"`
	PageSize      requests.Integer `position:"Body" name:"PageSize"`
	TopicTypes    string           `position:"Body" name:"TopicTypes"`
	NodeId        requests.Integer `position:"Body" name:"NodeId"`
}

ListTopicsRequest is the request struct for api ListTopics

func CreateListTopicsRequest ¶

func CreateListTopicsRequest() (request *ListTopicsRequest)

CreateListTopicsRequest creates a request to invoke ListTopics API

type ListTopicsResponse ¶

type ListTopicsResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
	Data           Data   `json:"Data" xml:"Data"`
}

ListTopicsResponse is the response struct for api ListTopics

func CreateListTopicsResponse ¶

func CreateListTopicsResponse() (response *ListTopicsResponse)

CreateListTopicsResponse creates a response to parse from ListTopics response

type Migration ¶ added in v1.61.1615

type Migration struct {
	Id             int64  `json:"Id" xml:"Id"`
	Name           string `json:"Name" xml:"Name"`
	PackageType    string `json:"PackageType" xml:"PackageType"`
	MigrationType  string `json:"MigrationType" xml:"MigrationType"`
	CreateTime     int64  `json:"CreateTime" xml:"CreateTime"`
	UpdateTime     int64  `json:"UpdateTime" xml:"UpdateTime"`
	CreateUser     string `json:"CreateUser" xml:"CreateUser"`
	CreateUserName string `json:"CreateUserName" xml:"CreateUserName"`
	UpdateUser     string `json:"UpdateUser" xml:"UpdateUser"`
	UpdateUserName string `json:"UpdateUserName" xml:"UpdateUserName"`
	ProjectId      int64  `json:"ProjectId" xml:"ProjectId"`
	TenantId       int64  `json:"TenantId" xml:"TenantId"`
	Status         string `json:"Status" xml:"Status"`
	Message        string `json:"Message" xml:"Message"`
	DownloadUrl    string `json:"DownloadUrl" xml:"DownloadUrl"`
	Description    string `json:"Description" xml:"Description"`
}

Migration is a nested struct in dataworks_public response

type Migrations ¶ added in v1.61.1615

type Migrations struct {
	Migration []Migration `json:"Migration" xml:"Migration"`
}

Migrations is a nested struct in dataworks_public response

type MountDirectoryRequest ¶ added in v1.62.117

type MountDirectoryRequest struct {
	*requests.RpcRequest
	TargetType   string `position:"Body" name:"TargetType"`
	TargetId     string `position:"Body" name:"TargetId"`
	TargetUserId string `position:"Body" name:"TargetUserId"`
}

MountDirectoryRequest is the request struct for api MountDirectory

func CreateMountDirectoryRequest ¶ added in v1.62.117

func CreateMountDirectoryRequest() (request *MountDirectoryRequest)

CreateMountDirectoryRequest creates a request to invoke MountDirectory API

type MountDirectoryResponse ¶ added in v1.62.117

type MountDirectoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int    `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

MountDirectoryResponse is the response struct for api MountDirectory

func CreateMountDirectoryResponse ¶ added in v1.62.117

func CreateMountDirectoryResponse() (response *MountDirectoryResponse)

CreateMountDirectoryResponse creates a response to parse from MountDirectory response

type Node ¶ added in v1.61.1068

type Node struct {
	SchedulerType  string `json:"SchedulerType" xml:"SchedulerType"`
	RepeatInterval int    `json:"RepeatInterval" xml:"RepeatInterval"`
	Repeatability  bool   `json:"Repeatability" xml:"Repeatability"`
	FileType       string `json:"FileType" xml:"FileType"`
	ProjectId      int64  `json:"ProjectId" xml:"ProjectId"`
	ProgramType    string `json:"ProgramType" xml:"ProgramType"`
	Priority       int    `json:"Priority" xml:"Priority"`
	OwnerId        string `json:"OwnerId" xml:"OwnerId"`
	Connection     string `json:"Connection" xml:"Connection"`
	ParamValues    string `json:"ParamValues" xml:"ParamValues"`
	RelatedFlowId  int64  `json:"RelatedFlowId" xml:"RelatedFlowId"`
	DqcType        int    `json:"DqcType" xml:"DqcType"`
	BaselineId     int64  `json:"BaselineId" xml:"BaselineId"`
	Description    string `json:"Description" xml:"Description"`
	NodeName       string `json:"NodeName" xml:"NodeName"`
	ResGroupName   string `json:"ResGroupName" xml:"ResGroupName"`
	DqcDescription string `json:"DqcDescription" xml:"DqcDescription"`
	CronExpress    string `json:"CronExpress" xml:"CronExpress"`
	NodeId         int64  `json:"NodeId" xml:"NodeId"`
}

Node is a nested struct in dataworks_public response

type NodeConfiguration ¶

type NodeConfiguration struct {
	DependentType           string                   `json:"DependentType" xml:"DependentType"`
	StartImmediately        bool                     `json:"StartImmediately" xml:"StartImmediately"`
	CronExpress             string                   `json:"CronExpress" xml:"CronExpress"`
	ParaValue               string                   `json:"ParaValue" xml:"ParaValue"`
	StartEffectDate         int64                    `json:"StartEffectDate" xml:"StartEffectDate"`
	EndEffectDate           int64                    `json:"EndEffectDate" xml:"EndEffectDate"`
	ResourceGroupId         int64                    `json:"ResourceGroupId" xml:"ResourceGroupId"`
	AutoRerunIntervalMillis int                      `json:"AutoRerunIntervalMillis" xml:"AutoRerunIntervalMillis"`
	DependentNodeIdList     string                   `json:"DependentNodeIdList" xml:"DependentNodeIdList"`
	Stop                    bool                     `json:"Stop" xml:"Stop"`
	RerunMode               string                   `json:"RerunMode" xml:"RerunMode"`
	SchedulerType           string                   `json:"SchedulerType" xml:"SchedulerType"`
	CycleType               string                   `json:"CycleType" xml:"CycleType"`
	AutoRerunTimes          int                      `json:"AutoRerunTimes" xml:"AutoRerunTimes"`
	InputParameters         []InputContextParameter  `json:"InputParameters" xml:"InputParameters"`
	OutputList              []NodeInputOutput        `json:"OutputList" xml:"OutputList"`
	OutputParameters        []OutputContextParameter `json:"OutputParameters" xml:"OutputParameters"`
	InputList               []NodeInputOutput        `json:"InputList" xml:"InputList"`
}

NodeConfiguration is a nested struct in dataworks_public response

type NodeConfigurationInGetIDEEventDetail ¶ added in v1.61.1367

type NodeConfigurationInGetIDEEventDetail struct {
	RerunMode               string   `json:"RerunMode" xml:"RerunMode"`
	SchedulerType           string   `json:"SchedulerType" xml:"SchedulerType"`
	ParaValue               string   `json:"ParaValue" xml:"ParaValue"`
	CycleType               string   `json:"CycleType" xml:"CycleType"`
	DependentNodeIdList     string   `json:"DependentNodeIdList" xml:"DependentNodeIdList"`
	ResourceGroupId         int64    `json:"ResourceGroupId" xml:"ResourceGroupId"`
	AutoRerunTimes          int64    `json:"AutoRerunTimes" xml:"AutoRerunTimes"`
	AutoRerunIntervalMillis int64    `json:"AutoRerunIntervalMillis" xml:"AutoRerunIntervalMillis"`
	CronExpress             string   `json:"CronExpress" xml:"CronExpress"`
	DependentType           string   `json:"DependentType" xml:"DependentType"`
	InputList               []Input  `json:"InputList" xml:"InputList"`
	OutputList              []Output `json:"OutputList" xml:"OutputList"`
}

NodeConfigurationInGetIDEEventDetail is a nested struct in dataworks_public response

type NodeIdsInGetBaseline ¶ added in v1.62.358

type NodeIdsInGetBaseline struct {
	NodeId []int64 `json:"NodeId" xml:"NodeId"`
}

NodeIdsInGetBaseline is a nested struct in dataworks_public response

type NodeIdsInListReminds ¶ added in v1.62.358

type NodeIdsInListReminds struct {
	NodeIds []int64 `json:"NodeIds" xml:"NodeIds"`
}

NodeIdsInListReminds is a nested struct in dataworks_public response

type NodeInputOutput ¶

type NodeInputOutput struct {
	ParseType    string `json:"ParseType" xml:"ParseType"`
	Output       string `json:"Output" xml:"Output"`
	Input        string `json:"Input" xml:"Input"`
	RefTableName string `json:"RefTableName" xml:"RefTableName"`
}

NodeInputOutput is a nested struct in dataworks_public response

type NodeList ¶ added in v1.61.1068

type NodeList struct {
	Node []Node `json:"Node" xml:"Node"`
}

NodeList is a nested struct in dataworks_public response

type NodeTypeInfoInGetNodeTypeListInfo ¶ added in v1.61.1068

type NodeTypeInfoInGetNodeTypeListInfo struct {
	NodeTypeInfoItem []NodeTypeInfoItem `json:"NodeTypeInfo" xml:"NodeTypeInfo"`
}

NodeTypeInfoInGetNodeTypeListInfo is a nested struct in dataworks_public response

type NodeTypeInfoInListFileType ¶ added in v1.61.1068

type NodeTypeInfoInListFileType struct {
	NodeTypeInfoItem []NodeTypeInfoItem `json:"NodeTypeInfo" xml:"NodeTypeInfo"`
}

NodeTypeInfoInListFileType is a nested struct in dataworks_public response

type NodeTypeInfoItem ¶ added in v1.61.610

type NodeTypeInfoItem struct {
	NodeTypeName string `json:"NodeTypeName" xml:"NodeTypeName"`
	NodeType     int    `json:"NodeType" xml:"NodeType"`
}

NodeTypeInfoItem is a nested struct in dataworks_public response

type NodeTypeInfoList ¶ added in v1.61.610

type NodeTypeInfoList struct {
	TotalCount   int                `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                `json:"PageSize" xml:"PageSize"`
	NodeTypeInfo []NodeTypeInfoItem `json:"NodeTypeInfo" xml:"NodeTypeInfo"`
}

NodeTypeInfoList is a nested struct in dataworks_public response

type NodesInGetNodeChildren ¶ added in v1.61.950

type NodesInGetNodeChildren struct {
	NodesItem []NodesItem `json:"Nodes" xml:"Nodes"`
}

NodesInGetNodeChildren is a nested struct in dataworks_public response

type NodesInGetNodeParents ¶ added in v1.61.950

type NodesInGetNodeParents struct {
	NodesItem []NodesItem `json:"Nodes" xml:"Nodes"`
}

NodesInGetNodeParents is a nested struct in dataworks_public response

type NodesInGetRemind ¶

type NodesInGetRemind struct {
	NodesItem []NodesItem `json:"Nodes" xml:"Nodes"`
}

NodesInGetRemind is a nested struct in dataworks_public response

type NodesInListAlertMessages ¶

type NodesInListAlertMessages struct {
	NodesItem []NodesItem `json:"Nodes" xml:"Nodes"`
}

NodesInListAlertMessages is a nested struct in dataworks_public response

type NodesInListInnerNodes ¶ added in v1.61.1727

type NodesInListInnerNodes struct {
	NodesItem []NodesItem `json:"Nodes" xml:"Nodes"`
}

NodesInListInnerNodes is a nested struct in dataworks_public response

type NodesInListNodes ¶

type NodesInListNodes struct {
	NodesItem []NodesItemInListNodes `json:"Nodes" xml:"Nodes"`
}

NodesInListNodes is a nested struct in dataworks_public response

type NodesItem ¶

type NodesItem struct {
	ResGroupName   string `json:"ResGroupName" xml:"ResGroupName"`
	ParamValues    string `json:"ParamValues" xml:"ParamValues"`
	Priority       int    `json:"Priority" xml:"Priority"`
	CronExpress    string `json:"CronExpress" xml:"CronExpress"`
	ProgramType    string `json:"ProgramType" xml:"ProgramType"`
	Connection     string `json:"Connection" xml:"Connection"`
	Repeatability  bool   `json:"Repeatability" xml:"Repeatability"`
	Owner          string `json:"Owner" xml:"Owner"`
	BaselineId     int64  `json:"BaselineId" xml:"BaselineId"`
	NodeName       string `json:"NodeName" xml:"NodeName"`
	DqcType        string `json:"DqcType" xml:"DqcType"`
	NodeId         int64  `json:"NodeId" xml:"NodeId"`
	RepeatInterval int64  `json:"RepeatInterval" xml:"RepeatInterval"`
	SchedulerType  string `json:"SchedulerType" xml:"SchedulerType"`
	OwnerId        string `json:"OwnerId" xml:"OwnerId"`
	ProjectId      int64  `json:"ProjectId" xml:"ProjectId"`
	BusinessId     int64  `json:"BusinessId" xml:"BusinessId"`
	DqcDescription string `json:"DqcDescription" xml:"DqcDescription"`
	Description    string `json:"Description" xml:"Description"`
}

NodesItem is a nested struct in dataworks_public response

type NodesItemInListNodes ¶ added in v1.61.1727

type NodesItemInListNodes struct {
	SchedulerType      string `json:"SchedulerType" xml:"SchedulerType"`
	RepeatInterval     int64  `json:"RepeatInterval" xml:"RepeatInterval"`
	Repeatability      bool   `json:"Repeatability" xml:"Repeatability"`
	ProjectId          int64  `json:"ProjectId" xml:"ProjectId"`
	ProgramType        string `json:"ProgramType" xml:"ProgramType"`
	Priority           int    `json:"Priority" xml:"Priority"`
	OwnerId            string `json:"OwnerId" xml:"OwnerId"`
	Connection         string `json:"Connection" xml:"Connection"`
	ParamValues        string `json:"ParamValues" xml:"ParamValues"`
	RelatedFlowId      int64  `json:"RelatedFlowId" xml:"RelatedFlowId"`
	DqcType            int    `json:"DqcType" xml:"DqcType"`
	BaselineId         int64  `json:"BaselineId" xml:"BaselineId"`
	Description        string `json:"Description" xml:"Description"`
	NodeName           string `json:"NodeName" xml:"NodeName"`
	ResGroupName       string `json:"ResGroupName" xml:"ResGroupName"`
	BusinessId         int64  `json:"BusinessId" xml:"BusinessId"`
	DqcDescription     string `json:"DqcDescription" xml:"DqcDescription"`
	CronExpress        string `json:"CronExpress" xml:"CronExpress"`
	NodeId             int64  `json:"NodeId" xml:"NodeId"`
	ResGroupIdentifier string `json:"ResGroupIdentifier" xml:"ResGroupIdentifier"`
	FileType           int    `json:"FileType" xml:"FileType"`
}

NodesItemInListNodes is a nested struct in dataworks_public response

type ObjectMetaListInGetPermissionApplyOrderDetail ¶ added in v1.61.1068

type ObjectMetaListInGetPermissionApplyOrderDetail struct {
	ObjectMetaListItem []ObjectMetaListItem `json:"ObjectMetaList" xml:"ObjectMetaList"`
}

ObjectMetaListInGetPermissionApplyOrderDetail is a nested struct in dataworks_public response

type ObjectMetaListInListPermissionApplyOrders ¶ added in v1.61.1068

type ObjectMetaListInListPermissionApplyOrders struct {
	ObjectMetaListItem []ObjectMetaListItem `json:"ObjectMetaList" xml:"ObjectMetaList"`
}

ObjectMetaListInListPermissionApplyOrders is a nested struct in dataworks_public response

type ObjectMetaListItem ¶ added in v1.61.1068

type ObjectMetaListItem struct {
	ObjectName     string               `json:"ObjectName" xml:"ObjectName"`
	Actions        []string             `json:"Actions" xml:"Actions"`
	ColumnMetaList []ColumnMetaListItem `json:"ColumnMetaList" xml:"ColumnMetaList"`
}

ObjectMetaListItem is a nested struct in dataworks_public response

type OfflineNodeRequest ¶ added in v1.61.1804

type OfflineNodeRequest struct {
	*requests.RpcRequest
	NodeId    requests.Integer `position:"Body" name:"NodeId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

OfflineNodeRequest is the request struct for api OfflineNode

func CreateOfflineNodeRequest ¶ added in v1.61.1804

func CreateOfflineNodeRequest() (request *OfflineNodeRequest)

CreateOfflineNodeRequest creates a request to invoke OfflineNode API

type OfflineNodeResponse ¶ added in v1.61.1804

type OfflineNodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   string `json:"Success" xml:"Success"`
}

OfflineNodeResponse is the response struct for api OfflineNode

func CreateOfflineNodeResponse ¶ added in v1.61.1804

func CreateOfflineNodeResponse() (response *OfflineNodeResponse)

CreateOfflineNodeResponse creates a response to parse from OfflineNode response

type Orders ¶ added in v1.61.1068

type Orders struct {
	ApplyBaseId    string         `json:"ApplyBaseId" xml:"ApplyBaseId"`
	ApplyTimestamp int64          `json:"ApplyTimestamp" xml:"ApplyTimestamp"`
	FlowId         string         `json:"FlowId" xml:"FlowId"`
	FlowStatus     int            `json:"FlowStatus" xml:"FlowStatus"`
	ApproveContent ApproveContent `json:"ApproveContent" xml:"ApproveContent"`
}

Orders is a nested struct in dataworks_public response

type Output ¶ added in v1.61.1367

type Output struct {
	RefTableName string `json:"RefTableName" xml:"RefTableName"`
	Output       string `json:"Output" xml:"Output"`
}

Output is a nested struct in dataworks_public response

type OutputContextParameter ¶ added in v1.61.1576

type OutputContextParameter struct {
	ParameterName string `json:"ParameterName" xml:"ParameterName"`
	Value         string `json:"Value" xml:"Value"`
	Type          string `json:"Type" xml:"Type"`
	Description   string `json:"Description" xml:"Description"`
}

OutputContextParameter is a nested struct in dataworks_public response

type OutputListInGetFile ¶ added in v1.61.1367

type OutputListInGetFile struct {
	NodeInputOutput []NodeInputOutput `json:"NodeInputOutput" xml:"NodeInputOutput"`
}

OutputListInGetFile is a nested struct in dataworks_public response

type OutputListInGetIDEEventDetail ¶ added in v1.61.1367

type OutputListInGetIDEEventDetail struct {
	Output []Output `json:"Output" xml:"Output"`
}

OutputListInGetIDEEventDetail is a nested struct in dataworks_public response

type OutputNodePair ¶ added in v1.61.1068

type OutputNodePair struct {
	Output   string `json:"Output" xml:"Output"`
	NodeList []Node `json:"NodeList" xml:"NodeList"`
}

OutputNodePair is a nested struct in dataworks_public response

type OutputParameters ¶ added in v1.61.1576

type OutputParameters struct {
	OutputContextParameter []OutputContextParameter `json:"OutputContextParameter" xml:"OutputContextParameter"`
}

OutputParameters is a nested struct in dataworks_public response

type OverTimeSetting ¶ added in v1.62.16

type OverTimeSetting struct {
	Cycle int    `json:"Cycle" xml:"Cycle"`
	Time  string `json:"Time" xml:"Time"`
}

OverTimeSetting is a nested struct in dataworks_public response

type OverTimeSettingsInGetBaseline ¶ added in v1.62.16

type OverTimeSettingsInGetBaseline struct {
	OverTimeSetting []OverTimeSetting `json:"OverTimeSetting" xml:"OverTimeSetting"`
}

OverTimeSettingsInGetBaseline is a nested struct in dataworks_public response

type OverTimeSettingsInListBaselines ¶ added in v1.62.16

type OverTimeSettingsInListBaselines struct {
	OverTimeSettingsItem []OverTimeSettingsItem `json:"overTimeSettings" xml:"overTimeSettings"`
}

OverTimeSettingsInListBaselines is a nested struct in dataworks_public response

type OverTimeSettingsItem ¶ added in v1.62.65

type OverTimeSettingsItem struct {
	Cycle int    `json:"Cycle" xml:"Cycle"`
	Time  string `json:"Time" xml:"Time"`
}

OverTimeSettingsItem is a nested struct in dataworks_public response

type PageResult ¶ added in v1.61.610

type PageResult struct {
	PageNumber  int       `json:"PageNumber" xml:"PageNumber"`
	PageSize    int       `json:"PageSize" xml:"PageSize"`
	TotalCount  int       `json:"TotalCount" xml:"TotalCount"`
	ProjectList []Project `json:"ProjectList" xml:"ProjectList"`
}

PageResult is a nested struct in dataworks_public response

type Paging ¶ added in v1.61.1615

type Paging struct {
	TotalCount     int                  `json:"TotalCount" xml:"TotalCount"`
	PageNumber     int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	ShiftSchedules []ShiftSchedulesItem `json:"ShiftSchedules" xml:"ShiftSchedules"`
	ShiftPersons   []ShiftPersonsItem   `json:"ShiftPersons" xml:"ShiftPersons"`
	Nodes          []NodesItem          `json:"Nodes" xml:"Nodes"`
}

Paging is a nested struct in dataworks_public response

type PagingInfo ¶ added in v1.61.1615

type PagingInfo struct {
	PageNumber int              `json:"PageNumber" xml:"PageNumber"`
	PageSize   int              `json:"PageSize" xml:"PageSize"`
	TotalCount int              `json:"TotalCount" xml:"TotalCount"`
	Extensions []ExtensionsItem `json:"Extensions" xml:"Extensions"`
}

PagingInfo is a nested struct in dataworks_public response

type ProgramTypeAndCount ¶ added in v1.61.610

type ProgramTypeAndCount struct {
	Count       int    `json:"Count" xml:"Count"`
	ProgramType string `json:"ProgramType" xml:"ProgramType"`
}

ProgramTypeAndCount is a nested struct in dataworks_public response

type ProgramTypeAndCountsInGetFileTypeStatistic ¶ added in v1.61.1068

type ProgramTypeAndCountsInGetFileTypeStatistic struct {
	ProgramTypeAndCount []ProgramTypeAndCount `json:"ProgramTypeAndCount" xml:"ProgramTypeAndCount"`
}

ProgramTypeAndCountsInGetFileTypeStatistic is a nested struct in dataworks_public response

type ProgramTypeAndCountsInListProgramTypeCount ¶ added in v1.61.1068

type ProgramTypeAndCountsInListProgramTypeCount struct {
	ProgramTypeAndCount []ProgramTypeAndCount `json:"ProgramTypeAndCount" xml:"ProgramTypeAndCount"`
}

ProgramTypeAndCountsInListProgramTypeCount is a nested struct in dataworks_public response

type ProgressTaskItem ¶ added in v1.61.974

type ProgressTaskItem struct {
	TaskStatus string `json:"TaskStatus" xml:"TaskStatus"`
	TaskName   string `json:"TaskName" xml:"TaskName"`
}

ProgressTaskItem is a nested struct in dataworks_public response

type Project ¶ added in v1.61.610

type Project struct {
	ProjectStatusCode              string `json:"ProjectStatusCode" xml:"ProjectStatusCode"`
	ProjectStatus                  int    `json:"ProjectStatus" xml:"ProjectStatus"`
	ProjectName                    string `json:"ProjectName" xml:"ProjectName"`
	ProjectIdentifier              string `json:"ProjectIdentifier" xml:"ProjectIdentifier"`
	ProjectId                      int64  `json:"ProjectId" xml:"ProjectId"`
	ProjectDescription             string `json:"ProjectDescription" xml:"ProjectDescription"`
	ProjectOwnerBaseId             string `json:"ProjectOwnerBaseId" xml:"ProjectOwnerBaseId"`
	ResourceManagerResourceGroupId string `json:"ResourceManagerResourceGroupId" xml:"ResourceManagerResourceGroupId"`
	DisableDevelopment             bool   `json:"DisableDevelopment" xml:"DisableDevelopment"`
	UseProxyOdpsAccount            bool   `json:"UseProxyOdpsAccount" xml:"UseProxyOdpsAccount"`
	TablePrivacyMode               int    `json:"TablePrivacyMode" xml:"TablePrivacyMode"`
	IsDefault                      int    `json:"IsDefault" xml:"IsDefault"`
	Tags                           []Tag  `json:"Tags" xml:"Tags"`
}

Project is a nested struct in dataworks_public response

type ProjectIdsInListProjectIds ¶ added in v1.61.1297

type ProjectIdsInListProjectIds struct {
	ProjectIds []int64 `json:"ProjectIds" xml:"ProjectIds"`
}

ProjectIdsInListProjectIds is a nested struct in dataworks_public response

type ProjectIdsInListReminds ¶ added in v1.61.1297

type ProjectIdsInListReminds struct {
	ProjectIds []int64 `json:"ProjectIds" xml:"ProjectIds"`
}

ProjectIdsInListReminds is a nested struct in dataworks_public response

type ProjectList ¶ added in v1.61.610

type ProjectList struct {
	Project []Project `json:"Project" xml:"Project"`
}

ProjectList is a nested struct in dataworks_public response

type ProjectMember ¶ added in v1.61.386

type ProjectMember struct {
	Status            string `json:"Status" xml:"Status"`
	ProjectMemberId   string `json:"ProjectMemberId" xml:"ProjectMemberId"`
	Nick              string `json:"Nick" xml:"Nick"`
	ProjectMemberName string `json:"ProjectMemberName" xml:"ProjectMemberName"`
	ProjectMemberType string `json:"ProjectMemberType" xml:"ProjectMemberType"`
	ProjectRoleList   []Role `json:"ProjectRoleList" xml:"ProjectRoleList"`
}

ProjectMember is a nested struct in dataworks_public response

type ProjectMemberList ¶ added in v1.61.386

type ProjectMemberList struct {
	ProjectMember []ProjectMember `json:"ProjectMember" xml:"ProjectMember"`
}

ProjectMemberList is a nested struct in dataworks_public response

type ProjectMeta ¶ added in v1.61.1068

type ProjectMeta struct {
	MaxComputeProjectName string               `json:"MaxComputeProjectName" xml:"MaxComputeProjectName"`
	WorkspaceId           int                  `json:"WorkspaceId" xml:"WorkspaceId"`
	WorkspaceName         string               `json:"WorkspaceName" xml:"WorkspaceName"`
	ObjectMetaList        []ObjectMetaListItem `json:"ObjectMetaList" xml:"ObjectMetaList"`
}

ProjectMeta is a nested struct in dataworks_public response

type ProjectRoleListInListProjectMembers ¶ added in v1.61.386

type ProjectRoleListInListProjectMembers struct {
	Role []Role `json:"Role" xml:"Role"`
}

ProjectRoleListInListProjectMembers is a nested struct in dataworks_public response

type ProjectRoleListInListProjectRoles ¶ added in v1.61.386

type ProjectRoleListInListProjectRoles struct {
	Role []Role `json:"Role" xml:"Role"`
}

ProjectRoleListInListProjectRoles is a nested struct in dataworks_public response

type Projects ¶

type Projects struct {
	ProjectsItem []ProjectsItem `json:"Projects" xml:"Projects"`
}

Projects is a nested struct in dataworks_public response

type ProjectsItem ¶

type ProjectsItem struct {
	ProjectId int64 `json:"ProjectId" xml:"ProjectId"`
}

ProjectsItem is a nested struct in dataworks_public response

type ProtocolsInGetDataServiceApi ¶

type ProtocolsInGetDataServiceApi struct {
	Protocol []int `json:"Protocol" xml:"Protocol"`
}

ProtocolsInGetDataServiceApi is a nested struct in dataworks_public response

type ProtocolsInGetDataServicePublishedApi ¶

type ProtocolsInGetDataServicePublishedApi struct {
	Protocol []int `json:"Protocol" xml:"Protocol"`
}

ProtocolsInGetDataServicePublishedApi is a nested struct in dataworks_public response

type ProtocolsInListDataServiceApis ¶

type ProtocolsInListDataServiceApis struct {
	Protocol []int `json:"Protocol" xml:"Protocol"`
}

ProtocolsInListDataServiceApis is a nested struct in dataworks_public response

type ProtocolsInListDataServicePublishedApis ¶

type ProtocolsInListDataServicePublishedApis struct {
	Protocol []int `json:"Protocol" xml:"Protocol"`
}

ProtocolsInListDataServicePublishedApis is a nested struct in dataworks_public response

type PublishDataServiceApiRequest ¶

type PublishDataServiceApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

PublishDataServiceApiRequest is the request struct for api PublishDataServiceApi

func CreatePublishDataServiceApiRequest ¶

func CreatePublishDataServiceApiRequest() (request *PublishDataServiceApiRequest)

CreatePublishDataServiceApiRequest creates a request to invoke PublishDataServiceApi API

type PublishDataServiceApiResponse ¶

type PublishDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

PublishDataServiceApiResponse is the response struct for api PublishDataServiceApi

func CreatePublishDataServiceApiResponse ¶

func CreatePublishDataServiceApiResponse() (response *PublishDataServiceApiResponse)

CreatePublishDataServiceApiResponse creates a response to parse from PublishDataServiceApi response

type QueryDISyncTaskConfigProcessResultRequest ¶ added in v1.61.1297

type QueryDISyncTaskConfigProcessResultRequest struct {
	*requests.RpcRequest
	TaskType       string           `position:"Query" name:"TaskType"`
	AsyncProcessId requests.Integer `position:"Query" name:"AsyncProcessId"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

QueryDISyncTaskConfigProcessResultRequest is the request struct for api QueryDISyncTaskConfigProcessResult

func CreateQueryDISyncTaskConfigProcessResultRequest ¶ added in v1.61.1297

func CreateQueryDISyncTaskConfigProcessResultRequest() (request *QueryDISyncTaskConfigProcessResultRequest)

CreateQueryDISyncTaskConfigProcessResultRequest creates a request to invoke QueryDISyncTaskConfigProcessResult API

type QueryDISyncTaskConfigProcessResultResponse ¶ added in v1.61.1297

type QueryDISyncTaskConfigProcessResultResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

QueryDISyncTaskConfigProcessResultResponse is the response struct for api QueryDISyncTaskConfigProcessResult

func CreateQueryDISyncTaskConfigProcessResultResponse ¶ added in v1.61.1297

func CreateQueryDISyncTaskConfigProcessResultResponse() (response *QueryDISyncTaskConfigProcessResultResponse)

CreateQueryDISyncTaskConfigProcessResultResponse creates a response to parse from QueryDISyncTaskConfigProcessResult response

type QueryPublicModelEngineRequest ¶ added in v1.61.1077

type QueryPublicModelEngineRequest struct {
	*requests.RpcRequest
	Text      string `position:"Body" name:"Text"`
	ProjectId string `position:"Body" name:"ProjectId"`
}

QueryPublicModelEngineRequest is the request struct for api QueryPublicModelEngine

func CreateQueryPublicModelEngineRequest ¶ added in v1.61.1077

func CreateQueryPublicModelEngineRequest() (request *QueryPublicModelEngineRequest)

CreateQueryPublicModelEngineRequest creates a request to invoke QueryPublicModelEngine API

type QueryPublicModelEngineResponse ¶ added in v1.61.1077

type QueryPublicModelEngineResponse struct {
	*responses.BaseResponse
	RequestId   string                   `json:"RequestId" xml:"RequestId"`
	ReturnValue []map[string]interface{} `json:"ReturnValue" xml:"ReturnValue"`
}

QueryPublicModelEngineResponse is the response struct for api QueryPublicModelEngine

func CreateQueryPublicModelEngineResponse ¶ added in v1.61.1077

func CreateQueryPublicModelEngineResponse() (response *QueryPublicModelEngineResponse)

CreateQueryPublicModelEngineResponse creates a response to parse from QueryPublicModelEngine response

type ReferenceValueInListQualityResultsByEntity ¶ added in v1.61.610

type ReferenceValueInListQualityResultsByEntity struct {
	ReferenceValueItem []ReferenceValueItem `json:"ReferenceValue" xml:"ReferenceValue"`
}

ReferenceValueInListQualityResultsByEntity is a nested struct in dataworks_public response

type ReferenceValueInListQualityResultsByRule ¶ added in v1.61.610

type ReferenceValueInListQualityResultsByRule struct {
	ReferenceValueItem []ReferenceValueItem `json:"ReferenceValue" xml:"ReferenceValue"`
}

ReferenceValueInListQualityResultsByRule is a nested struct in dataworks_public response

type ReferenceValueItem ¶ added in v1.61.610

type ReferenceValueItem struct {
	Value             float64 `json:"Value" xml:"Value"`
	SingleCheckResult int     `json:"SingleCheckResult" xml:"SingleCheckResult"`
	DiscreteProperty  string  `json:"DiscreteProperty" xml:"DiscreteProperty"`
	Threshold         float64 `json:"Threshold" xml:"Threshold"`
	BizDate           string  `json:"BizDate" xml:"BizDate"`
}

ReferenceValueItem is a nested struct in dataworks_public response

type RegisterLineageRelationLineageRelationRegisterVO ¶ added in v1.62.369

type RegisterLineageRelationLineageRelationRegisterVO struct {
	DestEntity      RegisterLineageRelationLineageRelationRegisterVODestEntity   `name:"DestEntity" type:"Struct"`
	CreateTimestamp string                                                       `name:"CreateTimestamp"`
	Relationship    RegisterLineageRelationLineageRelationRegisterVORelationship `name:"Relationship" type:"Struct"`
	SrcEntity       RegisterLineageRelationLineageRelationRegisterVOSrcEntity    `name:"SrcEntity" type:"Struct"`
}

RegisterLineageRelationLineageRelationRegisterVO is a repeated param struct in RegisterLineageRelationRequest

type RegisterLineageRelationLineageRelationRegisterVODestEntity ¶ added in v1.62.369

type RegisterLineageRelationLineageRelationRegisterVODestEntity struct {
	ParentName    string `name:"ParentName"`
	QualifiedName string `name:"QualifiedName"`
	Name          string `name:"Name"`
	DetailUrl     string `name:"DetailUrl"`
}

RegisterLineageRelationLineageRelationRegisterVODestEntity is a repeated param struct in RegisterLineageRelationRequest

type RegisterLineageRelationLineageRelationRegisterVORelationship ¶ added in v1.62.369

type RegisterLineageRelationLineageRelationRegisterVORelationship struct {
	Type string `name:"Type"`
}

RegisterLineageRelationLineageRelationRegisterVORelationship is a repeated param struct in RegisterLineageRelationRequest

type RegisterLineageRelationLineageRelationRegisterVOSrcEntity ¶ added in v1.62.369

type RegisterLineageRelationLineageRelationRegisterVOSrcEntity struct {
	ParentName    string `name:"ParentName"`
	QualifiedName string `name:"QualifiedName"`
	Name          string `name:"Name"`
	DetailUrl     string `name:"DetailUrl"`
}

RegisterLineageRelationLineageRelationRegisterVOSrcEntity is a repeated param struct in RegisterLineageRelationRequest

type RegisterLineageRelationRequest ¶ added in v1.62.369

type RegisterLineageRelationRequest struct {
	*requests.RpcRequest
	LineageRelationRegisterVO RegisterLineageRelationLineageRelationRegisterVO `position:"Body" name:"LineageRelationRegisterVO"  type:"Struct"`
}

RegisterLineageRelationRequest is the request struct for api RegisterLineageRelation

func CreateRegisterLineageRelationRequest ¶ added in v1.62.369

func CreateRegisterLineageRelationRequest() (request *RegisterLineageRelationRequest)

CreateRegisterLineageRelationRequest creates a request to invoke RegisterLineageRelation API

type RegisterLineageRelationResponse ¶ added in v1.62.369

type RegisterLineageRelationResponse struct {
	*responses.BaseResponse
	HttpStatusCode  int             `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage    string          `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	Success         bool            `json:"Success" xml:"Success"`
	ErrorCode       string          `json:"ErrorCode" xml:"ErrorCode"`
	LineageRelation LineageRelation `json:"LineageRelation" xml:"LineageRelation"`
}

RegisterLineageRelationResponse is the response struct for api RegisterLineageRelation

func CreateRegisterLineageRelationResponse ¶ added in v1.62.369

func CreateRegisterLineageRelationResponse() (response *RegisterLineageRelationResponse)

CreateRegisterLineageRelationResponse creates a response to parse from RegisterLineageRelation response

type RegistrationDetails ¶

type RegistrationDetails struct {
	ServiceHost                   string                         `json:"ServiceHost" xml:"ServiceHost"`
	FailedResultSample            string                         `json:"FailedResultSample" xml:"FailedResultSample"`
	ServicePath                   string                         `json:"ServicePath" xml:"ServicePath"`
	ServiceRequestBodyDescription string                         `json:"ServiceRequestBodyDescription" xml:"ServiceRequestBodyDescription"`
	ServiceContentType            int                            `json:"ServiceContentType" xml:"ServiceContentType"`
	SuccessfulResultSample        string                         `json:"SuccessfulResultSample" xml:"SuccessfulResultSample"`
	RegistrationRequestParameters []RegistrationRequestParameter `json:"RegistrationRequestParameters" xml:"RegistrationRequestParameters"`
	RegistrationErrorCodes        []RegistrationErrorCode        `json:"RegistrationErrorCodes" xml:"RegistrationErrorCodes"`
}

RegistrationDetails is a nested struct in dataworks_public response

type RegistrationErrorCode ¶

type RegistrationErrorCode struct {
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorSolution string `json:"ErrorSolution" xml:"ErrorSolution"`
}

RegistrationErrorCode is a nested struct in dataworks_public response

type RegistrationErrorCodesInGetDataServiceApi ¶

type RegistrationErrorCodesInGetDataServiceApi struct {
	RegistrationErrorCode []RegistrationErrorCode `json:"RegistrationErrorCode" xml:"RegistrationErrorCode"`
}

RegistrationErrorCodesInGetDataServiceApi is a nested struct in dataworks_public response

type RegistrationErrorCodesInGetDataServicePublishedApi ¶

type RegistrationErrorCodesInGetDataServicePublishedApi struct {
	RegistrationErrorCode []RegistrationErrorCode `json:"RegistrationErrorCode" xml:"RegistrationErrorCode"`
}

RegistrationErrorCodesInGetDataServicePublishedApi is a nested struct in dataworks_public response

type RegistrationErrorCodesInListDataServiceApis ¶

type RegistrationErrorCodesInListDataServiceApis struct {
	RegistrationErrorCode []RegistrationErrorCode `json:"RegistrationErrorCode" xml:"RegistrationErrorCode"`
}

RegistrationErrorCodesInListDataServiceApis is a nested struct in dataworks_public response

type RegistrationErrorCodesInListDataServicePublishedApis ¶

type RegistrationErrorCodesInListDataServicePublishedApis struct {
	RegistrationErrorCode []RegistrationErrorCode `json:"RegistrationErrorCode" xml:"RegistrationErrorCode"`
}

RegistrationErrorCodesInListDataServicePublishedApis is a nested struct in dataworks_public response

type RegistrationRequestParameter ¶

type RegistrationRequestParameter struct {
	ParameterName        string `json:"ParameterName" xml:"ParameterName"`
	ParameterDataType    int    `json:"ParameterDataType" xml:"ParameterDataType"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	IsRequiredParameter  bool   `json:"IsRequiredParameter" xml:"IsRequiredParameter"`
	ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"`
	ParameterOperator    int    `json:"ParameterOperator" xml:"ParameterOperator"`
	ParameterPosition    int    `json:"ParameterPosition" xml:"ParameterPosition"`
	DefaultValue         string `json:"DefaultValue" xml:"DefaultValue"`
	ExampleValue         string `json:"ExampleValue" xml:"ExampleValue"`
}

RegistrationRequestParameter is a nested struct in dataworks_public response

type RegistrationRequestParametersInGetDataServiceApi ¶

type RegistrationRequestParametersInGetDataServiceApi struct {
	RegistrationRequestParameter []RegistrationRequestParameter `json:"RegistrationRequestParameter" xml:"RegistrationRequestParameter"`
}

RegistrationRequestParametersInGetDataServiceApi is a nested struct in dataworks_public response

type RegistrationRequestParametersInGetDataServicePublishedApi ¶

type RegistrationRequestParametersInGetDataServicePublishedApi struct {
	RegistrationRequestParameter []RegistrationRequestParameter `json:"RegistrationRequestParameter" xml:"RegistrationRequestParameter"`
}

RegistrationRequestParametersInGetDataServicePublishedApi is a nested struct in dataworks_public response

type RegistrationRequestParametersInListDataServiceApis ¶

type RegistrationRequestParametersInListDataServiceApis struct {
	RegistrationRequestParameter []RegistrationRequestParameter `json:"RegistrationRequestParameter" xml:"RegistrationRequestParameter"`
}

RegistrationRequestParametersInListDataServiceApis is a nested struct in dataworks_public response

type RegistrationRequestParametersInListDataServicePublishedApis ¶

type RegistrationRequestParametersInListDataServicePublishedApis struct {
	RegistrationRequestParameter []RegistrationRequestParameter `json:"RegistrationRequestParameter" xml:"RegistrationRequestParameter"`
}

RegistrationRequestParametersInListDataServicePublishedApis is a nested struct in dataworks_public response

type RelationList ¶ added in v1.62.369

type RelationList struct {
	RelationListItem []RelationListItem `json:"RelationList" xml:"RelationList"`
}

RelationList is a nested struct in dataworks_public response

type RelationListItem ¶ added in v1.62.369

type RelationListItem struct {
	Guid       string `json:"Guid" xml:"Guid"`
	Datasource string `json:"Datasource" xml:"Datasource"`
	Type       string `json:"Type" xml:"Type"`
	Channel    string `json:"Channel" xml:"Channel"`
}

RelationListItem is a nested struct in dataworks_public response

type Reminds ¶

type Reminds struct {
	RemindsItem []RemindsItem `json:"Reminds" xml:"Reminds"`
}

Reminds is a nested struct in dataworks_public response

type RemindsItem ¶

type RemindsItem struct {
	Founder       string   `json:"Founder" xml:"Founder"`
	RemindId      int64    `json:"RemindId" xml:"RemindId"`
	AlertUnit     string   `json:"AlertUnit" xml:"AlertUnit"`
	RemindType    string   `json:"RemindType" xml:"RemindType"`
	DndEnd        string   `json:"DndEnd" xml:"DndEnd"`
	DndStart      string   `json:"DndStart" xml:"DndStart"`
	RemindUnit    string   `json:"RemindUnit" xml:"RemindUnit"`
	Useflag       bool     `json:"Useflag" xml:"Useflag"`
	RemindName    string   `json:"RemindName" xml:"RemindName"`
	AlertTargets  []string `json:"AlertTargets" xml:"AlertTargets"`
	NodeIds       []int64  `json:"NodeIds" xml:"NodeIds"`
	BizProcessIds []int64  `json:"BizProcessIds" xml:"BizProcessIds"`
	ProjectIds    []int64  `json:"ProjectIds" xml:"ProjectIds"`
	BaselineIds   []int64  `json:"BaselineIds" xml:"BaselineIds"`
	AlertMethods  []string `json:"AlertMethods" xml:"AlertMethods"`
}

RemindsItem is a nested struct in dataworks_public response

type RemoveProjectMemberFromRoleRequest ¶ added in v1.61.386

type RemoveProjectMemberFromRoleRequest struct {
	*requests.RpcRequest
	RoleCode  string           `position:"Query" name:"RoleCode"`
	UserId    string           `position:"Query" name:"UserId"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

RemoveProjectMemberFromRoleRequest is the request struct for api RemoveProjectMemberFromRole

func CreateRemoveProjectMemberFromRoleRequest ¶ added in v1.61.386

func CreateRemoveProjectMemberFromRoleRequest() (request *RemoveProjectMemberFromRoleRequest)

CreateRemoveProjectMemberFromRoleRequest creates a request to invoke RemoveProjectMemberFromRole API

type RemoveProjectMemberFromRoleResponse ¶ added in v1.61.386

type RemoveProjectMemberFromRoleResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

RemoveProjectMemberFromRoleResponse is the response struct for api RemoveProjectMemberFromRole

func CreateRemoveProjectMemberFromRoleResponse ¶ added in v1.61.386

func CreateRemoveProjectMemberFromRoleResponse() (response *RemoveProjectMemberFromRoleResponse)

CreateRemoveProjectMemberFromRoleResponse creates a response to parse from RemoveProjectMemberFromRole response

type RestartInstanceRequest ¶

type RestartInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

RestartInstanceRequest is the request struct for api RestartInstance

func CreateRestartInstanceRequest ¶

func CreateRestartInstanceRequest() (request *RestartInstanceRequest)

CreateRestartInstanceRequest creates a request to invoke RestartInstance API

type RestartInstanceResponse ¶

type RestartInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

RestartInstanceResponse is the response struct for api RestartInstance

func CreateRestartInstanceResponse ¶

func CreateRestartInstanceResponse() (response *RestartInstanceResponse)

CreateRestartInstanceResponse creates a response to parse from RestartInstance response

type ResumeInstanceRequest ¶

type ResumeInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

ResumeInstanceRequest is the request struct for api ResumeInstance

func CreateResumeInstanceRequest ¶

func CreateResumeInstanceRequest() (request *ResumeInstanceRequest)

CreateResumeInstanceRequest creates a request to invoke ResumeInstance API

type ResumeInstanceResponse ¶

type ResumeInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

ResumeInstanceResponse is the response struct for api ResumeInstance

func CreateResumeInstanceResponse ¶

func CreateResumeInstanceResponse() (response *ResumeInstanceResponse)

CreateResumeInstanceResponse creates a response to parse from ResumeInstance response

type ReturnValue ¶ added in v1.61.1077

type ReturnValue struct {
	DetailDTO []map[string]interface{} `json:"DetailDTO" xml:"DetailDTO"`
}

ReturnValue is a nested struct in dataworks_public response

type RevokeColumnPermissionRequest ¶ added in v1.61.1068

type RevokeColumnPermissionRequest struct {
	*requests.RpcRequest
	RevokeUserName        string           `position:"Query" name:"RevokeUserName"`
	MaxComputeProjectName string           `position:"Query" name:"MaxComputeProjectName"`
	Columns               string           `position:"Query" name:"Columns"`
	RevokeUserId          string           `position:"Query" name:"RevokeUserId"`
	TableName             string           `position:"Query" name:"TableName"`
	WorkspaceId           requests.Integer `position:"Query" name:"WorkspaceId"`
}

RevokeColumnPermissionRequest is the request struct for api RevokeColumnPermission

func CreateRevokeColumnPermissionRequest ¶ added in v1.61.1068

func CreateRevokeColumnPermissionRequest() (request *RevokeColumnPermissionRequest)

CreateRevokeColumnPermissionRequest creates a request to invoke RevokeColumnPermission API

type RevokeColumnPermissionResponse ¶ added in v1.61.1068

type RevokeColumnPermissionResponse struct {
	*responses.BaseResponse
	RevokeSuccess bool   `json:"RevokeSuccess" xml:"RevokeSuccess"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

RevokeColumnPermissionResponse is the response struct for api RevokeColumnPermission

func CreateRevokeColumnPermissionResponse ¶ added in v1.61.1068

func CreateRevokeColumnPermissionResponse() (response *RevokeColumnPermissionResponse)

CreateRevokeColumnPermissionResponse creates a response to parse from RevokeColumnPermission response

type RevokeTablePermissionRequest ¶ added in v1.61.1068

type RevokeTablePermissionRequest struct {
	*requests.RpcRequest
	RevokeUserName        string           `position:"Query" name:"RevokeUserName"`
	MaxComputeProjectName string           `position:"Query" name:"MaxComputeProjectName"`
	RevokeUserId          string           `position:"Query" name:"RevokeUserId"`
	TableName             string           `position:"Query" name:"TableName"`
	Actions               string           `position:"Query" name:"Actions"`
	WorkspaceId           requests.Integer `position:"Query" name:"WorkspaceId"`
}

RevokeTablePermissionRequest is the request struct for api RevokeTablePermission

func CreateRevokeTablePermissionRequest ¶ added in v1.61.1068

func CreateRevokeTablePermissionRequest() (request *RevokeTablePermissionRequest)

CreateRevokeTablePermissionRequest creates a request to invoke RevokeTablePermission API

type RevokeTablePermissionResponse ¶ added in v1.61.1068

type RevokeTablePermissionResponse struct {
	*responses.BaseResponse
	RevokeSuccess bool   `json:"RevokeSuccess" xml:"RevokeSuccess"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

RevokeTablePermissionResponse is the response struct for api RevokeTablePermission

func CreateRevokeTablePermissionResponse ¶ added in v1.61.1068

func CreateRevokeTablePermissionResponse() (response *RevokeTablePermissionResponse)

CreateRevokeTablePermissionResponse creates a response to parse from RevokeTablePermission response

type Robots ¶

type Robots struct {
	RobotsItem []RobotsItem `json:"Robots" xml:"Robots"`
}

Robots is a nested struct in dataworks_public response

type RobotsItem ¶

type RobotsItem struct {
	WebUrl string `json:"WebUrl" xml:"WebUrl"`
	AtAll  bool   `json:"AtAll" xml:"AtAll"`
}

RobotsItem is a nested struct in dataworks_public response

type Role ¶ added in v1.61.386

type Role struct {
	ProjectRoleName string `json:"ProjectRoleName" xml:"ProjectRoleName"`
	ProjectRoleType string `json:"ProjectRoleType" xml:"ProjectRoleType"`
	ProjectRoleCode string `json:"ProjectRoleCode" xml:"ProjectRoleCode"`
	ProjectRoleId   int    `json:"ProjectRoleId" xml:"ProjectRoleId"`
}

Role is a nested struct in dataworks_public response

type RuleChecksInListQualityResultsByEntity ¶ added in v1.61.610

type RuleChecksInListQualityResultsByEntity struct {
	RuleChecksItem []RuleChecksItem `json:"RuleChecks" xml:"RuleChecks"`
}

RuleChecksInListQualityResultsByEntity is a nested struct in dataworks_public response

type RuleChecksInListQualityResultsByRule ¶ added in v1.61.610

type RuleChecksInListQualityResultsByRule struct {
	RuleChecksItem []RuleChecksItemInListQualityResultsByRule `json:"RuleChecks" xml:"RuleChecks"`
}

RuleChecksInListQualityResultsByRule is a nested struct in dataworks_public response

type RuleChecksItem ¶ added in v1.61.610

type RuleChecksItem struct {
	MethodName        string               `json:"MethodName" xml:"MethodName"`
	CheckerId         int                  `json:"CheckerId" xml:"CheckerId"`
	TemplateName      string               `json:"TemplateName" xml:"TemplateName"`
	RuleId            int                  `json:"RuleId" xml:"RuleId"`
	Op                string               `json:"Op" xml:"Op"`
	RuleName          string               `json:"RuleName" xml:"RuleName"`
	TemplateId        int                  `json:"TemplateId" xml:"TemplateId"`
	IsPrediction      bool                 `json:"IsPrediction" xml:"IsPrediction"`
	WhereCondition    string               `json:"WhereCondition" xml:"WhereCondition"`
	BlockType         int                  `json:"BlockType" xml:"BlockType"`
	EndTime           int64                `json:"EndTime" xml:"EndTime"`
	Property          string               `json:"Property" xml:"Property"`
	TimeCost          string               `json:"TimeCost" xml:"TimeCost"`
	BizDate           int64                `json:"BizDate" xml:"BizDate"`
	Comment           string               `json:"Comment" xml:"Comment"`
	TaskId            string               `json:"TaskId" xml:"TaskId"`
	WarningThreshold  float64              `json:"WarningThreshold" xml:"WarningThreshold"`
	CheckResult       int                  `json:"CheckResult" xml:"CheckResult"`
	CheckerType       int                  `json:"CheckerType" xml:"CheckerType"`
	ProjectName       string               `json:"ProjectName" xml:"ProjectName"`
	ExpectValue       float64              `json:"ExpectValue" xml:"ExpectValue"`
	CriticalThreshold float64              `json:"CriticalThreshold" xml:"CriticalThreshold"`
	MatchExpression   string               `json:"MatchExpression" xml:"MatchExpression"`
	Id                int                  `json:"Id" xml:"Id"`
	DateType          string               `json:"DateType" xml:"DateType"`
	LowerValue        float64              `json:"LowerValue" xml:"LowerValue"`
	EntityId          int                  `json:"EntityId" xml:"EntityId"`
	ExternalId        string               `json:"ExternalId" xml:"ExternalId"`
	TableName         string               `json:"TableName" xml:"TableName"`
	ActualExpression  string               `json:"ActualExpression" xml:"ActualExpression"`
	Trend             string               `json:"Trend" xml:"Trend"`
	BeginTime         int64                `json:"BeginTime" xml:"BeginTime"`
	ExternalType      string               `json:"ExternalType" xml:"ExternalType"`
	DiscreteCheck     bool                 `json:"DiscreteCheck" xml:"DiscreteCheck"`
	ResultString      string               `json:"ResultString" xml:"ResultString"`
	CheckerName       string               `json:"CheckerName" xml:"CheckerName"`
	UpperValue        float64              `json:"UpperValue" xml:"UpperValue"`
	CheckResultStatus int                  `json:"CheckResultStatus" xml:"CheckResultStatus"`
	FixedCheck        bool                 `json:"FixedCheck" xml:"FixedCheck"`
	SampleValue       []SampleValueItem    `json:"SampleValue" xml:"SampleValue"`
	ReferenceValue    []ReferenceValueItem `json:"ReferenceValue" xml:"ReferenceValue"`
}

RuleChecksItem is a nested struct in dataworks_public response

type RuleChecksItemInListQualityResultsByRule ¶ added in v1.62.134

type RuleChecksItemInListQualityResultsByRule struct {
	BlockType         int                  `json:"BlockType" xml:"BlockType"`
	WarningThreshold  float64              `json:"WarningThreshold" xml:"WarningThreshold"`
	Property          string               `json:"Property" xml:"Property"`
	TableName         string               `json:"TableName" xml:"TableName"`
	Comment           string               `json:"Comment" xml:"Comment"`
	CheckResultStatus int                  `json:"CheckResultStatus" xml:"CheckResultStatus"`
	TemplateName      string               `json:"TemplateName" xml:"TemplateName"`
	CheckerName       string               `json:"CheckerName" xml:"CheckerName"`
	RuleId            int64                `json:"RuleId" xml:"RuleId"`
	FixedCheck        bool                 `json:"FixedCheck" xml:"FixedCheck"`
	Op                string               `json:"Op" xml:"Op"`
	UpperValue        float64              `json:"UpperValue" xml:"UpperValue"`
	ActualExpression  string               `json:"ActualExpression" xml:"ActualExpression"`
	ExternalId        string               `json:"ExternalId" xml:"ExternalId"`
	TimeCost          string               `json:"TimeCost" xml:"TimeCost"`
	Trend             string               `json:"Trend" xml:"Trend"`
	ExternalType      string               `json:"ExternalType" xml:"ExternalType"`
	BizDate           int64                `json:"BizDate" xml:"BizDate"`
	CheckResult       int                  `json:"CheckResult" xml:"CheckResult"`
	ResultString      string               `json:"ResultString" xml:"ResultString"`
	MatchExpression   string               `json:"MatchExpression" xml:"MatchExpression"`
	CheckerType       int                  `json:"CheckerType" xml:"CheckerType"`
	ProjectName       string               `json:"ProjectName" xml:"ProjectName"`
	BeginTime         int64                `json:"BeginTime" xml:"BeginTime"`
	DateType          string               `json:"DateType" xml:"DateType"`
	CriticalThreshold float64              `json:"CriticalThreshold" xml:"CriticalThreshold"`
	IsPrediction      bool                 `json:"IsPrediction" xml:"IsPrediction"`
	RuleName          string               `json:"RuleName" xml:"RuleName"`
	CheckerId         int                  `json:"CheckerId" xml:"CheckerId"`
	DiscreteCheck     bool                 `json:"DiscreteCheck" xml:"DiscreteCheck"`
	EndTime           int64                `json:"EndTime" xml:"EndTime"`
	MethodName        string               `json:"MethodName" xml:"MethodName"`
	LowerValue        float64              `json:"LowerValue" xml:"LowerValue"`
	EntityId          int64                `json:"EntityId" xml:"EntityId"`
	WhereCondition    string               `json:"WhereCondition" xml:"WhereCondition"`
	ExpectValue       float64              `json:"ExpectValue" xml:"ExpectValue"`
	TemplateId        int                  `json:"TemplateId" xml:"TemplateId"`
	TaskId            string               `json:"TaskId" xml:"TaskId"`
	Id                int64                `json:"Id" xml:"Id"`
	Open              bool                 `json:"Open" xml:"Open"`
	ReferenceValue    []ReferenceValueItem `json:"ReferenceValue" xml:"ReferenceValue"`
	SampleValue       []SampleValueItem    `json:"SampleValue" xml:"SampleValue"`
}

RuleChecksItemInListQualityResultsByRule is a nested struct in dataworks_public response

type Rules ¶

type Rules struct {
	RulesItem []RulesItem `json:"Rules" xml:"Rules"`
}

Rules is a nested struct in dataworks_public response

type RulesItem ¶

type RulesItem struct {
	BlockType                int    `json:"BlockType" xml:"BlockType"`
	OnDutyAccountName        string `json:"OnDutyAccountName" xml:"OnDutyAccountName"`
	Property                 string `json:"Property" xml:"Property"`
	WarningThreshold         string `json:"WarningThreshold" xml:"WarningThreshold"`
	TableName                string `json:"TableName" xml:"TableName"`
	OnDuty                   string `json:"OnDuty" xml:"OnDuty"`
	Comment                  string `json:"Comment" xml:"Comment"`
	RuleCheckerRelationId    int    `json:"RuleCheckerRelationId" xml:"RuleCheckerRelationId"`
	FixCheck                 bool   `json:"FixCheck" xml:"FixCheck"`
	MethodId                 int    `json:"MethodId" xml:"MethodId"`
	TemplateName             string `json:"TemplateName" xml:"TemplateName"`
	Trend                    string `json:"Trend" xml:"Trend"`
	HistoryWarningThreshold  string `json:"HistoryWarningThreshold" xml:"HistoryWarningThreshold"`
	RuleType                 int    `json:"RuleType" xml:"RuleType"`
	MatchExpression          string `json:"MatchExpression" xml:"MatchExpression"`
	ProjectName              string `json:"ProjectName" xml:"ProjectName"`
	PropertyKey              string `json:"PropertyKey" xml:"PropertyKey"`
	CriticalThreshold        string `json:"CriticalThreshold" xml:"CriticalThreshold"`
	HistoryCriticalThreshold string `json:"HistoryCriticalThreshold" xml:"HistoryCriticalThreshold"`
	MethodName               string `json:"MethodName" xml:"MethodName"`
	CheckerId                int    `json:"CheckerId" xml:"CheckerId"`
	EntityId                 int    `json:"EntityId" xml:"EntityId"`
	ExpectValue              string `json:"ExpectValue" xml:"ExpectValue"`
	TemplateId               int    `json:"TemplateId" xml:"TemplateId"`
	Id                       int    `json:"Id" xml:"Id"`
	RuleName                 string `json:"RuleName" xml:"RuleName"`
}

RulesItem is a nested struct in dataworks_public response

type RunCycleDagNodesRequest ¶ added in v1.61.1068

type RunCycleDagNodesRequest struct {
	*requests.RpcRequest
	ProjectEnv                     string           `position:"Body" name:"ProjectEnv"`
	StartBizDate                   string           `position:"Body" name:"StartBizDate"`
	Parallelism                    requests.Boolean `position:"Body" name:"Parallelism"`
	RootNodeId                     requests.Integer `position:"Body" name:"RootNodeId"`
	BizBeginTime                   string           `position:"Body" name:"BizBeginTime"`
	EndBizDate                     string           `position:"Body" name:"EndBizDate"`
	StartFutureInstanceImmediately requests.Boolean `position:"Body" name:"StartFutureInstanceImmediately"`
	IncludeNodeIds                 string           `position:"Body" name:"IncludeNodeIds"`
	BizEndTime                     string           `position:"Body" name:"BizEndTime"`
	Name                           string           `position:"Body" name:"Name"`
	ExcludeNodeIds                 string           `position:"Body" name:"ExcludeNodeIds"`
	NodeParams                     string           `position:"Body" name:"NodeParams"`
}

RunCycleDagNodesRequest is the request struct for api RunCycleDagNodes

func CreateRunCycleDagNodesRequest ¶ added in v1.61.1068

func CreateRunCycleDagNodesRequest() (request *RunCycleDagNodesRequest)

CreateRunCycleDagNodesRequest creates a request to invoke RunCycleDagNodes API

type RunCycleDagNodesResponse ¶ added in v1.61.1068

type RunCycleDagNodesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int     `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string  `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string  `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool    `json:"Success" xml:"Success"`
	ErrorCode      string  `json:"ErrorCode" xml:"ErrorCode"`
	Data           []int64 `json:"Data" xml:"Data"`
}

RunCycleDagNodesResponse is the response struct for api RunCycleDagNodes

func CreateRunCycleDagNodesResponse ¶ added in v1.61.1068

func CreateRunCycleDagNodesResponse() (response *RunCycleDagNodesResponse)

CreateRunCycleDagNodesResponse creates a response to parse from RunCycleDagNodes response

type RunManualDagNodesRequest ¶ added in v1.61.1068

type RunManualDagNodesRequest struct {
	*requests.RpcRequest
	ProjectEnv     string           `position:"Body" name:"ProjectEnv"`
	ProjectName    string           `position:"Body" name:"ProjectName"`
	StartBizDate   string           `position:"Body" name:"StartBizDate"`
	EndBizDate     string           `position:"Body" name:"EndBizDate"`
	DagParameters  string           `position:"Body" name:"DagParameters"`
	IncludeNodeIds string           `position:"Body" name:"IncludeNodeIds"`
	BizDate        string           `position:"Body" name:"BizDate"`
	ExcludeNodeIds string           `position:"Body" name:"ExcludeNodeIds"`
	FlowName       string           `position:"Body" name:"FlowName"`
	ProjectId      requests.Integer `position:"Body" name:"ProjectId"`
	NodeParameters string           `position:"Body" name:"NodeParameters"`
}

RunManualDagNodesRequest is the request struct for api RunManualDagNodes

func CreateRunManualDagNodesRequest ¶ added in v1.61.1068

func CreateRunManualDagNodesRequest() (request *RunManualDagNodesRequest)

CreateRunManualDagNodesRequest creates a request to invoke RunManualDagNodes API

type RunManualDagNodesResponse ¶ added in v1.61.1068

type RunManualDagNodesResponse struct {
	*responses.BaseResponse
	DagId     int64  `json:"DagId" xml:"DagId"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

RunManualDagNodesResponse is the response struct for api RunManualDagNodes

func CreateRunManualDagNodesResponse ¶ added in v1.61.1068

func CreateRunManualDagNodesResponse() (response *RunManualDagNodesResponse)

CreateRunManualDagNodesResponse creates a response to parse from RunManualDagNodes response

type RunSmokeTestRequest ¶ added in v1.62.16

type RunSmokeTestRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	Bizdate    string           `position:"Body" name:"Bizdate"`
	Name       string           `position:"Body" name:"Name"`
	NodeParams string           `position:"Body" name:"NodeParams"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
}

RunSmokeTestRequest is the request struct for api RunSmokeTest

func CreateRunSmokeTestRequest ¶ added in v1.62.16

func CreateRunSmokeTestRequest() (request *RunSmokeTestRequest)

CreateRunSmokeTestRequest creates a request to invoke RunSmokeTest API

type RunSmokeTestResponse ¶ added in v1.62.16

type RunSmokeTestResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

RunSmokeTestResponse is the response struct for api RunSmokeTest

func CreateRunSmokeTestResponse ¶ added in v1.62.16

func CreateRunSmokeTestResponse() (response *RunSmokeTestResponse)

CreateRunSmokeTestResponse creates a response to parse from RunSmokeTest response

type RunTriggerNodeRequest ¶ added in v1.61.738

type RunTriggerNodeRequest struct {
	*requests.RpcRequest
	BizDate   requests.Integer `position:"Body" name:"BizDate"`
	AppId     requests.Integer `position:"Body" name:"AppId"`
	CycleTime requests.Integer `position:"Body" name:"CycleTime"`
	NodeId    requests.Integer `position:"Body" name:"NodeId"`
}

RunTriggerNodeRequest is the request struct for api RunTriggerNode

func CreateRunTriggerNodeRequest ¶ added in v1.61.738

func CreateRunTriggerNodeRequest() (request *RunTriggerNodeRequest)

CreateRunTriggerNodeRequest creates a request to invoke RunTriggerNode API

type RunTriggerNodeResponse ¶ added in v1.61.738

type RunTriggerNodeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

RunTriggerNodeResponse is the response struct for api RunTriggerNode

func CreateRunTriggerNodeResponse ¶ added in v1.61.738

func CreateRunTriggerNodeResponse() (response *RunTriggerNodeResponse)

CreateRunTriggerNodeResponse creates a response to parse from RunTriggerNode response

type Runs ¶

type Runs struct {
	RunsItem []RunsItem `json:"Runs" xml:"Runs"`
}

Runs is a nested struct in dataworks_public response

type RunsItem ¶

type RunsItem struct {
	Status            string `json:"Status" xml:"Status"`
	AbsTime           int64  `json:"AbsTime" xml:"AbsTime"`
	BeginRunningTime  int64  `json:"BeginRunningTime" xml:"BeginRunningTime"`
	FinishTime        int64  `json:"FinishTime" xml:"FinishTime"`
	BeginCast         int64  `json:"BeginCast" xml:"BeginCast"`
	EndCast           int64  `json:"EndCast" xml:"EndCast"`
	BeginWaitResTime  int64  `json:"BeginWaitResTime" xml:"BeginWaitResTime"`
	BeginWaitTimeTime int64  `json:"BeginWaitTimeTime" xml:"BeginWaitTimeTime"`
}

RunsItem is a nested struct in dataworks_public response

type SampleValueInListQualityResultsByEntity ¶ added in v1.61.610

type SampleValueInListQualityResultsByEntity struct {
	SampleValueItem []SampleValueItem `json:"SampleValue" xml:"SampleValue"`
}

SampleValueInListQualityResultsByEntity is a nested struct in dataworks_public response

type SampleValueInListQualityResultsByRule ¶ added in v1.61.610

type SampleValueInListQualityResultsByRule struct {
	SampleValueItem []SampleValueItem `json:"SampleValue" xml:"SampleValue"`
}

SampleValueInListQualityResultsByRule is a nested struct in dataworks_public response

type SampleValueItem ¶ added in v1.61.610

type SampleValueItem struct {
	Value            float64 `json:"Value" xml:"Value"`
	DiscreteProperty string  `json:"DiscreteProperty" xml:"DiscreteProperty"`
	BizDate          string  `json:"BizDate" xml:"BizDate"`
}

SampleValueItem is a nested struct in dataworks_public response

type SaveDataServiceApiTestResultRequest ¶ added in v1.62.223

type SaveDataServiceApiTestResultRequest struct {
	*requests.RpcRequest
	FailResultSample string           `position:"Body" name:"FailResultSample"`
	ResultSample     string           `position:"Body" name:"ResultSample"`
	AutoGenerate     requests.Boolean `position:"Body" name:"AutoGenerate"`
	ProjectId        requests.Integer `position:"Body" name:"ProjectId"`
	ApiId            requests.Integer `position:"Body" name:"ApiId"`
}

SaveDataServiceApiTestResultRequest is the request struct for api SaveDataServiceApiTestResult

func CreateSaveDataServiceApiTestResultRequest ¶ added in v1.62.223

func CreateSaveDataServiceApiTestResultRequest() (request *SaveDataServiceApiTestResultRequest)

CreateSaveDataServiceApiTestResultRequest creates a request to invoke SaveDataServiceApiTestResult API

type SaveDataServiceApiTestResultResponse ¶ added in v1.62.223

type SaveDataServiceApiTestResultResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Data           bool   `json:"Data" xml:"Data"`
	Success        bool   `json:"Success" xml:"Success"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
}

SaveDataServiceApiTestResultResponse is the response struct for api SaveDataServiceApiTestResult

func CreateSaveDataServiceApiTestResultResponse ¶ added in v1.62.223

func CreateSaveDataServiceApiTestResultResponse() (response *SaveDataServiceApiTestResultResponse)

CreateSaveDataServiceApiTestResultResponse creates a response to parse from SaveDataServiceApiTestResult response

type ScanSensitiveDataRequest ¶ added in v1.61.950

type ScanSensitiveDataRequest struct {
	*requests.RpcRequest
	Data string `position:"Query" name:"Data"`
}

ScanSensitiveDataRequest is the request struct for api ScanSensitiveData

func CreateScanSensitiveDataRequest ¶ added in v1.61.950

func CreateScanSensitiveDataRequest() (request *ScanSensitiveDataRequest)

CreateScanSensitiveDataRequest creates a request to invoke ScanSensitiveData API

type ScanSensitiveDataResponse ¶ added in v1.61.950

type ScanSensitiveDataResponse struct {
	*responses.BaseResponse
	Sensitives map[string]interface{} `json:"Sensitives" xml:"Sensitives"`
	RequestId  string                 `json:"RequestId" xml:"RequestId"`
}

ScanSensitiveDataResponse is the response struct for api ScanSensitiveData

func CreateScanSensitiveDataResponse ¶ added in v1.61.950

func CreateScanSensitiveDataResponse() (response *ScanSensitiveDataResponse)

CreateScanSensitiveDataResponse creates a response to parse from ScanSensitiveData response

type ScriptConnection ¶

type ScriptConnection struct {
	ConnectionId int64  `json:"ConnectionId" xml:"ConnectionId"`
	TableName    string `json:"TableName" xml:"TableName"`
}

ScriptConnection is a nested struct in dataworks_public response

type ScriptDetails ¶

type ScriptDetails struct {
	IsPagedResponse          bool                      `json:"IsPagedResponse" xml:"IsPagedResponse"`
	FailedResultSample       string                    `json:"FailedResultSample" xml:"FailedResultSample"`
	Script                   string                    `json:"Script" xml:"Script"`
	SuccessfulResultSample   string                    `json:"SuccessfulResultSample" xml:"SuccessfulResultSample"`
	ScriptConnection         ScriptConnection          `json:"ScriptConnection" xml:"ScriptConnection"`
	ScriptRequestParameters  []ScriptRequestParameter  `json:"ScriptRequestParameters" xml:"ScriptRequestParameters"`
	ScriptResponseParameters []ScriptResponseParameter `json:"ScriptResponseParameters" xml:"ScriptResponseParameters"`
	ScriptErrorCodes         []ScriptErrorCode         `json:"ScriptErrorCodes" xml:"ScriptErrorCodes"`
}

ScriptDetails is a nested struct in dataworks_public response

type ScriptErrorCode ¶

type ScriptErrorCode struct {
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorSolution string `json:"ErrorSolution" xml:"ErrorSolution"`
}

ScriptErrorCode is a nested struct in dataworks_public response

type ScriptErrorCodesInGetDataServicePublishedApi ¶

type ScriptErrorCodesInGetDataServicePublishedApi struct {
	ScriptErrorCode []ScriptErrorCode `json:"ScriptErrorCode" xml:"ScriptErrorCode"`
}

ScriptErrorCodesInGetDataServicePublishedApi is a nested struct in dataworks_public response

type ScriptErrorCodesInListDataServicePublishedApis ¶

type ScriptErrorCodesInListDataServicePublishedApis struct {
	ScriptErrorCode []ScriptErrorCode `json:"ScriptErrorCode" xml:"ScriptErrorCode"`
}

ScriptErrorCodesInListDataServicePublishedApis is a nested struct in dataworks_public response

type ScriptRequestParameter ¶

type ScriptRequestParameter struct {
	ParameterName        string `json:"ParameterName" xml:"ParameterName"`
	ParameterDataType    int    `json:"ParameterDataType" xml:"ParameterDataType"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	IsRequiredParameter  bool   `json:"IsRequiredParameter" xml:"IsRequiredParameter"`
	ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"`
	ParameterOperator    int    `json:"ParameterOperator" xml:"ParameterOperator"`
	ParameterPosition    int    `json:"ParameterPosition" xml:"ParameterPosition"`
	DefaultValue         string `json:"DefaultValue" xml:"DefaultValue"`
	ExampleValue         string `json:"ExampleValue" xml:"ExampleValue"`
}

ScriptRequestParameter is a nested struct in dataworks_public response

type ScriptRequestParametersInGetDataServiceApi ¶

type ScriptRequestParametersInGetDataServiceApi struct {
	ScriptRequestParameter []ScriptRequestParameter `json:"ScriptRequestParameter" xml:"ScriptRequestParameter"`
}

ScriptRequestParametersInGetDataServiceApi is a nested struct in dataworks_public response

type ScriptRequestParametersInGetDataServicePublishedApi ¶

type ScriptRequestParametersInGetDataServicePublishedApi struct {
	ScriptRequestParameter []ScriptRequestParameter `json:"ScriptRequestParameter" xml:"ScriptRequestParameter"`
}

ScriptRequestParametersInGetDataServicePublishedApi is a nested struct in dataworks_public response

type ScriptRequestParametersInListDataServiceApis ¶

type ScriptRequestParametersInListDataServiceApis struct {
	ScriptRequestParameter []ScriptRequestParameter `json:"ScriptRequestParameter" xml:"ScriptRequestParameter"`
}

ScriptRequestParametersInListDataServiceApis is a nested struct in dataworks_public response

type ScriptRequestParametersInListDataServicePublishedApis ¶

type ScriptRequestParametersInListDataServicePublishedApis struct {
	ScriptRequestParameter []ScriptRequestParameter `json:"ScriptRequestParameter" xml:"ScriptRequestParameter"`
}

ScriptRequestParametersInListDataServicePublishedApis is a nested struct in dataworks_public response

type ScriptResponseParameter ¶

type ScriptResponseParameter struct {
	ParameterName        string `json:"ParameterName" xml:"ParameterName"`
	ParameterDataType    int    `json:"ParameterDataType" xml:"ParameterDataType"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"`
	ExampleValue         string `json:"ExampleValue" xml:"ExampleValue"`
}

ScriptResponseParameter is a nested struct in dataworks_public response

type ScriptResponseParametersInGetDataServiceApi ¶

type ScriptResponseParametersInGetDataServiceApi struct {
	ScriptResponseParameter []ScriptResponseParameter `json:"ScriptResponseParameter" xml:"ScriptResponseParameter"`
}

ScriptResponseParametersInGetDataServiceApi is a nested struct in dataworks_public response

type ScriptResponseParametersInGetDataServicePublishedApi ¶

type ScriptResponseParametersInGetDataServicePublishedApi struct {
	ScriptResponseParameter []ScriptResponseParameter `json:"ScriptResponseParameter" xml:"ScriptResponseParameter"`
}

ScriptResponseParametersInGetDataServicePublishedApi is a nested struct in dataworks_public response

type ScriptResponseParametersInListDataServiceApis ¶

type ScriptResponseParametersInListDataServiceApis struct {
	ScriptResponseParameter []ScriptResponseParameter `json:"ScriptResponseParameter" xml:"ScriptResponseParameter"`
}

ScriptResponseParametersInListDataServiceApis is a nested struct in dataworks_public response

type ScriptResponseParametersInListDataServicePublishedApis ¶

type ScriptResponseParametersInListDataServicePublishedApis struct {
	ScriptResponseParameter []ScriptResponseParameter `json:"ScriptResponseParameter" xml:"ScriptResponseParameter"`
}

ScriptResponseParametersInListDataServicePublishedApis is a nested struct in dataworks_public response

type SearchMetaTablesRequest ¶

type SearchMetaTablesRequest struct {
	*requests.RpcRequest
	Schema         string           `position:"Query" name:"Schema"`
	DataSourceType string           `position:"Query" name:"DataSourceType"`
	ClusterId      string           `position:"Query" name:"ClusterId"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	EntityType     requests.Integer `position:"Query" name:"EntityType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	AppGuid        string           `position:"Query" name:"AppGuid"`
	Keyword        string           `position:"Query" name:"Keyword"`
}

SearchMetaTablesRequest is the request struct for api SearchMetaTables

func CreateSearchMetaTablesRequest ¶

func CreateSearchMetaTablesRequest() (request *SearchMetaTablesRequest)

CreateSearchMetaTablesRequest creates a request to invoke SearchMetaTables API

type SearchMetaTablesResponse ¶

type SearchMetaTablesResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	Success        bool                   `json:"Success" xml:"Success"`
	ErrorCode      string                 `json:"ErrorCode" xml:"ErrorCode"`
	Data           DataInSearchMetaTables `json:"Data" xml:"Data"`
}

SearchMetaTablesResponse is the response struct for api SearchMetaTables

func CreateSearchMetaTablesResponse ¶

func CreateSearchMetaTablesResponse() (response *SearchMetaTablesResponse)

CreateSearchMetaTablesResponse creates a response to parse from SearchMetaTables response

type SearchNodesByOutputRequest ¶ added in v1.61.738

type SearchNodesByOutputRequest struct {
	*requests.RpcRequest
	ProjectEnv string `position:"Body" name:"ProjectEnv"`
	Outputs    string `position:"Body" name:"Outputs"`
}

SearchNodesByOutputRequest is the request struct for api SearchNodesByOutput

func CreateSearchNodesByOutputRequest ¶ added in v1.61.738

func CreateSearchNodesByOutputRequest() (request *SearchNodesByOutputRequest)

CreateSearchNodesByOutputRequest creates a request to invoke SearchNodesByOutput API

type SearchNodesByOutputResponse ¶ added in v1.61.738

type SearchNodesByOutputResponse struct {
	*responses.BaseResponse
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           map[string]interface{} `json:"Data" xml:"Data"`
	ErrorMessage   string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	Success        bool                   `json:"Success" xml:"Success"`
	ErrorCode      string                 `json:"ErrorCode" xml:"ErrorCode"`
}

SearchNodesByOutputResponse is the response struct for api SearchNodesByOutput

func CreateSearchNodesByOutputResponse ¶ added in v1.61.738

func CreateSearchNodesByOutputResponse() (response *SearchNodesByOutputResponse)

CreateSearchNodesByOutputResponse creates a response to parse from SearchNodesByOutput response

type SetDataSourceShareRequest ¶ added in v1.61.1297

type SetDataSourceShareRequest struct {
	*requests.RpcRequest
	ProjectPermissions string           `position:"Query" name:"ProjectPermissions"`
	DatasourceName     string           `position:"Query" name:"DatasourceName"`
	UserPermissions    string           `position:"Query" name:"UserPermissions"`
	EnvType            string           `position:"Query" name:"EnvType"`
	ProjectId          requests.Integer `position:"Query" name:"ProjectId"`
}

SetDataSourceShareRequest is the request struct for api SetDataSourceShare

func CreateSetDataSourceShareRequest ¶ added in v1.61.1297

func CreateSetDataSourceShareRequest() (request *SetDataSourceShareRequest)

CreateSetDataSourceShareRequest creates a request to invoke SetDataSourceShare API

type SetDataSourceShareResponse ¶ added in v1.61.1297

type SetDataSourceShareResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

SetDataSourceShareResponse is the response struct for api SetDataSourceShare

func CreateSetDataSourceShareResponse ¶ added in v1.61.1297

func CreateSetDataSourceShareResponse() (response *SetDataSourceShareResponse)

CreateSetDataSourceShareResponse creates a response to parse from SetDataSourceShare response

type SetSuccessInstanceRequest ¶

type SetSuccessInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

SetSuccessInstanceRequest is the request struct for api SetSuccessInstance

func CreateSetSuccessInstanceRequest ¶

func CreateSetSuccessInstanceRequest() (request *SetSuccessInstanceRequest)

CreateSetSuccessInstanceRequest creates a request to invoke SetSuccessInstance API

type SetSuccessInstanceResponse ¶

type SetSuccessInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

SetSuccessInstanceResponse is the response struct for api SetSuccessInstance

func CreateSetSuccessInstanceResponse ¶

func CreateSetSuccessInstanceResponse() (response *SetSuccessInstanceResponse)

CreateSetSuccessInstanceResponse creates a response to parse from SetSuccessInstance response

type ShiftPersons ¶ added in v1.61.1679

type ShiftPersons struct {
	ShiftPersonsItem []ShiftPersonsItem `json:"ShiftPersons" xml:"ShiftPersons"`
}

ShiftPersons is a nested struct in dataworks_public response

type ShiftPersonsItem ¶ added in v1.61.1679

type ShiftPersonsItem struct {
	ShiftPersonUID  string `json:"ShiftPersonUID" xml:"ShiftPersonUID"`
	ShiftPersonName string `json:"ShiftPersonName" xml:"ShiftPersonName"`
	BeginTime       int64  `json:"BeginTime" xml:"BeginTime"`
	EndTime         int64  `json:"EndTime" xml:"EndTime"`
}

ShiftPersonsItem is a nested struct in dataworks_public response

type ShiftSchedules ¶ added in v1.61.1679

type ShiftSchedules struct {
	ShiftSchedulesItem []ShiftSchedulesItem `json:"ShiftSchedules" xml:"ShiftSchedules"`
}

ShiftSchedules is a nested struct in dataworks_public response

type ShiftSchedulesItem ¶ added in v1.61.1679

type ShiftSchedulesItem struct {
	ShiftScheduleIdentifier string `json:"ShiftScheduleIdentifier" xml:"ShiftScheduleIdentifier"`
	ShiftScheduleName       string `json:"ShiftScheduleName" xml:"ShiftScheduleName"`
}

ShiftSchedulesItem is a nested struct in dataworks_public response

type SlaAlert ¶

type SlaAlert struct {
	Status        string `json:"Status" xml:"Status"`
	BaselineOwner string `json:"BaselineOwner" xml:"BaselineOwner"`
	BaselineId    int64  `json:"BaselineId" xml:"BaselineId"`
	BaselineName  string `json:"BaselineName" xml:"BaselineName"`
	Bizdate       int64  `json:"Bizdate" xml:"Bizdate"`
	ProjectId     int64  `json:"ProjectId" xml:"ProjectId"`
	InGroupId     int    `json:"InGroupId" xml:"InGroupId"`
}

SlaAlert is a nested struct in dataworks_public response

type SolutionDetail ¶ added in v1.61.1297

type SolutionDetail struct {
	Status         string `json:"Status" xml:"Status"`
	Type           string `json:"Type" xml:"Type"`
	StartTime      string `json:"StartTime" xml:"StartTime"`
	CreatorName    string `json:"CreatorName" xml:"CreatorName"`
	ProjectId      int64  `json:"ProjectId" xml:"ProjectId"`
	SourceType     string `json:"SourceType" xml:"SourceType"`
	ProcessContent string `json:"ProcessContent" xml:"ProcessContent"`
	Name           string `json:"Name" xml:"Name"`
	ProcessExtra   string `json:"ProcessExtra" xml:"ProcessExtra"`
	SubmitTime     string `json:"SubmitTime" xml:"SubmitTime"`
	Id             int64  `json:"Id" xml:"Id"`
}

SolutionDetail is a nested struct in dataworks_public response

type SolutionInfo ¶ added in v1.61.1297

type SolutionInfo struct {
	Status      string           `json:"Status" xml:"Status"`
	Id          int64            `json:"Id" xml:"Id"`
	CreatorName string           `json:"CreatorName" xml:"CreatorName"`
	StepDetail  []StepDetailItem `json:"StepDetail" xml:"StepDetail"`
}

SolutionInfo is a nested struct in dataworks_public response

type StartDISyncInstanceRequest ¶ added in v1.61.1297

type StartDISyncInstanceRequest struct {
	*requests.RpcRequest
	TaskType   string           `position:"Query" name:"TaskType"`
	StartParam string           `position:"Query" name:"StartParam"`
	ProjectId  requests.Integer `position:"Query" name:"ProjectId"`
	FileId     requests.Integer `position:"Query" name:"FileId"`
}

StartDISyncInstanceRequest is the request struct for api StartDISyncInstance

func CreateStartDISyncInstanceRequest ¶ added in v1.61.1297

func CreateStartDISyncInstanceRequest() (request *StartDISyncInstanceRequest)

CreateStartDISyncInstanceRequest creates a request to invoke StartDISyncInstance API

type StartDISyncInstanceResponse ¶ added in v1.61.1297

type StartDISyncInstanceResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

StartDISyncInstanceResponse is the response struct for api StartDISyncInstance

func CreateStartDISyncInstanceResponse ¶ added in v1.61.1297

func CreateStartDISyncInstanceResponse() (response *StartDISyncInstanceResponse)

CreateStartDISyncInstanceResponse creates a response to parse from StartDISyncInstance response

type StartMigrationRequest ¶ added in v1.61.974

type StartMigrationRequest struct {
	*requests.RpcRequest
	MigrationId requests.Integer `position:"Body" name:"MigrationId"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

StartMigrationRequest is the request struct for api StartMigration

func CreateStartMigrationRequest ¶ added in v1.61.974

func CreateStartMigrationRequest() (request *StartMigrationRequest)

CreateStartMigrationRequest creates a request to invoke StartMigration API

type StartMigrationResponse ¶ added in v1.61.974

type StartMigrationResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

StartMigrationResponse is the response struct for api StartMigration

func CreateStartMigrationResponse ¶ added in v1.61.974

func CreateStartMigrationResponse() (response *StartMigrationResponse)

CreateStartMigrationResponse creates a response to parse from StartMigration response

type StatusCount ¶ added in v1.61.610

type StatusCount struct {
	SuccessCount  int `json:"SuccessCount" xml:"SuccessCount"`
	WaitTimeCount int `json:"WaitTimeCount" xml:"WaitTimeCount"`
	TotalCount    int `json:"TotalCount" xml:"TotalCount"`
	NotRunCount   int `json:"NotRunCount" xml:"NotRunCount"`
	WaitResCount  int `json:"WaitResCount" xml:"WaitResCount"`
	RunningCount  int `json:"RunningCount" xml:"RunningCount"`
	FailureCount  int `json:"FailureCount" xml:"FailureCount"`
}

StatusCount is a nested struct in dataworks_public response

type StepDetail ¶ added in v1.61.1297

type StepDetail struct {
	StepDetailItem []StepDetailItem `json:"StepDetail" xml:"StepDetail"`
}

StepDetail is a nested struct in dataworks_public response

type StepDetailItem ¶ added in v1.61.1297

type StepDetailItem struct {
	Status   string `json:"Status" xml:"Status"`
	StepId   int64  `json:"StepId" xml:"StepId"`
	StepName string `json:"StepName" xml:"StepName"`
	Info     string `json:"Info" xml:"Info"`
}

StepDetailItem is a nested struct in dataworks_public response

type StopDISyncInstanceRequest ¶ added in v1.61.1297

type StopDISyncInstanceRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

StopDISyncInstanceRequest is the request struct for api StopDISyncInstance

func CreateStopDISyncInstanceRequest ¶ added in v1.61.1297

func CreateStopDISyncInstanceRequest() (request *StopDISyncInstanceRequest)

CreateStopDISyncInstanceRequest creates a request to invoke StopDISyncInstance API

type StopDISyncInstanceResponse ¶ added in v1.61.1297

type StopDISyncInstanceResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

StopDISyncInstanceResponse is the response struct for api StopDISyncInstance

func CreateStopDISyncInstanceResponse ¶ added in v1.61.1297

func CreateStopDISyncInstanceResponse() (response *StopDISyncInstanceResponse)

CreateStopDISyncInstanceResponse creates a response to parse from StopDISyncInstance response

type StopInstanceRequest ¶

type StopInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

StopInstanceRequest is the request struct for api StopInstance

func CreateStopInstanceRequest ¶

func CreateStopInstanceRequest() (request *StopInstanceRequest)

CreateStopInstanceRequest creates a request to invoke StopInstance API

type StopInstanceResponse ¶

type StopInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

StopInstanceResponse is the response struct for api StopInstance

func CreateStopInstanceResponse ¶

func CreateStopInstanceResponse() (response *StopInstanceResponse)

CreateStopInstanceResponse creates a response to parse from StopInstance response

type SubmitDataServiceApiRequest ¶ added in v1.62.220

type SubmitDataServiceApiRequest struct {
	*requests.RpcRequest
	TenantId  requests.Integer `position:"Body" name:"TenantId"`
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
	ApiId     requests.Integer `position:"Body" name:"ApiId"`
}

SubmitDataServiceApiRequest is the request struct for api SubmitDataServiceApi

func CreateSubmitDataServiceApiRequest ¶ added in v1.62.220

func CreateSubmitDataServiceApiRequest() (request *SubmitDataServiceApiRequest)

CreateSubmitDataServiceApiRequest creates a request to invoke SubmitDataServiceApi API

type SubmitDataServiceApiResponse ¶ added in v1.62.220

type SubmitDataServiceApiResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

SubmitDataServiceApiResponse is the response struct for api SubmitDataServiceApi

func CreateSubmitDataServiceApiResponse ¶ added in v1.62.220

func CreateSubmitDataServiceApiResponse() (response *SubmitDataServiceApiResponse)

CreateSubmitDataServiceApiResponse creates a response to parse from SubmitDataServiceApi response

type SubmitFileRequest ¶

type SubmitFileRequest struct {
	*requests.RpcRequest
	SkipAllDeployFileExtensions requests.Boolean `position:"Body" name:"SkipAllDeployFileExtensions"`
	Comment                     string           `position:"Body" name:"Comment"`
	ProjectId                   requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier           string           `position:"Body" name:"ProjectIdentifier"`
	FileId                      requests.Integer `position:"Body" name:"FileId"`
}

SubmitFileRequest is the request struct for api SubmitFile

func CreateSubmitFileRequest ¶

func CreateSubmitFileRequest() (request *SubmitFileRequest)

CreateSubmitFileRequest creates a request to invoke SubmitFile API

type SubmitFileResponse ¶

type SubmitFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64  `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

SubmitFileResponse is the response struct for api SubmitFile

func CreateSubmitFileResponse ¶

func CreateSubmitFileResponse() (response *SubmitFileResponse)

CreateSubmitFileResponse creates a response to parse from SubmitFile response

type SuspendInstanceRequest ¶

type SuspendInstanceRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	InstanceId requests.Integer `position:"Body" name:"InstanceId"`
}

SuspendInstanceRequest is the request struct for api SuspendInstance

func CreateSuspendInstanceRequest ¶

func CreateSuspendInstanceRequest() (request *SuspendInstanceRequest)

CreateSuspendInstanceRequest creates a request to invoke SuspendInstance API

type SuspendInstanceResponse ¶

type SuspendInstanceResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

SuspendInstanceResponse is the response struct for api SuspendInstance

func CreateSuspendInstanceResponse ¶

func CreateSuspendInstanceResponse() (response *SuspendInstanceResponse)

CreateSuspendInstanceResponse creates a response to parse from SuspendInstance response

type TableEntityList ¶

type TableEntityList struct {
	TableEntityListItem []TableEntityListItem `json:"TableEntityList" xml:"TableEntityList"`
}

TableEntityList is a nested struct in dataworks_public response

type TableEntityListItem ¶

type TableEntityListItem struct {
	TableName    string `json:"TableName" xml:"TableName"`
	TableGuid    string `json:"TableGuid" xml:"TableGuid"`
	DatabaseName string `json:"DatabaseName" xml:"DatabaseName"`
}

TableEntityListItem is a nested struct in dataworks_public response

type TableGuidList ¶

type TableGuidList struct {
	TableGuidList []string `json:"TableGuidList" xml:"TableGuidList"`
}

TableGuidList is a nested struct in dataworks_public response

type TableLevelInfo ¶ added in v1.61.610

type TableLevelInfo struct {
	TotalCount int64           `json:"TotalCount" xml:"TotalCount"`
	LevelList  []LevelListItem `json:"LevelList" xml:"LevelList"`
}

TableLevelInfo is a nested struct in dataworks_public response

type TableModel ¶ added in v1.61.1367

type TableModel struct {
	Env            string   `json:"Env" xml:"Env"`
	LifeCycle      int64    `json:"LifeCycle" xml:"LifeCycle"`
	TableName      string   `json:"TableName" xml:"TableName"`
	DataSourceName string   `json:"DataSourceName" xml:"DataSourceName"`
	Comment        string   `json:"Comment" xml:"Comment"`
	Location       string   `json:"Location" xml:"Location"`
	Columns        []Column `json:"Columns" xml:"Columns"`
}

TableModel is a nested struct in dataworks_public response

type Tag ¶ added in v1.62.16

type Tag struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

Tag is a nested struct in dataworks_public response

type TagsInGetProject ¶ added in v1.62.16

type TagsInGetProject struct {
	Tag []Tag `json:"Tag" xml:"Tag"`
}

TagsInGetProject is a nested struct in dataworks_public response

type TagsInGetProjectDetail ¶ added in v1.62.16

type TagsInGetProjectDetail struct {
	Tag []Tag `json:"Tag" xml:"Tag"`
}

TagsInGetProjectDetail is a nested struct in dataworks_public response

type TagsInListProjects ¶ added in v1.62.16

type TagsInListProjects struct {
	Tag []Tag `json:"Tag" xml:"Tag"`
}

TagsInListProjects is a nested struct in dataworks_public response

type TagsInListResourceGroups ¶ added in v1.62.16

type TagsInListResourceGroups struct {
	Tag []Tag `json:"Tag" xml:"Tag"`
}

TagsInListResourceGroups is a nested struct in dataworks_public response

type TaskInfo ¶ added in v1.61.610

type TaskInfo struct {
	TaskId     string `json:"TaskId" xml:"TaskId"`
	Content    string `json:"Content" xml:"Content"`
	NextTaskId string `json:"NextTaskId" xml:"NextTaskId"`
	Status     string `json:"Status" xml:"Status"`
}

TaskInfo is a nested struct in dataworks_public response

type TaskList ¶ added in v1.61.1068

type TaskList struct {
	ConnectMessage string `json:"ConnectMessage" xml:"ConnectMessage"`
	ConnectStatus  bool   `json:"ConnectStatus" xml:"ConnectStatus"`
}

TaskList is a nested struct in dataworks_public response

type TerminateDISyncInstanceRequest ¶ added in v1.61.1297

type TerminateDISyncInstanceRequest struct {
	*requests.RpcRequest
	TaskType  string           `position:"Query" name:"TaskType"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
	FileId    requests.Integer `position:"Query" name:"FileId"`
}

TerminateDISyncInstanceRequest is the request struct for api TerminateDISyncInstance

func CreateTerminateDISyncInstanceRequest ¶ added in v1.61.1297

func CreateTerminateDISyncInstanceRequest() (request *TerminateDISyncInstanceRequest)

CreateTerminateDISyncInstanceRequest creates a request to invoke TerminateDISyncInstance API

type TerminateDISyncInstanceResponse ¶ added in v1.61.1297

type TerminateDISyncInstanceResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

TerminateDISyncInstanceResponse is the response struct for api TerminateDISyncInstance

func CreateTerminateDISyncInstanceResponse ¶ added in v1.61.1297

func CreateTerminateDISyncInstanceResponse() (response *TerminateDISyncInstanceResponse)

CreateTerminateDISyncInstanceResponse creates a response to parse from TerminateDISyncInstance response

type TestDataServiceApiBodyParams ¶ added in v1.61.1615

type TestDataServiceApiBodyParams struct {
	ParamKey   string `name:"ParamKey"`
	ParamValue string `name:"ParamValue"`
}

TestDataServiceApiBodyParams is a repeated param struct in TestDataServiceApiRequest

type TestDataServiceApiHeadParams ¶ added in v1.61.1615

type TestDataServiceApiHeadParams struct {
	ParamKey   string `name:"ParamKey"`
	ParamValue string `name:"ParamValue"`
}

TestDataServiceApiHeadParams is a repeated param struct in TestDataServiceApiRequest

type TestDataServiceApiPathParams ¶ added in v1.61.1615

type TestDataServiceApiPathParams struct {
	ParamKey   string `name:"ParamKey"`
	ParamValue string `name:"ParamValue"`
}

TestDataServiceApiPathParams is a repeated param struct in TestDataServiceApiRequest

type TestDataServiceApiQueryParam ¶ added in v1.61.1615

type TestDataServiceApiQueryParam struct {
	ParamKey   string `name:"ParamKey"`
	ParamValue string `name:"ParamValue"`
}

TestDataServiceApiQueryParam is a repeated param struct in TestDataServiceApiRequest

type TestDataServiceApiRequest ¶ added in v1.61.1615

type TestDataServiceApiRequest struct {
	*requests.RpcRequest
	PathParams  *[]TestDataServiceApiPathParams `position:"Body" name:"PathParams"  type:"Repeated"`
	QueryParam  *[]TestDataServiceApiQueryParam `position:"Body" name:"QueryParam"  type:"Repeated"`
	HeadParams  *[]TestDataServiceApiHeadParams `position:"Body" name:"HeadParams"  type:"Repeated"`
	BodyContent string                          `position:"Body" name:"BodyContent"`
	BodyParams  *[]TestDataServiceApiBodyParams `position:"Body" name:"BodyParams"  type:"Repeated"`
	ApiId       requests.Integer                `position:"Query" name:"ApiId"`
}

TestDataServiceApiRequest is the request struct for api TestDataServiceApi

func CreateTestDataServiceApiRequest ¶ added in v1.61.1615

func CreateTestDataServiceApiRequest() (request *TestDataServiceApiRequest)

CreateTestDataServiceApiRequest creates a request to invoke TestDataServiceApi API

type TestDataServiceApiResponse ¶ added in v1.61.1615

type TestDataServiceApiResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

TestDataServiceApiResponse is the response struct for api TestDataServiceApi

func CreateTestDataServiceApiResponse ¶ added in v1.61.1615

func CreateTestDataServiceApiResponse() (response *TestDataServiceApiResponse)

CreateTestDataServiceApiResponse creates a response to parse from TestDataServiceApi response

type TestNetworkConnectionRequest ¶ added in v1.61.1297

type TestNetworkConnectionRequest struct {
	*requests.RpcRequest
	ResourceGroup  string           `position:"Query" name:"ResourceGroup"`
	DatasourceName string           `position:"Query" name:"DatasourceName"`
	EnvType        string           `position:"Query" name:"EnvType"`
	ProjectId      requests.Integer `position:"Query" name:"ProjectId"`
}

TestNetworkConnectionRequest is the request struct for api TestNetworkConnection

func CreateTestNetworkConnectionRequest ¶ added in v1.61.1297

func CreateTestNetworkConnectionRequest() (request *TestNetworkConnectionRequest)

CreateTestNetworkConnectionRequest creates a request to invoke TestNetworkConnection API

type TestNetworkConnectionResponse ¶ added in v1.61.1297

type TestNetworkConnectionResponse struct {
	*responses.BaseResponse
	Success   bool     `json:"Success" xml:"Success"`
	RequestId string   `json:"RequestId" xml:"RequestId"`
	TaskList  TaskList `json:"TaskList" xml:"TaskList"`
}

TestNetworkConnectionResponse is the response struct for api TestNetworkConnection

func CreateTestNetworkConnectionResponse ¶ added in v1.61.1297

func CreateTestNetworkConnectionResponse() (response *TestNetworkConnectionResponse)

CreateTestNetworkConnectionResponse creates a response to parse from TestNetworkConnection response

type Theme ¶ added in v1.61.1068

type Theme struct {
	ThemeItem []ThemeItem `json:"Theme" xml:"Theme"`
}

Theme is a nested struct in dataworks_public response

type ThemeItem ¶ added in v1.61.1068

type ThemeItem struct {
	ParentId int64  `json:"ParentId" xml:"ParentId"`
	Name     string `json:"Name" xml:"Name"`
	ThemeId  int64  `json:"ThemeId" xml:"ThemeId"`
	Level    int    `json:"Level" xml:"Level"`
}

ThemeItem is a nested struct in dataworks_public response

type ThemeList ¶ added in v1.61.610

type ThemeList struct {
	ThemeListItem []ThemeListItem `json:"ThemeList" xml:"ThemeList"`
}

ThemeList is a nested struct in dataworks_public response

type ThemeListItem ¶ added in v1.61.610

type ThemeListItem struct {
	CreateTimeStamp int64  `json:"CreateTimeStamp" xml:"CreateTimeStamp"`
	ParentId        int64  `json:"ParentId" xml:"ParentId"`
	ThemeId         int64  `json:"ThemeId" xml:"ThemeId"`
	ProjectId       int64  `json:"ProjectId" xml:"ProjectId"`
	Name            string `json:"Name" xml:"Name"`
	Level           int    `json:"Level" xml:"Level"`
	Creator         string `json:"Creator" xml:"Creator"`
}

ThemeListItem is a nested struct in dataworks_public response

type TodayTrendInGetSuccessInstanceTrend ¶ added in v1.61.1068

type TodayTrendInGetSuccessInstanceTrend struct {
	TodayTrendItem []TodayTrendItem `json:"TodayTrend" xml:"TodayTrend"`
}

TodayTrendInGetSuccessInstanceTrend is a nested struct in dataworks_public response

type TodayTrendInListSuccessInstanceAmount ¶ added in v1.61.1068

type TodayTrendInListSuccessInstanceAmount struct {
	TodayTrendItem []TodayTrendItem `json:"TodayTrend" xml:"TodayTrend"`
}

TodayTrendInListSuccessInstanceAmount is a nested struct in dataworks_public response

type TodayTrendItem ¶ added in v1.61.610

type TodayTrendItem struct {
	Count     int    `json:"Count" xml:"Count"`
	TimePoint string `json:"TimePoint" xml:"TimePoint"`
}

TodayTrendItem is a nested struct in dataworks_public response

type TopTenElapsedTimeInstanceRequest ¶ added in v1.61.1068

type TopTenElapsedTimeInstanceRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

TopTenElapsedTimeInstanceRequest is the request struct for api TopTenElapsedTimeInstance

func CreateTopTenElapsedTimeInstanceRequest ¶ added in v1.61.1068

func CreateTopTenElapsedTimeInstanceRequest() (request *TopTenElapsedTimeInstanceRequest)

CreateTopTenElapsedTimeInstanceRequest creates a request to invoke TopTenElapsedTimeInstance API

type TopTenElapsedTimeInstanceResponse ¶ added in v1.61.1068

type TopTenElapsedTimeInstanceResponse struct {
	*responses.BaseResponse
	RequestId               string                  `json:"RequestId" xml:"RequestId"`
	InstanceConsumeTimeRank InstanceConsumeTimeRank `json:"InstanceConsumeTimeRank" xml:"InstanceConsumeTimeRank"`
}

TopTenElapsedTimeInstanceResponse is the response struct for api TopTenElapsedTimeInstance

func CreateTopTenElapsedTimeInstanceResponse ¶ added in v1.61.1068

func CreateTopTenElapsedTimeInstanceResponse() (response *TopTenElapsedTimeInstanceResponse)

CreateTopTenElapsedTimeInstanceResponse creates a response to parse from TopTenElapsedTimeInstance response

type TopTenErrorTimesInstanceRequest ¶ added in v1.61.1068

type TopTenErrorTimesInstanceRequest struct {
	*requests.RpcRequest
	ProjectId requests.Integer `position:"Body" name:"ProjectId"`
}

TopTenErrorTimesInstanceRequest is the request struct for api TopTenErrorTimesInstance

func CreateTopTenErrorTimesInstanceRequest ¶ added in v1.61.1068

func CreateTopTenErrorTimesInstanceRequest() (request *TopTenErrorTimesInstanceRequest)

CreateTopTenErrorTimesInstanceRequest creates a request to invoke TopTenErrorTimesInstance API

type TopTenErrorTimesInstanceResponse ¶ added in v1.61.1068

type TopTenErrorTimesInstanceResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	InstanceErrorRank InstanceErrorRank `json:"InstanceErrorRank" xml:"InstanceErrorRank"`
}

TopTenErrorTimesInstanceResponse is the response struct for api TopTenErrorTimesInstance

func CreateTopTenErrorTimesInstanceResponse ¶ added in v1.61.1068

func CreateTopTenErrorTimesInstanceResponse() (response *TopTenErrorTimesInstanceResponse)

CreateTopTenErrorTimesInstanceResponse creates a response to parse from TopTenErrorTimesInstance response

type TopicTypes ¶ added in v1.62.16

type TopicTypes struct {
	TopicType []string `json:"TopicType" xml:"TopicType"`
}

TopicTypes is a nested struct in dataworks_public response

type TopicsInGetBaselineKeyPath ¶

type TopicsInGetBaselineKeyPath struct {
	TopicsItem []TopicsItem `json:"Topics" xml:"Topics"`
}

TopicsInGetBaselineKeyPath is a nested struct in dataworks_public response

type TopicsInListAlertMessages ¶

type TopicsInListAlertMessages struct {
	TopicsItem []TopicsItem `json:"Topics" xml:"Topics"`
}

TopicsInListAlertMessages is a nested struct in dataworks_public response

type TopicsInListTopics ¶

type TopicsInListTopics struct {
	TopicsItem []TopicsItem `json:"Topics" xml:"Topics"`
}

TopicsInListTopics is a nested struct in dataworks_public response

type TopicsItem ¶

type TopicsItem struct {
	TopicName   string `json:"TopicName" xml:"TopicName"`
	TopicId     int64  `json:"TopicId" xml:"TopicId"`
	TopicStatus string `json:"TopicStatus" xml:"TopicStatus"`
	TopicType   string `json:"TopicType" xml:"TopicType"`
	NodeOwner   string `json:"NodeOwner" xml:"NodeOwner"`
	AddTime     int64  `json:"AddTime" xml:"AddTime"`
	InstanceId  int64  `json:"InstanceId" xml:"InstanceId"`
	NodeName    string `json:"NodeName" xml:"NodeName"`
	NodeId      int64  `json:"NodeId" xml:"NodeId"`
	ProjectId   int64  `json:"ProjectId" xml:"ProjectId"`
	HappenTime  int64  `json:"HappenTime" xml:"HappenTime"`
	FixTime     int64  `json:"FixTime" xml:"FixTime"`
	TopicOwner  string `json:"TopicOwner" xml:"TopicOwner"`
}

TopicsItem is a nested struct in dataworks_public response

type UmountDirectoryRequest ¶ added in v1.62.117

type UmountDirectoryRequest struct {
	*requests.RpcRequest
	TargetType   string `position:"Body" name:"TargetType"`
	TargetId     string `position:"Body" name:"TargetId"`
	TargetUserId string `position:"Body" name:"TargetUserId"`
}

UmountDirectoryRequest is the request struct for api UmountDirectory

func CreateUmountDirectoryRequest ¶ added in v1.62.117

func CreateUmountDirectoryRequest() (request *UmountDirectoryRequest)

CreateUmountDirectoryRequest creates a request to invoke UmountDirectory API

type UmountDirectoryResponse ¶ added in v1.62.117

type UmountDirectoryResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int    `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

UmountDirectoryResponse is the response struct for api UmountDirectory

func CreateUmountDirectoryResponse ¶ added in v1.62.117

func CreateUmountDirectoryResponse() (response *UmountDirectoryResponse)

CreateUmountDirectoryResponse creates a response to parse from UmountDirectory response

type UpdateBaselineAlertSettings ¶ added in v1.62.16

type UpdateBaselineAlertSettings struct {
	DingRobots           *[]UpdateBaselineAlertSettingsDingRobotsItem `name:"DingRobots" type:"Repeated"`
	AlertType            string                                       `name:"AlertType"`
	AlertMaximum         string                                       `name:"AlertMaximum"`
	SilenceStartTime     string                                       `name:"SilenceStartTime"`
	Webhooks             *[]string                                    `name:"Webhooks" type:"Repeated"`
	BaselineAlertEnabled string                                       `name:"BaselineAlertEnabled"`
	AlertRecipientType   string                                       `name:"AlertRecipientType"`
	AlertInterval        string                                       `name:"AlertInterval"`
	TopicTypes           *[]string                                    `name:"TopicTypes" type:"Repeated"`
	AlertRecipient       string                                       `name:"AlertRecipient"`
	AlertMethods         *[]string                                    `name:"AlertMethods" type:"Repeated"`
	SilenceEndTime       string                                       `name:"SilenceEndTime"`
}

UpdateBaselineAlertSettings is a repeated param struct in UpdateBaselineRequest

type UpdateBaselineAlertSettingsDingRobotsItem ¶ added in v1.62.16

type UpdateBaselineAlertSettingsDingRobotsItem struct {
	AtAll  string `name:"AtAll"`
	WebUrl string `name:"WebUrl"`
}

UpdateBaselineAlertSettingsDingRobotsItem is a repeated param struct in UpdateBaselineRequest

type UpdateBaselineOvertimeSettings ¶ added in v1.62.16

type UpdateBaselineOvertimeSettings struct {
	Time  string `name:"Time"`
	Cycle string `name:"Cycle"`
}

UpdateBaselineOvertimeSettings is a repeated param struct in UpdateBaselineRequest

type UpdateBaselineRequest ¶ added in v1.62.16

type UpdateBaselineRequest struct {
	*requests.RpcRequest
	Owner                string                            `position:"Body" name:"Owner"`
	RemoveNodeIds        string                            `position:"Body" name:"RemoveNodeIds"`
	AlertMarginThreshold requests.Integer                  `position:"Body" name:"AlertMarginThreshold"`
	OvertimeSettings     *[]UpdateBaselineOvertimeSettings `position:"Body" name:"OvertimeSettings"  type:"Json"`
	Priority             requests.Integer                  `position:"Body" name:"Priority"`
	BaselineId           requests.Integer                  `position:"Body" name:"BaselineId"`
	Enabled              requests.Boolean                  `position:"Body" name:"Enabled"`
	BaselineType         string                            `position:"Body" name:"BaselineType"`
	AlertEnabled         requests.Boolean                  `position:"Body" name:"AlertEnabled"`
	AlertSettings        *[]UpdateBaselineAlertSettings    `position:"Body" name:"AlertSettings"  type:"Json"`
	BaselineName         string                            `position:"Body" name:"BaselineName"`
	ProjectId            requests.Integer                  `position:"Body" name:"ProjectId"`
	NodeIds              string                            `position:"Body" name:"NodeIds"`
}

UpdateBaselineRequest is the request struct for api UpdateBaseline

func CreateUpdateBaselineRequest ¶ added in v1.62.16

func CreateUpdateBaselineRequest() (request *UpdateBaselineRequest)

CreateUpdateBaselineRequest creates a request to invoke UpdateBaseline API

type UpdateBaselineResponse ¶ added in v1.62.16

type UpdateBaselineResponse struct {
	*responses.BaseResponse
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
}

UpdateBaselineResponse is the response struct for api UpdateBaseline

func CreateUpdateBaselineResponse ¶ added in v1.62.16

func CreateUpdateBaselineResponse() (response *UpdateBaselineResponse)

CreateUpdateBaselineResponse creates a response to parse from UpdateBaseline response

type UpdateBusinessRequest ¶

type UpdateBusinessRequest struct {
	*requests.RpcRequest
	Owner             string           `position:"Body" name:"Owner"`
	BusinessId        requests.Integer `position:"Body" name:"BusinessId"`
	Description       string           `position:"Body" name:"Description"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	BusinessName      string           `position:"Body" name:"BusinessName"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
}

UpdateBusinessRequest is the request struct for api UpdateBusiness

func CreateUpdateBusinessRequest ¶

func CreateUpdateBusinessRequest() (request *UpdateBusinessRequest)

CreateUpdateBusinessRequest creates a request to invoke UpdateBusiness API

type UpdateBusinessResponse ¶

type UpdateBusinessResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateBusinessResponse is the response struct for api UpdateBusiness

func CreateUpdateBusinessResponse ¶

func CreateUpdateBusinessResponse() (response *UpdateBusinessResponse)

CreateUpdateBusinessResponse creates a response to parse from UpdateBusiness response

type UpdateConnectionRequest ¶

type UpdateConnectionRequest struct {
	*requests.RpcRequest
	Description  string           `position:"Query" name:"Description"`
	Content      string           `position:"Query" name:"Content"`
	EnvType      requests.Integer `position:"Query" name:"EnvType"`
	ConnectionId requests.Integer `position:"Query" name:"ConnectionId"`
	Status       string           `position:"Query" name:"Status"`
}

UpdateConnectionRequest is the request struct for api UpdateConnection

func CreateUpdateConnectionRequest ¶

func CreateUpdateConnectionRequest() (request *UpdateConnectionRequest)

CreateUpdateConnectionRequest creates a request to invoke UpdateConnection API

type UpdateConnectionResponse ¶

type UpdateConnectionResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateConnectionResponse is the response struct for api UpdateConnection

func CreateUpdateConnectionResponse ¶

func CreateUpdateConnectionResponse() (response *UpdateConnectionResponse)

CreateUpdateConnectionResponse creates a response to parse from UpdateConnection response

type UpdateDIProjectConfigRequest ¶ added in v1.61.1297

type UpdateDIProjectConfigRequest struct {
	*requests.RpcRequest
	DestinationType string           `position:"Query" name:"DestinationType"`
	SourceType      string           `position:"Query" name:"SourceType"`
	ProjectConfig   string           `position:"Query" name:"ProjectConfig"`
	ProjectId       requests.Integer `position:"Query" name:"ProjectId"`
}

UpdateDIProjectConfigRequest is the request struct for api UpdateDIProjectConfig

func CreateUpdateDIProjectConfigRequest ¶ added in v1.61.1297

func CreateUpdateDIProjectConfigRequest() (request *UpdateDIProjectConfigRequest)

CreateUpdateDIProjectConfigRequest creates a request to invoke UpdateDIProjectConfig API

type UpdateDIProjectConfigResponse ¶ added in v1.61.1297

type UpdateDIProjectConfigResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

UpdateDIProjectConfigResponse is the response struct for api UpdateDIProjectConfig

func CreateUpdateDIProjectConfigResponse ¶ added in v1.61.1297

func CreateUpdateDIProjectConfigResponse() (response *UpdateDIProjectConfigResponse)

CreateUpdateDIProjectConfigResponse creates a response to parse from UpdateDIProjectConfig response

type UpdateDISyncTaskRequest ¶ added in v1.61.1297

type UpdateDISyncTaskRequest struct {
	*requests.RpcRequest
	TaskType    string           `position:"Query" name:"TaskType"`
	TaskParam   string           `position:"Query" name:"TaskParam"`
	TaskContent string           `position:"Query" name:"TaskContent"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
	FileId      requests.Integer `position:"Query" name:"FileId"`
}

UpdateDISyncTaskRequest is the request struct for api UpdateDISyncTask

func CreateUpdateDISyncTaskRequest ¶ added in v1.61.1297

func CreateUpdateDISyncTaskRequest() (request *UpdateDISyncTaskRequest)

CreateUpdateDISyncTaskRequest creates a request to invoke UpdateDISyncTask API

type UpdateDISyncTaskResponse ¶ added in v1.61.1297

type UpdateDISyncTaskResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

UpdateDISyncTaskResponse is the response struct for api UpdateDISyncTask

func CreateUpdateDISyncTaskResponse ¶ added in v1.61.1297

func CreateUpdateDISyncTaskResponse() (response *UpdateDISyncTaskResponse)

CreateUpdateDISyncTaskResponse creates a response to parse from UpdateDISyncTask response

type UpdateDataServiceApiRequest ¶

type UpdateDataServiceApiRequest struct {
	*requests.RpcRequest
	ScriptDetails       string           `position:"Body" name:"ScriptDetails"`
	RequestMethod       requests.Integer `position:"Body" name:"RequestMethod"`
	ApiDescription      string           `position:"Body" name:"ApiDescription"`
	Timeout             requests.Integer `position:"Body" name:"Timeout"`
	ResourceGroupId     requests.Integer `position:"Body" name:"ResourceGroupId"`
	TenantId            requests.Integer `position:"Body" name:"TenantId"`
	Protocols           string           `position:"Body" name:"Protocols"`
	ProjectId           requests.Integer `position:"Body" name:"ProjectId"`
	ResponseContentType requests.Integer `position:"Body" name:"ResponseContentType"`
	ApiPath             string           `position:"Body" name:"ApiPath"`
	WizardDetails       string           `position:"Body" name:"WizardDetails"`
	VisibleRange        requests.Integer `position:"Body" name:"VisibleRange"`
	RegistrationDetails string           `position:"Body" name:"RegistrationDetails"`
	ApiId               requests.Integer `position:"Body" name:"ApiId"`
}

UpdateDataServiceApiRequest is the request struct for api UpdateDataServiceApi

func CreateUpdateDataServiceApiRequest ¶

func CreateUpdateDataServiceApiRequest() (request *UpdateDataServiceApiRequest)

CreateUpdateDataServiceApiRequest creates a request to invoke UpdateDataServiceApi API

type UpdateDataServiceApiResponse ¶

type UpdateDataServiceApiResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateDataServiceApiResponse is the response struct for api UpdateDataServiceApi

func CreateUpdateDataServiceApiResponse ¶

func CreateUpdateDataServiceApiResponse() (response *UpdateDataServiceApiResponse)

CreateUpdateDataServiceApiResponse creates a response to parse from UpdateDataServiceApi response

type UpdateDataSourceRequest ¶ added in v1.61.1068

type UpdateDataSourceRequest struct {
	*requests.RpcRequest
	Description  string           `position:"Query" name:"Description"`
	Content      string           `position:"Query" name:"Content"`
	EnvType      requests.Integer `position:"Query" name:"EnvType"`
	DataSourceId requests.Integer `position:"Query" name:"DataSourceId"`
	Status       string           `position:"Query" name:"Status"`
}

UpdateDataSourceRequest is the request struct for api UpdateDataSource

func CreateUpdateDataSourceRequest ¶ added in v1.61.1068

func CreateUpdateDataSourceRequest() (request *UpdateDataSourceRequest)

CreateUpdateDataSourceRequest creates a request to invoke UpdateDataSource API

type UpdateDataSourceResponse ¶ added in v1.61.1068

type UpdateDataSourceResponse struct {
	*responses.BaseResponse
	HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateDataSourceResponse is the response struct for api UpdateDataSource

func CreateUpdateDataSourceResponse ¶ added in v1.61.1068

func CreateUpdateDataSourceResponse() (response *UpdateDataSourceResponse)

CreateUpdateDataSourceResponse creates a response to parse from UpdateDataSource response

type UpdateFileRequest ¶

type UpdateFileRequest struct {
	*requests.RpcRequest
	OutputList                      string           `position:"Body" name:"OutputList"`
	DependentNodeIdList             string           `position:"Body" name:"DependentNodeIdList"`
	Content                         string           `position:"Body" name:"Content"`
	ProjectIdentifier               string           `position:"Body" name:"ProjectIdentifier"`
	StartImmediately                requests.Boolean `position:"Body" name:"StartImmediately"`
	ProjectId                       requests.Integer `position:"Body" name:"ProjectId"`
	AdvancedSettings                string           `position:"Body" name:"AdvancedSettings"`
	StartEffectDate                 requests.Integer `position:"Body" name:"StartEffectDate"`
	CycleType                       string           `position:"Body" name:"CycleType"`
	FileId                          requests.Integer `position:"Body" name:"FileId"`
	AutoRerunIntervalMillis         requests.Integer `position:"Body" name:"AutoRerunIntervalMillis"`
	Owner                           string           `position:"Body" name:"Owner"`
	InputList                       string           `position:"Body" name:"InputList"`
	RerunMode                       string           `position:"Body" name:"RerunMode"`
	ConnectionName                  string           `position:"Body" name:"ConnectionName"`
	OutputParameters                string           `position:"Body" name:"OutputParameters"`
	ParaValue                       string           `position:"Body" name:"ParaValue"`
	ResourceGroupIdentifier         string           `position:"Body" name:"ResourceGroupIdentifier"`
	AutoRerunTimes                  requests.Integer `position:"Body" name:"AutoRerunTimes"`
	CronExpress                     string           `position:"Body" name:"CronExpress"`
	IgnoreParentSkipRunningProperty requests.Boolean `position:"Body" name:"IgnoreParentSkipRunningProperty"`
	EndEffectDate                   requests.Integer `position:"Body" name:"EndEffectDate"`
	FileName                        string           `position:"Body" name:"FileName"`
	InputParameters                 string           `position:"Body" name:"InputParameters"`
	Stop                            requests.Boolean `position:"Body" name:"Stop"`
	DependentType                   string           `position:"Body" name:"DependentType"`
	FileFolderPath                  string           `position:"Body" name:"FileFolderPath"`
	FileDescription                 string           `position:"Body" name:"FileDescription"`
	AutoParsing                     requests.Boolean `position:"Body" name:"AutoParsing"`
	SchedulerType                   string           `position:"Body" name:"SchedulerType"`
}

UpdateFileRequest is the request struct for api UpdateFile

func CreateUpdateFileRequest ¶

func CreateUpdateFileRequest() (request *UpdateFileRequest)

CreateUpdateFileRequest creates a request to invoke UpdateFile API

type UpdateFileResponse ¶

type UpdateFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateFileResponse is the response struct for api UpdateFile

func CreateUpdateFileResponse ¶

func CreateUpdateFileResponse() (response *UpdateFileResponse)

CreateUpdateFileResponse creates a response to parse from UpdateFile response

type UpdateFolderRequest ¶

type UpdateFolderRequest struct {
	*requests.RpcRequest
	FolderName        string           `position:"Body" name:"FolderName"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	ProjectIdentifier string           `position:"Body" name:"ProjectIdentifier"`
	FolderId          string           `position:"Body" name:"FolderId"`
}

UpdateFolderRequest is the request struct for api UpdateFolder

func CreateUpdateFolderRequest ¶

func CreateUpdateFolderRequest() (request *UpdateFolderRequest)

CreateUpdateFolderRequest creates a request to invoke UpdateFolder API

type UpdateFolderResponse ¶

type UpdateFolderResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateFolderResponse is the response struct for api UpdateFolder

func CreateUpdateFolderResponse ¶

func CreateUpdateFolderResponse() (response *UpdateFolderResponse)

CreateUpdateFolderResponse creates a response to parse from UpdateFolder response

type UpdateIDEEventResultRequest ¶ added in v1.61.1367

type UpdateIDEEventResultRequest struct {
	*requests.RpcRequest
	CheckResultTip string `position:"Body" name:"CheckResultTip"`
	CheckResult    string `position:"Body" name:"CheckResult"`
	MessageId      string `position:"Body" name:"MessageId"`
	ExtensionCode  string `position:"Body" name:"ExtensionCode"`
}

UpdateIDEEventResultRequest is the request struct for api UpdateIDEEventResult

func CreateUpdateIDEEventResultRequest ¶ added in v1.61.1367

func CreateUpdateIDEEventResultRequest() (request *UpdateIDEEventResultRequest)

CreateUpdateIDEEventResultRequest creates a request to invoke UpdateIDEEventResult API

type UpdateIDEEventResultResponse ¶ added in v1.61.1367

type UpdateIDEEventResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateIDEEventResultResponse is the response struct for api UpdateIDEEventResult

func CreateUpdateIDEEventResultResponse ¶ added in v1.61.1367

func CreateUpdateIDEEventResultResponse() (response *UpdateIDEEventResultResponse)

CreateUpdateIDEEventResultResponse creates a response to parse from UpdateIDEEventResult response

type UpdateMetaCategoryRequest ¶

type UpdateMetaCategoryRequest struct {
	*requests.RpcRequest
	Name       string           `position:"Body" name:"Name"`
	Comment    string           `position:"Body" name:"Comment"`
	CategoryId requests.Integer `position:"Body" name:"CategoryId"`
}

UpdateMetaCategoryRequest is the request struct for api UpdateMetaCategory

func CreateUpdateMetaCategoryRequest ¶

func CreateUpdateMetaCategoryRequest() (request *UpdateMetaCategoryRequest)

CreateUpdateMetaCategoryRequest creates a request to invoke UpdateMetaCategory API

type UpdateMetaCategoryResponse ¶

type UpdateMetaCategoryResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateMetaCategoryResponse is the response struct for api UpdateMetaCategory

func CreateUpdateMetaCategoryResponse ¶

func CreateUpdateMetaCategoryResponse() (response *UpdateMetaCategoryResponse)

CreateUpdateMetaCategoryResponse creates a response to parse from UpdateMetaCategory response

type UpdateMetaCollectionRequest ¶ added in v1.62.95

type UpdateMetaCollectionRequest struct {
	*requests.RpcRequest
	QualifiedName string `position:"Query" name:"QualifiedName"`
	Name          string `position:"Query" name:"Name"`
	Comment       string `position:"Query" name:"Comment"`
}

UpdateMetaCollectionRequest is the request struct for api UpdateMetaCollection

func CreateUpdateMetaCollectionRequest ¶ added in v1.62.95

func CreateUpdateMetaCollectionRequest() (request *UpdateMetaCollectionRequest)

CreateUpdateMetaCollectionRequest creates a request to invoke UpdateMetaCollection API

type UpdateMetaCollectionResponse ¶ added in v1.62.95

type UpdateMetaCollectionResponse struct {
	*responses.BaseResponse
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Status         bool   `json:"Status" xml:"Status"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateMetaCollectionResponse is the response struct for api UpdateMetaCollection

func CreateUpdateMetaCollectionResponse ¶ added in v1.62.95

func CreateUpdateMetaCollectionResponse() (response *UpdateMetaCollectionResponse)

CreateUpdateMetaCollectionResponse creates a response to parse from UpdateMetaCollection response

type UpdateMetaTableIntroWikiRequest ¶ added in v1.61.610

type UpdateMetaTableIntroWikiRequest struct {
	*requests.RpcRequest
	Content   string `position:"Body" name:"Content"`
	TableGuid string `position:"Query" name:"TableGuid"`
}

UpdateMetaTableIntroWikiRequest is the request struct for api UpdateMetaTableIntroWiki

func CreateUpdateMetaTableIntroWikiRequest ¶ added in v1.61.610

func CreateUpdateMetaTableIntroWikiRequest() (request *UpdateMetaTableIntroWikiRequest)

CreateUpdateMetaTableIntroWikiRequest creates a request to invoke UpdateMetaTableIntroWiki API

type UpdateMetaTableIntroWikiResponse ¶ added in v1.61.610

type UpdateMetaTableIntroWikiResponse struct {
	*responses.BaseResponse
	UpdateResult bool   `json:"UpdateResult" xml:"UpdateResult"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
}

UpdateMetaTableIntroWikiResponse is the response struct for api UpdateMetaTableIntroWiki

func CreateUpdateMetaTableIntroWikiResponse ¶ added in v1.61.610

func CreateUpdateMetaTableIntroWikiResponse() (response *UpdateMetaTableIntroWikiResponse)

CreateUpdateMetaTableIntroWikiResponse creates a response to parse from UpdateMetaTableIntroWiki response

type UpdateMetaTableRequest ¶ added in v1.61.610

type UpdateMetaTableRequest struct {
	*requests.RpcRequest
	Schema        string           `position:"Query" name:"Schema"`
	Visibility    requests.Integer `position:"Query" name:"Visibility"`
	Caption       string           `position:"Query" name:"Caption"`
	NewOwnerId    string           `position:"Query" name:"NewOwnerId"`
	TableGuid     string           `position:"Query" name:"TableGuid"`
	AddedLabels   string           `position:"Body" name:"AddedLabels"`
	RemovedLabels string           `position:"Body" name:"RemovedLabels"`
	EnvType       requests.Integer `position:"Query" name:"EnvType"`
	TableName     string           `position:"Query" name:"TableName"`
	ProjectId     requests.Integer `position:"Query" name:"ProjectId"`
	CategoryId    requests.Integer `position:"Query" name:"CategoryId"`
}

UpdateMetaTableRequest is the request struct for api UpdateMetaTable

func CreateUpdateMetaTableRequest ¶ added in v1.61.610

func CreateUpdateMetaTableRequest() (request *UpdateMetaTableRequest)

CreateUpdateMetaTableRequest creates a request to invoke UpdateMetaTable API

type UpdateMetaTableResponse ¶ added in v1.61.610

type UpdateMetaTableResponse struct {
	*responses.BaseResponse
	UpdateResult bool   `json:"UpdateResult" xml:"UpdateResult"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
}

UpdateMetaTableResponse is the response struct for api UpdateMetaTable

func CreateUpdateMetaTableResponse ¶ added in v1.61.610

func CreateUpdateMetaTableResponse() (response *UpdateMetaTableResponse)

CreateUpdateMetaTableResponse creates a response to parse from UpdateMetaTable response

type UpdateNodeOwnerRequest ¶ added in v1.61.1077

type UpdateNodeOwnerRequest struct {
	*requests.RpcRequest
	ProjectEnv string           `position:"Body" name:"ProjectEnv"`
	NodeId     requests.Integer `position:"Body" name:"NodeId"`
	UserId     string           `position:"Body" name:"UserId"`
}

UpdateNodeOwnerRequest is the request struct for api UpdateNodeOwner

func CreateUpdateNodeOwnerRequest ¶ added in v1.61.1077

func CreateUpdateNodeOwnerRequest() (request *UpdateNodeOwnerRequest)

CreateUpdateNodeOwnerRequest creates a request to invoke UpdateNodeOwner API

type UpdateNodeOwnerResponse ¶ added in v1.61.1077

type UpdateNodeOwnerResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateNodeOwnerResponse is the response struct for api UpdateNodeOwner

func CreateUpdateNodeOwnerResponse ¶ added in v1.61.1077

func CreateUpdateNodeOwnerResponse() (response *UpdateNodeOwnerResponse)

CreateUpdateNodeOwnerResponse creates a response to parse from UpdateNodeOwner response

type UpdateNodeRunModeRequest ¶ added in v1.61.1077

type UpdateNodeRunModeRequest struct {
	*requests.RpcRequest
	ProjectEnv    string           `position:"Body" name:"ProjectEnv"`
	SchedulerType requests.Integer `position:"Body" name:"SchedulerType"`
	NodeId        requests.Integer `position:"Body" name:"NodeId"`
}

UpdateNodeRunModeRequest is the request struct for api UpdateNodeRunMode

func CreateUpdateNodeRunModeRequest ¶ added in v1.61.1077

func CreateUpdateNodeRunModeRequest() (request *UpdateNodeRunModeRequest)

CreateUpdateNodeRunModeRequest creates a request to invoke UpdateNodeRunMode API

type UpdateNodeRunModeResponse ¶ added in v1.61.1077

type UpdateNodeRunModeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateNodeRunModeResponse is the response struct for api UpdateNodeRunMode

func CreateUpdateNodeRunModeResponse ¶ added in v1.61.1077

func CreateUpdateNodeRunModeResponse() (response *UpdateNodeRunModeResponse)

CreateUpdateNodeRunModeResponse creates a response to parse from UpdateNodeRunMode response

type UpdateQualityFollowerRequest ¶

type UpdateQualityFollowerRequest struct {
	*requests.RpcRequest
	ProjectName string           `position:"Body" name:"ProjectName"`
	Follower    string           `position:"Body" name:"Follower"`
	FollowerId  requests.Integer `position:"Body" name:"FollowerId"`
	AlarmMode   requests.Integer `position:"Body" name:"AlarmMode"`
	ProjectId   requests.Integer `position:"Body" name:"ProjectId"`
}

UpdateQualityFollowerRequest is the request struct for api UpdateQualityFollower

func CreateUpdateQualityFollowerRequest ¶

func CreateUpdateQualityFollowerRequest() (request *UpdateQualityFollowerRequest)

CreateUpdateQualityFollowerRequest creates a request to invoke UpdateQualityFollower API

type UpdateQualityFollowerResponse ¶

type UpdateQualityFollowerResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateQualityFollowerResponse is the response struct for api UpdateQualityFollower

func CreateUpdateQualityFollowerResponse ¶

func CreateUpdateQualityFollowerResponse() (response *UpdateQualityFollowerResponse)

CreateUpdateQualityFollowerResponse creates a response to parse from UpdateQualityFollower response

type UpdateQualityRuleRequest ¶

type UpdateQualityRuleRequest struct {
	*requests.RpcRequest
	Trend             string           `position:"Body" name:"Trend"`
	BlockType         requests.Integer `position:"Body" name:"BlockType"`
	PropertyType      string           `position:"Body" name:"PropertyType"`
	EntityId          requests.Integer `position:"Body" name:"EntityId"`
	RuleName          string           `position:"Body" name:"RuleName"`
	Checker           requests.Integer `position:"Body" name:"Checker"`
	Operator          string           `position:"Body" name:"Operator"`
	Property          string           `position:"Body" name:"Property"`
	Id                requests.Integer `position:"Body" name:"Id"`
	WarningThreshold  string           `position:"Body" name:"WarningThreshold"`
	ProjectId         requests.Integer `position:"Body" name:"ProjectId"`
	MethodName        string           `position:"Body" name:"MethodName"`
	ProjectName       string           `position:"Body" name:"ProjectName"`
	RuleType          requests.Integer `position:"Body" name:"RuleType"`
	TemplateId        requests.Integer `position:"Body" name:"TemplateId"`
	ExpectValue       string           `position:"Body" name:"ExpectValue"`
	WhereCondition    string           `position:"Body" name:"WhereCondition"`
	CriticalThreshold string           `position:"Body" name:"CriticalThreshold"`
	OpenSwitch        requests.Boolean `position:"Body" name:"OpenSwitch"`
	Comment           string           `position:"Body" name:"Comment"`
	PredictType       requests.Integer `position:"Body" name:"PredictType"`
}

UpdateQualityRuleRequest is the request struct for api UpdateQualityRule

func CreateUpdateQualityRuleRequest ¶

func CreateUpdateQualityRuleRequest() (request *UpdateQualityRuleRequest)

CreateUpdateQualityRuleRequest creates a request to invoke UpdateQualityRule API

type UpdateQualityRuleResponse ¶

type UpdateQualityRuleResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateQualityRuleResponse is the response struct for api UpdateQualityRule

func CreateUpdateQualityRuleResponse ¶

func CreateUpdateQualityRuleResponse() (response *UpdateQualityRuleResponse)

CreateUpdateQualityRuleResponse creates a response to parse from UpdateQualityRule response

type UpdateRemindRequest ¶

type UpdateRemindRequest struct {
	*requests.RpcRequest
	AlertUnit     string           `position:"Body" name:"AlertUnit"`
	UseFlag       requests.Boolean `position:"Body" name:"UseFlag"`
	RobotUrls     string           `position:"Body" name:"RobotUrls"`
	BizProcessIds string           `position:"Body" name:"BizProcessIds"`
	RemindType    string           `position:"Body" name:"RemindType"`
	BaselineIds   string           `position:"Body" name:"BaselineIds"`
	ProjectId     requests.Integer `position:"Body" name:"ProjectId"`
	DndEnd        string           `position:"Body" name:"DndEnd"`
	RemindUnit    string           `position:"Body" name:"RemindUnit"`
	AlertInterval requests.Integer `position:"Body" name:"AlertInterval"`
	AlertMethods  string           `position:"Body" name:"AlertMethods"`
	MaxAlertTimes requests.Integer `position:"Body" name:"MaxAlertTimes"`
	AlertTargets  string           `position:"Body" name:"AlertTargets"`
	Webhooks      string           `position:"Body" name:"Webhooks"`
	RemindId      requests.Integer `position:"Body" name:"RemindId"`
	Detail        string           `position:"Body" name:"Detail"`
	RemindName    string           `position:"Body" name:"RemindName"`
	NodeIds       string           `position:"Body" name:"NodeIds"`
}

UpdateRemindRequest is the request struct for api UpdateRemind

func CreateUpdateRemindRequest ¶

func CreateUpdateRemindRequest() (request *UpdateRemindRequest)

CreateUpdateRemindRequest creates a request to invoke UpdateRemind API

type UpdateRemindResponse ¶

type UpdateRemindResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           bool   `json:"Data" xml:"Data"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
}

UpdateRemindResponse is the response struct for api UpdateRemind

func CreateUpdateRemindResponse ¶

func CreateUpdateRemindResponse() (response *UpdateRemindResponse)

CreateUpdateRemindResponse creates a response to parse from UpdateRemind response

type UpdateTableAddColumnColumn ¶ added in v1.61.1068

type UpdateTableAddColumnColumn struct {
	ColumnNameCn string `name:"ColumnNameCn"`
	Comment      string `name:"Comment"`
	ColumnName   string `name:"ColumnName"`
	ColumnType   string `name:"ColumnType"`
}

UpdateTableAddColumnColumn is a repeated param struct in UpdateTableAddColumnRequest

type UpdateTableAddColumnRequest ¶ added in v1.61.1068

type UpdateTableAddColumnRequest struct {
	*requests.RpcRequest
	Column    *[]UpdateTableAddColumnColumn `position:"Body" name:"Column"  type:"Repeated"`
	TableGuid string                        `position:"Query" name:"TableGuid"`
}

UpdateTableAddColumnRequest is the request struct for api UpdateTableAddColumn

func CreateUpdateTableAddColumnRequest ¶ added in v1.61.1068

func CreateUpdateTableAddColumnRequest() (request *UpdateTableAddColumnRequest)

CreateUpdateTableAddColumnRequest creates a request to invoke UpdateTableAddColumn API

type UpdateTableAddColumnResponse ¶ added in v1.61.1068

type UpdateTableAddColumnResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	TaskInfo  TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}

UpdateTableAddColumnResponse is the response struct for api UpdateTableAddColumn

func CreateUpdateTableAddColumnResponse ¶ added in v1.61.1068

func CreateUpdateTableAddColumnResponse() (response *UpdateTableAddColumnResponse)

CreateUpdateTableAddColumnResponse creates a response to parse from UpdateTableAddColumn response

type UpdateTableColumns ¶ added in v1.61.610

type UpdateTableColumns struct {
	SeqNumber      string `name:"SeqNumber"`
	IsPartitionCol string `name:"IsPartitionCol"`
	ColumnNameCn   string `name:"ColumnNameCn"`
	Length         string `name:"Length"`
	Comment        string `name:"Comment"`
	ColumnName     string `name:"ColumnName"`
	ColumnType     string `name:"ColumnType"`
}

UpdateTableColumns is a repeated param struct in UpdateTableRequest

type UpdateTableLevelRequest ¶ added in v1.61.610

type UpdateTableLevelRequest struct {
	*requests.RpcRequest
	LevelType   requests.Integer `position:"Query" name:"LevelType"`
	Description string           `position:"Query" name:"Description"`
	LevelId     requests.Integer `position:"Query" name:"LevelId"`
	Name        string           `position:"Query" name:"Name"`
	ProjectId   requests.Integer `position:"Query" name:"ProjectId"`
}

UpdateTableLevelRequest is the request struct for api UpdateTableLevel

func CreateUpdateTableLevelRequest ¶ added in v1.61.610

func CreateUpdateTableLevelRequest() (request *UpdateTableLevelRequest)

CreateUpdateTableLevelRequest creates a request to invoke UpdateTableLevel API

type UpdateTableLevelResponse ¶ added in v1.61.610

type UpdateTableLevelResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	UpdateResult   bool   `json:"UpdateResult" xml:"UpdateResult"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateTableLevelResponse is the response struct for api UpdateTableLevel

func CreateUpdateTableLevelResponse ¶ added in v1.61.610

func CreateUpdateTableLevelResponse() (response *UpdateTableLevelResponse)

CreateUpdateTableLevelResponse creates a response to parse from UpdateTableLevel response

type UpdateTableModelInfoRequest ¶ added in v1.61.610

type UpdateTableModelInfoRequest struct {
	*requests.RpcRequest
	LevelType          requests.Integer `position:"Query" name:"LevelType"`
	SecondLevelThemeId requests.Integer `position:"Query" name:"SecondLevelThemeId"`
	TableGuid          string           `position:"Query" name:"TableGuid"`
	LevelId            requests.Integer `position:"Query" name:"LevelId"`
	FirstLevelThemeId  requests.Integer `position:"Query" name:"FirstLevelThemeId"`
}

UpdateTableModelInfoRequest is the request struct for api UpdateTableModelInfo

func CreateUpdateTableModelInfoRequest ¶ added in v1.61.610

func CreateUpdateTableModelInfoRequest() (request *UpdateTableModelInfoRequest)

CreateUpdateTableModelInfoRequest creates a request to invoke UpdateTableModelInfo API

type UpdateTableModelInfoResponse ¶ added in v1.61.610

type UpdateTableModelInfoResponse struct {
	*responses.BaseResponse
	UpdateResult bool   `json:"UpdateResult" xml:"UpdateResult"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
}

UpdateTableModelInfoResponse is the response struct for api UpdateTableModelInfo

func CreateUpdateTableModelInfoResponse ¶ added in v1.61.610

func CreateUpdateTableModelInfoResponse() (response *UpdateTableModelInfoResponse)

CreateUpdateTableModelInfoResponse creates a response to parse from UpdateTableModelInfo response

type UpdateTableRequest ¶ added in v1.61.610

type UpdateTableRequest struct {
	*requests.RpcRequest
	Schema            string                `position:"Query" name:"Schema"`
	Columns           *[]UpdateTableColumns `position:"Body" name:"Columns"  type:"Repeated"`
	LifeCycle         requests.Integer      `position:"Query" name:"LifeCycle"`
	Themes            *[]UpdateTableThemes  `position:"Body" name:"Themes"  type:"Repeated"`
	LogicalLevelId    requests.Integer      `position:"Query" name:"LogicalLevelId"`
	Endpoint          string                `position:"Body" name:"Endpoint"`
	EnvType           requests.Integer      `position:"Body" name:"EnvType"`
	HasPart           requests.Integer      `position:"Query" name:"HasPart"`
	TableName         string                `position:"Query" name:"TableName"`
	AppGuid           string                `position:"Query" name:"AppGuid"`
	ProjectId         requests.Integer      `position:"Query" name:"ProjectId"`
	CategoryId        requests.Integer      `position:"Query" name:"CategoryId"`
	Visibility        requests.Integer      `position:"Query" name:"Visibility"`
	PhysicsLevelId    requests.Integer      `position:"Query" name:"PhysicsLevelId"`
	OwnerId           string                `position:"Query" name:"OwnerId"`
	IsView            requests.Integer      `position:"Query" name:"IsView"`
	ExternalTableType string                `position:"Query" name:"ExternalTableType"`
	Location          string                `position:"Query" name:"Location"`
	Comment           string                `position:"Query" name:"Comment"`
	CreateIfNotExists requests.Boolean      `position:"Query" name:"CreateIfNotExists"`
}

UpdateTableRequest is the request struct for api UpdateTable

func CreateUpdateTableRequest ¶ added in v1.61.610

func CreateUpdateTableRequest() (request *UpdateTableRequest)

CreateUpdateTableRequest creates a request to invoke UpdateTable API

type UpdateTableResponse ¶ added in v1.61.610

type UpdateTableResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	TaskInfo  TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}

UpdateTableResponse is the response struct for api UpdateTable

func CreateUpdateTableResponse ¶ added in v1.61.610

func CreateUpdateTableResponse() (response *UpdateTableResponse)

CreateUpdateTableResponse creates a response to parse from UpdateTable response

type UpdateTableThemeRequest ¶ added in v1.61.610

type UpdateTableThemeRequest struct {
	*requests.RpcRequest
	ThemeId   requests.Integer `position:"Query" name:"ThemeId"`
	Name      string           `position:"Query" name:"Name"`
	ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}

UpdateTableThemeRequest is the request struct for api UpdateTableTheme

func CreateUpdateTableThemeRequest ¶ added in v1.61.610

func CreateUpdateTableThemeRequest() (request *UpdateTableThemeRequest)

CreateUpdateTableThemeRequest creates a request to invoke UpdateTableTheme API

type UpdateTableThemeResponse ¶ added in v1.61.610

type UpdateTableThemeResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	UpdateResult   bool   `json:"UpdateResult" xml:"UpdateResult"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateTableThemeResponse is the response struct for api UpdateTableTheme

func CreateUpdateTableThemeResponse ¶ added in v1.61.610

func CreateUpdateTableThemeResponse() (response *UpdateTableThemeResponse)

CreateUpdateTableThemeResponse creates a response to parse from UpdateTableTheme response

type UpdateTableThemes ¶ added in v1.61.610

type UpdateTableThemes struct {
	ThemeLevel string `name:"ThemeLevel"`
	ThemeId    string `name:"ThemeId"`
}

UpdateTableThemes is a repeated param struct in UpdateTableRequest

type UpdateUdfFileRequest ¶

type UpdateUdfFileRequest struct {
	*requests.RpcRequest
	ReturnValue          string           `position:"Body" name:"ReturnValue"`
	Resources            string           `position:"Body" name:"Resources"`
	FunctionType         string           `position:"Body" name:"FunctionType"`
	CmdDescription       string           `position:"Body" name:"CmdDescription"`
	UdfDescription       string           `position:"Body" name:"UdfDescription"`
	ParameterDescription string           `position:"Body" name:"ParameterDescription"`
	ProjectIdentifier    string           `position:"Body" name:"ProjectIdentifier"`
	Example              string           `position:"Body" name:"Example"`
	ClassName            string           `position:"Body" name:"ClassName"`
	FileFolderPath       string           `position:"Body" name:"FileFolderPath"`
	ProjectId            requests.Integer `position:"Body" name:"ProjectId"`
	FileId               string           `position:"Body" name:"FileId"`
}

UpdateUdfFileRequest is the request struct for api UpdateUdfFile

func CreateUpdateUdfFileRequest ¶

func CreateUpdateUdfFileRequest() (request *UpdateUdfFileRequest)

CreateUpdateUdfFileRequest creates a request to invoke UpdateUdfFile API

type UpdateUdfFileResponse ¶

type UpdateUdfFileResponse struct {
	*responses.BaseResponse
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	ErrorMessage   string `json:"ErrorMessage" xml:"ErrorMessage"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	ErrorCode      string `json:"ErrorCode" xml:"ErrorCode"`
	Success        bool   `json:"Success" xml:"Success"`
}

UpdateUdfFileResponse is the response struct for api UpdateUdfFile

func CreateUpdateUdfFileResponse ¶

func CreateUpdateUdfFileResponse() (response *UpdateUdfFileResponse)

CreateUpdateUdfFileResponse creates a response to parse from UpdateUdfFile response

type UpdateWorkbenchEventResultRequest ¶ added in v1.61.1576

type UpdateWorkbenchEventResultRequest struct {
	*requests.RpcRequest
	CheckResult    string `position:"Query" name:"CheckResult"`
	MessageId      string `position:"Query" name:"MessageId"`
	CheckResultTip string `position:"Query" name:"CheckResultTip"`
	ExtensionCode  string `position:"Query" name:"ExtensionCode"`
}

UpdateWorkbenchEventResultRequest is the request struct for api UpdateWorkbenchEventResult

func CreateUpdateWorkbenchEventResultRequest ¶ added in v1.61.1576

func CreateUpdateWorkbenchEventResultRequest() (request *UpdateWorkbenchEventResultRequest)

CreateUpdateWorkbenchEventResultRequest creates a request to invoke UpdateWorkbenchEventResult API

type UpdateWorkbenchEventResultResponse ¶ added in v1.61.1576

type UpdateWorkbenchEventResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateWorkbenchEventResultResponse is the response struct for api UpdateWorkbenchEventResult

func CreateUpdateWorkbenchEventResultResponse ¶ added in v1.61.1576

func CreateUpdateWorkbenchEventResultResponse() (response *UpdateWorkbenchEventResultResponse)

CreateUpdateWorkbenchEventResultResponse creates a response to parse from UpdateWorkbenchEventResult response

type WebhooksInGetBaseline ¶ added in v1.62.16

type WebhooksInGetBaseline struct {
	Webhook []string `json:"Webhook" xml:"Webhook"`
}

WebhooksInGetBaseline is a nested struct in dataworks_public response

type WebhooksInGetRemind ¶ added in v1.62.16

type WebhooksInGetRemind struct {
	Webhooks []string `json:"Webhooks" xml:"Webhooks"`
}

WebhooksInGetRemind is a nested struct in dataworks_public response

type WizardConnection ¶

type WizardConnection struct {
	ConnectionId int64  `json:"ConnectionId" xml:"ConnectionId"`
	TableName    string `json:"TableName" xml:"TableName"`
}

WizardConnection is a nested struct in dataworks_public response

type WizardDetails ¶

type WizardDetails struct {
	IsPagedResponse          bool                      `json:"IsPagedResponse" xml:"IsPagedResponse"`
	FailedResultSample       string                    `json:"FailedResultSample" xml:"FailedResultSample"`
	SuccessfulResultSample   string                    `json:"SuccessfulResultSample" xml:"SuccessfulResultSample"`
	WizardConnection         WizardConnection          `json:"WizardConnection" xml:"WizardConnection"`
	WizardRequestParameters  []WizardRequestParameter  `json:"WizardRequestParameters" xml:"WizardRequestParameters"`
	WizardResponseParameters []WizardResponseParameter `json:"WizardResponseParameters" xml:"WizardResponseParameters"`
	WizardErrorCodes         []WizardErrorCode         `json:"WizardErrorCodes" xml:"WizardErrorCodes"`
}

WizardDetails is a nested struct in dataworks_public response

type WizardErrorCode ¶

type WizardErrorCode struct {
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorSolution string `json:"ErrorSolution" xml:"ErrorSolution"`
}

WizardErrorCode is a nested struct in dataworks_public response

type WizardErrorCodesInGetDataServicePublishedApi ¶

type WizardErrorCodesInGetDataServicePublishedApi struct {
	WizardErrorCode []WizardErrorCode `json:"WizardErrorCode" xml:"WizardErrorCode"`
}

WizardErrorCodesInGetDataServicePublishedApi is a nested struct in dataworks_public response

type WizardErrorCodesInListDataServicePublishedApis ¶

type WizardErrorCodesInListDataServicePublishedApis struct {
	WizardErrorCode []WizardErrorCode `json:"WizardErrorCode" xml:"WizardErrorCode"`
}

WizardErrorCodesInListDataServicePublishedApis is a nested struct in dataworks_public response

type WizardRequestParameter ¶

type WizardRequestParameter struct {
	ParameterName        string `json:"ParameterName" xml:"ParameterName"`
	ParameterDataType    int    `json:"ParameterDataType" xml:"ParameterDataType"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	IsRequiredParameter  bool   `json:"IsRequiredParameter" xml:"IsRequiredParameter"`
	ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"`
	ParameterOperator    int    `json:"ParameterOperator" xml:"ParameterOperator"`
	ParameterPosition    int    `json:"ParameterPosition" xml:"ParameterPosition"`
	DefaultValue         string `json:"DefaultValue" xml:"DefaultValue"`
	ExampleValue         string `json:"ExampleValue" xml:"ExampleValue"`
}

WizardRequestParameter is a nested struct in dataworks_public response

type WizardRequestParametersInGetDataServiceApi ¶

type WizardRequestParametersInGetDataServiceApi struct {
	WizardRequestParameter []WizardRequestParameter `json:"WizardRequestParameter" xml:"WizardRequestParameter"`
}

WizardRequestParametersInGetDataServiceApi is a nested struct in dataworks_public response

type WizardRequestParametersInGetDataServicePublishedApi ¶

type WizardRequestParametersInGetDataServicePublishedApi struct {
	WizardRequestParameter []WizardRequestParameter `json:"WizardRequestParameter" xml:"WizardRequestParameter"`
}

WizardRequestParametersInGetDataServicePublishedApi is a nested struct in dataworks_public response

type WizardRequestParametersInListDataServiceApis ¶

type WizardRequestParametersInListDataServiceApis struct {
	WizardRequestParameter []WizardRequestParameter `json:"WizardRequestParameter" xml:"WizardRequestParameter"`
}

WizardRequestParametersInListDataServiceApis is a nested struct in dataworks_public response

type WizardRequestParametersInListDataServicePublishedApis ¶

type WizardRequestParametersInListDataServicePublishedApis struct {
	WizardRequestParameter []WizardRequestParameter `json:"WizardRequestParameter" xml:"WizardRequestParameter"`
}

WizardRequestParametersInListDataServicePublishedApis is a nested struct in dataworks_public response

type WizardResponseParameter ¶

type WizardResponseParameter struct {
	ParameterName        string `json:"ParameterName" xml:"ParameterName"`
	ParameterDataType    int    `json:"ParameterDataType" xml:"ParameterDataType"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"`
	ExampleValue         string `json:"ExampleValue" xml:"ExampleValue"`
}

WizardResponseParameter is a nested struct in dataworks_public response

type WizardResponseParametersInGetDataServiceApi ¶

type WizardResponseParametersInGetDataServiceApi struct {
	WizardResponseParameter []WizardResponseParameter `json:"WizardResponseParameter" xml:"WizardResponseParameter"`
}

WizardResponseParametersInGetDataServiceApi is a nested struct in dataworks_public response

type WizardResponseParametersInGetDataServicePublishedApi ¶

type WizardResponseParametersInGetDataServicePublishedApi struct {
	WizardResponseParameter []WizardResponseParameter `json:"WizardResponseParameter" xml:"WizardResponseParameter"`
}

WizardResponseParametersInGetDataServicePublishedApi is a nested struct in dataworks_public response

type WizardResponseParametersInListDataServiceApis ¶

type WizardResponseParametersInListDataServiceApis struct {
	WizardResponseParameter []WizardResponseParameter `json:"WizardResponseParameter" xml:"WizardResponseParameter"`
}

WizardResponseParametersInListDataServiceApis is a nested struct in dataworks_public response

type WizardResponseParametersInListDataServicePublishedApis ¶

type WizardResponseParametersInListDataServicePublishedApis struct {
	WizardResponseParameter []WizardResponseParameter `json:"WizardResponseParameter" xml:"WizardResponseParameter"`
}

WizardResponseParametersInListDataServicePublishedApis is a nested struct in dataworks_public response

type YesterdayTrendInGetSuccessInstanceTrend ¶ added in v1.61.1068

type YesterdayTrendInGetSuccessInstanceTrend struct {
	YesterdayTrendItem []YesterdayTrendItem `json:"YesterdayTrend" xml:"YesterdayTrend"`
}

YesterdayTrendInGetSuccessInstanceTrend is a nested struct in dataworks_public response

type YesterdayTrendInListSuccessInstanceAmount ¶ added in v1.61.1068

type YesterdayTrendInListSuccessInstanceAmount struct {
	YesterdayTrendItem []YesterdayTrendItem `json:"YesterdayTrend" xml:"YesterdayTrend"`
}

YesterdayTrendInListSuccessInstanceAmount is a nested struct in dataworks_public response

type YesterdayTrendItem ¶ added in v1.61.610

type YesterdayTrendItem struct {
	Count     int    `json:"Count" xml:"Count"`
	TimePoint string `json:"TimePoint" xml:"TimePoint"`
}

YesterdayTrendItem is a nested struct in dataworks_public response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL