client/model/consoleadminsubmitdeploymentresultmodel.go (4 lines of code) (raw):
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model
type ConsoleAdminSubmitDeploymentResultModel struct {
// 任务ID
TaskId string `json:"taskId,omitempty"`
}