i18nopenapi

package
v1.2.21 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package i18nopenapiiface provides an interface to enable mocking the I18N_OPENAPI service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfroleForDocumentCreateInputUser is a EnumOfroleForDocumentCreateInput enum value
	EnumOfroleForDocumentCreateInputUser = "user"

	// EnumOfroleForDocumentCreateInputManager is a EnumOfroleForDocumentCreateInput enum value
	EnumOfroleForDocumentCreateInputManager = "manager"
)
View Source
const (
	// EnumOfdirTypeForProjectTaskSourceDownloadInputLocale is a EnumOfdirTypeForProjectTaskSourceDownloadInput enum value
	EnumOfdirTypeForProjectTaskSourceDownloadInputLocale = "locale"

	// EnumOfdirTypeForProjectTaskSourceDownloadInputPrimary is a EnumOfdirTypeForProjectTaskSourceDownloadInput enum value
	EnumOfdirTypeForProjectTaskSourceDownloadInputPrimary = "primary"
)
View Source
const (
	// EnumOfformatForProjectTaskSourceDownloadInputXml is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputXml = "xml"

	// EnumOfformatForProjectTaskSourceDownloadInputJson is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputJson = "json"

	// EnumOfformatForProjectTaskSourceDownloadInputTs is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputTs = "ts"

	// EnumOfformatForProjectTaskSourceDownloadInputStrings is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputStrings = "strings"

	// EnumOfformatForProjectTaskSourceDownloadInputStringsdict is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputStringsdict = "stringsdict"

	// EnumOfformatForProjectTaskSourceDownloadInputPo is a EnumOfformatForProjectTaskSourceDownloadInput enum value
	EnumOfformatForProjectTaskSourceDownloadInputPo = "po"
)
View Source
const (
	// EnumOffileTypeForVideoResourceUploadInputVideo is a EnumOffileTypeForVideoResourceUploadInput enum value
	EnumOffileTypeForVideoResourceUploadInputVideo = "video"

	// EnumOffileTypeForVideoResourceUploadInputObject is a EnumOffileTypeForVideoResourceUploadInput enum value
	EnumOffileTypeForVideoResourceUploadInputObject = "object"

	// EnumOffileTypeForVideoResourceUploadInputImage is a EnumOffileTypeForVideoResourceUploadInput enum value
	EnumOffileTypeForVideoResourceUploadInputImage = "image"
)
View Source
const (
	ServiceName = "i18n_openapi" // Name of service.
	EndpointsID = ServiceName    // ID to lookup a service endpoint with.
	ServiceID   = "i18n_openapi" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoFillTargetTextForProjectDetailOutput

type AutoFillTargetTextForProjectDetailOutput struct {
	OnCreate *bool `type:"boolean" json:"onCreate"`

	OnUpdate *bool `type:"boolean" json:"onUpdate"`
	// contains filtered or unexported fields
}

func (AutoFillTargetTextForProjectDetailOutput) GoString

GoString returns the string representation

func (*AutoFillTargetTextForProjectDetailOutput) SetOnCreate

SetOnCreate sets the OnCreate field's value.

func (*AutoFillTargetTextForProjectDetailOutput) SetOnUpdate

SetOnUpdate sets the OnUpdate field's value.

func (AutoFillTargetTextForProjectDetailOutput) String

String returns the string representation

type AutoFillTargetTextForProjectsOutput

type AutoFillTargetTextForProjectsOutput struct {
	OnCreate *bool `type:"boolean" json:"onCreate"`

	OnUpdate *bool `type:"boolean" json:"onUpdate"`
	// contains filtered or unexported fields
}

func (AutoFillTargetTextForProjectsOutput) GoString

GoString returns the string representation

func (*AutoFillTargetTextForProjectsOutput) SetOnCreate

SetOnCreate sets the OnCreate field's value.

func (*AutoFillTargetTextForProjectsOutput) SetOnUpdate

SetOnUpdate sets the OnUpdate field's value.

func (AutoFillTargetTextForProjectsOutput) String

String returns the string representation

type AutoFillTargetTextForVideoProjectListOutput

type AutoFillTargetTextForVideoProjectListOutput struct {
	OnCreate *bool `type:"boolean" json:"onCreate"`

	OnUpdate *bool `type:"boolean" json:"onUpdate"`
	// contains filtered or unexported fields
}

func (AutoFillTargetTextForVideoProjectListOutput) GoString

GoString returns the string representation

func (*AutoFillTargetTextForVideoProjectListOutput) SetOnCreate

SetOnCreate sets the OnCreate field's value.

func (*AutoFillTargetTextForVideoProjectListOutput) SetOnUpdate

SetOnUpdate sets the OnUpdate field's value.

func (AutoFillTargetTextForVideoProjectListOutput) String

String returns the string representation

type BaseRespForVideoProjectSerialDubTaskCreateOutput added in v1.2.11

type BaseRespForVideoProjectSerialDubTaskCreateOutput struct {
	StatusCode *int32 `type:"int32" json:",omitempty"`

	StatusMessage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BaseRespForVideoProjectSerialDubTaskCreateOutput) GoString added in v1.2.11

GoString returns the string representation

func (*BaseRespForVideoProjectSerialDubTaskCreateOutput) SetStatusCode added in v1.2.11

SetStatusCode sets the StatusCode field's value.

func (*BaseRespForVideoProjectSerialDubTaskCreateOutput) SetStatusMessage added in v1.2.11

SetStatusMessage sets the StatusMessage field's value.

func (BaseRespForVideoProjectSerialDubTaskCreateOutput) String added in v1.2.11

String returns the string representation

type BaseRespForVideoProjectSerialTaskCreateOutput added in v1.1.51

type BaseRespForVideoProjectSerialTaskCreateOutput struct {
	StatusCode *int32 `type:"int32" json:",omitempty"`

	StatusMessage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BaseRespForVideoProjectSerialTaskCreateOutput) GoString added in v1.1.51

GoString returns the string representation

func (*BaseRespForVideoProjectSerialTaskCreateOutput) SetStatusCode added in v1.1.51

SetStatusCode sets the StatusCode field's value.

func (*BaseRespForVideoProjectSerialTaskCreateOutput) SetStatusMessage added in v1.1.51

SetStatusMessage sets the StatusMessage field's value.

func (BaseRespForVideoProjectSerialTaskCreateOutput) String added in v1.1.51

String returns the string representation

type BaseRespForVideoProjectTaskBatchStartAIFlowOutput added in v1.2.21

type BaseRespForVideoProjectTaskBatchStartAIFlowOutput struct {
	StatusCode *int32 `type:"int32" json:",omitempty"`

	StatusMessage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BaseRespForVideoProjectTaskBatchStartAIFlowOutput) GoString added in v1.2.21

GoString returns the string representation

func (*BaseRespForVideoProjectTaskBatchStartAIFlowOutput) SetStatusCode added in v1.2.21

SetStatusCode sets the StatusCode field's value.

func (*BaseRespForVideoProjectTaskBatchStartAIFlowOutput) SetStatusMessage added in v1.2.21

SetStatusMessage sets the StatusMessage field's value.

func (BaseRespForVideoProjectTaskBatchStartAIFlowOutput) String added in v1.2.21

String returns the string representation

type ConvertsubtitleForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type ConvertsubtitleForVideoProjectSerialDubTaskCreateInput struct {
	Arrangement *int32 `type:"int32" json:"arrangement,omitempty"`

	FileType *int32 `type:"int32" json:"fileType,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	SubtitleLang *int32 `type:"int32" json:"subtitleLang,omitempty"`

	TargetLang *string `type:"string" json:"targetLang,omitempty"`

	Uri *string `type:"string" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetArrangement added in v1.2.11

SetArrangement sets the Arrangement field's value.

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetFileType added in v1.2.11

SetFileType sets the FileType field's value.

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetName added in v1.2.11

SetName sets the Name field's value.

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetSubtitleLang added in v1.2.11

SetSubtitleLang sets the SubtitleLang field's value.

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetTargetLang added in v1.2.11

SetTargetLang sets the TargetLang field's value.

func (*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) SetUri added in v1.2.11

SetUri sets the Uri field's value.

func (ConvertsubtitleForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type ConvertsubtitleForVideoProjectSerialTaskCreateInput added in v1.2.11

type ConvertsubtitleForVideoProjectSerialTaskCreateInput struct {
	Arrangement *int32 `type:"int32" json:"arrangement,omitempty"`

	FileType *int32 `type:"int32" json:"fileType,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	SubtitleLang *int32 `type:"int32" json:"subtitleLang,omitempty"`

	TargetLang *string `type:"string" json:"targetLang,omitempty"`

	Uri *string `type:"string" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (ConvertsubtitleForVideoProjectSerialTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetArrangement added in v1.2.11

SetArrangement sets the Arrangement field's value.

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetFileType added in v1.2.11

SetFileType sets the FileType field's value.

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetName added in v1.2.11

SetName sets the Name field's value.

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetSubtitleLang added in v1.2.11

SetSubtitleLang sets the SubtitleLang field's value.

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetTargetLang added in v1.2.11

SetTargetLang sets the TargetLang field's value.

func (*ConvertsubtitleForVideoProjectSerialTaskCreateInput) SetUri added in v1.2.11

SetUri sets the Uri field's value.

func (ConvertsubtitleForVideoProjectSerialTaskCreateInput) String added in v1.2.11

String returns the string representation

type CreateVideoCreateInput

type CreateVideoCreateInput struct {
	CloudStorageLink *string `type:"string" json:"cloudStorageLink,omitempty"`

	// Comment is a required field
	Comment *string `type:"string" json:"comment,omitempty" required:"true"`

	Contributors []*int32 `type:"list" json:"contributors,omitempty"`

	// Name is a required field
	Name *string `type:"string" json:"name,omitempty" required:"true"`

	// ProjectType is a required field
	ProjectType *int32 `type:"int32" json:"projectType,omitempty" required:"true"`

	// Roles is a required field
	Roles *string `type:"string" json:"roles,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateVideoCreateInput) GoString

func (s CreateVideoCreateInput) GoString() string

GoString returns the string representation

func (s *CreateVideoCreateInput) SetCloudStorageLink(v string) *CreateVideoCreateInput

SetCloudStorageLink sets the CloudStorageLink field's value.

func (*CreateVideoCreateInput) SetComment

SetComment sets the Comment field's value.

func (*CreateVideoCreateInput) SetContributors

func (s *CreateVideoCreateInput) SetContributors(v []*int32) *CreateVideoCreateInput

SetContributors sets the Contributors field's value.

func (*CreateVideoCreateInput) SetName

SetName sets the Name field's value.

func (*CreateVideoCreateInput) SetProjectType

func (s *CreateVideoCreateInput) SetProjectType(v int32) *CreateVideoCreateInput

SetProjectType sets the ProjectType field's value.

func (*CreateVideoCreateInput) SetRoles

SetRoles sets the Roles field's value.

func (CreateVideoCreateInput) String

func (s CreateVideoCreateInput) String() string

String returns the string representation

func (*CreateVideoCreateInput) Validate

func (s *CreateVideoCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVideoCreateOutput

type CreateVideoCreateOutput struct {
	Metadata *response.ResponseMetadata

	ProjectId *int32 `type:"int32" json:"projectId,omitempty"`

	ProjectName *string `type:"string" json:"projectName,omitempty"`
	// contains filtered or unexported fields
}

func (CreateVideoCreateOutput) GoString

func (s CreateVideoCreateOutput) GoString() string

GoString returns the string representation

func (*CreateVideoCreateOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*CreateVideoCreateOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (CreateVideoCreateOutput) String

func (s CreateVideoCreateOutput) String() string

String returns the string representation

type CreatorForVideoProjectTaskDetailOutput

type CreatorForVideoProjectTaskDetailOutput struct {
	Avatar *string `type:"string" json:"avatar"`

	Username *string `type:"string" json:"username"`
	// contains filtered or unexported fields
}

func (CreatorForVideoProjectTaskDetailOutput) GoString

GoString returns the string representation

func (*CreatorForVideoProjectTaskDetailOutput) SetAvatar

SetAvatar sets the Avatar field's value.

func (*CreatorForVideoProjectTaskDetailOutput) SetUsername

SetUsername sets the Username field's value.

func (CreatorForVideoProjectTaskDetailOutput) String

String returns the string representation

type CreatorForVideoProjectTaskListOutput

type CreatorForVideoProjectTaskListOutput struct {
	Avatar *string `type:"string" json:"avatar"`

	Username *string `type:"string" json:"username"`
	// contains filtered or unexported fields
}

func (CreatorForVideoProjectTaskListOutput) GoString

GoString returns the string representation

func (*CreatorForVideoProjectTaskListOutput) SetAvatar

SetAvatar sets the Avatar field's value.

func (*CreatorForVideoProjectTaskListOutput) SetUsername

SetUsername sets the Username field's value.

func (CreatorForVideoProjectTaskListOutput) String

String returns the string representation

type DataForLanguagesOutput added in v1.2.21

type DataForLanguagesOutput struct {
	SourceLocale *string `type:"string" json:"sourceLocale,omitempty"`

	TargetLocales []*string `type:"list" json:"targetLocales,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLanguagesOutput) GoString added in v1.2.21

func (s DataForLanguagesOutput) GoString() string

GoString returns the string representation

func (*DataForLanguagesOutput) SetSourceLocale added in v1.2.21

func (s *DataForLanguagesOutput) SetSourceLocale(v string) *DataForLanguagesOutput

SetSourceLocale sets the SourceLocale field's value.

func (*DataForLanguagesOutput) SetTargetLocales added in v1.2.21

func (s *DataForLanguagesOutput) SetTargetLocales(v []*string) *DataForLanguagesOutput

SetTargetLocales sets the TargetLocales field's value.

func (DataForLanguagesOutput) String added in v1.2.21

func (s DataForLanguagesOutput) String() string

String returns the string representation

type DataForMtSupportLangOutput added in v1.2.21

type DataForMtSupportLangOutput struct {
	Count *int64 `type:"int64" json:"count,omitempty"`

	Langs []*string `type:"list" json:"langs,omitempty"`
	// contains filtered or unexported fields
}

func (DataForMtSupportLangOutput) GoString added in v1.2.21

func (s DataForMtSupportLangOutput) GoString() string

GoString returns the string representation

func (*DataForMtSupportLangOutput) SetCount added in v1.2.21

SetCount sets the Count field's value.

func (*DataForMtSupportLangOutput) SetLangs added in v1.2.21

SetLangs sets the Langs field's value.

func (DataForMtSupportLangOutput) String added in v1.2.21

String returns the string representation

type DataForProjectDetailOutput

type DataForProjectDetailOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *int32 `type:"int32" json:"creatorId"`

	Description *string `type:"string" json:"description"`

	Extra *ExtraForProjectDetailOutput `type:"structure" json:"extra"`

	Id *int32 `type:"int32" json:"id"`

	Name *string `type:"string" json:"name"`

	SourceLocale *string `type:"string" json:"sourceLocale"`

	TargetLocales []*string `type:"list" json:"targetLocales"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectDetailOutput) GoString

func (s DataForProjectDetailOutput) GoString() string

GoString returns the string representation

func (*DataForProjectDetailOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectDetailOutput) SetCreatorId

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*DataForProjectDetailOutput) SetExtra

SetExtra sets the Extra field's value.

func (*DataForProjectDetailOutput) SetId

SetId sets the Id field's value.

func (*DataForProjectDetailOutput) SetName

SetName sets the Name field's value.

func (*DataForProjectDetailOutput) SetSourceLocale

SetSourceLocale sets the SourceLocale field's value.

func (*DataForProjectDetailOutput) SetTargetLocales

SetTargetLocales sets the TargetLocales field's value.

func (*DataForProjectDetailOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectDetailOutput) String

String returns the string representation

type DataForProjectMtDetectOutput added in v1.2.21

type DataForProjectMtDetectOutput struct {
	LangCode *string `type:"string" json:"langCode,omitempty"`

	LangName *string `type:"string" json:"langName,omitempty"`

	Probability *int64 `type:"int64" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectMtDetectOutput) GoString added in v1.2.21

func (s DataForProjectMtDetectOutput) GoString() string

GoString returns the string representation

func (*DataForProjectMtDetectOutput) SetLangCode added in v1.2.21

SetLangCode sets the LangCode field's value.

func (*DataForProjectMtDetectOutput) SetLangName added in v1.2.21

SetLangName sets the LangName field's value.

func (*DataForProjectMtDetectOutput) SetProbability added in v1.2.21

SetProbability sets the Probability field's value.

func (DataForProjectMtDetectOutput) String added in v1.2.21

String returns the string representation

type DataForProjectNamespaceDetailOutput

type DataForProjectNamespaceDetailOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *int32 `type:"int32" json:"creatorId"`

	Description *string `type:"string" json:"description"`

	Extra *string `type:"string" json:"extra"`

	Id *int32 `type:"int32" json:"id"`

	Namespace *string `type:"string" json:"namespace"`

	ProjectId *int32 `type:"int32" json:"projectId"`

	ProjectName *string `type:"string" json:"projectName"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespaceDetailOutput) GoString

GoString returns the string representation

func (*DataForProjectNamespaceDetailOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectNamespaceDetailOutput) SetCreatorId

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectNamespaceDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*DataForProjectNamespaceDetailOutput) SetExtra

SetExtra sets the Extra field's value.

func (*DataForProjectNamespaceDetailOutput) SetId

SetId sets the Id field's value.

func (*DataForProjectNamespaceDetailOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DataForProjectNamespaceDetailOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DataForProjectNamespaceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DataForProjectNamespaceDetailOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectNamespaceDetailOutput) String

String returns the string representation

type DataForProjectNamespaceSourceDetailOutput added in v1.2.21

type DataForProjectNamespaceSourceDetailOutput struct {
	ApprovalStatus *int32 `type:"int32" json:"approvalStatus"`

	Commentary *string `type:"string" json:"commentary"`

	Content *string `type:"string" json:"content"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Id *int32 `type:"int32" json:"id"`

	KeyText *string `type:"string" json:"keyText"`

	Lang *string `type:"string" json:"lang"`

	LengthLimit *int32 `type:"int32" json:"lengthLimit"`

	OperatorName *string `type:"string" json:"operatorName"`

	TagName *string `type:"string" json:"tagName"`

	TargetTexts []*TargetTextForProjectNamespaceSourceDetailOutput `type:"list" json:"targetTexts"`

	TaskId *int32 `type:"int32" json:"taskId"`

	TextExtra *TextExtraForProjectNamespaceSourceDetailOutput `type:"structure" json:"textExtra"`

	TranslatedStatus *int32 `type:"int32" json:"translatedStatus"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespaceSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectNamespaceSourceDetailOutput) SetApprovalStatus added in v1.2.21

SetApprovalStatus sets the ApprovalStatus field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetCommentary added in v1.2.21

SetCommentary sets the Commentary field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetLang added in v1.2.21

SetLang sets the Lang field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetLengthLimit added in v1.2.21

SetLengthLimit sets the LengthLimit field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetOperatorName added in v1.2.21

SetOperatorName sets the OperatorName field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetTagName added in v1.2.21

SetTagName sets the TagName field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetTargetTexts added in v1.2.21

SetTargetTexts sets the TargetTexts field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetTextExtra added in v1.2.21

SetTextExtra sets the TextExtra field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetTranslatedStatus added in v1.2.21

SetTranslatedStatus sets the TranslatedStatus field's value.

func (*DataForProjectNamespaceSourceDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectNamespaceSourceDetailOutput) String added in v1.2.21

String returns the string representation

type DataForProjectNamespaceSourceMultiUpdateOutput added in v1.2.21

type DataForProjectNamespaceSourceMultiUpdateOutput struct {
	Code *int32 `type:"int32" json:"code,omitempty"`

	Results []*ResultForProjectNamespaceSourceMultiUpdateOutput `type:"list" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespaceSourceMultiUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectNamespaceSourceMultiUpdateOutput) SetCode added in v1.2.21

SetCode sets the Code field's value.

func (*DataForProjectNamespaceSourceMultiUpdateOutput) SetResults added in v1.2.21

SetResults sets the Results field's value.

func (DataForProjectNamespaceSourceMultiUpdateOutput) String added in v1.2.21

String returns the string representation

type DataForProjectNamespaceTargetsOutput added in v1.2.21

type DataForProjectNamespaceTargetsOutput struct {
	Content *string `type:"string" json:"content"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Id *int32 `type:"int32" json:"id"`

	KeyText *string `type:"string" json:"keyText"`

	Lang *string `type:"string" json:"lang"`

	NamespaceId *int32 `type:"int32" json:"namespaceId"`

	OperatorId *int32 `type:"int32" json:"operatorId"`

	SourceTextId *int32 `type:"int32" json:"sourceTextId"`

	TagName *string `type:"string" json:"tagName"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespaceTargetsOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectNamespaceTargetsOutput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*DataForProjectNamespaceTargetsOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectNamespaceTargetsOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*DataForProjectNamespaceTargetsOutput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*DataForProjectNamespaceTargetsOutput) SetLang added in v1.2.21

SetLang sets the Lang field's value.

func (*DataForProjectNamespaceTargetsOutput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*DataForProjectNamespaceTargetsOutput) SetOperatorId added in v1.2.21

SetOperatorId sets the OperatorId field's value.

func (*DataForProjectNamespaceTargetsOutput) SetSourceTextId added in v1.2.21

SetSourceTextId sets the SourceTextId field's value.

func (*DataForProjectNamespaceTargetsOutput) SetTagName added in v1.2.21

SetTagName sets the TagName field's value.

func (*DataForProjectNamespaceTargetsOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectNamespaceTargetsOutput) String added in v1.2.21

String returns the string representation

type DataForProjectNamespaceTextImportOutput added in v1.2.21

type DataForProjectNamespaceTextImportOutput struct {
	Add *int64 `type:"int64" json:"add,omitempty"`

	Fail *int64 `type:"int64" json:"fail,omitempty"`

	NoDiff *int64 `type:"int64" json:"noDiff,omitempty"`

	RecordId *int64 `type:"int64" json:"recordId,omitempty"`

	TaskId *int64 `type:"int64" json:"taskId,omitempty"`

	TosUrl *string `type:"string" json:"tosUrl,omitempty"`

	Update *int64 `type:"int64" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespaceTextImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectNamespaceTextImportOutput) SetAdd added in v1.2.21

SetAdd sets the Add field's value.

func (*DataForProjectNamespaceTextImportOutput) SetFail added in v1.2.21

SetFail sets the Fail field's value.

func (*DataForProjectNamespaceTextImportOutput) SetNoDiff added in v1.2.21

SetNoDiff sets the NoDiff field's value.

func (*DataForProjectNamespaceTextImportOutput) SetRecordId added in v1.2.21

SetRecordId sets the RecordId field's value.

func (*DataForProjectNamespaceTextImportOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectNamespaceTextImportOutput) SetTosUrl added in v1.2.21

SetTosUrl sets the TosUrl field's value.

func (*DataForProjectNamespaceTextImportOutput) SetUpdate added in v1.2.21

SetUpdate sets the Update field's value.

func (DataForProjectNamespaceTextImportOutput) String added in v1.2.21

String returns the string representation

type DataForProjectNamespacesOutput

type DataForProjectNamespacesOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *int32 `type:"int32" json:"creatorId"`

	Description *string `type:"string" json:"description"`

	Extra *string `type:"string" json:"extra"`

	Id *int32 `type:"int32" json:"id"`

	Namespace *string `type:"string" json:"namespace"`

	ProjectId *int32 `type:"int32" json:"projectId"`

	ProjectName *string `type:"string" json:"projectName"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectNamespacesOutput) GoString

GoString returns the string representation

func (*DataForProjectNamespacesOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectNamespacesOutput) SetCreatorId

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectNamespacesOutput) SetDescription

SetDescription sets the Description field's value.

func (*DataForProjectNamespacesOutput) SetExtra

SetExtra sets the Extra field's value.

func (*DataForProjectNamespacesOutput) SetId

SetId sets the Id field's value.

func (*DataForProjectNamespacesOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DataForProjectNamespacesOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DataForProjectNamespacesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DataForProjectNamespacesOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectNamespacesOutput) String

String returns the string representation

type DataForProjectScreenshotsIdentifyOutput added in v1.2.21

type DataForProjectScreenshotsIdentifyOutput struct {
	Count *int64 `type:"int64" json:"count,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	Report *string `type:"string" json:"report,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectScreenshotsIdentifyOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectScreenshotsIdentifyOutput) SetCount added in v1.2.21

SetCount sets the Count field's value.

func (*DataForProjectScreenshotsIdentifyOutput) SetName added in v1.2.21

SetName sets the Name field's value.

func (*DataForProjectScreenshotsIdentifyOutput) SetReport added in v1.2.21

SetReport sets the Report field's value.

func (DataForProjectScreenshotsIdentifyOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTaskDetailOutput added in v1.2.21

type DataForProjectTaskDetailOutput struct {
	Comment *string `type:"string" json:"comment"`

	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *int32 `type:"int32" json:"creatorId"`

	SyncNamespaces []*int32 `type:"list" json:"syncNamespaces"`

	TaskId *int32 `type:"int32" json:"taskId"`

	TaskName *string `type:"string" json:"taskName"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTaskDetailOutput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*DataForProjectTaskDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectTaskDetailOutput) SetCreatorId added in v1.2.21

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectTaskDetailOutput) SetSyncNamespaces added in v1.2.21

SetSyncNamespaces sets the SyncNamespaces field's value.

func (*DataForProjectTaskDetailOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTaskDetailOutput) SetTaskName added in v1.2.21

SetTaskName sets the TaskName field's value.

func (*DataForProjectTaskDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectTaskDetailOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTaskSourceDetailOutput added in v1.2.21

type DataForProjectTaskSourceDetailOutput struct {
	ApprovalStatus *int32 `type:"int32" json:"approvalStatus,omitempty"`

	Commentary *string `type:"string" json:"commentary,omitempty"`

	Content *string `type:"string" json:"content,omitempty"`

	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	DistributeStatus *int32 `type:"int32" json:"distributeStatus,omitempty"`

	Id *int32 `type:"int32" json:"id,omitempty"`

	KeyText *string `type:"string" json:"keyText,omitempty"`

	Lang *string `type:"string" json:"lang,omitempty"`

	LengthLimit *int32 `type:"int32" json:"lengthLimit,omitempty"`

	OperatorId *int32 `type:"int32" json:"operatorId,omitempty"`

	TagName *string `type:"string" json:"tagName,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`

	TextExtra *TextExtraForProjectTaskSourceDetailOutput `type:"structure" json:"textExtra,omitempty"`

	TranslatedStatus *int32 `type:"int32" json:"translatedStatus,omitempty"`

	UpdatedAt *string `type:"string" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTaskSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTaskSourceDetailOutput) SetApprovalStatus added in v1.2.21

SetApprovalStatus sets the ApprovalStatus field's value.

func (*DataForProjectTaskSourceDetailOutput) SetCommentary added in v1.2.21

SetCommentary sets the Commentary field's value.

func (*DataForProjectTaskSourceDetailOutput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*DataForProjectTaskSourceDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectTaskSourceDetailOutput) SetDistributeStatus added in v1.2.21

SetDistributeStatus sets the DistributeStatus field's value.

func (*DataForProjectTaskSourceDetailOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*DataForProjectTaskSourceDetailOutput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*DataForProjectTaskSourceDetailOutput) SetLang added in v1.2.21

SetLang sets the Lang field's value.

func (*DataForProjectTaskSourceDetailOutput) SetLengthLimit added in v1.2.21

SetLengthLimit sets the LengthLimit field's value.

func (*DataForProjectTaskSourceDetailOutput) SetOperatorId added in v1.2.21

SetOperatorId sets the OperatorId field's value.

func (*DataForProjectTaskSourceDetailOutput) SetTagName added in v1.2.21

SetTagName sets the TagName field's value.

func (*DataForProjectTaskSourceDetailOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTaskSourceDetailOutput) SetTextExtra added in v1.2.21

SetTextExtra sets the TextExtra field's value.

func (*DataForProjectTaskSourceDetailOutput) SetTranslatedStatus added in v1.2.21

SetTranslatedStatus sets the TranslatedStatus field's value.

func (*DataForProjectTaskSourceDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectTaskSourceDetailOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTaskSourcesOutput added in v1.2.21

type DataForProjectTaskSourcesOutput struct {
	ApprovalStatus *int32 `type:"int32" json:"approvalStatus,omitempty"`

	Commentary *string `type:"string" json:"commentary,omitempty"`

	Content *string `type:"string" json:"content,omitempty"`

	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	DistributeStatus *int32 `type:"int32" json:"distributeStatus,omitempty"`

	Id *int32 `type:"int32" json:"id,omitempty"`

	KeyText *string `type:"string" json:"keyText,omitempty"`

	Lang *string `type:"string" json:"lang,omitempty"`

	LengthLimit *int32 `type:"int32" json:"lengthLimit,omitempty"`

	OperatorId *int32 `type:"int32" json:"operatorId,omitempty"`

	TagName *string `type:"string" json:"tagName,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`

	TextExtra *TextExtraForProjectTaskSourcesOutput `type:"structure" json:"textExtra,omitempty"`

	TranslatedStatus *int32 `type:"int32" json:"translatedStatus,omitempty"`

	UpdatedAt *string `type:"string" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTaskSourcesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTaskSourcesOutput) SetApprovalStatus added in v1.2.21

SetApprovalStatus sets the ApprovalStatus field's value.

func (*DataForProjectTaskSourcesOutput) SetCommentary added in v1.2.21

SetCommentary sets the Commentary field's value.

func (*DataForProjectTaskSourcesOutput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*DataForProjectTaskSourcesOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectTaskSourcesOutput) SetDistributeStatus added in v1.2.21

SetDistributeStatus sets the DistributeStatus field's value.

func (*DataForProjectTaskSourcesOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*DataForProjectTaskSourcesOutput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*DataForProjectTaskSourcesOutput) SetLang added in v1.2.21

SetLang sets the Lang field's value.

func (*DataForProjectTaskSourcesOutput) SetLengthLimit added in v1.2.21

SetLengthLimit sets the LengthLimit field's value.

func (*DataForProjectTaskSourcesOutput) SetOperatorId added in v1.2.21

SetOperatorId sets the OperatorId field's value.

func (*DataForProjectTaskSourcesOutput) SetTagName added in v1.2.21

SetTagName sets the TagName field's value.

func (*DataForProjectTaskSourcesOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTaskSourcesOutput) SetTextExtra added in v1.2.21

SetTextExtra sets the TextExtra field's value.

func (*DataForProjectTaskSourcesOutput) SetTranslatedStatus added in v1.2.21

SetTranslatedStatus sets the TranslatedStatus field's value.

func (*DataForProjectTaskSourcesOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectTaskSourcesOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTaskTextImportOutput added in v1.2.21

type DataForProjectTaskTextImportOutput struct {
	Add *int64 `type:"int64" json:"add,omitempty"`

	Fail *int64 `type:"int64" json:"fail,omitempty"`

	NoDiff *int64 `type:"int64" json:"noDiff,omitempty"`

	RecordId *int64 `type:"int64" json:"recordId,omitempty"`

	TaskId *int64 `type:"int64" json:"taskId,omitempty"`

	TosUrl *string `type:"string" json:"tosUrl,omitempty"`

	Update *int64 `type:"int64" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTaskTextImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTaskTextImportOutput) SetAdd added in v1.2.21

SetAdd sets the Add field's value.

func (*DataForProjectTaskTextImportOutput) SetFail added in v1.2.21

SetFail sets the Fail field's value.

func (*DataForProjectTaskTextImportOutput) SetNoDiff added in v1.2.21

SetNoDiff sets the NoDiff field's value.

func (*DataForProjectTaskTextImportOutput) SetRecordId added in v1.2.21

SetRecordId sets the RecordId field's value.

func (*DataForProjectTaskTextImportOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTaskTextImportOutput) SetTosUrl added in v1.2.21

SetTosUrl sets the TosUrl field's value.

func (*DataForProjectTaskTextImportOutput) SetUpdate added in v1.2.21

SetUpdate sets the Update field's value.

func (DataForProjectTaskTextImportOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTasksOutput added in v1.2.21

type DataForProjectTasksOutput struct {
	Comment *string `type:"string" json:"comment,omitempty"`

	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	CreatorId *int32 `type:"int32" json:"creatorId,omitempty"`

	SyncNamespaces []*int32 `type:"list" json:"syncNamespaces,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`

	TaskName *string `type:"string" json:"taskName,omitempty"`

	UpdatedAt *string `type:"string" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTasksOutput) GoString added in v1.2.21

func (s DataForProjectTasksOutput) GoString() string

GoString returns the string representation

func (*DataForProjectTasksOutput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*DataForProjectTasksOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectTasksOutput) SetCreatorId added in v1.2.21

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectTasksOutput) SetSyncNamespaces added in v1.2.21

func (s *DataForProjectTasksOutput) SetSyncNamespaces(v []*int32) *DataForProjectTasksOutput

SetSyncNamespaces sets the SyncNamespaces field's value.

func (*DataForProjectTasksOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTasksOutput) SetTaskName added in v1.2.21

SetTaskName sets the TaskName field's value.

func (*DataForProjectTasksOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectTasksOutput) String added in v1.2.21

func (s DataForProjectTasksOutput) String() string

String returns the string representation

type DataForProjectTextAcrossImportCheckOutput added in v1.2.21

type DataForProjectTextAcrossImportCheckOutput struct {
	Add *int64 `type:"int64" json:"add,omitempty"`

	Fail *int64 `type:"int64" json:"fail,omitempty"`

	NoDiff *int64 `type:"int64" json:"noDiff,omitempty"`

	RecordId *int64 `type:"int64" json:"recordId,omitempty"`

	TaskId *int64 `type:"int64" json:"taskId,omitempty"`

	TosUrl *string `type:"string" json:"tosUrl,omitempty"`

	Update *int64 `type:"int64" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTextAcrossImportCheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTextAcrossImportCheckOutput) SetAdd added in v1.2.21

SetAdd sets the Add field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetFail added in v1.2.21

SetFail sets the Fail field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetNoDiff added in v1.2.21

SetNoDiff sets the NoDiff field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetRecordId added in v1.2.21

SetRecordId sets the RecordId field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetTosUrl added in v1.2.21

SetTosUrl sets the TosUrl field's value.

func (*DataForProjectTextAcrossImportCheckOutput) SetUpdate added in v1.2.21

SetUpdate sets the Update field's value.

func (DataForProjectTextAcrossImportCheckOutput) String added in v1.2.21

String returns the string representation

type DataForProjectTextImportStatusQueryOutput added in v1.2.21

type DataForProjectTextImportStatusQueryOutput struct {
	Message *string `type:"string" json:"message,omitempty"`

	Status *int64 `type:"int64" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (DataForProjectTextImportStatusQueryOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForProjectTextImportStatusQueryOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (*DataForProjectTextImportStatusQueryOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (DataForProjectTextImportStatusQueryOutput) String added in v1.2.21

String returns the string representation

type DataForProjectUserRoleOutput

type DataForProjectUserRoleOutput struct {
	Role *int32 `type:"int32" json:"role"`

	RoleName *string `type:"string" json:"roleName"`
	// contains filtered or unexported fields
}

func (DataForProjectUserRoleOutput) GoString

func (s DataForProjectUserRoleOutput) GoString() string

GoString returns the string representation

func (*DataForProjectUserRoleOutput) SetRole

SetRole sets the Role field's value.

func (*DataForProjectUserRoleOutput) SetRoleName

SetRoleName sets the RoleName field's value.

func (DataForProjectUserRoleOutput) String

String returns the string representation

type DataForProjectUsersOutput

type DataForProjectUsersOutput struct {
	CreateAt *string `type:"string" json:"createAt"`

	Role *int32 `type:"int32" json:"role"`

	UpdatedAt *string `type:"string" json:"updatedAt"`

	UserId *int32 `type:"int32" json:"userId"`
	// contains filtered or unexported fields
}

func (DataForProjectUsersOutput) GoString

func (s DataForProjectUsersOutput) GoString() string

GoString returns the string representation

func (*DataForProjectUsersOutput) SetCreateAt

SetCreateAt sets the CreateAt field's value.

func (*DataForProjectUsersOutput) SetRole

SetRole sets the Role field's value.

func (*DataForProjectUsersOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (*DataForProjectUsersOutput) SetUserId

SetUserId sets the UserId field's value.

func (DataForProjectUsersOutput) String

func (s DataForProjectUsersOutput) String() string

String returns the string representation

type DataForProjectsOutput

type DataForProjectsOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *string `type:"string" json:"creatorId"`

	Description *string `type:"string" json:"description"`

	Extra *ExtraForProjectsOutput `type:"structure" json:"extra"`

	Id *int32 `type:"int32" json:"id"`

	Name *string `type:"string" json:"name"`

	SourceLocale *string `type:"string" json:"sourceLocale"`

	TargetLocales []*string `type:"list" json:"targetLocales"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForProjectsOutput) GoString

func (s DataForProjectsOutput) GoString() string

GoString returns the string representation

func (*DataForProjectsOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DataForProjectsOutput) SetCreatorId

SetCreatorId sets the CreatorId field's value.

func (*DataForProjectsOutput) SetDescription

func (s *DataForProjectsOutput) SetDescription(v string) *DataForProjectsOutput

SetDescription sets the Description field's value.

func (*DataForProjectsOutput) SetExtra

SetExtra sets the Extra field's value.

func (*DataForProjectsOutput) SetId

SetId sets the Id field's value.

func (*DataForProjectsOutput) SetName

SetName sets the Name field's value.

func (*DataForProjectsOutput) SetSourceLocale

func (s *DataForProjectsOutput) SetSourceLocale(v string) *DataForProjectsOutput

SetSourceLocale sets the SourceLocale field's value.

func (*DataForProjectsOutput) SetTargetLocales

func (s *DataForProjectsOutput) SetTargetLocales(v []*string) *DataForProjectsOutput

SetTargetLocales sets the TargetLocales field's value.

func (*DataForProjectsOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForProjectsOutput) String

func (s DataForProjectsOutput) String() string

String returns the string representation

type DataForTermBaseTermGroupImportOutput added in v1.2.21

type DataForTermBaseTermGroupImportOutput struct {
	TaskId *int32 `type:"int32" json:"taskId,omitempty"`
	// contains filtered or unexported fields
}

func (DataForTermBaseTermGroupImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForTermBaseTermGroupImportOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (DataForTermBaseTermGroupImportOutput) String added in v1.2.21

String returns the string representation

type DataForVideoProjectCreateOutput added in v1.1.51

type DataForVideoProjectCreateOutput struct {
	ProjectId *string `type:"string" json:"projectId,omitempty"`

	ProjectName *string `type:"string" json:"projectName,omitempty"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectCreateOutput) GoString added in v1.1.51

GoString returns the string representation

func (*DataForVideoProjectCreateOutput) SetProjectId added in v1.1.51

SetProjectId sets the ProjectId field's value.

func (*DataForVideoProjectCreateOutput) SetProjectName added in v1.1.51

SetProjectName sets the ProjectName field's value.

func (DataForVideoProjectCreateOutput) String added in v1.1.51

String returns the string representation

type DataForVideoProjectListOutput

type DataForVideoProjectListOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	CreatorId *string `type:"string" json:"creatorId"`

	Description *string `type:"string" json:"description"`

	Extra *ExtraForVideoProjectListOutput `type:"structure" json:"extra"`

	Id *int32 `type:"int32" json:"id"`

	Name *string `type:"string" json:"name"`

	SourceLocale *string `type:"string" json:"sourceLocale"`

	TargetLocales []*string `type:"list" json:"targetLocales"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectListOutput) GoString

GoString returns the string representation

func (*DataForVideoProjectListOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DataForVideoProjectListOutput) SetCreatorId

SetCreatorId sets the CreatorId field's value.

func (*DataForVideoProjectListOutput) SetDescription

SetDescription sets the Description field's value.

func (*DataForVideoProjectListOutput) SetExtra

SetExtra sets the Extra field's value.

func (*DataForVideoProjectListOutput) SetId

SetId sets the Id field's value.

func (*DataForVideoProjectListOutput) SetName

SetName sets the Name field's value.

func (*DataForVideoProjectListOutput) SetSourceLocale

SetSourceLocale sets the SourceLocale field's value.

func (*DataForVideoProjectListOutput) SetTargetLocales

SetTargetLocales sets the TargetLocales field's value.

func (*DataForVideoProjectListOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForVideoProjectListOutput) String

String returns the string representation

type DataForVideoProjectSerialDubTaskCreateOutput added in v1.2.11

type DataForVideoProjectSerialDubTaskCreateOutput struct {
	BaseResp *BaseRespForVideoProjectSerialDubTaskCreateOutput `type:"structure" json:",omitempty"`

	SubtitleFileCheckReports []*SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput `type:"list" json:",omitempty"`

	TaskIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectSerialDubTaskCreateOutput) GoString added in v1.2.11

GoString returns the string representation

func (*DataForVideoProjectSerialDubTaskCreateOutput) SetBaseResp added in v1.2.11

SetBaseResp sets the BaseResp field's value.

func (*DataForVideoProjectSerialDubTaskCreateOutput) SetSubtitleFileCheckReports added in v1.2.14

SetSubtitleFileCheckReports sets the SubtitleFileCheckReports field's value.

func (*DataForVideoProjectSerialDubTaskCreateOutput) SetTaskIDs added in v1.2.11

SetTaskIDs sets the TaskIDs field's value.

func (DataForVideoProjectSerialDubTaskCreateOutput) String added in v1.2.11

String returns the string representation

type DataForVideoProjectSerialTaskCreateOutput added in v1.1.51

type DataForVideoProjectSerialTaskCreateOutput struct {
	BaseResp *BaseRespForVideoProjectSerialTaskCreateOutput `type:"structure" json:",omitempty"`

	SubtitleFileCheckReports []*SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput `type:"list" json:",omitempty"`

	TaskIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectSerialTaskCreateOutput) GoString added in v1.1.51

GoString returns the string representation

func (*DataForVideoProjectSerialTaskCreateOutput) SetBaseResp added in v1.1.51

SetBaseResp sets the BaseResp field's value.

func (*DataForVideoProjectSerialTaskCreateOutput) SetSubtitleFileCheckReports added in v1.2.14

SetSubtitleFileCheckReports sets the SubtitleFileCheckReports field's value.

func (*DataForVideoProjectSerialTaskCreateOutput) SetTaskIDs added in v1.1.51

SetTaskIDs sets the TaskIDs field's value.

func (DataForVideoProjectSerialTaskCreateOutput) String added in v1.1.51

String returns the string representation

type DataForVideoProjectTaskBatchStartAIFlowOutput added in v1.2.21

type DataForVideoProjectTaskBatchStartAIFlowOutput struct {
	BaseResp *BaseRespForVideoProjectTaskBatchStartAIFlowOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectTaskBatchStartAIFlowOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DataForVideoProjectTaskBatchStartAIFlowOutput) SetBaseResp added in v1.2.21

SetBaseResp sets the BaseResp field's value.

func (DataForVideoProjectTaskBatchStartAIFlowOutput) String added in v1.2.21

String returns the string representation

type DataForVideoProjectTaskDetailOutput

type DataForVideoProjectTaskDetailOutput struct {
	SubTasks []*SubTaskForVideoProjectTaskDetailOutput `type:"list" json:"subTasks"`

	Task *TaskForVideoProjectTaskDetailOutput `type:"structure" json:"task"`

	VideoDetails []*VideoDetailForVideoProjectTaskDetailOutput `type:"list" json:"videoDetails"`

	VideoDetailsWithAiRemove []*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput `type:"list" json:"videoDetailsWithAiRemove"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectTaskDetailOutput) GoString

GoString returns the string representation

func (*DataForVideoProjectTaskDetailOutput) SetSubTasks

SetSubTasks sets the SubTasks field's value.

func (*DataForVideoProjectTaskDetailOutput) SetTask

SetTask sets the Task field's value.

func (*DataForVideoProjectTaskDetailOutput) SetVideoDetails

SetVideoDetails sets the VideoDetails field's value.

func (*DataForVideoProjectTaskDetailOutput) SetVideoDetailsWithAiRemove added in v1.1.51

SetVideoDetailsWithAiRemove sets the VideoDetailsWithAiRemove field's value.

func (DataForVideoProjectTaskDetailOutput) String

String returns the string representation

type DataForVideoProjectTaskListOutput

type DataForVideoProjectTaskListOutput struct {
	AllSourceLanguages []*string `type:"list" json:"allSourceLanguages"`

	AllTargetLanguages []*string `type:"list" json:"allTargetLanguages"`

	Tasks []*TaskForVideoProjectTaskListOutput `type:"list" json:"tasks"`

	Total *int32 `type:"int32" json:"total"`

	TotalCount *string `type:"string" json:"totalCount"`
	// contains filtered or unexported fields
}

func (DataForVideoProjectTaskListOutput) GoString

GoString returns the string representation

func (*DataForVideoProjectTaskListOutput) SetAllSourceLanguages

SetAllSourceLanguages sets the AllSourceLanguages field's value.

func (*DataForVideoProjectTaskListOutput) SetAllTargetLanguages

SetAllTargetLanguages sets the AllTargetLanguages field's value.

func (*DataForVideoProjectTaskListOutput) SetTasks

SetTasks sets the Tasks field's value.

func (*DataForVideoProjectTaskListOutput) SetTotal

SetTotal sets the Total field's value.

func (*DataForVideoProjectTaskListOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DataForVideoProjectTaskListOutput) String

String returns the string representation

type DataForVideoResourceUploadOutput

type DataForVideoResourceUploadOutput struct {
	ImageUri *string `type:"string" json:"imageUri"`

	Uri *string `type:"string" json:"uri"`

	Vid *string `type:"string" json:"vid"`

	VideoMeta *VideoMetaForVideoResourceUploadOutput `type:"structure" json:"videoMeta"`
	// contains filtered or unexported fields
}

func (DataForVideoResourceUploadOutput) GoString

GoString returns the string representation

func (*DataForVideoResourceUploadOutput) SetImageUri

SetImageUri sets the ImageUri field's value.

func (*DataForVideoResourceUploadOutput) SetUri

SetUri sets the Uri field's value.

func (*DataForVideoResourceUploadOutput) SetVid

SetVid sets the Vid field's value.

func (*DataForVideoResourceUploadOutput) SetVideoMeta

SetVideoMeta sets the VideoMeta field's value.

func (DataForVideoResourceUploadOutput) String

String returns the string representation

type DocForDocumentTaskDetailOutput added in v1.2.21

type DocForDocumentTaskDetailOutput struct {
	DocId *int32 `type:"int32" json:"docId"`

	DocName *string `type:"string" json:"docName"`

	DocType *int32 `type:"int32" json:"docType"`

	Locale *string `type:"string" json:"locale"`

	Url *string `type:"string" json:"url"`

	WordCount *int32 `type:"int32" json:"wordCount"`
	// contains filtered or unexported fields
}

func (DocForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DocForDocumentTaskDetailOutput) SetDocId added in v1.2.21

SetDocId sets the DocId field's value.

func (*DocForDocumentTaskDetailOutput) SetDocName added in v1.2.21

SetDocName sets the DocName field's value.

func (*DocForDocumentTaskDetailOutput) SetDocType added in v1.2.21

SetDocType sets the DocType field's value.

func (*DocForDocumentTaskDetailOutput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*DocForDocumentTaskDetailOutput) SetUrl added in v1.2.21

SetUrl sets the Url field's value.

func (*DocForDocumentTaskDetailOutput) SetWordCount added in v1.2.21

SetWordCount sets the WordCount field's value.

func (DocForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type DocUrlListForDocumentTaskCreateInput added in v1.2.21

type DocUrlListForDocumentTaskCreateInput struct {
	Content *string `type:"string" json:"content,omitempty"`

	DocType *int32 `type:"int32" json:"docType,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	Url *string `type:"string" json:"url,omitempty"`

	WordCount *string `type:"string" json:"wordCount,omitempty"`
	// contains filtered or unexported fields
}

func (DocUrlListForDocumentTaskCreateInput) GoString added in v1.2.21

GoString returns the string representation

func (*DocUrlListForDocumentTaskCreateInput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*DocUrlListForDocumentTaskCreateInput) SetDocType added in v1.2.21

SetDocType sets the DocType field's value.

func (*DocUrlListForDocumentTaskCreateInput) SetName added in v1.2.21

SetName sets the Name field's value.

func (*DocUrlListForDocumentTaskCreateInput) SetUrl added in v1.2.21

SetUrl sets the Url field's value.

func (*DocUrlListForDocumentTaskCreateInput) SetWordCount added in v1.2.21

SetWordCount sets the WordCount field's value.

func (DocUrlListForDocumentTaskCreateInput) String added in v1.2.21

String returns the string representation

type DocumentCreateInput added in v1.2.21

type DocumentCreateInput struct {
	Comment *string `max:"140" type:"string" json:"comment,omitempty"`

	Members []*string `type:"list" json:"members,omitempty"`

	// ProjectName is a required field
	ProjectName *string `max:"30" type:"string" json:"projectName,omitempty" required:"true"`

	Role *string `type:"string" json:"role,omitempty" enum:"EnumOfroleForDocumentCreateInput"`
	// contains filtered or unexported fields
}

func (DocumentCreateInput) GoString added in v1.2.21

func (s DocumentCreateInput) GoString() string

GoString returns the string representation

func (*DocumentCreateInput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*DocumentCreateInput) SetMembers added in v1.2.21

func (s *DocumentCreateInput) SetMembers(v []*string) *DocumentCreateInput

SetMembers sets the Members field's value.

func (*DocumentCreateInput) SetProjectName added in v1.2.21

func (s *DocumentCreateInput) SetProjectName(v string) *DocumentCreateInput

SetProjectName sets the ProjectName field's value.

func (*DocumentCreateInput) SetRole added in v1.2.21

SetRole sets the Role field's value.

func (DocumentCreateInput) String added in v1.2.21

func (s DocumentCreateInput) String() string

String returns the string representation

func (*DocumentCreateInput) Validate added in v1.2.21

func (s *DocumentCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentCreateOutput added in v1.2.21

type DocumentCreateOutput struct {
	Metadata *response.ResponseMetadata

	ProjectId *int32 `type:"int32" json:"projectId,omitempty"`
	// contains filtered or unexported fields
}

func (DocumentCreateOutput) GoString added in v1.2.21

func (s DocumentCreateOutput) GoString() string

GoString returns the string representation

func (*DocumentCreateOutput) SetProjectId added in v1.2.21

func (s *DocumentCreateOutput) SetProjectId(v int32) *DocumentCreateOutput

SetProjectId sets the ProjectId field's value.

func (DocumentCreateOutput) String added in v1.2.21

func (s DocumentCreateOutput) String() string

String returns the string representation

type DocumentTaskCreateInput added in v1.2.21

type DocumentTaskCreateInput struct {
	Comment *string `type:"string" json:"comment,omitempty"`

	// Deadline is a required field
	Deadline *string `type:"string" json:"deadline,omitempty" required:"true"`

	DocUrlList []*DocUrlListForDocumentTaskCreateInput `type:"list" json:"docUrlList,omitempty"`

	Procedures *int32 `min:"1" max:"3" type:"int32" json:"procedures,omitempty"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	ProofreadType *int32 `max:"1" type:"int32" json:"proofreadType,omitempty"`

	ReferenceDocItem *ReferenceDocItemForDocumentTaskCreateInput `type:"structure" json:"referenceDocItem,omitempty"`

	SourceLocale *string `type:"string" json:"sourceLocale,omitempty"`

	TargetLocale []*string `type:"list" json:"targetLocale,omitempty"`

	// TaskName is a required field
	TaskName *string `type:"string" json:"taskName,omitempty" required:"true"`

	TranslatorType *int32 `max:"1" type:"int32" json:"translatorType,omitempty"`

	UseTM *bool `type:"boolean" json:"useTM,omitempty"`
	// contains filtered or unexported fields
}

func (DocumentTaskCreateInput) GoString added in v1.2.21

func (s DocumentTaskCreateInput) GoString() string

GoString returns the string representation

func (*DocumentTaskCreateInput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*DocumentTaskCreateInput) SetDeadline added in v1.2.21

SetDeadline sets the Deadline field's value.

func (*DocumentTaskCreateInput) SetDocUrlList added in v1.2.21

SetDocUrlList sets the DocUrlList field's value.

func (*DocumentTaskCreateInput) SetProcedures added in v1.2.21

SetProcedures sets the Procedures field's value.

func (*DocumentTaskCreateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*DocumentTaskCreateInput) SetProofreadType added in v1.2.21

func (s *DocumentTaskCreateInput) SetProofreadType(v int32) *DocumentTaskCreateInput

SetProofreadType sets the ProofreadType field's value.

func (*DocumentTaskCreateInput) SetReferenceDocItem added in v1.2.21

SetReferenceDocItem sets the ReferenceDocItem field's value.

func (*DocumentTaskCreateInput) SetSourceLocale added in v1.2.21

SetSourceLocale sets the SourceLocale field's value.

func (*DocumentTaskCreateInput) SetTargetLocale added in v1.2.21

func (s *DocumentTaskCreateInput) SetTargetLocale(v []*string) *DocumentTaskCreateInput

SetTargetLocale sets the TargetLocale field's value.

func (*DocumentTaskCreateInput) SetTaskName added in v1.2.21

SetTaskName sets the TaskName field's value.

func (*DocumentTaskCreateInput) SetTranslatorType added in v1.2.21

func (s *DocumentTaskCreateInput) SetTranslatorType(v int32) *DocumentTaskCreateInput

SetTranslatorType sets the TranslatorType field's value.

func (*DocumentTaskCreateInput) SetUseTM added in v1.2.21

SetUseTM sets the UseTM field's value.

func (DocumentTaskCreateInput) String added in v1.2.21

func (s DocumentTaskCreateInput) String() string

String returns the string representation

func (*DocumentTaskCreateInput) Validate added in v1.2.21

func (s *DocumentTaskCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentTaskCreateOutput added in v1.2.21

type DocumentTaskCreateOutput struct {
	Metadata *response.ResponseMetadata

	SubTaskIds []*int32 `type:"list" json:"subTaskIds,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`
	// contains filtered or unexported fields
}

func (DocumentTaskCreateOutput) GoString added in v1.2.21

func (s DocumentTaskCreateOutput) GoString() string

GoString returns the string representation

func (*DocumentTaskCreateOutput) SetSubTaskIds added in v1.2.21

SetSubTaskIds sets the SubTaskIds field's value.

func (*DocumentTaskCreateOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (DocumentTaskCreateOutput) String added in v1.2.21

func (s DocumentTaskCreateOutput) String() string

String returns the string representation

type DocumentTaskDeleteInput added in v1.2.21

type DocumentTaskDeleteInput struct {
	DeleteDoc *int64 `type:"int64" json:"deleteDoc,omitempty"`

	// TaskId is a required field
	TaskId *int64 `type:"int64" json:"taskId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DocumentTaskDeleteInput) GoString added in v1.2.21

func (s DocumentTaskDeleteInput) GoString() string

GoString returns the string representation

func (*DocumentTaskDeleteInput) SetDeleteDoc added in v1.2.21

SetDeleteDoc sets the DeleteDoc field's value.

func (*DocumentTaskDeleteInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (DocumentTaskDeleteInput) String added in v1.2.21

func (s DocumentTaskDeleteInput) String() string

String returns the string representation

func (*DocumentTaskDeleteInput) Validate added in v1.2.21

func (s *DocumentTaskDeleteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentTaskDeleteOutput added in v1.2.21

type DocumentTaskDeleteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DocumentTaskDeleteOutput) GoString added in v1.2.21

func (s DocumentTaskDeleteOutput) GoString() string

GoString returns the string representation

func (DocumentTaskDeleteOutput) String added in v1.2.21

func (s DocumentTaskDeleteOutput) String() string

String returns the string representation

type DocumentTaskDetailInput added in v1.2.21

type DocumentTaskDetailInput struct {

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`

	Raw *int32 `locationName:"raw" max:"1" type:"int32"`

	// TaskId is a required field
	TaskId *int32 `locationName:"taskId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (DocumentTaskDetailInput) GoString added in v1.2.21

func (s DocumentTaskDetailInput) GoString() string

GoString returns the string representation

func (*DocumentTaskDetailInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*DocumentTaskDetailInput) SetRaw added in v1.2.21

SetRaw sets the Raw field's value.

func (*DocumentTaskDetailInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (DocumentTaskDetailInput) String added in v1.2.21

func (s DocumentTaskDetailInput) String() string

String returns the string representation

func (*DocumentTaskDetailInput) Validate added in v1.2.21

func (s *DocumentTaskDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentTaskDetailOutput added in v1.2.21

type DocumentTaskDetailOutput struct {
	Metadata *response.ResponseMetadata

	List []*ListForDocumentTaskDetailOutput `type:"list" json:"list"`

	TaskInfo *TaskInfoForDocumentTaskDetailOutput `type:"structure" json:"taskInfo"`
	// contains filtered or unexported fields
}

func (DocumentTaskDetailOutput) GoString added in v1.2.21

func (s DocumentTaskDetailOutput) GoString() string

GoString returns the string representation

func (*DocumentTaskDetailOutput) SetList added in v1.2.21

SetList sets the List field's value.

func (*DocumentTaskDetailOutput) SetTaskInfo added in v1.2.21

SetTaskInfo sets the TaskInfo field's value.

func (DocumentTaskDetailOutput) String added in v1.2.21

func (s DocumentTaskDetailOutput) String() string

String returns the string representation

type DocumentTaskStopInput added in v1.2.21

type DocumentTaskStopInput struct {

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	SubTaskIds []*int64 `type:"list" json:"subTaskIds,omitempty"`

	// TaskId is a required field
	TaskId *int64 `type:"int64" json:"taskId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DocumentTaskStopInput) GoString added in v1.2.21

func (s DocumentTaskStopInput) GoString() string

GoString returns the string representation

func (*DocumentTaskStopInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*DocumentTaskStopInput) SetSubTaskIds added in v1.2.21

func (s *DocumentTaskStopInput) SetSubTaskIds(v []*int64) *DocumentTaskStopInput

SetSubTaskIds sets the SubTaskIds field's value.

func (*DocumentTaskStopInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (DocumentTaskStopInput) String added in v1.2.21

func (s DocumentTaskStopInput) String() string

String returns the string representation

func (*DocumentTaskStopInput) Validate added in v1.2.21

func (s *DocumentTaskStopInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentTaskStopOutput added in v1.2.21

type DocumentTaskStopOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DocumentTaskStopOutput) GoString added in v1.2.21

func (s DocumentTaskStopOutput) GoString() string

GoString returns the string representation

func (DocumentTaskStopOutput) String added in v1.2.21

func (s DocumentTaskStopOutput) String() string

String returns the string representation

type ExtraForProjectDetailOutput

type ExtraForProjectDetailOutput struct {
	Setting *SettingForProjectDetailOutput `type:"structure" json:"setting"`
	// contains filtered or unexported fields
}

func (ExtraForProjectDetailOutput) GoString

func (s ExtraForProjectDetailOutput) GoString() string

GoString returns the string representation

func (*ExtraForProjectDetailOutput) SetSetting

SetSetting sets the Setting field's value.

func (ExtraForProjectDetailOutput) String

String returns the string representation

type ExtraForProjectsOutput

type ExtraForProjectsOutput struct {
	Setting *SettingForProjectsOutput `type:"structure" json:"setting"`
	// contains filtered or unexported fields
}

func (ExtraForProjectsOutput) GoString

func (s ExtraForProjectsOutput) GoString() string

GoString returns the string representation

func (*ExtraForProjectsOutput) SetSetting

SetSetting sets the Setting field's value.

func (ExtraForProjectsOutput) String

func (s ExtraForProjectsOutput) String() string

String returns the string representation

type ExtraForVideoProjectListOutput

type ExtraForVideoProjectListOutput struct {
	Setting *SettingForVideoProjectListOutput `type:"structure" json:"setting"`
	// contains filtered or unexported fields
}

func (ExtraForVideoProjectListOutput) GoString

GoString returns the string representation

func (*ExtraForVideoProjectListOutput) SetSetting

SetSetting sets the Setting field's value.

func (ExtraForVideoProjectListOutput) String

String returns the string representation

type I18NOPENAPI

type I18NOPENAPI struct {
	*client.Client
}

I18NOPENAPI provides the API operation methods for making requests to I18N_OPENAPI. See this package's package overview docs for details on the service.

I18NOPENAPI methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*I18NOPENAPI) CreateVideoCreate

func (c *I18NOPENAPI) CreateVideoCreate(input *CreateVideoCreateInput) (*CreateVideoCreateOutput, error)

CreateVideoCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation CreateVideoCreate for usage and error information.

func (*I18NOPENAPI) CreateVideoCreateCommon

func (c *I18NOPENAPI) CreateVideoCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateVideoCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation CreateVideoCreateCommon for usage and error information.

func (*I18NOPENAPI) CreateVideoCreateCommonRequest

func (c *I18NOPENAPI) CreateVideoCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateVideoCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateVideoCreateCommon operation. The "output" return value will be populated with the CreateVideoCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateVideoCreateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVideoCreateCommon Send returns without error.

See CreateVideoCreateCommon for more information on using the CreateVideoCreateCommon API call, and error handling.

// Example sending a request using the CreateVideoCreateCommonRequest method.
req, resp := client.CreateVideoCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) CreateVideoCreateCommonWithContext

func (c *I18NOPENAPI) CreateVideoCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateVideoCreateCommonWithContext is the same as CreateVideoCreateCommon with the addition of the ability to pass a context and additional request options.

See CreateVideoCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) CreateVideoCreateRequest

func (c *I18NOPENAPI) CreateVideoCreateRequest(input *CreateVideoCreateInput) (req *request.Request, output *CreateVideoCreateOutput)

CreateVideoCreateRequest generates a "volcengine/request.Request" representing the client's request for the CreateVideoCreate operation. The "output" return value will be populated with the CreateVideoCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateVideoCreateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVideoCreateCommon Send returns without error.

See CreateVideoCreate for more information on using the CreateVideoCreate API call, and error handling.

// Example sending a request using the CreateVideoCreateRequest method.
req, resp := client.CreateVideoCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) CreateVideoCreateWithContext

func (c *I18NOPENAPI) CreateVideoCreateWithContext(ctx volcengine.Context, input *CreateVideoCreateInput, opts ...request.Option) (*CreateVideoCreateOutput, error)

CreateVideoCreateWithContext is the same as CreateVideoCreate with the addition of the ability to pass a context and additional request options.

See CreateVideoCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentCreate added in v1.2.21

func (c *I18NOPENAPI) DocumentCreate(input *DocumentCreateInput) (*DocumentCreateOutput, error)

DocumentCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentCreate for usage and error information.

func (*I18NOPENAPI) DocumentCreateCommon added in v1.2.21

func (c *I18NOPENAPI) DocumentCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DocumentCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentCreateCommon for usage and error information.

func (*I18NOPENAPI) DocumentCreateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DocumentCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DocumentCreateCommon operation. The "output" return value will be populated with the DocumentCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentCreateCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentCreateCommon Send returns without error.

See DocumentCreateCommon for more information on using the DocumentCreateCommon API call, and error handling.

// Example sending a request using the DocumentCreateCommonRequest method.
req, resp := client.DocumentCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentCreateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DocumentCreateCommonWithContext is the same as DocumentCreateCommon with the addition of the ability to pass a context and additional request options.

See DocumentCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentCreateRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentCreateRequest(input *DocumentCreateInput) (req *request.Request, output *DocumentCreateOutput)

DocumentCreateRequest generates a "volcengine/request.Request" representing the client's request for the DocumentCreate operation. The "output" return value will be populated with the DocumentCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentCreateCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentCreateCommon Send returns without error.

See DocumentCreate for more information on using the DocumentCreate API call, and error handling.

// Example sending a request using the DocumentCreateRequest method.
req, resp := client.DocumentCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentCreateWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentCreateWithContext(ctx volcengine.Context, input *DocumentCreateInput, opts ...request.Option) (*DocumentCreateOutput, error)

DocumentCreateWithContext is the same as DocumentCreate with the addition of the ability to pass a context and additional request options.

See DocumentCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskCreate added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreate(input *DocumentTaskCreateInput) (*DocumentTaskCreateOutput, error)

DocumentTaskCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskCreate for usage and error information.

func (*I18NOPENAPI) DocumentTaskCreateCommon added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DocumentTaskCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskCreateCommon for usage and error information.

func (*I18NOPENAPI) DocumentTaskCreateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DocumentTaskCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskCreateCommon operation. The "output" return value will be populated with the DocumentTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskCreateCommon Send returns without error.

See DocumentTaskCreateCommon for more information on using the DocumentTaskCreateCommon API call, and error handling.

// Example sending a request using the DocumentTaskCreateCommonRequest method.
req, resp := client.DocumentTaskCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskCreateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DocumentTaskCreateCommonWithContext is the same as DocumentTaskCreateCommon with the addition of the ability to pass a context and additional request options.

See DocumentTaskCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskCreateRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreateRequest(input *DocumentTaskCreateInput) (req *request.Request, output *DocumentTaskCreateOutput)

DocumentTaskCreateRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskCreate operation. The "output" return value will be populated with the DocumentTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskCreateCommon Send returns without error.

See DocumentTaskCreate for more information on using the DocumentTaskCreate API call, and error handling.

// Example sending a request using the DocumentTaskCreateRequest method.
req, resp := client.DocumentTaskCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskCreateWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskCreateWithContext(ctx volcengine.Context, input *DocumentTaskCreateInput, opts ...request.Option) (*DocumentTaskCreateOutput, error)

DocumentTaskCreateWithContext is the same as DocumentTaskCreate with the addition of the ability to pass a context and additional request options.

See DocumentTaskCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskDelete added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDelete(input *DocumentTaskDeleteInput) (*DocumentTaskDeleteOutput, error)

DocumentTaskDelete API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskDelete for usage and error information.

func (*I18NOPENAPI) DocumentTaskDeleteCommon added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DocumentTaskDeleteCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskDeleteCommon for usage and error information.

func (*I18NOPENAPI) DocumentTaskDeleteCommonRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DocumentTaskDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskDeleteCommon operation. The "output" return value will be populated with the DocumentTaskDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskDeleteCommon Send returns without error.

See DocumentTaskDeleteCommon for more information on using the DocumentTaskDeleteCommon API call, and error handling.

// Example sending a request using the DocumentTaskDeleteCommonRequest method.
req, resp := client.DocumentTaskDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskDeleteCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DocumentTaskDeleteCommonWithContext is the same as DocumentTaskDeleteCommon with the addition of the ability to pass a context and additional request options.

See DocumentTaskDeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskDeleteRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDeleteRequest(input *DocumentTaskDeleteInput) (req *request.Request, output *DocumentTaskDeleteOutput)

DocumentTaskDeleteRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskDelete operation. The "output" return value will be populated with the DocumentTaskDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskDeleteCommon Send returns without error.

See DocumentTaskDelete for more information on using the DocumentTaskDelete API call, and error handling.

// Example sending a request using the DocumentTaskDeleteRequest method.
req, resp := client.DocumentTaskDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskDeleteWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDeleteWithContext(ctx volcengine.Context, input *DocumentTaskDeleteInput, opts ...request.Option) (*DocumentTaskDeleteOutput, error)

DocumentTaskDeleteWithContext is the same as DocumentTaskDelete with the addition of the ability to pass a context and additional request options.

See DocumentTaskDelete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskDetail added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetail(input *DocumentTaskDetailInput) (*DocumentTaskDetailOutput, error)

DocumentTaskDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskDetail for usage and error information.

func (*I18NOPENAPI) DocumentTaskDetailCommon added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DocumentTaskDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskDetailCommon for usage and error information.

func (*I18NOPENAPI) DocumentTaskDetailCommonRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DocumentTaskDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskDetailCommon operation. The "output" return value will be populated with the DocumentTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskDetailCommon Send returns without error.

See DocumentTaskDetailCommon for more information on using the DocumentTaskDetailCommon API call, and error handling.

// Example sending a request using the DocumentTaskDetailCommonRequest method.
req, resp := client.DocumentTaskDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskDetailCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DocumentTaskDetailCommonWithContext is the same as DocumentTaskDetailCommon with the addition of the ability to pass a context and additional request options.

See DocumentTaskDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskDetailRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetailRequest(input *DocumentTaskDetailInput) (req *request.Request, output *DocumentTaskDetailOutput)

DocumentTaskDetailRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskDetail operation. The "output" return value will be populated with the DocumentTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskDetailCommon Send returns without error.

See DocumentTaskDetail for more information on using the DocumentTaskDetail API call, and error handling.

// Example sending a request using the DocumentTaskDetailRequest method.
req, resp := client.DocumentTaskDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskDetailWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskDetailWithContext(ctx volcengine.Context, input *DocumentTaskDetailInput, opts ...request.Option) (*DocumentTaskDetailOutput, error)

DocumentTaskDetailWithContext is the same as DocumentTaskDetail with the addition of the ability to pass a context and additional request options.

See DocumentTaskDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskStop added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStop(input *DocumentTaskStopInput) (*DocumentTaskStopOutput, error)

DocumentTaskStop API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskStop for usage and error information.

func (*I18NOPENAPI) DocumentTaskStopCommon added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStopCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DocumentTaskStopCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation DocumentTaskStopCommon for usage and error information.

func (*I18NOPENAPI) DocumentTaskStopCommonRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStopCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DocumentTaskStopCommonRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskStopCommon operation. The "output" return value will be populated with the DocumentTaskStopCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskStopCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskStopCommon Send returns without error.

See DocumentTaskStopCommon for more information on using the DocumentTaskStopCommon API call, and error handling.

// Example sending a request using the DocumentTaskStopCommonRequest method.
req, resp := client.DocumentTaskStopCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskStopCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStopCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DocumentTaskStopCommonWithContext is the same as DocumentTaskStopCommon with the addition of the ability to pass a context and additional request options.

See DocumentTaskStopCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) DocumentTaskStopRequest added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStopRequest(input *DocumentTaskStopInput) (req *request.Request, output *DocumentTaskStopOutput)

DocumentTaskStopRequest generates a "volcengine/request.Request" representing the client's request for the DocumentTaskStop operation. The "output" return value will be populated with the DocumentTaskStopCommon request's response once the request completes successfully.

Use "Send" method on the returned DocumentTaskStopCommon Request to send the API call to the service. the "output" return value is not valid until after DocumentTaskStopCommon Send returns without error.

See DocumentTaskStop for more information on using the DocumentTaskStop API call, and error handling.

// Example sending a request using the DocumentTaskStopRequest method.
req, resp := client.DocumentTaskStopRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) DocumentTaskStopWithContext added in v1.2.21

func (c *I18NOPENAPI) DocumentTaskStopWithContext(ctx volcengine.Context, input *DocumentTaskStopInput, opts ...request.Option) (*DocumentTaskStopOutput, error)

DocumentTaskStopWithContext is the same as DocumentTaskStop with the addition of the ability to pass a context and additional request options.

See DocumentTaskStop for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) Languages added in v1.2.21

func (c *I18NOPENAPI) Languages(input *LanguagesInput) (*LanguagesOutput, error)

Languages API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation Languages for usage and error information.

func (*I18NOPENAPI) LanguagesCommon added in v1.2.21

func (c *I18NOPENAPI) LanguagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LanguagesCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation LanguagesCommon for usage and error information.

func (*I18NOPENAPI) LanguagesCommonRequest added in v1.2.21

func (c *I18NOPENAPI) LanguagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LanguagesCommonRequest generates a "volcengine/request.Request" representing the client's request for the LanguagesCommon operation. The "output" return value will be populated with the LanguagesCommon request's response once the request completes successfully.

Use "Send" method on the returned LanguagesCommon Request to send the API call to the service. the "output" return value is not valid until after LanguagesCommon Send returns without error.

See LanguagesCommon for more information on using the LanguagesCommon API call, and error handling.

// Example sending a request using the LanguagesCommonRequest method.
req, resp := client.LanguagesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) LanguagesCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) LanguagesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LanguagesCommonWithContext is the same as LanguagesCommon with the addition of the ability to pass a context and additional request options.

See LanguagesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) LanguagesRequest added in v1.2.21

func (c *I18NOPENAPI) LanguagesRequest(input *LanguagesInput) (req *request.Request, output *LanguagesOutput)

LanguagesRequest generates a "volcengine/request.Request" representing the client's request for the Languages operation. The "output" return value will be populated with the LanguagesCommon request's response once the request completes successfully.

Use "Send" method on the returned LanguagesCommon Request to send the API call to the service. the "output" return value is not valid until after LanguagesCommon Send returns without error.

See Languages for more information on using the Languages API call, and error handling.

// Example sending a request using the LanguagesRequest method.
req, resp := client.LanguagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) LanguagesWithContext added in v1.2.21

func (c *I18NOPENAPI) LanguagesWithContext(ctx volcengine.Context, input *LanguagesInput, opts ...request.Option) (*LanguagesOutput, error)

LanguagesWithContext is the same as Languages with the addition of the ability to pass a context and additional request options.

See Languages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) MtSupportLang added in v1.2.21

func (c *I18NOPENAPI) MtSupportLang(input *MtSupportLangInput) (*MtSupportLangOutput, error)

MtSupportLang API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation MtSupportLang for usage and error information.

func (*I18NOPENAPI) MtSupportLangCommon added in v1.2.21

func (c *I18NOPENAPI) MtSupportLangCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MtSupportLangCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation MtSupportLangCommon for usage and error information.

func (*I18NOPENAPI) MtSupportLangCommonRequest added in v1.2.21

func (c *I18NOPENAPI) MtSupportLangCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MtSupportLangCommonRequest generates a "volcengine/request.Request" representing the client's request for the MtSupportLangCommon operation. The "output" return value will be populated with the MtSupportLangCommon request's response once the request completes successfully.

Use "Send" method on the returned MtSupportLangCommon Request to send the API call to the service. the "output" return value is not valid until after MtSupportLangCommon Send returns without error.

See MtSupportLangCommon for more information on using the MtSupportLangCommon API call, and error handling.

// Example sending a request using the MtSupportLangCommonRequest method.
req, resp := client.MtSupportLangCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) MtSupportLangCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) MtSupportLangCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MtSupportLangCommonWithContext is the same as MtSupportLangCommon with the addition of the ability to pass a context and additional request options.

See MtSupportLangCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) MtSupportLangRequest added in v1.2.21

func (c *I18NOPENAPI) MtSupportLangRequest(input *MtSupportLangInput) (req *request.Request, output *MtSupportLangOutput)

MtSupportLangRequest generates a "volcengine/request.Request" representing the client's request for the MtSupportLang operation. The "output" return value will be populated with the MtSupportLangCommon request's response once the request completes successfully.

Use "Send" method on the returned MtSupportLangCommon Request to send the API call to the service. the "output" return value is not valid until after MtSupportLangCommon Send returns without error.

See MtSupportLang for more information on using the MtSupportLang API call, and error handling.

// Example sending a request using the MtSupportLangRequest method.
req, resp := client.MtSupportLangRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) MtSupportLangWithContext added in v1.2.21

func (c *I18NOPENAPI) MtSupportLangWithContext(ctx volcengine.Context, input *MtSupportLangInput, opts ...request.Option) (*MtSupportLangOutput, error)

MtSupportLangWithContext is the same as MtSupportLang with the addition of the ability to pass a context and additional request options.

See MtSupportLang for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDetail

func (c *I18NOPENAPI) ProjectDetail(input *ProjectDetailInput) (*ProjectDetailOutput, error)

ProjectDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDetail for usage and error information.

func (*I18NOPENAPI) ProjectDetailCommon

func (c *I18NOPENAPI) ProjectDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectDetailCommonRequest

func (c *I18NOPENAPI) ProjectDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDetailCommon operation. The "output" return value will be populated with the ProjectDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDetailCommon Send returns without error.

See ProjectDetailCommon for more information on using the ProjectDetailCommon API call, and error handling.

// Example sending a request using the ProjectDetailCommonRequest method.
req, resp := client.ProjectDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDetailCommonWithContext

func (c *I18NOPENAPI) ProjectDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectDetailCommonWithContext is the same as ProjectDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDetailRequest

func (c *I18NOPENAPI) ProjectDetailRequest(input *ProjectDetailInput) (req *request.Request, output *ProjectDetailOutput)

ProjectDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDetail operation. The "output" return value will be populated with the ProjectDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDetailCommon Send returns without error.

See ProjectDetail for more information on using the ProjectDetail API call, and error handling.

// Example sending a request using the ProjectDetailRequest method.
req, resp := client.ProjectDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDetailWithContext

func (c *I18NOPENAPI) ProjectDetailWithContext(ctx volcengine.Context, input *ProjectDetailInput, opts ...request.Option) (*ProjectDetailOutput, error)

ProjectDetailWithContext is the same as ProjectDetail with the addition of the ability to pass a context and additional request options.

See ProjectDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDownloadProgressQuery added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQuery(input *ProjectDownloadProgressQueryInput) (*ProjectDownloadProgressQueryOutput, error)

ProjectDownloadProgressQuery API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDownloadProgressQuery for usage and error information.

func (*I18NOPENAPI) ProjectDownloadProgressQueryCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectDownloadProgressQueryCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDownloadProgressQueryCommon for usage and error information.

func (*I18NOPENAPI) ProjectDownloadProgressQueryCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectDownloadProgressQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDownloadProgressQueryCommon operation. The "output" return value will be populated with the ProjectDownloadProgressQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDownloadProgressQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDownloadProgressQueryCommon Send returns without error.

See ProjectDownloadProgressQueryCommon for more information on using the ProjectDownloadProgressQueryCommon API call, and error handling.

// Example sending a request using the ProjectDownloadProgressQueryCommonRequest method.
req, resp := client.ProjectDownloadProgressQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDownloadProgressQueryCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectDownloadProgressQueryCommonWithContext is the same as ProjectDownloadProgressQueryCommon with the addition of the ability to pass a context and additional request options.

See ProjectDownloadProgressQueryCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDownloadProgressQueryRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQueryRequest(input *ProjectDownloadProgressQueryInput) (req *request.Request, output *ProjectDownloadProgressQueryOutput)

ProjectDownloadProgressQueryRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDownloadProgressQuery operation. The "output" return value will be populated with the ProjectDownloadProgressQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDownloadProgressQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDownloadProgressQueryCommon Send returns without error.

See ProjectDownloadProgressQuery for more information on using the ProjectDownloadProgressQuery API call, and error handling.

// Example sending a request using the ProjectDownloadProgressQueryRequest method.
req, resp := client.ProjectDownloadProgressQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDownloadProgressQueryWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadProgressQueryWithContext(ctx volcengine.Context, input *ProjectDownloadProgressQueryInput, opts ...request.Option) (*ProjectDownloadProgressQueryOutput, error)

ProjectDownloadProgressQueryWithContext is the same as ProjectDownloadProgressQuery with the addition of the ability to pass a context and additional request options.

See ProjectDownloadProgressQuery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDownloadTaskDelete added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDelete(input *ProjectDownloadTaskDeleteInput) (*ProjectDownloadTaskDeleteOutput, error)

ProjectDownloadTaskDelete API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDownloadTaskDelete for usage and error information.

func (*I18NOPENAPI) ProjectDownloadTaskDeleteCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectDownloadTaskDeleteCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectDownloadTaskDeleteCommon for usage and error information.

func (*I18NOPENAPI) ProjectDownloadTaskDeleteCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectDownloadTaskDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDownloadTaskDeleteCommon operation. The "output" return value will be populated with the ProjectDownloadTaskDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDownloadTaskDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDownloadTaskDeleteCommon Send returns without error.

See ProjectDownloadTaskDeleteCommon for more information on using the ProjectDownloadTaskDeleteCommon API call, and error handling.

// Example sending a request using the ProjectDownloadTaskDeleteCommonRequest method.
req, resp := client.ProjectDownloadTaskDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDownloadTaskDeleteCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectDownloadTaskDeleteCommonWithContext is the same as ProjectDownloadTaskDeleteCommon with the addition of the ability to pass a context and additional request options.

See ProjectDownloadTaskDeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectDownloadTaskDeleteRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDeleteRequest(input *ProjectDownloadTaskDeleteInput) (req *request.Request, output *ProjectDownloadTaskDeleteOutput)

ProjectDownloadTaskDeleteRequest generates a "volcengine/request.Request" representing the client's request for the ProjectDownloadTaskDelete operation. The "output" return value will be populated with the ProjectDownloadTaskDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectDownloadTaskDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectDownloadTaskDeleteCommon Send returns without error.

See ProjectDownloadTaskDelete for more information on using the ProjectDownloadTaskDelete API call, and error handling.

// Example sending a request using the ProjectDownloadTaskDeleteRequest method.
req, resp := client.ProjectDownloadTaskDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectDownloadTaskDeleteWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectDownloadTaskDeleteWithContext(ctx volcengine.Context, input *ProjectDownloadTaskDeleteInput, opts ...request.Option) (*ProjectDownloadTaskDeleteOutput, error)

ProjectDownloadTaskDeleteWithContext is the same as ProjectDownloadTaskDelete with the addition of the ability to pass a context and additional request options.

See ProjectDownloadTaskDelete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectMtDetect added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetect(input *ProjectMtDetectInput) (*ProjectMtDetectOutput, error)

ProjectMtDetect API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectMtDetect for usage and error information.

func (*I18NOPENAPI) ProjectMtDetectCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectMtDetectCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectMtDetectCommon for usage and error information.

func (*I18NOPENAPI) ProjectMtDetectCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectMtDetectCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectMtDetectCommon operation. The "output" return value will be populated with the ProjectMtDetectCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectMtDetectCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectMtDetectCommon Send returns without error.

See ProjectMtDetectCommon for more information on using the ProjectMtDetectCommon API call, and error handling.

// Example sending a request using the ProjectMtDetectCommonRequest method.
req, resp := client.ProjectMtDetectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectMtDetectCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectMtDetectCommonWithContext is the same as ProjectMtDetectCommon with the addition of the ability to pass a context and additional request options.

See ProjectMtDetectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectMtDetectRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetectRequest(input *ProjectMtDetectInput) (req *request.Request, output *ProjectMtDetectOutput)

ProjectMtDetectRequest generates a "volcengine/request.Request" representing the client's request for the ProjectMtDetect operation. The "output" return value will be populated with the ProjectMtDetectCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectMtDetectCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectMtDetectCommon Send returns without error.

See ProjectMtDetect for more information on using the ProjectMtDetect API call, and error handling.

// Example sending a request using the ProjectMtDetectRequest method.
req, resp := client.ProjectMtDetectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectMtDetectWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectMtDetectWithContext(ctx volcengine.Context, input *ProjectMtDetectInput, opts ...request.Option) (*ProjectMtDetectOutput, error)

ProjectMtDetectWithContext is the same as ProjectMtDetect with the addition of the ability to pass a context and additional request options.

See ProjectMtDetect for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectMtTranslate added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslate(input *ProjectMtTranslateInput) (*ProjectMtTranslateOutput, error)

ProjectMtTranslate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectMtTranslate for usage and error information.

func (*I18NOPENAPI) ProjectMtTranslateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectMtTranslateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectMtTranslateCommon for usage and error information.

func (*I18NOPENAPI) ProjectMtTranslateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectMtTranslateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectMtTranslateCommon operation. The "output" return value will be populated with the ProjectMtTranslateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectMtTranslateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectMtTranslateCommon Send returns without error.

See ProjectMtTranslateCommon for more information on using the ProjectMtTranslateCommon API call, and error handling.

// Example sending a request using the ProjectMtTranslateCommonRequest method.
req, resp := client.ProjectMtTranslateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectMtTranslateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectMtTranslateCommonWithContext is the same as ProjectMtTranslateCommon with the addition of the ability to pass a context and additional request options.

See ProjectMtTranslateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectMtTranslateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslateRequest(input *ProjectMtTranslateInput) (req *request.Request, output *ProjectMtTranslateOutput)

ProjectMtTranslateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectMtTranslate operation. The "output" return value will be populated with the ProjectMtTranslateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectMtTranslateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectMtTranslateCommon Send returns without error.

See ProjectMtTranslate for more information on using the ProjectMtTranslate API call, and error handling.

// Example sending a request using the ProjectMtTranslateRequest method.
req, resp := client.ProjectMtTranslateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectMtTranslateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectMtTranslateWithContext(ctx volcengine.Context, input *ProjectMtTranslateInput, opts ...request.Option) (*ProjectMtTranslateOutput, error)

ProjectMtTranslateWithContext is the same as ProjectMtTranslate with the addition of the ability to pass a context and additional request options.

See ProjectMtTranslate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceCreate

func (c *I18NOPENAPI) ProjectNamespaceCreate(input *ProjectNamespaceCreateInput) (*ProjectNamespaceCreateOutput, error)

ProjectNamespaceCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceCreate for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceCreateCommon

func (c *I18NOPENAPI) ProjectNamespaceCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceCreateCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceCreateCommonRequest

func (c *I18NOPENAPI) ProjectNamespaceCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceCreateCommon operation. The "output" return value will be populated with the ProjectNamespaceCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceCreateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceCreateCommon Send returns without error.

See ProjectNamespaceCreateCommon for more information on using the ProjectNamespaceCreateCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceCreateCommonRequest method.
req, resp := client.ProjectNamespaceCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceCreateCommonWithContext

func (c *I18NOPENAPI) ProjectNamespaceCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceCreateCommonWithContext is the same as ProjectNamespaceCreateCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceCreateRequest

func (c *I18NOPENAPI) ProjectNamespaceCreateRequest(input *ProjectNamespaceCreateInput) (req *request.Request, output *ProjectNamespaceCreateOutput)

ProjectNamespaceCreateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceCreate operation. The "output" return value will be populated with the ProjectNamespaceCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceCreateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceCreateCommon Send returns without error.

See ProjectNamespaceCreate for more information on using the ProjectNamespaceCreate API call, and error handling.

// Example sending a request using the ProjectNamespaceCreateRequest method.
req, resp := client.ProjectNamespaceCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceCreateWithContext

func (c *I18NOPENAPI) ProjectNamespaceCreateWithContext(ctx volcengine.Context, input *ProjectNamespaceCreateInput, opts ...request.Option) (*ProjectNamespaceCreateOutput, error)

ProjectNamespaceCreateWithContext is the same as ProjectNamespaceCreate with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceDetail

func (c *I18NOPENAPI) ProjectNamespaceDetail(input *ProjectNamespaceDetailInput) (*ProjectNamespaceDetailOutput, error)

ProjectNamespaceDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceDetail for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceDetailCommon

func (c *I18NOPENAPI) ProjectNamespaceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceDetailCommonRequest

func (c *I18NOPENAPI) ProjectNamespaceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceDetailCommon operation. The "output" return value will be populated with the ProjectNamespaceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceDetailCommon Send returns without error.

See ProjectNamespaceDetailCommon for more information on using the ProjectNamespaceDetailCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceDetailCommonRequest method.
req, resp := client.ProjectNamespaceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceDetailCommonWithContext

func (c *I18NOPENAPI) ProjectNamespaceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceDetailCommonWithContext is the same as ProjectNamespaceDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceDetailRequest

func (c *I18NOPENAPI) ProjectNamespaceDetailRequest(input *ProjectNamespaceDetailInput) (req *request.Request, output *ProjectNamespaceDetailOutput)

ProjectNamespaceDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceDetail operation. The "output" return value will be populated with the ProjectNamespaceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceDetailCommon Send returns without error.

See ProjectNamespaceDetail for more information on using the ProjectNamespaceDetail API call, and error handling.

// Example sending a request using the ProjectNamespaceDetailRequest method.
req, resp := client.ProjectNamespaceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceDetailWithContext

func (c *I18NOPENAPI) ProjectNamespaceDetailWithContext(ctx volcengine.Context, input *ProjectNamespaceDetailInput, opts ...request.Option) (*ProjectNamespaceDetailOutput, error)

ProjectNamespaceDetailWithContext is the same as ProjectNamespaceDetail with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceAdd added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAdd(input *ProjectNamespaceSourceAddInput) (*ProjectNamespaceSourceAddOutput, error)

ProjectNamespaceSourceAdd API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceAdd for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceAddCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAddCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceAddCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceAddCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceAddCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAddCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceAddCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceAddCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceAddCommon Send returns without error.

See ProjectNamespaceSourceAddCommon for more information on using the ProjectNamespaceSourceAddCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceAddCommonRequest method.
req, resp := client.ProjectNamespaceSourceAddCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceAddCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAddCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceAddCommonWithContext is the same as ProjectNamespaceSourceAddCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceAddCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceAddRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAddRequest(input *ProjectNamespaceSourceAddInput) (req *request.Request, output *ProjectNamespaceSourceAddOutput)

ProjectNamespaceSourceAddRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceAdd operation. The "output" return value will be populated with the ProjectNamespaceSourceAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceAddCommon Send returns without error.

See ProjectNamespaceSourceAdd for more information on using the ProjectNamespaceSourceAdd API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceAddRequest method.
req, resp := client.ProjectNamespaceSourceAddRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceAddWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceAddWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceAddInput, opts ...request.Option) (*ProjectNamespaceSourceAddOutput, error)

ProjectNamespaceSourceAddWithContext is the same as ProjectNamespaceSourceAdd with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceAdd for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIds added in v1.2.21

ProjectNamespaceSourceDeleteByIds API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDeleteByIds for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceDeleteByIdsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDeleteByIdsCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceDeleteByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDeleteByIdsCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDeleteByIdsCommon Send returns without error.

See ProjectNamespaceSourceDeleteByIdsCommon for more information on using the ProjectNamespaceSourceDeleteByIdsCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDeleteByIdsCommonRequest method.
req, resp := client.ProjectNamespaceSourceDeleteByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceDeleteByIdsCommonWithContext is the same as ProjectNamespaceSourceDeleteByIdsCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDeleteByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsRequest(input *ProjectNamespaceSourceDeleteByIdsInput) (req *request.Request, output *ProjectNamespaceSourceDeleteByIdsOutput)

ProjectNamespaceSourceDeleteByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDeleteByIds operation. The "output" return value will be populated with the ProjectNamespaceSourceDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDeleteByIdsCommon Send returns without error.

See ProjectNamespaceSourceDeleteByIds for more information on using the ProjectNamespaceSourceDeleteByIds API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDeleteByIdsRequest method.
req, resp := client.ProjectNamespaceSourceDeleteByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByIdsWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceDeleteByIdsInput, opts ...request.Option) (*ProjectNamespaceSourceDeleteByIdsOutput, error)

ProjectNamespaceSourceDeleteByIdsWithContext is the same as ProjectNamespaceSourceDeleteByIds with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDeleteByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeys added in v1.2.21

ProjectNamespaceSourceDeleteByKeys API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDeleteByKeys for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceDeleteByKeysCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDeleteByKeysCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceDeleteByKeysCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDeleteByKeysCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDeleteByKeysCommon Send returns without error.

See ProjectNamespaceSourceDeleteByKeysCommon for more information on using the ProjectNamespaceSourceDeleteByKeysCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDeleteByKeysCommonRequest method.
req, resp := client.ProjectNamespaceSourceDeleteByKeysCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceDeleteByKeysCommonWithContext is the same as ProjectNamespaceSourceDeleteByKeysCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDeleteByKeysCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysRequest(input *ProjectNamespaceSourceDeleteByKeysInput) (req *request.Request, output *ProjectNamespaceSourceDeleteByKeysOutput)

ProjectNamespaceSourceDeleteByKeysRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDeleteByKeys operation. The "output" return value will be populated with the ProjectNamespaceSourceDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDeleteByKeysCommon Send returns without error.

See ProjectNamespaceSourceDeleteByKeys for more information on using the ProjectNamespaceSourceDeleteByKeys API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDeleteByKeysRequest method.
req, resp := client.ProjectNamespaceSourceDeleteByKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDeleteByKeysWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceDeleteByKeysInput, opts ...request.Option) (*ProjectNamespaceSourceDeleteByKeysOutput, error)

ProjectNamespaceSourceDeleteByKeysWithContext is the same as ProjectNamespaceSourceDeleteByKeys with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDeleteByKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDetail added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetail(input *ProjectNamespaceSourceDetailInput) (*ProjectNamespaceSourceDetailOutput, error)

ProjectNamespaceSourceDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDetail for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDetailCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDetailCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDetailCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDetailCommon Send returns without error.

See ProjectNamespaceSourceDetailCommon for more information on using the ProjectNamespaceSourceDetailCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDetailCommonRequest method.
req, resp := client.ProjectNamespaceSourceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDetailCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceDetailCommonWithContext is the same as ProjectNamespaceSourceDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDetailRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetailRequest(input *ProjectNamespaceSourceDetailInput) (req *request.Request, output *ProjectNamespaceSourceDetailOutput)

ProjectNamespaceSourceDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDetail operation. The "output" return value will be populated with the ProjectNamespaceSourceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDetailCommon Send returns without error.

See ProjectNamespaceSourceDetail for more information on using the ProjectNamespaceSourceDetail API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDetailRequest method.
req, resp := client.ProjectNamespaceSourceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDetailWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDetailWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceDetailInput, opts ...request.Option) (*ProjectNamespaceSourceDetailOutput, error)

ProjectNamespaceSourceDetailWithContext is the same as ProjectNamespaceSourceDetail with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDownload added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownload(input *ProjectNamespaceSourceDownloadInput) (*ProjectNamespaceSourceDownloadOutput, error)

ProjectNamespaceSourceDownload API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDownload for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDownloadCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownloadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceDownloadCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceDownloadCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceDownloadCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownloadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceDownloadCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDownloadCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDownloadCommon Send returns without error.

See ProjectNamespaceSourceDownloadCommon for more information on using the ProjectNamespaceSourceDownloadCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDownloadCommonRequest method.
req, resp := client.ProjectNamespaceSourceDownloadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDownloadCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownloadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceDownloadCommonWithContext is the same as ProjectNamespaceSourceDownloadCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDownloadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceDownloadRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownloadRequest(input *ProjectNamespaceSourceDownloadInput) (req *request.Request, output *ProjectNamespaceSourceDownloadOutput)

ProjectNamespaceSourceDownloadRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceDownload operation. The "output" return value will be populated with the ProjectNamespaceSourceDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceDownloadCommon Send returns without error.

See ProjectNamespaceSourceDownload for more information on using the ProjectNamespaceSourceDownload API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceDownloadRequest method.
req, resp := client.ProjectNamespaceSourceDownloadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceDownloadWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceDownloadWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceDownloadInput, opts ...request.Option) (*ProjectNamespaceSourceDownloadOutput, error)

ProjectNamespaceSourceDownloadWithContext is the same as ProjectNamespaceSourceDownload with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceDownload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdate added in v1.2.21

ProjectNamespaceSourceMultiUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceMultiUpdate for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceMultiUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceMultiUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceMultiUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceMultiUpdateCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceMultiUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceMultiUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceMultiUpdateCommon Send returns without error.

See ProjectNamespaceSourceMultiUpdateCommon for more information on using the ProjectNamespaceSourceMultiUpdateCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceMultiUpdateCommonRequest method.
req, resp := client.ProjectNamespaceSourceMultiUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceMultiUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceMultiUpdateCommonWithContext is the same as ProjectNamespaceSourceMultiUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceMultiUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceMultiUpdateRequest(input *ProjectNamespaceSourceMultiUpdateInput) (req *request.Request, output *ProjectNamespaceSourceMultiUpdateOutput)

ProjectNamespaceSourceMultiUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceMultiUpdate operation. The "output" return value will be populated with the ProjectNamespaceSourceMultiUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceMultiUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceMultiUpdateCommon Send returns without error.

See ProjectNamespaceSourceMultiUpdate for more information on using the ProjectNamespaceSourceMultiUpdate API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceMultiUpdateRequest method.
req, resp := client.ProjectNamespaceSourceMultiUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceMultiUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceMultiUpdateWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceMultiUpdateInput, opts ...request.Option) (*ProjectNamespaceSourceMultiUpdateOutput, error)

ProjectNamespaceSourceMultiUpdateWithContext is the same as ProjectNamespaceSourceMultiUpdate with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceMultiUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdate(input *ProjectNamespaceSourceUpdateInput) (*ProjectNamespaceSourceUpdateOutput, error)

ProjectNamespaceSourceUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceUpdate for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceSourceUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceSourceUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceSourceUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceSourceUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceUpdateCommon operation. The "output" return value will be populated with the ProjectNamespaceSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceUpdateCommon Send returns without error.

See ProjectNamespaceSourceUpdateCommon for more information on using the ProjectNamespaceSourceUpdateCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceUpdateCommonRequest method.
req, resp := client.ProjectNamespaceSourceUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceSourceUpdateCommonWithContext is the same as ProjectNamespaceSourceUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceSourceUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdateRequest(input *ProjectNamespaceSourceUpdateInput) (req *request.Request, output *ProjectNamespaceSourceUpdateOutput)

ProjectNamespaceSourceUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceSourceUpdate operation. The "output" return value will be populated with the ProjectNamespaceSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceSourceUpdateCommon Send returns without error.

See ProjectNamespaceSourceUpdate for more information on using the ProjectNamespaceSourceUpdate API call, and error handling.

// Example sending a request using the ProjectNamespaceSourceUpdateRequest method.
req, resp := client.ProjectNamespaceSourceUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceSourceUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceSourceUpdateWithContext(ctx volcengine.Context, input *ProjectNamespaceSourceUpdateInput, opts ...request.Option) (*ProjectNamespaceSourceUpdateOutput, error)

ProjectNamespaceSourceUpdateWithContext is the same as ProjectNamespaceSourceUpdate with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceSourceUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteById added in v1.2.21

ProjectNamespaceTargetDeleteById API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteById for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByIdCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteByIdCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetDeleteByIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteByIdCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByIdCommon Send returns without error.

See ProjectNamespaceTargetDeleteByIdCommon for more information on using the ProjectNamespaceTargetDeleteByIdCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByIdCommonRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByIdCommonWithContext is the same as ProjectNamespaceTargetDeleteByIdCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteByIdCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdRequest(input *ProjectNamespaceTargetDeleteByIdInput) (req *request.Request, output *ProjectNamespaceTargetDeleteByIdOutput)

ProjectNamespaceTargetDeleteByIdRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteById operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByIdCommon Send returns without error.

See ProjectNamespaceTargetDeleteById for more information on using the ProjectNamespaceTargetDeleteById API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByIdRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetDeleteByIdInput, opts ...request.Option) (*ProjectNamespaceTargetDeleteByIdOutput, error)

ProjectNamespaceTargetDeleteByIdWithContext is the same as ProjectNamespaceTargetDeleteById with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteById for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIds added in v1.2.21

ProjectNamespaceTargetDeleteByIds API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteByIds for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByIdsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteByIdsCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetDeleteByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteByIdsCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByIdsCommon Send returns without error.

See ProjectNamespaceTargetDeleteByIdsCommon for more information on using the ProjectNamespaceTargetDeleteByIdsCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByIdsCommonRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByIdsCommonWithContext is the same as ProjectNamespaceTargetDeleteByIdsCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsRequest(input *ProjectNamespaceTargetDeleteByIdsInput) (req *request.Request, output *ProjectNamespaceTargetDeleteByIdsOutput)

ProjectNamespaceTargetDeleteByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteByIds operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByIdsCommon Send returns without error.

See ProjectNamespaceTargetDeleteByIds for more information on using the ProjectNamespaceTargetDeleteByIds API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByIdsRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByIdsWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetDeleteByIdsInput, opts ...request.Option) (*ProjectNamespaceTargetDeleteByIdsOutput, error)

ProjectNamespaceTargetDeleteByIdsWithContext is the same as ProjectNamespaceTargetDeleteByIds with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeys added in v1.2.21

ProjectNamespaceTargetDeleteByKeys API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteByKeys for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByKeysCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDeleteByKeysCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetDeleteByKeysCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteByKeysCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByKeysCommon Send returns without error.

See ProjectNamespaceTargetDeleteByKeysCommon for more information on using the ProjectNamespaceTargetDeleteByKeysCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByKeysCommonRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByKeysCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetDeleteByKeysCommonWithContext is the same as ProjectNamespaceTargetDeleteByKeysCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteByKeysCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysRequest(input *ProjectNamespaceTargetDeleteByKeysInput) (req *request.Request, output *ProjectNamespaceTargetDeleteByKeysOutput)

ProjectNamespaceTargetDeleteByKeysRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDeleteByKeys operation. The "output" return value will be populated with the ProjectNamespaceTargetDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDeleteByKeysCommon Send returns without error.

See ProjectNamespaceTargetDeleteByKeys for more information on using the ProjectNamespaceTargetDeleteByKeys API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDeleteByKeysRequest method.
req, resp := client.ProjectNamespaceTargetDeleteByKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDeleteByKeysWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetDeleteByKeysInput, opts ...request.Option) (*ProjectNamespaceTargetDeleteByKeysOutput, error)

ProjectNamespaceTargetDeleteByKeysWithContext is the same as ProjectNamespaceTargetDeleteByKeys with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDeleteByKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDownload added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownload(input *ProjectNamespaceTargetDownloadInput) (*ProjectNamespaceTargetDownloadOutput, error)

ProjectNamespaceTargetDownload API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDownload for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDownloadCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownloadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetDownloadCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetDownloadCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetDownloadCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownloadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetDownloadCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDownloadCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDownloadCommon Send returns without error.

See ProjectNamespaceTargetDownloadCommon for more information on using the ProjectNamespaceTargetDownloadCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDownloadCommonRequest method.
req, resp := client.ProjectNamespaceTargetDownloadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDownloadCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownloadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetDownloadCommonWithContext is the same as ProjectNamespaceTargetDownloadCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDownloadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetDownloadRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownloadRequest(input *ProjectNamespaceTargetDownloadInput) (req *request.Request, output *ProjectNamespaceTargetDownloadOutput)

ProjectNamespaceTargetDownloadRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetDownload operation. The "output" return value will be populated with the ProjectNamespaceTargetDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetDownloadCommon Send returns without error.

See ProjectNamespaceTargetDownload for more information on using the ProjectNamespaceTargetDownload API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetDownloadRequest method.
req, resp := client.ProjectNamespaceTargetDownloadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetDownloadWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetDownloadWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetDownloadInput, opts ...request.Option) (*ProjectNamespaceTargetDownloadOutput, error)

ProjectNamespaceTargetDownloadWithContext is the same as ProjectNamespaceTargetDownload with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetDownload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdate(input *ProjectNamespaceTargetUpdateInput) (*ProjectNamespaceTargetUpdateOutput, error)

ProjectNamespaceTargetUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetUpdate for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetUpdateCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetUpdateCommon Send returns without error.

See ProjectNamespaceTargetUpdateCommon for more information on using the ProjectNamespaceTargetUpdateCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetUpdateCommonRequest method.
req, resp := client.ProjectNamespaceTargetUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetUpdateCommonWithContext is the same as ProjectNamespaceTargetUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdateRequest(input *ProjectNamespaceTargetUpdateInput) (req *request.Request, output *ProjectNamespaceTargetUpdateOutput)

ProjectNamespaceTargetUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetUpdate operation. The "output" return value will be populated with the ProjectNamespaceTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetUpdateCommon Send returns without error.

See ProjectNamespaceTargetUpdate for more information on using the ProjectNamespaceTargetUpdate API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetUpdateRequest method.
req, resp := client.ProjectNamespaceTargetUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetUpdateWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetUpdateInput, opts ...request.Option) (*ProjectNamespaceTargetUpdateOutput, error)

ProjectNamespaceTargetUpdateWithContext is the same as ProjectNamespaceTargetUpdate with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargets added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargets(input *ProjectNamespaceTargetsInput) (*ProjectNamespaceTargetsOutput, error)

ProjectNamespaceTargets API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargets for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTargetsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTargetsCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTargetsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTargetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargetsCommon operation. The "output" return value will be populated with the ProjectNamespaceTargetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetsCommon Send returns without error.

See ProjectNamespaceTargetsCommon for more information on using the ProjectNamespaceTargetsCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetsCommonRequest method.
req, resp := client.ProjectNamespaceTargetsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTargetsCommonWithContext is the same as ProjectNamespaceTargetsCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargetsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTargetsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetsRequest(input *ProjectNamespaceTargetsInput) (req *request.Request, output *ProjectNamespaceTargetsOutput)

ProjectNamespaceTargetsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTargets operation. The "output" return value will be populated with the ProjectNamespaceTargetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTargetsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTargetsCommon Send returns without error.

See ProjectNamespaceTargets for more information on using the ProjectNamespaceTargets API call, and error handling.

// Example sending a request using the ProjectNamespaceTargetsRequest method.
req, resp := client.ProjectNamespaceTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTargetsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTargetsWithContext(ctx volcengine.Context, input *ProjectNamespaceTargetsInput, opts ...request.Option) (*ProjectNamespaceTargetsOutput, error)

ProjectNamespaceTargetsWithContext is the same as ProjectNamespaceTargets with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTextImport added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImport(input *ProjectNamespaceTextImportInput) (*ProjectNamespaceTextImportOutput, error)

ProjectNamespaceTextImport API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTextImport for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTextImportCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImportCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceTextImportCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceTextImportCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceTextImportCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceTextImportCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTextImportCommon operation. The "output" return value will be populated with the ProjectNamespaceTextImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTextImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTextImportCommon Send returns without error.

See ProjectNamespaceTextImportCommon for more information on using the ProjectNamespaceTextImportCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceTextImportCommonRequest method.
req, resp := client.ProjectNamespaceTextImportCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTextImportCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceTextImportCommonWithContext is the same as ProjectNamespaceTextImportCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTextImportCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceTextImportRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImportRequest(input *ProjectNamespaceTextImportInput) (req *request.Request, output *ProjectNamespaceTextImportOutput)

ProjectNamespaceTextImportRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceTextImport operation. The "output" return value will be populated with the ProjectNamespaceTextImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceTextImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceTextImportCommon Send returns without error.

See ProjectNamespaceTextImport for more information on using the ProjectNamespaceTextImport API call, and error handling.

// Example sending a request using the ProjectNamespaceTextImportRequest method.
req, resp := client.ProjectNamespaceTextImportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceTextImportWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceTextImportWithContext(ctx volcengine.Context, input *ProjectNamespaceTextImportInput, opts ...request.Option) (*ProjectNamespaceTextImportOutput, error)

ProjectNamespaceTextImportWithContext is the same as ProjectNamespaceTextImport with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceTextImport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdate(input *ProjectNamespaceUpdateInput) (*ProjectNamespaceUpdateOutput, error)

ProjectNamespaceUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceUpdate for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespaceUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaceUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespaceUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespaceUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceUpdateCommon operation. The "output" return value will be populated with the ProjectNamespaceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceUpdateCommon Send returns without error.

See ProjectNamespaceUpdateCommon for more information on using the ProjectNamespaceUpdateCommon API call, and error handling.

// Example sending a request using the ProjectNamespaceUpdateCommonRequest method.
req, resp := client.ProjectNamespaceUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespaceUpdateCommonWithContext is the same as ProjectNamespaceUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaceUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdateRequest(input *ProjectNamespaceUpdateInput) (req *request.Request, output *ProjectNamespaceUpdateOutput)

ProjectNamespaceUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaceUpdate operation. The "output" return value will be populated with the ProjectNamespaceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespaceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespaceUpdateCommon Send returns without error.

See ProjectNamespaceUpdate for more information on using the ProjectNamespaceUpdate API call, and error handling.

// Example sending a request using the ProjectNamespaceUpdateRequest method.
req, resp := client.ProjectNamespaceUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespaceUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespaceUpdateWithContext(ctx volcengine.Context, input *ProjectNamespaceUpdateInput, opts ...request.Option) (*ProjectNamespaceUpdateOutput, error)

ProjectNamespaceUpdateWithContext is the same as ProjectNamespaceUpdate with the addition of the ability to pass a context and additional request options.

See ProjectNamespaceUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespaces

func (c *I18NOPENAPI) ProjectNamespaces(input *ProjectNamespacesInput) (*ProjectNamespacesOutput, error)

ProjectNamespaces API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespaces for usage and error information.

func (*I18NOPENAPI) ProjectNamespacesCommon

func (c *I18NOPENAPI) ProjectNamespacesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespacesCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespacesCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespacesCommonRequest

func (c *I18NOPENAPI) ProjectNamespacesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespacesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespacesCommon operation. The "output" return value will be populated with the ProjectNamespacesCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespacesCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespacesCommon Send returns without error.

See ProjectNamespacesCommon for more information on using the ProjectNamespacesCommon API call, and error handling.

// Example sending a request using the ProjectNamespacesCommonRequest method.
req, resp := client.ProjectNamespacesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespacesCommonWithContext

func (c *I18NOPENAPI) ProjectNamespacesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespacesCommonWithContext is the same as ProjectNamespacesCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespacesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespacesRequest

func (c *I18NOPENAPI) ProjectNamespacesRequest(input *ProjectNamespacesInput) (req *request.Request, output *ProjectNamespacesOutput)

ProjectNamespacesRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespaces operation. The "output" return value will be populated with the ProjectNamespacesCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespacesCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespacesCommon Send returns without error.

See ProjectNamespaces for more information on using the ProjectNamespaces API call, and error handling.

// Example sending a request using the ProjectNamespacesRequest method.
req, resp := client.ProjectNamespacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespacesTargetTexts added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTexts(input *ProjectNamespacesTargetTextsInput) (*ProjectNamespacesTargetTextsOutput, error)

ProjectNamespacesTargetTexts API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespacesTargetTexts for usage and error information.

func (*I18NOPENAPI) ProjectNamespacesTargetTextsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTextsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectNamespacesTargetTextsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectNamespacesTargetTextsCommon for usage and error information.

func (*I18NOPENAPI) ProjectNamespacesTargetTextsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTextsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectNamespacesTargetTextsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespacesTargetTextsCommon operation. The "output" return value will be populated with the ProjectNamespacesTargetTextsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespacesTargetTextsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespacesTargetTextsCommon Send returns without error.

See ProjectNamespacesTargetTextsCommon for more information on using the ProjectNamespacesTargetTextsCommon API call, and error handling.

// Example sending a request using the ProjectNamespacesTargetTextsCommonRequest method.
req, resp := client.ProjectNamespacesTargetTextsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespacesTargetTextsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTextsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectNamespacesTargetTextsCommonWithContext is the same as ProjectNamespacesTargetTextsCommon with the addition of the ability to pass a context and additional request options.

See ProjectNamespacesTargetTextsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespacesTargetTextsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTextsRequest(input *ProjectNamespacesTargetTextsInput) (req *request.Request, output *ProjectNamespacesTargetTextsOutput)

ProjectNamespacesTargetTextsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectNamespacesTargetTexts operation. The "output" return value will be populated with the ProjectNamespacesTargetTextsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectNamespacesTargetTextsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectNamespacesTargetTextsCommon Send returns without error.

See ProjectNamespacesTargetTexts for more information on using the ProjectNamespacesTargetTexts API call, and error handling.

// Example sending a request using the ProjectNamespacesTargetTextsRequest method.
req, resp := client.ProjectNamespacesTargetTextsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectNamespacesTargetTextsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectNamespacesTargetTextsWithContext(ctx volcengine.Context, input *ProjectNamespacesTargetTextsInput, opts ...request.Option) (*ProjectNamespacesTargetTextsOutput, error)

ProjectNamespacesTargetTextsWithContext is the same as ProjectNamespacesTargetTexts with the addition of the ability to pass a context and additional request options.

See ProjectNamespacesTargetTexts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectNamespacesWithContext

func (c *I18NOPENAPI) ProjectNamespacesWithContext(ctx volcengine.Context, input *ProjectNamespacesInput, opts ...request.Option) (*ProjectNamespacesOutput, error)

ProjectNamespacesWithContext is the same as ProjectNamespaces with the addition of the ability to pass a context and additional request options.

See ProjectNamespaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectOperableList added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableList(input *ProjectOperableListInput) (*ProjectOperableListOutput, error)

ProjectOperableList API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectOperableList for usage and error information.

func (*I18NOPENAPI) ProjectOperableListCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectOperableListCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectOperableListCommon for usage and error information.

func (*I18NOPENAPI) ProjectOperableListCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectOperableListCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectOperableListCommon operation. The "output" return value will be populated with the ProjectOperableListCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectOperableListCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectOperableListCommon Send returns without error.

See ProjectOperableListCommon for more information on using the ProjectOperableListCommon API call, and error handling.

// Example sending a request using the ProjectOperableListCommonRequest method.
req, resp := client.ProjectOperableListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectOperableListCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectOperableListCommonWithContext is the same as ProjectOperableListCommon with the addition of the ability to pass a context and additional request options.

See ProjectOperableListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectOperableListRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableListRequest(input *ProjectOperableListInput) (req *request.Request, output *ProjectOperableListOutput)

ProjectOperableListRequest generates a "volcengine/request.Request" representing the client's request for the ProjectOperableList operation. The "output" return value will be populated with the ProjectOperableListCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectOperableListCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectOperableListCommon Send returns without error.

See ProjectOperableList for more information on using the ProjectOperableList API call, and error handling.

// Example sending a request using the ProjectOperableListRequest method.
req, resp := client.ProjectOperableListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectOperableListWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectOperableListWithContext(ctx volcengine.Context, input *ProjectOperableListInput, opts ...request.Option) (*ProjectOperableListOutput, error)

ProjectOperableListWithContext is the same as ProjectOperableList with the addition of the ability to pass a context and additional request options.

See ProjectOperableList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsAdd added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAdd(input *ProjectScreenshotsAddInput) (*ProjectScreenshotsAddOutput, error)

ProjectScreenshotsAdd API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsAdd for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsAddCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAddCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectScreenshotsAddCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsAddCommon for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsAddCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAddCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectScreenshotsAddCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsAddCommon operation. The "output" return value will be populated with the ProjectScreenshotsAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsAddCommon Send returns without error.

See ProjectScreenshotsAddCommon for more information on using the ProjectScreenshotsAddCommon API call, and error handling.

// Example sending a request using the ProjectScreenshotsAddCommonRequest method.
req, resp := client.ProjectScreenshotsAddCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsAddCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAddCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectScreenshotsAddCommonWithContext is the same as ProjectScreenshotsAddCommon with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsAddCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsAddRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAddRequest(input *ProjectScreenshotsAddInput) (req *request.Request, output *ProjectScreenshotsAddOutput)

ProjectScreenshotsAddRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsAdd operation. The "output" return value will be populated with the ProjectScreenshotsAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsAddCommon Send returns without error.

See ProjectScreenshotsAdd for more information on using the ProjectScreenshotsAdd API call, and error handling.

// Example sending a request using the ProjectScreenshotsAddRequest method.
req, resp := client.ProjectScreenshotsAddRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsAddWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsAddWithContext(ctx volcengine.Context, input *ProjectScreenshotsAddInput, opts ...request.Option) (*ProjectScreenshotsAddOutput, error)

ProjectScreenshotsAddWithContext is the same as ProjectScreenshotsAdd with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsAdd for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsIdentify added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentify(input *ProjectScreenshotsIdentifyInput) (*ProjectScreenshotsIdentifyOutput, error)

ProjectScreenshotsIdentify API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsIdentify for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsIdentifyCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentifyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectScreenshotsIdentifyCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsIdentifyCommon for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsIdentifyCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentifyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectScreenshotsIdentifyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsIdentifyCommon operation. The "output" return value will be populated with the ProjectScreenshotsIdentifyCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsIdentifyCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsIdentifyCommon Send returns without error.

See ProjectScreenshotsIdentifyCommon for more information on using the ProjectScreenshotsIdentifyCommon API call, and error handling.

// Example sending a request using the ProjectScreenshotsIdentifyCommonRequest method.
req, resp := client.ProjectScreenshotsIdentifyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsIdentifyCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentifyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectScreenshotsIdentifyCommonWithContext is the same as ProjectScreenshotsIdentifyCommon with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsIdentifyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsIdentifyRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentifyRequest(input *ProjectScreenshotsIdentifyInput) (req *request.Request, output *ProjectScreenshotsIdentifyOutput)

ProjectScreenshotsIdentifyRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsIdentify operation. The "output" return value will be populated with the ProjectScreenshotsIdentifyCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsIdentifyCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsIdentifyCommon Send returns without error.

See ProjectScreenshotsIdentify for more information on using the ProjectScreenshotsIdentify API call, and error handling.

// Example sending a request using the ProjectScreenshotsIdentifyRequest method.
req, resp := client.ProjectScreenshotsIdentifyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsIdentifyWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsIdentifyWithContext(ctx volcengine.Context, input *ProjectScreenshotsIdentifyInput, opts ...request.Option) (*ProjectScreenshotsIdentifyOutput, error)

ProjectScreenshotsIdentifyWithContext is the same as ProjectScreenshotsIdentify with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsIdentify for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsRelationsDelete added in v1.2.21

ProjectScreenshotsRelationsDelete API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsRelationsDelete for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectScreenshotsRelationsDeleteCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectScreenshotsRelationsDeleteCommon for usage and error information.

func (*I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectScreenshotsRelationsDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsRelationsDeleteCommon operation. The "output" return value will be populated with the ProjectScreenshotsRelationsDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsRelationsDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsRelationsDeleteCommon Send returns without error.

See ProjectScreenshotsRelationsDeleteCommon for more information on using the ProjectScreenshotsRelationsDeleteCommon API call, and error handling.

// Example sending a request using the ProjectScreenshotsRelationsDeleteCommonRequest method.
req, resp := client.ProjectScreenshotsRelationsDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsRelationsDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectScreenshotsRelationsDeleteCommonWithContext is the same as ProjectScreenshotsRelationsDeleteCommon with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsRelationsDeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectScreenshotsRelationsDeleteRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsRelationsDeleteRequest(input *ProjectScreenshotsRelationsDeleteInput) (req *request.Request, output *ProjectScreenshotsRelationsDeleteOutput)

ProjectScreenshotsRelationsDeleteRequest generates a "volcengine/request.Request" representing the client's request for the ProjectScreenshotsRelationsDelete operation. The "output" return value will be populated with the ProjectScreenshotsRelationsDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectScreenshotsRelationsDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectScreenshotsRelationsDeleteCommon Send returns without error.

See ProjectScreenshotsRelationsDelete for more information on using the ProjectScreenshotsRelationsDelete API call, and error handling.

// Example sending a request using the ProjectScreenshotsRelationsDeleteRequest method.
req, resp := client.ProjectScreenshotsRelationsDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectScreenshotsRelationsDeleteWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectScreenshotsRelationsDeleteWithContext(ctx volcengine.Context, input *ProjectScreenshotsRelationsDeleteInput, opts ...request.Option) (*ProjectScreenshotsRelationsDeleteOutput, error)

ProjectScreenshotsRelationsDeleteWithContext is the same as ProjectScreenshotsRelationsDelete with the addition of the ability to pass a context and additional request options.

See ProjectScreenshotsRelationsDelete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTargetTextStatusUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdate(input *ProjectTargetTextStatusUpdateInput) (*ProjectTargetTextStatusUpdateOutput, error)

ProjectTargetTextStatusUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTargetTextStatusUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTargetTextStatusUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTargetTextStatusUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTargetTextStatusUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTargetTextStatusUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTargetTextStatusUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTargetTextStatusUpdateCommon operation. The "output" return value will be populated with the ProjectTargetTextStatusUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTargetTextStatusUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTargetTextStatusUpdateCommon Send returns without error.

See ProjectTargetTextStatusUpdateCommon for more information on using the ProjectTargetTextStatusUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTargetTextStatusUpdateCommonRequest method.
req, resp := client.ProjectTargetTextStatusUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTargetTextStatusUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTargetTextStatusUpdateCommonWithContext is the same as ProjectTargetTextStatusUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTargetTextStatusUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTargetTextStatusUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdateRequest(input *ProjectTargetTextStatusUpdateInput) (req *request.Request, output *ProjectTargetTextStatusUpdateOutput)

ProjectTargetTextStatusUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTargetTextStatusUpdate operation. The "output" return value will be populated with the ProjectTargetTextStatusUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTargetTextStatusUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTargetTextStatusUpdateCommon Send returns without error.

See ProjectTargetTextStatusUpdate for more information on using the ProjectTargetTextStatusUpdate API call, and error handling.

// Example sending a request using the ProjectTargetTextStatusUpdateRequest method.
req, resp := client.ProjectTargetTextStatusUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTargetTextStatusUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTargetTextStatusUpdateWithContext(ctx volcengine.Context, input *ProjectTargetTextStatusUpdateInput, opts ...request.Option) (*ProjectTargetTextStatusUpdateOutput, error)

ProjectTargetTextStatusUpdateWithContext is the same as ProjectTargetTextStatusUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTargetTextStatusUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskCreate added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreate(input *ProjectTaskCreateInput) (*ProjectTaskCreateOutput, error)

ProjectTaskCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskCreate for usage and error information.

func (*I18NOPENAPI) ProjectTaskCreateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskCreateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskCreateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskCreateCommon operation. The "output" return value will be populated with the ProjectTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskCreateCommon Send returns without error.

See ProjectTaskCreateCommon for more information on using the ProjectTaskCreateCommon API call, and error handling.

// Example sending a request using the ProjectTaskCreateCommonRequest method.
req, resp := client.ProjectTaskCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskCreateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskCreateCommonWithContext is the same as ProjectTaskCreateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskCreateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreateRequest(input *ProjectTaskCreateInput) (req *request.Request, output *ProjectTaskCreateOutput)

ProjectTaskCreateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskCreate operation. The "output" return value will be populated with the ProjectTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskCreateCommon Send returns without error.

See ProjectTaskCreate for more information on using the ProjectTaskCreate API call, and error handling.

// Example sending a request using the ProjectTaskCreateRequest method.
req, resp := client.ProjectTaskCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskCreateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskCreateWithContext(ctx volcengine.Context, input *ProjectTaskCreateInput, opts ...request.Option) (*ProjectTaskCreateOutput, error)

ProjectTaskCreateWithContext is the same as ProjectTaskCreate with the addition of the ability to pass a context and additional request options.

See ProjectTaskCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskDetail added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetail(input *ProjectTaskDetailInput) (*ProjectTaskDetailOutput, error)

ProjectTaskDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskDetail for usage and error information.

func (*I18NOPENAPI) ProjectTaskDetailCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskDetailCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskDetailCommon operation. The "output" return value will be populated with the ProjectTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskDetailCommon Send returns without error.

See ProjectTaskDetailCommon for more information on using the ProjectTaskDetailCommon API call, and error handling.

// Example sending a request using the ProjectTaskDetailCommonRequest method.
req, resp := client.ProjectTaskDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskDetailCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskDetailCommonWithContext is the same as ProjectTaskDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskDetailRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetailRequest(input *ProjectTaskDetailInput) (req *request.Request, output *ProjectTaskDetailOutput)

ProjectTaskDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskDetail operation. The "output" return value will be populated with the ProjectTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskDetailCommon Send returns without error.

See ProjectTaskDetail for more information on using the ProjectTaskDetail API call, and error handling.

// Example sending a request using the ProjectTaskDetailRequest method.
req, resp := client.ProjectTaskDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskDetailWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskDetailWithContext(ctx volcengine.Context, input *ProjectTaskDetailInput, opts ...request.Option) (*ProjectTaskDetailOutput, error)

ProjectTaskDetailWithContext is the same as ProjectTaskDetail with the addition of the ability to pass a context and additional request options.

See ProjectTaskDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceAdd added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAdd(input *ProjectTaskSourceAddInput) (*ProjectTaskSourceAddOutput, error)

ProjectTaskSourceAdd API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceAdd for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceAddCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAddCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceAddCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceAddCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceAddCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAddCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceAddCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceAddCommon operation. The "output" return value will be populated with the ProjectTaskSourceAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceAddCommon Send returns without error.

See ProjectTaskSourceAddCommon for more information on using the ProjectTaskSourceAddCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceAddCommonRequest method.
req, resp := client.ProjectTaskSourceAddCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceAddCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAddCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceAddCommonWithContext is the same as ProjectTaskSourceAddCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceAddCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceAddRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAddRequest(input *ProjectTaskSourceAddInput) (req *request.Request, output *ProjectTaskSourceAddOutput)

ProjectTaskSourceAddRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceAdd operation. The "output" return value will be populated with the ProjectTaskSourceAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceAddCommon Send returns without error.

See ProjectTaskSourceAdd for more information on using the ProjectTaskSourceAdd API call, and error handling.

// Example sending a request using the ProjectTaskSourceAddRequest method.
req, resp := client.ProjectTaskSourceAddRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceAddWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceAddWithContext(ctx volcengine.Context, input *ProjectTaskSourceAddInput, opts ...request.Option) (*ProjectTaskSourceAddOutput, error)

ProjectTaskSourceAddWithContext is the same as ProjectTaskSourceAdd with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceAdd for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIds added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIds(input *ProjectTaskSourceDeleteByIdsInput) (*ProjectTaskSourceDeleteByIdsOutput, error)

ProjectTaskSourceDeleteByIds API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDeleteByIds for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceDeleteByIdsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDeleteByIdsCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceDeleteByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDeleteByIdsCommon operation. The "output" return value will be populated with the ProjectTaskSourceDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDeleteByIdsCommon Send returns without error.

See ProjectTaskSourceDeleteByIdsCommon for more information on using the ProjectTaskSourceDeleteByIdsCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceDeleteByIdsCommonRequest method.
req, resp := client.ProjectTaskSourceDeleteByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceDeleteByIdsCommonWithContext is the same as ProjectTaskSourceDeleteByIdsCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDeleteByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIdsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIdsRequest(input *ProjectTaskSourceDeleteByIdsInput) (req *request.Request, output *ProjectTaskSourceDeleteByIdsOutput)

ProjectTaskSourceDeleteByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDeleteByIds operation. The "output" return value will be populated with the ProjectTaskSourceDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDeleteByIdsCommon Send returns without error.

See ProjectTaskSourceDeleteByIds for more information on using the ProjectTaskSourceDeleteByIds API call, and error handling.

// Example sending a request using the ProjectTaskSourceDeleteByIdsRequest method.
req, resp := client.ProjectTaskSourceDeleteByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDeleteByIdsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByIdsWithContext(ctx volcengine.Context, input *ProjectTaskSourceDeleteByIdsInput, opts ...request.Option) (*ProjectTaskSourceDeleteByIdsOutput, error)

ProjectTaskSourceDeleteByIdsWithContext is the same as ProjectTaskSourceDeleteByIds with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDeleteByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeys added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeys(input *ProjectTaskSourceDeleteByKeysInput) (*ProjectTaskSourceDeleteByKeysOutput, error)

ProjectTaskSourceDeleteByKeys API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDeleteByKeys for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceDeleteByKeysCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDeleteByKeysCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceDeleteByKeysCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDeleteByKeysCommon operation. The "output" return value will be populated with the ProjectTaskSourceDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDeleteByKeysCommon Send returns without error.

See ProjectTaskSourceDeleteByKeysCommon for more information on using the ProjectTaskSourceDeleteByKeysCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceDeleteByKeysCommonRequest method.
req, resp := client.ProjectTaskSourceDeleteByKeysCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeysCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceDeleteByKeysCommonWithContext is the same as ProjectTaskSourceDeleteByKeysCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDeleteByKeysCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeysRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeysRequest(input *ProjectTaskSourceDeleteByKeysInput) (req *request.Request, output *ProjectTaskSourceDeleteByKeysOutput)

ProjectTaskSourceDeleteByKeysRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDeleteByKeys operation. The "output" return value will be populated with the ProjectTaskSourceDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDeleteByKeysCommon Send returns without error.

See ProjectTaskSourceDeleteByKeys for more information on using the ProjectTaskSourceDeleteByKeys API call, and error handling.

// Example sending a request using the ProjectTaskSourceDeleteByKeysRequest method.
req, resp := client.ProjectTaskSourceDeleteByKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDeleteByKeysWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDeleteByKeysWithContext(ctx volcengine.Context, input *ProjectTaskSourceDeleteByKeysInput, opts ...request.Option) (*ProjectTaskSourceDeleteByKeysOutput, error)

ProjectTaskSourceDeleteByKeysWithContext is the same as ProjectTaskSourceDeleteByKeys with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDeleteByKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDetail added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetail(input *ProjectTaskSourceDetailInput) (*ProjectTaskSourceDetailOutput, error)

ProjectTaskSourceDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDetail for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDetailCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDetailCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDetailCommon operation. The "output" return value will be populated with the ProjectTaskSourceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDetailCommon Send returns without error.

See ProjectTaskSourceDetailCommon for more information on using the ProjectTaskSourceDetailCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceDetailCommonRequest method.
req, resp := client.ProjectTaskSourceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDetailCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceDetailCommonWithContext is the same as ProjectTaskSourceDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDetailRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetailRequest(input *ProjectTaskSourceDetailInput) (req *request.Request, output *ProjectTaskSourceDetailOutput)

ProjectTaskSourceDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDetail operation. The "output" return value will be populated with the ProjectTaskSourceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDetailCommon Send returns without error.

See ProjectTaskSourceDetail for more information on using the ProjectTaskSourceDetail API call, and error handling.

// Example sending a request using the ProjectTaskSourceDetailRequest method.
req, resp := client.ProjectTaskSourceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDetailWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDetailWithContext(ctx volcengine.Context, input *ProjectTaskSourceDetailInput, opts ...request.Option) (*ProjectTaskSourceDetailOutput, error)

ProjectTaskSourceDetailWithContext is the same as ProjectTaskSourceDetail with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDownload added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownload(input *ProjectTaskSourceDownloadInput) (*ProjectTaskSourceDownloadOutput, error)

ProjectTaskSourceDownload API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDownload for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDownloadCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownloadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceDownloadCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceDownloadCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceDownloadCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownloadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceDownloadCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDownloadCommon operation. The "output" return value will be populated with the ProjectTaskSourceDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDownloadCommon Send returns without error.

See ProjectTaskSourceDownloadCommon for more information on using the ProjectTaskSourceDownloadCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceDownloadCommonRequest method.
req, resp := client.ProjectTaskSourceDownloadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDownloadCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownloadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceDownloadCommonWithContext is the same as ProjectTaskSourceDownloadCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDownloadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceDownloadRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownloadRequest(input *ProjectTaskSourceDownloadInput) (req *request.Request, output *ProjectTaskSourceDownloadOutput)

ProjectTaskSourceDownloadRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceDownload operation. The "output" return value will be populated with the ProjectTaskSourceDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceDownloadCommon Send returns without error.

See ProjectTaskSourceDownload for more information on using the ProjectTaskSourceDownload API call, and error handling.

// Example sending a request using the ProjectTaskSourceDownloadRequest method.
req, resp := client.ProjectTaskSourceDownloadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceDownloadWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceDownloadWithContext(ctx volcengine.Context, input *ProjectTaskSourceDownloadInput, opts ...request.Option) (*ProjectTaskSourceDownloadOutput, error)

ProjectTaskSourceDownloadWithContext is the same as ProjectTaskSourceDownload with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceDownload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdate(input *ProjectTaskSourceMultiUpdateInput) (*ProjectTaskSourceMultiUpdateOutput, error)

ProjectTaskSourceMultiUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceMultiUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceMultiUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceMultiUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceMultiUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceMultiUpdateCommon operation. The "output" return value will be populated with the ProjectTaskSourceMultiUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceMultiUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceMultiUpdateCommon Send returns without error.

See ProjectTaskSourceMultiUpdateCommon for more information on using the ProjectTaskSourceMultiUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceMultiUpdateCommonRequest method.
req, resp := client.ProjectTaskSourceMultiUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceMultiUpdateCommonWithContext is the same as ProjectTaskSourceMultiUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceMultiUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdateRequest(input *ProjectTaskSourceMultiUpdateInput) (req *request.Request, output *ProjectTaskSourceMultiUpdateOutput)

ProjectTaskSourceMultiUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceMultiUpdate operation. The "output" return value will be populated with the ProjectTaskSourceMultiUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceMultiUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceMultiUpdateCommon Send returns without error.

See ProjectTaskSourceMultiUpdate for more information on using the ProjectTaskSourceMultiUpdate API call, and error handling.

// Example sending a request using the ProjectTaskSourceMultiUpdateRequest method.
req, resp := client.ProjectTaskSourceMultiUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceMultiUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceMultiUpdateWithContext(ctx volcengine.Context, input *ProjectTaskSourceMultiUpdateInput, opts ...request.Option) (*ProjectTaskSourceMultiUpdateOutput, error)

ProjectTaskSourceMultiUpdateWithContext is the same as ProjectTaskSourceMultiUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceMultiUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdate(input *ProjectTaskSourceUpdateInput) (*ProjectTaskSourceUpdateOutput, error)

ProjectTaskSourceUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourceUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourceUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourceUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourceUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceUpdateCommon operation. The "output" return value will be populated with the ProjectTaskSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceUpdateCommon Send returns without error.

See ProjectTaskSourceUpdateCommon for more information on using the ProjectTaskSourceUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourceUpdateCommonRequest method.
req, resp := client.ProjectTaskSourceUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourceUpdateCommonWithContext is the same as ProjectTaskSourceUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourceUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdateRequest(input *ProjectTaskSourceUpdateInput) (req *request.Request, output *ProjectTaskSourceUpdateOutput)

ProjectTaskSourceUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourceUpdate operation. The "output" return value will be populated with the ProjectTaskSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourceUpdateCommon Send returns without error.

See ProjectTaskSourceUpdate for more information on using the ProjectTaskSourceUpdate API call, and error handling.

// Example sending a request using the ProjectTaskSourceUpdateRequest method.
req, resp := client.ProjectTaskSourceUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourceUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourceUpdateWithContext(ctx volcengine.Context, input *ProjectTaskSourceUpdateInput, opts ...request.Option) (*ProjectTaskSourceUpdateOutput, error)

ProjectTaskSourceUpdateWithContext is the same as ProjectTaskSourceUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourceUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSources added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSources(input *ProjectTaskSourcesInput) (*ProjectTaskSourcesOutput, error)

ProjectTaskSources API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSources for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourcesCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskSourcesCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskSourcesCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskSourcesCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskSourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSourcesCommon operation. The "output" return value will be populated with the ProjectTaskSourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourcesCommon Send returns without error.

See ProjectTaskSourcesCommon for more information on using the ProjectTaskSourcesCommon API call, and error handling.

// Example sending a request using the ProjectTaskSourcesCommonRequest method.
req, resp := client.ProjectTaskSourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourcesCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskSourcesCommonWithContext is the same as ProjectTaskSourcesCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskSourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskSourcesRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourcesRequest(input *ProjectTaskSourcesInput) (req *request.Request, output *ProjectTaskSourcesOutput)

ProjectTaskSourcesRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskSources operation. The "output" return value will be populated with the ProjectTaskSourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskSourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskSourcesCommon Send returns without error.

See ProjectTaskSources for more information on using the ProjectTaskSources API call, and error handling.

// Example sending a request using the ProjectTaskSourcesRequest method.
req, resp := client.ProjectTaskSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskSourcesWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskSourcesWithContext(ctx volcengine.Context, input *ProjectTaskSourcesInput, opts ...request.Option) (*ProjectTaskSourcesOutput, error)

ProjectTaskSourcesWithContext is the same as ProjectTaskSources with the addition of the ability to pass a context and additional request options.

See ProjectTaskSources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteById added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteById(input *ProjectTaskTargetDeleteByIdInput) (*ProjectTaskTargetDeleteByIdOutput, error)

ProjectTaskTargetDeleteById API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteById for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByIdCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteByIdCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTargetDeleteByIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteByIdCommon operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByIdCommon Send returns without error.

See ProjectTaskTargetDeleteByIdCommon for more information on using the ProjectTaskTargetDeleteByIdCommon API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByIdCommonRequest method.
req, resp := client.ProjectTaskTargetDeleteByIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByIdCommonWithContext is the same as ProjectTaskTargetDeleteByIdCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteByIdCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdRequest(input *ProjectTaskTargetDeleteByIdInput) (req *request.Request, output *ProjectTaskTargetDeleteByIdOutput)

ProjectTaskTargetDeleteByIdRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteById operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByIdCommon Send returns without error.

See ProjectTaskTargetDeleteById for more information on using the ProjectTaskTargetDeleteById API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByIdRequest method.
req, resp := client.ProjectTaskTargetDeleteByIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdWithContext(ctx volcengine.Context, input *ProjectTaskTargetDeleteByIdInput, opts ...request.Option) (*ProjectTaskTargetDeleteByIdOutput, error)

ProjectTaskTargetDeleteByIdWithContext is the same as ProjectTaskTargetDeleteById with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteById for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIds added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIds(input *ProjectTaskTargetDeleteByIdsInput) (*ProjectTaskTargetDeleteByIdsOutput, error)

ProjectTaskTargetDeleteByIds API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteByIds for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByIdsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteByIdsCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTargetDeleteByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteByIdsCommon operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByIdsCommon Send returns without error.

See ProjectTaskTargetDeleteByIdsCommon for more information on using the ProjectTaskTargetDeleteByIdsCommon API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByIdsCommonRequest method.
req, resp := client.ProjectTaskTargetDeleteByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByIdsCommonWithContext is the same as ProjectTaskTargetDeleteByIdsCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdsRequest(input *ProjectTaskTargetDeleteByIdsInput) (req *request.Request, output *ProjectTaskTargetDeleteByIdsOutput)

ProjectTaskTargetDeleteByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteByIds operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByIdsCommon Send returns without error.

See ProjectTaskTargetDeleteByIds for more information on using the ProjectTaskTargetDeleteByIds API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByIdsRequest method.
req, resp := client.ProjectTaskTargetDeleteByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByIdsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByIdsWithContext(ctx volcengine.Context, input *ProjectTaskTargetDeleteByIdsInput, opts ...request.Option) (*ProjectTaskTargetDeleteByIdsOutput, error)

ProjectTaskTargetDeleteByIdsWithContext is the same as ProjectTaskTargetDeleteByIds with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeys added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeys(input *ProjectTaskTargetDeleteByKeysInput) (*ProjectTaskTargetDeleteByKeysOutput, error)

ProjectTaskTargetDeleteByKeys API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteByKeys for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByKeysCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetDeleteByKeysCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTargetDeleteByKeysCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteByKeysCommon operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByKeysCommon Send returns without error.

See ProjectTaskTargetDeleteByKeysCommon for more information on using the ProjectTaskTargetDeleteByKeysCommon API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByKeysCommonRequest method.
req, resp := client.ProjectTaskTargetDeleteByKeysCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeysCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTargetDeleteByKeysCommonWithContext is the same as ProjectTaskTargetDeleteByKeysCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteByKeysCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeysRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeysRequest(input *ProjectTaskTargetDeleteByKeysInput) (req *request.Request, output *ProjectTaskTargetDeleteByKeysOutput)

ProjectTaskTargetDeleteByKeysRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetDeleteByKeys operation. The "output" return value will be populated with the ProjectTaskTargetDeleteByKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetDeleteByKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetDeleteByKeysCommon Send returns without error.

See ProjectTaskTargetDeleteByKeys for more information on using the ProjectTaskTargetDeleteByKeys API call, and error handling.

// Example sending a request using the ProjectTaskTargetDeleteByKeysRequest method.
req, resp := client.ProjectTaskTargetDeleteByKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetDeleteByKeysWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetDeleteByKeysWithContext(ctx volcengine.Context, input *ProjectTaskTargetDeleteByKeysInput, opts ...request.Option) (*ProjectTaskTargetDeleteByKeysOutput, error)

ProjectTaskTargetDeleteByKeysWithContext is the same as ProjectTaskTargetDeleteByKeys with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetDeleteByKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdate(input *ProjectTaskTargetUpdateInput) (*ProjectTaskTargetUpdateOutput, error)

ProjectTaskTargetUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTargetUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTargetUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetUpdateCommon operation. The "output" return value will be populated with the ProjectTaskTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetUpdateCommon Send returns without error.

See ProjectTaskTargetUpdateCommon for more information on using the ProjectTaskTargetUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTaskTargetUpdateCommonRequest method.
req, resp := client.ProjectTaskTargetUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTargetUpdateCommonWithContext is the same as ProjectTaskTargetUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdateRequest(input *ProjectTaskTargetUpdateInput) (req *request.Request, output *ProjectTaskTargetUpdateOutput)

ProjectTaskTargetUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetUpdate operation. The "output" return value will be populated with the ProjectTaskTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetUpdateCommon Send returns without error.

See ProjectTaskTargetUpdate for more information on using the ProjectTaskTargetUpdate API call, and error handling.

// Example sending a request using the ProjectTaskTargetUpdateRequest method.
req, resp := client.ProjectTaskTargetUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetUpdateWithContext(ctx volcengine.Context, input *ProjectTaskTargetUpdateInput, opts ...request.Option) (*ProjectTaskTargetUpdateOutput, error)

ProjectTaskTargetUpdateWithContext is the same as ProjectTaskTargetUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargets added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargets(input *ProjectTaskTargetsInput) (*ProjectTaskTargetsOutput, error)

ProjectTaskTargets API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargets for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTargetsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTargetsCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTargetsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTargetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargetsCommon operation. The "output" return value will be populated with the ProjectTaskTargetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetsCommon Send returns without error.

See ProjectTaskTargetsCommon for more information on using the ProjectTaskTargetsCommon API call, and error handling.

// Example sending a request using the ProjectTaskTargetsCommonRequest method.
req, resp := client.ProjectTaskTargetsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTargetsCommonWithContext is the same as ProjectTaskTargetsCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargetsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTargetsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetsRequest(input *ProjectTaskTargetsInput) (req *request.Request, output *ProjectTaskTargetsOutput)

ProjectTaskTargetsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTargets operation. The "output" return value will be populated with the ProjectTaskTargetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTargetsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTargetsCommon Send returns without error.

See ProjectTaskTargets for more information on using the ProjectTaskTargets API call, and error handling.

// Example sending a request using the ProjectTaskTargetsRequest method.
req, resp := client.ProjectTaskTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTargetsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTargetsWithContext(ctx volcengine.Context, input *ProjectTaskTargetsInput, opts ...request.Option) (*ProjectTaskTargetsOutput, error)

ProjectTaskTargetsWithContext is the same as ProjectTaskTargets with the addition of the ability to pass a context and additional request options.

See ProjectTaskTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextCount added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCount(input *ProjectTaskTextCountInput) (*ProjectTaskTextCountOutput, error)

ProjectTaskTextCount API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextCount for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextCountCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTextCountCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextCountCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextCountCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTextCountCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextCountCommon operation. The "output" return value will be populated with the ProjectTaskTextCountCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextCountCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextCountCommon Send returns without error.

See ProjectTaskTextCountCommon for more information on using the ProjectTaskTextCountCommon API call, and error handling.

// Example sending a request using the ProjectTaskTextCountCommonRequest method.
req, resp := client.ProjectTaskTextCountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextCountCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTextCountCommonWithContext is the same as ProjectTaskTextCountCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextCountCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextCountRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCountRequest(input *ProjectTaskTextCountInput) (req *request.Request, output *ProjectTaskTextCountOutput)

ProjectTaskTextCountRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextCount operation. The "output" return value will be populated with the ProjectTaskTextCountCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextCountCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextCountCommon Send returns without error.

See ProjectTaskTextCount for more information on using the ProjectTaskTextCount API call, and error handling.

// Example sending a request using the ProjectTaskTextCountRequest method.
req, resp := client.ProjectTaskTextCountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextCountWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextCountWithContext(ctx volcengine.Context, input *ProjectTaskTextCountInput, opts ...request.Option) (*ProjectTaskTextCountOutput, error)

ProjectTaskTextCountWithContext is the same as ProjectTaskTextCount with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextCount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextDownload added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownload(input *ProjectTaskTextDownloadInput) (*ProjectTaskTextDownloadOutput, error)

ProjectTaskTextDownload API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextDownload for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextDownloadCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownloadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTextDownloadCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextDownloadCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextDownloadCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownloadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTextDownloadCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextDownloadCommon operation. The "output" return value will be populated with the ProjectTaskTextDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextDownloadCommon Send returns without error.

See ProjectTaskTextDownloadCommon for more information on using the ProjectTaskTextDownloadCommon API call, and error handling.

// Example sending a request using the ProjectTaskTextDownloadCommonRequest method.
req, resp := client.ProjectTaskTextDownloadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextDownloadCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownloadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTextDownloadCommonWithContext is the same as ProjectTaskTextDownloadCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextDownloadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextDownloadRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownloadRequest(input *ProjectTaskTextDownloadInput) (req *request.Request, output *ProjectTaskTextDownloadOutput)

ProjectTaskTextDownloadRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextDownload operation. The "output" return value will be populated with the ProjectTaskTextDownloadCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextDownloadCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextDownloadCommon Send returns without error.

See ProjectTaskTextDownload for more information on using the ProjectTaskTextDownload API call, and error handling.

// Example sending a request using the ProjectTaskTextDownloadRequest method.
req, resp := client.ProjectTaskTextDownloadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextDownloadWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextDownloadWithContext(ctx volcengine.Context, input *ProjectTaskTextDownloadInput, opts ...request.Option) (*ProjectTaskTextDownloadOutput, error)

ProjectTaskTextDownloadWithContext is the same as ProjectTaskTextDownload with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextDownload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextImport added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImport(input *ProjectTaskTextImportInput) (*ProjectTaskTextImportOutput, error)

ProjectTaskTextImport API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextImport for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextImportCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImportCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTaskTextImportCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTaskTextImportCommon for usage and error information.

func (*I18NOPENAPI) ProjectTaskTextImportCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTaskTextImportCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextImportCommon operation. The "output" return value will be populated with the ProjectTaskTextImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextImportCommon Send returns without error.

See ProjectTaskTextImportCommon for more information on using the ProjectTaskTextImportCommon API call, and error handling.

// Example sending a request using the ProjectTaskTextImportCommonRequest method.
req, resp := client.ProjectTaskTextImportCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextImportCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTaskTextImportCommonWithContext is the same as ProjectTaskTextImportCommon with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextImportCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTaskTextImportRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImportRequest(input *ProjectTaskTextImportInput) (req *request.Request, output *ProjectTaskTextImportOutput)

ProjectTaskTextImportRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTaskTextImport operation. The "output" return value will be populated with the ProjectTaskTextImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTaskTextImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTaskTextImportCommon Send returns without error.

See ProjectTaskTextImport for more information on using the ProjectTaskTextImport API call, and error handling.

// Example sending a request using the ProjectTaskTextImportRequest method.
req, resp := client.ProjectTaskTextImportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTaskTextImportWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTaskTextImportWithContext(ctx volcengine.Context, input *ProjectTaskTextImportInput, opts ...request.Option) (*ProjectTaskTextImportOutput, error)

ProjectTaskTextImportWithContext is the same as ProjectTaskTextImport with the addition of the ability to pass a context and additional request options.

See ProjectTaskTextImport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTasks added in v1.2.21

func (c *I18NOPENAPI) ProjectTasks(input *ProjectTasksInput) (*ProjectTasksOutput, error)

ProjectTasks API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTasks for usage and error information.

func (*I18NOPENAPI) ProjectTasksCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTasksCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTasksCommon for usage and error information.

func (*I18NOPENAPI) ProjectTasksCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTasksCommon operation. The "output" return value will be populated with the ProjectTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTasksCommon Send returns without error.

See ProjectTasksCommon for more information on using the ProjectTasksCommon API call, and error handling.

// Example sending a request using the ProjectTasksCommonRequest method.
req, resp := client.ProjectTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTasksCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTasksCommonWithContext is the same as ProjectTasksCommon with the addition of the ability to pass a context and additional request options.

See ProjectTasksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTasksRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTasksRequest(input *ProjectTasksInput) (req *request.Request, output *ProjectTasksOutput)

ProjectTasksRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTasks operation. The "output" return value will be populated with the ProjectTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTasksCommon Send returns without error.

See ProjectTasks for more information on using the ProjectTasks API call, and error handling.

// Example sending a request using the ProjectTasksRequest method.
req, resp := client.ProjectTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTasksWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTasksWithContext(ctx volcengine.Context, input *ProjectTasksInput, opts ...request.Option) (*ProjectTasksOutput, error)

ProjectTasksWithContext is the same as ProjectTasks with the addition of the ability to pass a context and additional request options.

See ProjectTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermDetail added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetail(input *ProjectTermDetailInput) (*ProjectTermDetailOutput, error)

ProjectTermDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermDetail for usage and error information.

func (*I18NOPENAPI) ProjectTermDetailCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermDetailCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermDetailCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermDetailCommon operation. The "output" return value will be populated with the ProjectTermDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermDetailCommon Send returns without error.

See ProjectTermDetailCommon for more information on using the ProjectTermDetailCommon API call, and error handling.

// Example sending a request using the ProjectTermDetailCommonRequest method.
req, resp := client.ProjectTermDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermDetailCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermDetailCommonWithContext is the same as ProjectTermDetailCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermDetailRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetailRequest(input *ProjectTermDetailInput) (req *request.Request, output *ProjectTermDetailOutput)

ProjectTermDetailRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermDetail operation. The "output" return value will be populated with the ProjectTermDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermDetailCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermDetailCommon Send returns without error.

See ProjectTermDetail for more information on using the ProjectTermDetail API call, and error handling.

// Example sending a request using the ProjectTermDetailRequest method.
req, resp := client.ProjectTermDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermDetailWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermDetailWithContext(ctx volcengine.Context, input *ProjectTermDetailInput, opts ...request.Option) (*ProjectTermDetailOutput, error)

ProjectTermDetailWithContext is the same as ProjectTermDetail with the addition of the ability to pass a context and additional request options.

See ProjectTermDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermSourceDelete added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDelete(input *ProjectTermSourceDeleteInput) (*ProjectTermSourceDeleteOutput, error)

ProjectTermSourceDelete API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermSourceDelete for usage and error information.

func (*I18NOPENAPI) ProjectTermSourceDeleteCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermSourceDeleteCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermSourceDeleteCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermSourceDeleteCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermSourceDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermSourceDeleteCommon operation. The "output" return value will be populated with the ProjectTermSourceDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermSourceDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermSourceDeleteCommon Send returns without error.

See ProjectTermSourceDeleteCommon for more information on using the ProjectTermSourceDeleteCommon API call, and error handling.

// Example sending a request using the ProjectTermSourceDeleteCommonRequest method.
req, resp := client.ProjectTermSourceDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermSourceDeleteCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermSourceDeleteCommonWithContext is the same as ProjectTermSourceDeleteCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermSourceDeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermSourceDeleteRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDeleteRequest(input *ProjectTermSourceDeleteInput) (req *request.Request, output *ProjectTermSourceDeleteOutput)

ProjectTermSourceDeleteRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermSourceDelete operation. The "output" return value will be populated with the ProjectTermSourceDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermSourceDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermSourceDeleteCommon Send returns without error.

See ProjectTermSourceDelete for more information on using the ProjectTermSourceDelete API call, and error handling.

// Example sending a request using the ProjectTermSourceDeleteRequest method.
req, resp := client.ProjectTermSourceDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermSourceDeleteWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceDeleteWithContext(ctx volcengine.Context, input *ProjectTermSourceDeleteInput, opts ...request.Option) (*ProjectTermSourceDeleteOutput, error)

ProjectTermSourceDeleteWithContext is the same as ProjectTermSourceDelete with the addition of the ability to pass a context and additional request options.

See ProjectTermSourceDelete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermSourceUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdate(input *ProjectTermSourceUpdateInput) (*ProjectTermSourceUpdateOutput, error)

ProjectTermSourceUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermSourceUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTermSourceUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermSourceUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermSourceUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermSourceUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermSourceUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermSourceUpdateCommon operation. The "output" return value will be populated with the ProjectTermSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermSourceUpdateCommon Send returns without error.

See ProjectTermSourceUpdateCommon for more information on using the ProjectTermSourceUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTermSourceUpdateCommonRequest method.
req, resp := client.ProjectTermSourceUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermSourceUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermSourceUpdateCommonWithContext is the same as ProjectTermSourceUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermSourceUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermSourceUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdateRequest(input *ProjectTermSourceUpdateInput) (req *request.Request, output *ProjectTermSourceUpdateOutput)

ProjectTermSourceUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermSourceUpdate operation. The "output" return value will be populated with the ProjectTermSourceUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermSourceUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermSourceUpdateCommon Send returns without error.

See ProjectTermSourceUpdate for more information on using the ProjectTermSourceUpdate API call, and error handling.

// Example sending a request using the ProjectTermSourceUpdateRequest method.
req, resp := client.ProjectTermSourceUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermSourceUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermSourceUpdateWithContext(ctx volcengine.Context, input *ProjectTermSourceUpdateInput, opts ...request.Option) (*ProjectTermSourceUpdateOutput, error)

ProjectTermSourceUpdateWithContext is the same as ProjectTermSourceUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTermSourceUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetAdd added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAdd(input *ProjectTermTargetAddInput) (*ProjectTermTargetAddOutput, error)

ProjectTermTargetAdd API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetAdd for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetAddCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAddCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermTargetAddCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetAddCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetAddCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAddCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermTargetAddCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetAddCommon operation. The "output" return value will be populated with the ProjectTermTargetAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetAddCommon Send returns without error.

See ProjectTermTargetAddCommon for more information on using the ProjectTermTargetAddCommon API call, and error handling.

// Example sending a request using the ProjectTermTargetAddCommonRequest method.
req, resp := client.ProjectTermTargetAddCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetAddCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAddCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermTargetAddCommonWithContext is the same as ProjectTermTargetAddCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetAddCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetAddRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAddRequest(input *ProjectTermTargetAddInput) (req *request.Request, output *ProjectTermTargetAddOutput)

ProjectTermTargetAddRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetAdd operation. The "output" return value will be populated with the ProjectTermTargetAddCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetAddCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetAddCommon Send returns without error.

See ProjectTermTargetAdd for more information on using the ProjectTermTargetAdd API call, and error handling.

// Example sending a request using the ProjectTermTargetAddRequest method.
req, resp := client.ProjectTermTargetAddRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetAddWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetAddWithContext(ctx volcengine.Context, input *ProjectTermTargetAddInput, opts ...request.Option) (*ProjectTermTargetAddOutput, error)

ProjectTermTargetAddWithContext is the same as ProjectTermTargetAdd with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetAdd for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetDelete added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDelete(input *ProjectTermTargetDeleteInput) (*ProjectTermTargetDeleteOutput, error)

ProjectTermTargetDelete API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetDelete for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetDeleteCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermTargetDeleteCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetDeleteCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetDeleteCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermTargetDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetDeleteCommon operation. The "output" return value will be populated with the ProjectTermTargetDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetDeleteCommon Send returns without error.

See ProjectTermTargetDeleteCommon for more information on using the ProjectTermTargetDeleteCommon API call, and error handling.

// Example sending a request using the ProjectTermTargetDeleteCommonRequest method.
req, resp := client.ProjectTermTargetDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetDeleteCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermTargetDeleteCommonWithContext is the same as ProjectTermTargetDeleteCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetDeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetDeleteRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDeleteRequest(input *ProjectTermTargetDeleteInput) (req *request.Request, output *ProjectTermTargetDeleteOutput)

ProjectTermTargetDeleteRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetDelete operation. The "output" return value will be populated with the ProjectTermTargetDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetDeleteCommon Send returns without error.

See ProjectTermTargetDelete for more information on using the ProjectTermTargetDelete API call, and error handling.

// Example sending a request using the ProjectTermTargetDeleteRequest method.
req, resp := client.ProjectTermTargetDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetDeleteWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetDeleteWithContext(ctx volcengine.Context, input *ProjectTermTargetDeleteInput, opts ...request.Option) (*ProjectTermTargetDeleteOutput, error)

ProjectTermTargetDeleteWithContext is the same as ProjectTermTargetDelete with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetDelete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetUpdate added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdate(input *ProjectTermTargetUpdateInput) (*ProjectTermTargetUpdateOutput, error)

ProjectTermTargetUpdate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetUpdate for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetUpdateCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermTargetUpdateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermTargetUpdateCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermTargetUpdateCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermTargetUpdateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetUpdateCommon operation. The "output" return value will be populated with the ProjectTermTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetUpdateCommon Send returns without error.

See ProjectTermTargetUpdateCommon for more information on using the ProjectTermTargetUpdateCommon API call, and error handling.

// Example sending a request using the ProjectTermTargetUpdateCommonRequest method.
req, resp := client.ProjectTermTargetUpdateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetUpdateCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermTargetUpdateCommonWithContext is the same as ProjectTermTargetUpdateCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetUpdateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermTargetUpdateRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdateRequest(input *ProjectTermTargetUpdateInput) (req *request.Request, output *ProjectTermTargetUpdateOutput)

ProjectTermTargetUpdateRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermTargetUpdate operation. The "output" return value will be populated with the ProjectTermTargetUpdateCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermTargetUpdateCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermTargetUpdateCommon Send returns without error.

See ProjectTermTargetUpdate for more information on using the ProjectTermTargetUpdate API call, and error handling.

// Example sending a request using the ProjectTermTargetUpdateRequest method.
req, resp := client.ProjectTermTargetUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermTargetUpdateWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermTargetUpdateWithContext(ctx volcengine.Context, input *ProjectTermTargetUpdateInput, opts ...request.Option) (*ProjectTermTargetUpdateOutput, error)

ProjectTermTargetUpdateWithContext is the same as ProjectTermTargetUpdate with the addition of the ability to pass a context and additional request options.

See ProjectTermTargetUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTerms added in v1.2.21

func (c *I18NOPENAPI) ProjectTerms(input *ProjectTermsInput) (*ProjectTermsOutput, error)

ProjectTerms API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTerms for usage and error information.

func (*I18NOPENAPI) ProjectTermsCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTermsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTermsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTermsCommon for usage and error information.

func (*I18NOPENAPI) ProjectTermsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTermsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTermsCommon operation. The "output" return value will be populated with the ProjectTermsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermsCommon Send returns without error.

See ProjectTermsCommon for more information on using the ProjectTermsCommon API call, and error handling.

// Example sending a request using the ProjectTermsCommonRequest method.
req, resp := client.ProjectTermsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTermsCommonWithContext is the same as ProjectTermsCommon with the addition of the ability to pass a context and additional request options.

See ProjectTermsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTermsRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTermsRequest(input *ProjectTermsInput) (req *request.Request, output *ProjectTermsOutput)

ProjectTermsRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTerms operation. The "output" return value will be populated with the ProjectTermsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTermsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTermsCommon Send returns without error.

See ProjectTerms for more information on using the ProjectTerms API call, and error handling.

// Example sending a request using the ProjectTermsRequest method.
req, resp := client.ProjectTermsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTermsWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTermsWithContext(ctx volcengine.Context, input *ProjectTermsInput, opts ...request.Option) (*ProjectTermsOutput, error)

ProjectTermsWithContext is the same as ProjectTerms with the addition of the ability to pass a context and additional request options.

See ProjectTerms for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextAcrossImport added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImport(input *ProjectTextAcrossImportInput) (*ProjectTextAcrossImportOutput, error)

ProjectTextAcrossImport API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextAcrossImport for usage and error information.

func (*I18NOPENAPI) ProjectTextAcrossImportCheck added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheck(input *ProjectTextAcrossImportCheckInput) (*ProjectTextAcrossImportCheckOutput, error)

ProjectTextAcrossImportCheck API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextAcrossImportCheck for usage and error information.

func (*I18NOPENAPI) ProjectTextAcrossImportCheckCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheckCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTextAcrossImportCheckCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextAcrossImportCheckCommon for usage and error information.

func (*I18NOPENAPI) ProjectTextAcrossImportCheckCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheckCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTextAcrossImportCheckCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextAcrossImportCheckCommon operation. The "output" return value will be populated with the ProjectTextAcrossImportCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextAcrossImportCheckCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextAcrossImportCheckCommon Send returns without error.

See ProjectTextAcrossImportCheckCommon for more information on using the ProjectTextAcrossImportCheckCommon API call, and error handling.

// Example sending a request using the ProjectTextAcrossImportCheckCommonRequest method.
req, resp := client.ProjectTextAcrossImportCheckCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextAcrossImportCheckCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheckCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTextAcrossImportCheckCommonWithContext is the same as ProjectTextAcrossImportCheckCommon with the addition of the ability to pass a context and additional request options.

See ProjectTextAcrossImportCheckCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextAcrossImportCheckRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheckRequest(input *ProjectTextAcrossImportCheckInput) (req *request.Request, output *ProjectTextAcrossImportCheckOutput)

ProjectTextAcrossImportCheckRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextAcrossImportCheck operation. The "output" return value will be populated with the ProjectTextAcrossImportCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextAcrossImportCheckCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextAcrossImportCheckCommon Send returns without error.

See ProjectTextAcrossImportCheck for more information on using the ProjectTextAcrossImportCheck API call, and error handling.

// Example sending a request using the ProjectTextAcrossImportCheckRequest method.
req, resp := client.ProjectTextAcrossImportCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextAcrossImportCheckWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCheckWithContext(ctx volcengine.Context, input *ProjectTextAcrossImportCheckInput, opts ...request.Option) (*ProjectTextAcrossImportCheckOutput, error)

ProjectTextAcrossImportCheckWithContext is the same as ProjectTextAcrossImportCheck with the addition of the ability to pass a context and additional request options.

See ProjectTextAcrossImportCheck for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextAcrossImportCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTextAcrossImportCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextAcrossImportCommon for usage and error information.

func (*I18NOPENAPI) ProjectTextAcrossImportCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTextAcrossImportCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextAcrossImportCommon operation. The "output" return value will be populated with the ProjectTextAcrossImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextAcrossImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextAcrossImportCommon Send returns without error.

See ProjectTextAcrossImportCommon for more information on using the ProjectTextAcrossImportCommon API call, and error handling.

// Example sending a request using the ProjectTextAcrossImportCommonRequest method.
req, resp := client.ProjectTextAcrossImportCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextAcrossImportCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTextAcrossImportCommonWithContext is the same as ProjectTextAcrossImportCommon with the addition of the ability to pass a context and additional request options.

See ProjectTextAcrossImportCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextAcrossImportRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportRequest(input *ProjectTextAcrossImportInput) (req *request.Request, output *ProjectTextAcrossImportOutput)

ProjectTextAcrossImportRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextAcrossImport operation. The "output" return value will be populated with the ProjectTextAcrossImportCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextAcrossImportCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextAcrossImportCommon Send returns without error.

See ProjectTextAcrossImport for more information on using the ProjectTextAcrossImport API call, and error handling.

// Example sending a request using the ProjectTextAcrossImportRequest method.
req, resp := client.ProjectTextAcrossImportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextAcrossImportWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextAcrossImportWithContext(ctx volcengine.Context, input *ProjectTextAcrossImportInput, opts ...request.Option) (*ProjectTextAcrossImportOutput, error)

ProjectTextAcrossImportWithContext is the same as ProjectTextAcrossImport with the addition of the ability to pass a context and additional request options.

See ProjectTextAcrossImport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextImportConfirm added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirm(input *ProjectTextImportConfirmInput) (*ProjectTextImportConfirmOutput, error)

ProjectTextImportConfirm API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextImportConfirm for usage and error information.

func (*I18NOPENAPI) ProjectTextImportConfirmCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirmCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTextImportConfirmCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextImportConfirmCommon for usage and error information.

func (*I18NOPENAPI) ProjectTextImportConfirmCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirmCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTextImportConfirmCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextImportConfirmCommon operation. The "output" return value will be populated with the ProjectTextImportConfirmCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextImportConfirmCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextImportConfirmCommon Send returns without error.

See ProjectTextImportConfirmCommon for more information on using the ProjectTextImportConfirmCommon API call, and error handling.

// Example sending a request using the ProjectTextImportConfirmCommonRequest method.
req, resp := client.ProjectTextImportConfirmCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextImportConfirmCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirmCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTextImportConfirmCommonWithContext is the same as ProjectTextImportConfirmCommon with the addition of the ability to pass a context and additional request options.

See ProjectTextImportConfirmCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextImportConfirmRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirmRequest(input *ProjectTextImportConfirmInput) (req *request.Request, output *ProjectTextImportConfirmOutput)

ProjectTextImportConfirmRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextImportConfirm operation. The "output" return value will be populated with the ProjectTextImportConfirmCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextImportConfirmCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextImportConfirmCommon Send returns without error.

See ProjectTextImportConfirm for more information on using the ProjectTextImportConfirm API call, and error handling.

// Example sending a request using the ProjectTextImportConfirmRequest method.
req, resp := client.ProjectTextImportConfirmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextImportConfirmWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportConfirmWithContext(ctx volcengine.Context, input *ProjectTextImportConfirmInput, opts ...request.Option) (*ProjectTextImportConfirmOutput, error)

ProjectTextImportConfirmWithContext is the same as ProjectTextImportConfirm with the addition of the ability to pass a context and additional request options.

See ProjectTextImportConfirm for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextImportStatusQuery added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQuery(input *ProjectTextImportStatusQueryInput) (*ProjectTextImportStatusQueryOutput, error)

ProjectTextImportStatusQuery API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextImportStatusQuery for usage and error information.

func (*I18NOPENAPI) ProjectTextImportStatusQueryCommon added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectTextImportStatusQueryCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectTextImportStatusQueryCommon for usage and error information.

func (*I18NOPENAPI) ProjectTextImportStatusQueryCommonRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectTextImportStatusQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextImportStatusQueryCommon operation. The "output" return value will be populated with the ProjectTextImportStatusQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextImportStatusQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextImportStatusQueryCommon Send returns without error.

See ProjectTextImportStatusQueryCommon for more information on using the ProjectTextImportStatusQueryCommon API call, and error handling.

// Example sending a request using the ProjectTextImportStatusQueryCommonRequest method.
req, resp := client.ProjectTextImportStatusQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextImportStatusQueryCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectTextImportStatusQueryCommonWithContext is the same as ProjectTextImportStatusQueryCommon with the addition of the ability to pass a context and additional request options.

See ProjectTextImportStatusQueryCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectTextImportStatusQueryRequest added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQueryRequest(input *ProjectTextImportStatusQueryInput) (req *request.Request, output *ProjectTextImportStatusQueryOutput)

ProjectTextImportStatusQueryRequest generates a "volcengine/request.Request" representing the client's request for the ProjectTextImportStatusQuery operation. The "output" return value will be populated with the ProjectTextImportStatusQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectTextImportStatusQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectTextImportStatusQueryCommon Send returns without error.

See ProjectTextImportStatusQuery for more information on using the ProjectTextImportStatusQuery API call, and error handling.

// Example sending a request using the ProjectTextImportStatusQueryRequest method.
req, resp := client.ProjectTextImportStatusQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectTextImportStatusQueryWithContext added in v1.2.21

func (c *I18NOPENAPI) ProjectTextImportStatusQueryWithContext(ctx volcengine.Context, input *ProjectTextImportStatusQueryInput, opts ...request.Option) (*ProjectTextImportStatusQueryOutput, error)

ProjectTextImportStatusQueryWithContext is the same as ProjectTextImportStatusQuery with the addition of the ability to pass a context and additional request options.

See ProjectTextImportStatusQuery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectUserRole

func (c *I18NOPENAPI) ProjectUserRole(input *ProjectUserRoleInput) (*ProjectUserRoleOutput, error)

ProjectUserRole API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectUserRole for usage and error information.

func (*I18NOPENAPI) ProjectUserRoleCommon

func (c *I18NOPENAPI) ProjectUserRoleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectUserRoleCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectUserRoleCommon for usage and error information.

func (*I18NOPENAPI) ProjectUserRoleCommonRequest

func (c *I18NOPENAPI) ProjectUserRoleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectUserRoleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectUserRoleCommon operation. The "output" return value will be populated with the ProjectUserRoleCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectUserRoleCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectUserRoleCommon Send returns without error.

See ProjectUserRoleCommon for more information on using the ProjectUserRoleCommon API call, and error handling.

// Example sending a request using the ProjectUserRoleCommonRequest method.
req, resp := client.ProjectUserRoleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectUserRoleCommonWithContext

func (c *I18NOPENAPI) ProjectUserRoleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectUserRoleCommonWithContext is the same as ProjectUserRoleCommon with the addition of the ability to pass a context and additional request options.

See ProjectUserRoleCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectUserRoleRequest

func (c *I18NOPENAPI) ProjectUserRoleRequest(input *ProjectUserRoleInput) (req *request.Request, output *ProjectUserRoleOutput)

ProjectUserRoleRequest generates a "volcengine/request.Request" representing the client's request for the ProjectUserRole operation. The "output" return value will be populated with the ProjectUserRoleCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectUserRoleCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectUserRoleCommon Send returns without error.

See ProjectUserRole for more information on using the ProjectUserRole API call, and error handling.

// Example sending a request using the ProjectUserRoleRequest method.
req, resp := client.ProjectUserRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectUserRoleWithContext

func (c *I18NOPENAPI) ProjectUserRoleWithContext(ctx volcengine.Context, input *ProjectUserRoleInput, opts ...request.Option) (*ProjectUserRoleOutput, error)

ProjectUserRoleWithContext is the same as ProjectUserRole with the addition of the ability to pass a context and additional request options.

See ProjectUserRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectUsers

func (c *I18NOPENAPI) ProjectUsers(input *ProjectUsersInput) (*ProjectUsersOutput, error)

ProjectUsers API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectUsers for usage and error information.

func (*I18NOPENAPI) ProjectUsersCommon

func (c *I18NOPENAPI) ProjectUsersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectUsersCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectUsersCommon for usage and error information.

func (*I18NOPENAPI) ProjectUsersCommonRequest

func (c *I18NOPENAPI) ProjectUsersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectUsersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectUsersCommon operation. The "output" return value will be populated with the ProjectUsersCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectUsersCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectUsersCommon Send returns without error.

See ProjectUsersCommon for more information on using the ProjectUsersCommon API call, and error handling.

// Example sending a request using the ProjectUsersCommonRequest method.
req, resp := client.ProjectUsersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectUsersCommonWithContext

func (c *I18NOPENAPI) ProjectUsersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectUsersCommonWithContext is the same as ProjectUsersCommon with the addition of the ability to pass a context and additional request options.

See ProjectUsersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectUsersRequest

func (c *I18NOPENAPI) ProjectUsersRequest(input *ProjectUsersInput) (req *request.Request, output *ProjectUsersOutput)

ProjectUsersRequest generates a "volcengine/request.Request" representing the client's request for the ProjectUsers operation. The "output" return value will be populated with the ProjectUsersCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectUsersCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectUsersCommon Send returns without error.

See ProjectUsers for more information on using the ProjectUsers API call, and error handling.

// Example sending a request using the ProjectUsersRequest method.
req, resp := client.ProjectUsersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectUsersWithContext

func (c *I18NOPENAPI) ProjectUsersWithContext(ctx volcengine.Context, input *ProjectUsersInput, opts ...request.Option) (*ProjectUsersOutput, error)

ProjectUsersWithContext is the same as ProjectUsers with the addition of the ability to pass a context and additional request options.

See ProjectUsers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) Projects

func (c *I18NOPENAPI) Projects(input *ProjectsInput) (*ProjectsOutput, error)

Projects API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation Projects for usage and error information.

func (*I18NOPENAPI) ProjectsCommon

func (c *I18NOPENAPI) ProjectsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ProjectsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation ProjectsCommon for usage and error information.

func (*I18NOPENAPI) ProjectsCommonRequest

func (c *I18NOPENAPI) ProjectsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ProjectsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ProjectsCommon operation. The "output" return value will be populated with the ProjectsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectsCommon Send returns without error.

See ProjectsCommon for more information on using the ProjectsCommon API call, and error handling.

// Example sending a request using the ProjectsCommonRequest method.
req, resp := client.ProjectsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectsCommonWithContext

func (c *I18NOPENAPI) ProjectsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ProjectsCommonWithContext is the same as ProjectsCommon with the addition of the ability to pass a context and additional request options.

See ProjectsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) ProjectsRequest

func (c *I18NOPENAPI) ProjectsRequest(input *ProjectsInput) (req *request.Request, output *ProjectsOutput)

ProjectsRequest generates a "volcengine/request.Request" representing the client's request for the Projects operation. The "output" return value will be populated with the ProjectsCommon request's response once the request completes successfully.

Use "Send" method on the returned ProjectsCommon Request to send the API call to the service. the "output" return value is not valid until after ProjectsCommon Send returns without error.

See Projects for more information on using the Projects API call, and error handling.

// Example sending a request using the ProjectsRequest method.
req, resp := client.ProjectsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) ProjectsWithContext

func (c *I18NOPENAPI) ProjectsWithContext(ctx volcengine.Context, input *ProjectsInput, opts ...request.Option) (*ProjectsOutput, error)

ProjectsWithContext is the same as Projects with the addition of the ability to pass a context and additional request options.

See Projects for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroupImport added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImport(input *TermBaseTermGroupImportInput) (*TermBaseTermGroupImportOutput, error)

TermBaseTermGroupImport API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroupImport for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupImportCommon added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TermBaseTermGroupImportCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroupImportCommon for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupImportCommonRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TermBaseTermGroupImportCommonRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroupImportCommon operation. The "output" return value will be populated with the TermBaseTermGroupImportCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupImportCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupImportCommon Send returns without error.

See TermBaseTermGroupImportCommon for more information on using the TermBaseTermGroupImportCommon API call, and error handling.

// Example sending a request using the TermBaseTermGroupImportCommonRequest method.
req, resp := client.TermBaseTermGroupImportCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupImportCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TermBaseTermGroupImportCommonWithContext is the same as TermBaseTermGroupImportCommon with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroupImportCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroupImportRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportRequest(input *TermBaseTermGroupImportInput) (req *request.Request, output *TermBaseTermGroupImportOutput)

TermBaseTermGroupImportRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroupImport operation. The "output" return value will be populated with the TermBaseTermGroupImportCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupImportCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupImportCommon Send returns without error.

See TermBaseTermGroupImport for more information on using the TermBaseTermGroupImport API call, and error handling.

// Example sending a request using the TermBaseTermGroupImportRequest method.
req, resp := client.TermBaseTermGroupImportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupImportTask added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTask(input *TermBaseTermGroupImportTaskInput) (*TermBaseTermGroupImportTaskOutput, error)

TermBaseTermGroupImportTask API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroupImportTask for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupImportTaskCommon added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TermBaseTermGroupImportTaskCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroupImportTaskCommon for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupImportTaskCommonRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TermBaseTermGroupImportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroupImportTaskCommon operation. The "output" return value will be populated with the TermBaseTermGroupImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupImportTaskCommon Send returns without error.

See TermBaseTermGroupImportTaskCommon for more information on using the TermBaseTermGroupImportTaskCommon API call, and error handling.

// Example sending a request using the TermBaseTermGroupImportTaskCommonRequest method.
req, resp := client.TermBaseTermGroupImportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupImportTaskCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TermBaseTermGroupImportTaskCommonWithContext is the same as TermBaseTermGroupImportTaskCommon with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroupImportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroupImportTaskRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTaskRequest(input *TermBaseTermGroupImportTaskInput) (req *request.Request, output *TermBaseTermGroupImportTaskOutput)

TermBaseTermGroupImportTaskRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroupImportTask operation. The "output" return value will be populated with the TermBaseTermGroupImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupImportTaskCommon Send returns without error.

See TermBaseTermGroupImportTask for more information on using the TermBaseTermGroupImportTask API call, and error handling.

// Example sending a request using the TermBaseTermGroupImportTaskRequest method.
req, resp := client.TermBaseTermGroupImportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupImportTaskWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportTaskWithContext(ctx volcengine.Context, input *TermBaseTermGroupImportTaskInput, opts ...request.Option) (*TermBaseTermGroupImportTaskOutput, error)

TermBaseTermGroupImportTaskWithContext is the same as TermBaseTermGroupImportTask with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroupImportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroupImportWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupImportWithContext(ctx volcengine.Context, input *TermBaseTermGroupImportInput, opts ...request.Option) (*TermBaseTermGroupImportOutput, error)

TermBaseTermGroupImportWithContext is the same as TermBaseTermGroupImport with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroupImport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroups added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroups(input *TermBaseTermGroupsInput) (*TermBaseTermGroupsOutput, error)

TermBaseTermGroups API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroups for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupsCommon added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TermBaseTermGroupsCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TermBaseTermGroupsCommon for usage and error information.

func (*I18NOPENAPI) TermBaseTermGroupsCommonRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TermBaseTermGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroupsCommon operation. The "output" return value will be populated with the TermBaseTermGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupsCommon Send returns without error.

See TermBaseTermGroupsCommon for more information on using the TermBaseTermGroupsCommon API call, and error handling.

// Example sending a request using the TermBaseTermGroupsCommonRequest method.
req, resp := client.TermBaseTermGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupsCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TermBaseTermGroupsCommonWithContext is the same as TermBaseTermGroupsCommon with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TermBaseTermGroupsRequest added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupsRequest(input *TermBaseTermGroupsInput) (req *request.Request, output *TermBaseTermGroupsOutput)

TermBaseTermGroupsRequest generates a "volcengine/request.Request" representing the client's request for the TermBaseTermGroups operation. The "output" return value will be populated with the TermBaseTermGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned TermBaseTermGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after TermBaseTermGroupsCommon Send returns without error.

See TermBaseTermGroups for more information on using the TermBaseTermGroups API call, and error handling.

// Example sending a request using the TermBaseTermGroupsRequest method.
req, resp := client.TermBaseTermGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TermBaseTermGroupsWithContext added in v1.2.21

func (c *I18NOPENAPI) TermBaseTermGroupsWithContext(ctx volcengine.Context, input *TermBaseTermGroupsInput, opts ...request.Option) (*TermBaseTermGroupsOutput, error)

TermBaseTermGroupsWithContext is the same as TermBaseTermGroups with the addition of the ability to pass a context and additional request options.

See TermBaseTermGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TextGetTextListWithKeyOrSource added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSource(input *TextGetTextListWithKeyOrSourceInput) (*TextGetTextListWithKeyOrSourceOutput, error)

TextGetTextListWithKeyOrSource API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TextGetTextListWithKeyOrSource for usage and error information.

func (*I18NOPENAPI) TextGetTextListWithKeyOrSourceCommon added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TextGetTextListWithKeyOrSourceCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation TextGetTextListWithKeyOrSourceCommon for usage and error information.

func (*I18NOPENAPI) TextGetTextListWithKeyOrSourceCommonRequest added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TextGetTextListWithKeyOrSourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the TextGetTextListWithKeyOrSourceCommon operation. The "output" return value will be populated with the TextGetTextListWithKeyOrSourceCommon request's response once the request completes successfully.

Use "Send" method on the returned TextGetTextListWithKeyOrSourceCommon Request to send the API call to the service. the "output" return value is not valid until after TextGetTextListWithKeyOrSourceCommon Send returns without error.

See TextGetTextListWithKeyOrSourceCommon for more information on using the TextGetTextListWithKeyOrSourceCommon API call, and error handling.

// Example sending a request using the TextGetTextListWithKeyOrSourceCommonRequest method.
req, resp := client.TextGetTextListWithKeyOrSourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TextGetTextListWithKeyOrSourceCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TextGetTextListWithKeyOrSourceCommonWithContext is the same as TextGetTextListWithKeyOrSourceCommon with the addition of the ability to pass a context and additional request options.

See TextGetTextListWithKeyOrSourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) TextGetTextListWithKeyOrSourceRequest added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSourceRequest(input *TextGetTextListWithKeyOrSourceInput) (req *request.Request, output *TextGetTextListWithKeyOrSourceOutput)

TextGetTextListWithKeyOrSourceRequest generates a "volcengine/request.Request" representing the client's request for the TextGetTextListWithKeyOrSource operation. The "output" return value will be populated with the TextGetTextListWithKeyOrSourceCommon request's response once the request completes successfully.

Use "Send" method on the returned TextGetTextListWithKeyOrSourceCommon Request to send the API call to the service. the "output" return value is not valid until after TextGetTextListWithKeyOrSourceCommon Send returns without error.

See TextGetTextListWithKeyOrSource for more information on using the TextGetTextListWithKeyOrSource API call, and error handling.

// Example sending a request using the TextGetTextListWithKeyOrSourceRequest method.
req, resp := client.TextGetTextListWithKeyOrSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) TextGetTextListWithKeyOrSourceWithContext added in v1.2.21

func (c *I18NOPENAPI) TextGetTextListWithKeyOrSourceWithContext(ctx volcengine.Context, input *TextGetTextListWithKeyOrSourceInput, opts ...request.Option) (*TextGetTextListWithKeyOrSourceOutput, error)

TextGetTextListWithKeyOrSourceWithContext is the same as TextGetTextListWithKeyOrSource with the addition of the ability to pass a context and additional request options.

See TextGetTextListWithKeyOrSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectCreate

func (c *I18NOPENAPI) VideoProjectCreate(input *VideoProjectCreateInput) (*VideoProjectCreateOutput, error)

VideoProjectCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectCreate for usage and error information.

func (*I18NOPENAPI) VideoProjectCreateCommon

func (c *I18NOPENAPI) VideoProjectCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectCreateCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectCreateCommonRequest

func (c *I18NOPENAPI) VideoProjectCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectCreateCommon operation. The "output" return value will be populated with the VideoProjectCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectCreateCommon Send returns without error.

See VideoProjectCreateCommon for more information on using the VideoProjectCreateCommon API call, and error handling.

// Example sending a request using the VideoProjectCreateCommonRequest method.
req, resp := client.VideoProjectCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectCreateCommonWithContext

func (c *I18NOPENAPI) VideoProjectCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectCreateCommonWithContext is the same as VideoProjectCreateCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectCreateRequest

func (c *I18NOPENAPI) VideoProjectCreateRequest(input *VideoProjectCreateInput) (req *request.Request, output *VideoProjectCreateOutput)

VideoProjectCreateRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectCreate operation. The "output" return value will be populated with the VideoProjectCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectCreateCommon Send returns without error.

See VideoProjectCreate for more information on using the VideoProjectCreate API call, and error handling.

// Example sending a request using the VideoProjectCreateRequest method.
req, resp := client.VideoProjectCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectCreateWithContext

func (c *I18NOPENAPI) VideoProjectCreateWithContext(ctx volcengine.Context, input *VideoProjectCreateInput, opts ...request.Option) (*VideoProjectCreateOutput, error)

VideoProjectCreateWithContext is the same as VideoProjectCreate with the addition of the ability to pass a context and additional request options.

See VideoProjectCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectList

func (c *I18NOPENAPI) VideoProjectList(input *VideoProjectListInput) (*VideoProjectListOutput, error)

VideoProjectList API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectList for usage and error information.

func (*I18NOPENAPI) VideoProjectListCommon

func (c *I18NOPENAPI) VideoProjectListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectListCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectListCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectListCommonRequest

func (c *I18NOPENAPI) VideoProjectListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectListCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectListCommon operation. The "output" return value will be populated with the VideoProjectListCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectListCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectListCommon Send returns without error.

See VideoProjectListCommon for more information on using the VideoProjectListCommon API call, and error handling.

// Example sending a request using the VideoProjectListCommonRequest method.
req, resp := client.VideoProjectListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectListCommonWithContext

func (c *I18NOPENAPI) VideoProjectListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectListCommonWithContext is the same as VideoProjectListCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectListRequest

func (c *I18NOPENAPI) VideoProjectListRequest(input *VideoProjectListInput) (req *request.Request, output *VideoProjectListOutput)

VideoProjectListRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectList operation. The "output" return value will be populated with the VideoProjectListCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectListCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectListCommon Send returns without error.

See VideoProjectList for more information on using the VideoProjectList API call, and error handling.

// Example sending a request using the VideoProjectListRequest method.
req, resp := client.VideoProjectListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectListWithContext

func (c *I18NOPENAPI) VideoProjectListWithContext(ctx volcengine.Context, input *VideoProjectListInput, opts ...request.Option) (*VideoProjectListOutput, error)

VideoProjectListWithContext is the same as VideoProjectList with the addition of the ability to pass a context and additional request options.

See VideoProjectList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreate added in v1.2.11

VideoProjectSerialDubTaskCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSerialDubTaskCreate for usage and error information.

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreateCommon added in v1.2.11

func (c *I18NOPENAPI) VideoProjectSerialDubTaskCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectSerialDubTaskCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSerialDubTaskCreateCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreateCommonRequest added in v1.2.11

func (c *I18NOPENAPI) VideoProjectSerialDubTaskCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectSerialDubTaskCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSerialDubTaskCreateCommon operation. The "output" return value will be populated with the VideoProjectSerialDubTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSerialDubTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSerialDubTaskCreateCommon Send returns without error.

See VideoProjectSerialDubTaskCreateCommon for more information on using the VideoProjectSerialDubTaskCreateCommon API call, and error handling.

// Example sending a request using the VideoProjectSerialDubTaskCreateCommonRequest method.
req, resp := client.VideoProjectSerialDubTaskCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreateCommonWithContext added in v1.2.11

func (c *I18NOPENAPI) VideoProjectSerialDubTaskCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectSerialDubTaskCreateCommonWithContext is the same as VideoProjectSerialDubTaskCreateCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectSerialDubTaskCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreateRequest added in v1.2.11

func (c *I18NOPENAPI) VideoProjectSerialDubTaskCreateRequest(input *VideoProjectSerialDubTaskCreateInput) (req *request.Request, output *VideoProjectSerialDubTaskCreateOutput)

VideoProjectSerialDubTaskCreateRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSerialDubTaskCreate operation. The "output" return value will be populated with the VideoProjectSerialDubTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSerialDubTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSerialDubTaskCreateCommon Send returns without error.

See VideoProjectSerialDubTaskCreate for more information on using the VideoProjectSerialDubTaskCreate API call, and error handling.

// Example sending a request using the VideoProjectSerialDubTaskCreateRequest method.
req, resp := client.VideoProjectSerialDubTaskCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSerialDubTaskCreateWithContext added in v1.2.11

func (c *I18NOPENAPI) VideoProjectSerialDubTaskCreateWithContext(ctx volcengine.Context, input *VideoProjectSerialDubTaskCreateInput, opts ...request.Option) (*VideoProjectSerialDubTaskCreateOutput, error)

VideoProjectSerialDubTaskCreateWithContext is the same as VideoProjectSerialDubTaskCreate with the addition of the ability to pass a context and additional request options.

See VideoProjectSerialDubTaskCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSerialTaskCreate added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreate(input *VideoProjectSerialTaskCreateInput) (*VideoProjectSerialTaskCreateOutput, error)

VideoProjectSerialTaskCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSerialTaskCreate for usage and error information.

func (*I18NOPENAPI) VideoProjectSerialTaskCreateCommon added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectSerialTaskCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSerialTaskCreateCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectSerialTaskCreateCommonRequest added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectSerialTaskCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSerialTaskCreateCommon operation. The "output" return value will be populated with the VideoProjectSerialTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSerialTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSerialTaskCreateCommon Send returns without error.

See VideoProjectSerialTaskCreateCommon for more information on using the VideoProjectSerialTaskCreateCommon API call, and error handling.

// Example sending a request using the VideoProjectSerialTaskCreateCommonRequest method.
req, resp := client.VideoProjectSerialTaskCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSerialTaskCreateCommonWithContext added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectSerialTaskCreateCommonWithContext is the same as VideoProjectSerialTaskCreateCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectSerialTaskCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSerialTaskCreateRequest added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreateRequest(input *VideoProjectSerialTaskCreateInput) (req *request.Request, output *VideoProjectSerialTaskCreateOutput)

VideoProjectSerialTaskCreateRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSerialTaskCreate operation. The "output" return value will be populated with the VideoProjectSerialTaskCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSerialTaskCreateCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSerialTaskCreateCommon Send returns without error.

See VideoProjectSerialTaskCreate for more information on using the VideoProjectSerialTaskCreate API call, and error handling.

// Example sending a request using the VideoProjectSerialTaskCreateRequest method.
req, resp := client.VideoProjectSerialTaskCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSerialTaskCreateWithContext added in v1.1.51

func (c *I18NOPENAPI) VideoProjectSerialTaskCreateWithContext(ctx volcengine.Context, input *VideoProjectSerialTaskCreateInput, opts ...request.Option) (*VideoProjectSerialTaskCreateOutput, error)

VideoProjectSerialTaskCreateWithContext is the same as VideoProjectSerialTaskCreate with the addition of the ability to pass a context and additional request options.

See VideoProjectSerialTaskCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSuppressionStart added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStart(input *VideoProjectSuppressionStartInput) (*VideoProjectSuppressionStartOutput, error)

VideoProjectSuppressionStart API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSuppressionStart for usage and error information.

func (*I18NOPENAPI) VideoProjectSuppressionStartCommon added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStartCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectSuppressionStartCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectSuppressionStartCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectSuppressionStartCommonRequest added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStartCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectSuppressionStartCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSuppressionStartCommon operation. The "output" return value will be populated with the VideoProjectSuppressionStartCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSuppressionStartCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSuppressionStartCommon Send returns without error.

See VideoProjectSuppressionStartCommon for more information on using the VideoProjectSuppressionStartCommon API call, and error handling.

// Example sending a request using the VideoProjectSuppressionStartCommonRequest method.
req, resp := client.VideoProjectSuppressionStartCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSuppressionStartCommonWithContext added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStartCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectSuppressionStartCommonWithContext is the same as VideoProjectSuppressionStartCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectSuppressionStartCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectSuppressionStartRequest added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStartRequest(input *VideoProjectSuppressionStartInput) (req *request.Request, output *VideoProjectSuppressionStartOutput)

VideoProjectSuppressionStartRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectSuppressionStart operation. The "output" return value will be populated with the VideoProjectSuppressionStartCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectSuppressionStartCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectSuppressionStartCommon Send returns without error.

See VideoProjectSuppressionStart for more information on using the VideoProjectSuppressionStart API call, and error handling.

// Example sending a request using the VideoProjectSuppressionStartRequest method.
req, resp := client.VideoProjectSuppressionStartRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectSuppressionStartWithContext added in v1.2.14

func (c *I18NOPENAPI) VideoProjectSuppressionStartWithContext(ctx volcengine.Context, input *VideoProjectSuppressionStartInput, opts ...request.Option) (*VideoProjectSuppressionStartOutput, error)

VideoProjectSuppressionStartWithContext is the same as VideoProjectSuppressionStart with the addition of the ability to pass a context and additional request options.

See VideoProjectSuppressionStart for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlow added in v1.2.21

VideoProjectTaskBatchStartAIFlow API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskBatchStartAIFlow for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommon added in v1.2.21

func (c *I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectTaskBatchStartAIFlowCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskBatchStartAIFlowCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommonRequest added in v1.2.21

func (c *I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectTaskBatchStartAIFlowCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskBatchStartAIFlowCommon operation. The "output" return value will be populated with the VideoProjectTaskBatchStartAIFlowCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskBatchStartAIFlowCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskBatchStartAIFlowCommon Send returns without error.

See VideoProjectTaskBatchStartAIFlowCommon for more information on using the VideoProjectTaskBatchStartAIFlowCommon API call, and error handling.

// Example sending a request using the VideoProjectTaskBatchStartAIFlowCommonRequest method.
req, resp := client.VideoProjectTaskBatchStartAIFlowCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) VideoProjectTaskBatchStartAIFlowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectTaskBatchStartAIFlowCommonWithContext is the same as VideoProjectTaskBatchStartAIFlowCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskBatchStartAIFlowCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlowRequest added in v1.2.21

func (c *I18NOPENAPI) VideoProjectTaskBatchStartAIFlowRequest(input *VideoProjectTaskBatchStartAIFlowInput) (req *request.Request, output *VideoProjectTaskBatchStartAIFlowOutput)

VideoProjectTaskBatchStartAIFlowRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskBatchStartAIFlow operation. The "output" return value will be populated with the VideoProjectTaskBatchStartAIFlowCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskBatchStartAIFlowCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskBatchStartAIFlowCommon Send returns without error.

See VideoProjectTaskBatchStartAIFlow for more information on using the VideoProjectTaskBatchStartAIFlow API call, and error handling.

// Example sending a request using the VideoProjectTaskBatchStartAIFlowRequest method.
req, resp := client.VideoProjectTaskBatchStartAIFlowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskBatchStartAIFlowWithContext added in v1.2.21

func (c *I18NOPENAPI) VideoProjectTaskBatchStartAIFlowWithContext(ctx volcengine.Context, input *VideoProjectTaskBatchStartAIFlowInput, opts ...request.Option) (*VideoProjectTaskBatchStartAIFlowOutput, error)

VideoProjectTaskBatchStartAIFlowWithContext is the same as VideoProjectTaskBatchStartAIFlow with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskBatchStartAIFlow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskDetail

func (c *I18NOPENAPI) VideoProjectTaskDetail(input *VideoProjectTaskDetailInput) (*VideoProjectTaskDetailOutput, error)

VideoProjectTaskDetail API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskDetail for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskDetailCommon

func (c *I18NOPENAPI) VideoProjectTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectTaskDetailCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskDetailCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskDetailCommonRequest

func (c *I18NOPENAPI) VideoProjectTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectTaskDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskDetailCommon operation. The "output" return value will be populated with the VideoProjectTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskDetailCommon Send returns without error.

See VideoProjectTaskDetailCommon for more information on using the VideoProjectTaskDetailCommon API call, and error handling.

// Example sending a request using the VideoProjectTaskDetailCommonRequest method.
req, resp := client.VideoProjectTaskDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskDetailCommonWithContext

func (c *I18NOPENAPI) VideoProjectTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectTaskDetailCommonWithContext is the same as VideoProjectTaskDetailCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskDetailRequest

func (c *I18NOPENAPI) VideoProjectTaskDetailRequest(input *VideoProjectTaskDetailInput) (req *request.Request, output *VideoProjectTaskDetailOutput)

VideoProjectTaskDetailRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskDetail operation. The "output" return value will be populated with the VideoProjectTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskDetailCommon Send returns without error.

See VideoProjectTaskDetail for more information on using the VideoProjectTaskDetail API call, and error handling.

// Example sending a request using the VideoProjectTaskDetailRequest method.
req, resp := client.VideoProjectTaskDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskDetailWithContext

func (c *I18NOPENAPI) VideoProjectTaskDetailWithContext(ctx volcengine.Context, input *VideoProjectTaskDetailInput, opts ...request.Option) (*VideoProjectTaskDetailOutput, error)

VideoProjectTaskDetailWithContext is the same as VideoProjectTaskDetail with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskList

func (c *I18NOPENAPI) VideoProjectTaskList(input *VideoProjectTaskListInput) (*VideoProjectTaskListOutput, error)

VideoProjectTaskList API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskList for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskListCommon

func (c *I18NOPENAPI) VideoProjectTaskListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoProjectTaskListCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoProjectTaskListCommon for usage and error information.

func (*I18NOPENAPI) VideoProjectTaskListCommonRequest

func (c *I18NOPENAPI) VideoProjectTaskListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoProjectTaskListCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskListCommon operation. The "output" return value will be populated with the VideoProjectTaskListCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskListCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskListCommon Send returns without error.

See VideoProjectTaskListCommon for more information on using the VideoProjectTaskListCommon API call, and error handling.

// Example sending a request using the VideoProjectTaskListCommonRequest method.
req, resp := client.VideoProjectTaskListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskListCommonWithContext

func (c *I18NOPENAPI) VideoProjectTaskListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoProjectTaskListCommonWithContext is the same as VideoProjectTaskListCommon with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoProjectTaskListRequest

func (c *I18NOPENAPI) VideoProjectTaskListRequest(input *VideoProjectTaskListInput) (req *request.Request, output *VideoProjectTaskListOutput)

VideoProjectTaskListRequest generates a "volcengine/request.Request" representing the client's request for the VideoProjectTaskList operation. The "output" return value will be populated with the VideoProjectTaskListCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoProjectTaskListCommon Request to send the API call to the service. the "output" return value is not valid until after VideoProjectTaskListCommon Send returns without error.

See VideoProjectTaskList for more information on using the VideoProjectTaskList API call, and error handling.

// Example sending a request using the VideoProjectTaskListRequest method.
req, resp := client.VideoProjectTaskListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoProjectTaskListWithContext

func (c *I18NOPENAPI) VideoProjectTaskListWithContext(ctx volcengine.Context, input *VideoProjectTaskListInput, opts ...request.Option) (*VideoProjectTaskListOutput, error)

VideoProjectTaskListWithContext is the same as VideoProjectTaskList with the addition of the ability to pass a context and additional request options.

See VideoProjectTaskList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoResourceUpload

func (c *I18NOPENAPI) VideoResourceUpload(input *VideoResourceUploadInput) (*VideoResourceUploadOutput, error)

VideoResourceUpload API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoResourceUpload for usage and error information.

func (*I18NOPENAPI) VideoResourceUploadCommon

func (c *I18NOPENAPI) VideoResourceUploadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoResourceUploadCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoResourceUploadCommon for usage and error information.

func (*I18NOPENAPI) VideoResourceUploadCommonRequest

func (c *I18NOPENAPI) VideoResourceUploadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoResourceUploadCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoResourceUploadCommon operation. The "output" return value will be populated with the VideoResourceUploadCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoResourceUploadCommon Request to send the API call to the service. the "output" return value is not valid until after VideoResourceUploadCommon Send returns without error.

See VideoResourceUploadCommon for more information on using the VideoResourceUploadCommon API call, and error handling.

// Example sending a request using the VideoResourceUploadCommonRequest method.
req, resp := client.VideoResourceUploadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoResourceUploadCommonWithContext

func (c *I18NOPENAPI) VideoResourceUploadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoResourceUploadCommonWithContext is the same as VideoResourceUploadCommon with the addition of the ability to pass a context and additional request options.

See VideoResourceUploadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoResourceUploadRequest

func (c *I18NOPENAPI) VideoResourceUploadRequest(input *VideoResourceUploadInput) (req *request.Request, output *VideoResourceUploadOutput)

VideoResourceUploadRequest generates a "volcengine/request.Request" representing the client's request for the VideoResourceUpload operation. The "output" return value will be populated with the VideoResourceUploadCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoResourceUploadCommon Request to send the API call to the service. the "output" return value is not valid until after VideoResourceUploadCommon Send returns without error.

See VideoResourceUpload for more information on using the VideoResourceUpload API call, and error handling.

// Example sending a request using the VideoResourceUploadRequest method.
req, resp := client.VideoResourceUploadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoResourceUploadWithContext

func (c *I18NOPENAPI) VideoResourceUploadWithContext(ctx volcengine.Context, input *VideoResourceUploadInput, opts ...request.Option) (*VideoResourceUploadOutput, error)

VideoResourceUploadWithContext is the same as VideoResourceUpload with the addition of the ability to pass a context and additional request options.

See VideoResourceUpload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoTermBases added in v1.2.21

func (c *I18NOPENAPI) VideoTermBases(input *VideoTermBasesInput) (*VideoTermBasesOutput, error)

VideoTermBases API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoTermBases for usage and error information.

func (*I18NOPENAPI) VideoTermBasesCommon added in v1.2.21

func (c *I18NOPENAPI) VideoTermBasesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VideoTermBasesCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation VideoTermBasesCommon for usage and error information.

func (*I18NOPENAPI) VideoTermBasesCommonRequest added in v1.2.21

func (c *I18NOPENAPI) VideoTermBasesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

VideoTermBasesCommonRequest generates a "volcengine/request.Request" representing the client's request for the VideoTermBasesCommon operation. The "output" return value will be populated with the VideoTermBasesCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoTermBasesCommon Request to send the API call to the service. the "output" return value is not valid until after VideoTermBasesCommon Send returns without error.

See VideoTermBasesCommon for more information on using the VideoTermBasesCommon API call, and error handling.

// Example sending a request using the VideoTermBasesCommonRequest method.
req, resp := client.VideoTermBasesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoTermBasesCommonWithContext added in v1.2.21

func (c *I18NOPENAPI) VideoTermBasesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

VideoTermBasesCommonWithContext is the same as VideoTermBasesCommon with the addition of the ability to pass a context and additional request options.

See VideoTermBasesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) VideoTermBasesRequest added in v1.2.21

func (c *I18NOPENAPI) VideoTermBasesRequest(input *VideoTermBasesInput) (req *request.Request, output *VideoTermBasesOutput)

VideoTermBasesRequest generates a "volcengine/request.Request" representing the client's request for the VideoTermBases operation. The "output" return value will be populated with the VideoTermBasesCommon request's response once the request completes successfully.

Use "Send" method on the returned VideoTermBasesCommon Request to send the API call to the service. the "output" return value is not valid until after VideoTermBasesCommon Send returns without error.

See VideoTermBases for more information on using the VideoTermBases API call, and error handling.

// Example sending a request using the VideoTermBasesRequest method.
req, resp := client.VideoTermBasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) VideoTermBasesWithContext added in v1.2.21

func (c *I18NOPENAPI) VideoTermBasesWithContext(ctx volcengine.Context, input *VideoTermBasesInput, opts ...request.Option) (*VideoTermBasesOutput, error)

VideoTermBasesWithContext is the same as VideoTermBases with the addition of the ability to pass a context and additional request options.

See VideoTermBases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) WebhooksCreate

func (c *I18NOPENAPI) WebhooksCreate(input *WebhooksCreateInput) (*WebhooksCreateOutput, error)

WebhooksCreate API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation WebhooksCreate for usage and error information.

func (*I18NOPENAPI) WebhooksCreateCommon

func (c *I18NOPENAPI) WebhooksCreateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

WebhooksCreateCommon API operation for I18N_OPENAPI.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for I18N_OPENAPI's API operation WebhooksCreateCommon for usage and error information.

func (*I18NOPENAPI) WebhooksCreateCommonRequest

func (c *I18NOPENAPI) WebhooksCreateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

WebhooksCreateCommonRequest generates a "volcengine/request.Request" representing the client's request for the WebhooksCreateCommon operation. The "output" return value will be populated with the WebhooksCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned WebhooksCreateCommon Request to send the API call to the service. the "output" return value is not valid until after WebhooksCreateCommon Send returns without error.

See WebhooksCreateCommon for more information on using the WebhooksCreateCommon API call, and error handling.

// Example sending a request using the WebhooksCreateCommonRequest method.
req, resp := client.WebhooksCreateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) WebhooksCreateCommonWithContext

func (c *I18NOPENAPI) WebhooksCreateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

WebhooksCreateCommonWithContext is the same as WebhooksCreateCommon with the addition of the ability to pass a context and additional request options.

See WebhooksCreateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*I18NOPENAPI) WebhooksCreateRequest

func (c *I18NOPENAPI) WebhooksCreateRequest(input *WebhooksCreateInput) (req *request.Request, output *WebhooksCreateOutput)

WebhooksCreateRequest generates a "volcengine/request.Request" representing the client's request for the WebhooksCreate operation. The "output" return value will be populated with the WebhooksCreateCommon request's response once the request completes successfully.

Use "Send" method on the returned WebhooksCreateCommon Request to send the API call to the service. the "output" return value is not valid until after WebhooksCreateCommon Send returns without error.

See WebhooksCreate for more information on using the WebhooksCreate API call, and error handling.

// Example sending a request using the WebhooksCreateRequest method.
req, resp := client.WebhooksCreateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*I18NOPENAPI) WebhooksCreateWithContext

func (c *I18NOPENAPI) WebhooksCreateWithContext(ctx volcengine.Context, input *WebhooksCreateInput, opts ...request.Option) (*WebhooksCreateOutput, error)

WebhooksCreateWithContext is the same as WebhooksCreate with the addition of the ability to pass a context and additional request options.

See WebhooksCreate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type I18NOPENAPIAPI

type I18NOPENAPIAPI interface {
	CreateVideoCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateVideoCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateVideoCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateVideoCreate(*CreateVideoCreateInput) (*CreateVideoCreateOutput, error)
	CreateVideoCreateWithContext(volcengine.Context, *CreateVideoCreateInput, ...request.Option) (*CreateVideoCreateOutput, error)
	CreateVideoCreateRequest(*CreateVideoCreateInput) (*request.Request, *CreateVideoCreateOutput)

	DocumentCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DocumentCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DocumentCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DocumentCreate(*DocumentCreateInput) (*DocumentCreateOutput, error)
	DocumentCreateWithContext(volcengine.Context, *DocumentCreateInput, ...request.Option) (*DocumentCreateOutput, error)
	DocumentCreateRequest(*DocumentCreateInput) (*request.Request, *DocumentCreateOutput)

	DocumentTaskCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DocumentTaskCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DocumentTaskCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DocumentTaskCreate(*DocumentTaskCreateInput) (*DocumentTaskCreateOutput, error)
	DocumentTaskCreateWithContext(volcengine.Context, *DocumentTaskCreateInput, ...request.Option) (*DocumentTaskCreateOutput, error)
	DocumentTaskCreateRequest(*DocumentTaskCreateInput) (*request.Request, *DocumentTaskCreateOutput)

	DocumentTaskDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DocumentTaskDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DocumentTaskDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DocumentTaskDelete(*DocumentTaskDeleteInput) (*DocumentTaskDeleteOutput, error)
	DocumentTaskDeleteWithContext(volcengine.Context, *DocumentTaskDeleteInput, ...request.Option) (*DocumentTaskDeleteOutput, error)
	DocumentTaskDeleteRequest(*DocumentTaskDeleteInput) (*request.Request, *DocumentTaskDeleteOutput)

	DocumentTaskDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DocumentTaskDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DocumentTaskDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DocumentTaskDetail(*DocumentTaskDetailInput) (*DocumentTaskDetailOutput, error)
	DocumentTaskDetailWithContext(volcengine.Context, *DocumentTaskDetailInput, ...request.Option) (*DocumentTaskDetailOutput, error)
	DocumentTaskDetailRequest(*DocumentTaskDetailInput) (*request.Request, *DocumentTaskDetailOutput)

	DocumentTaskStopCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DocumentTaskStopCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DocumentTaskStopCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DocumentTaskStop(*DocumentTaskStopInput) (*DocumentTaskStopOutput, error)
	DocumentTaskStopWithContext(volcengine.Context, *DocumentTaskStopInput, ...request.Option) (*DocumentTaskStopOutput, error)
	DocumentTaskStopRequest(*DocumentTaskStopInput) (*request.Request, *DocumentTaskStopOutput)

	LanguagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LanguagesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LanguagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Languages(*LanguagesInput) (*LanguagesOutput, error)
	LanguagesWithContext(volcengine.Context, *LanguagesInput, ...request.Option) (*LanguagesOutput, error)
	LanguagesRequest(*LanguagesInput) (*request.Request, *LanguagesOutput)

	MtSupportLangCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MtSupportLangCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MtSupportLangCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MtSupportLang(*MtSupportLangInput) (*MtSupportLangOutput, error)
	MtSupportLangWithContext(volcengine.Context, *MtSupportLangInput, ...request.Option) (*MtSupportLangOutput, error)
	MtSupportLangRequest(*MtSupportLangInput) (*request.Request, *MtSupportLangOutput)

	ProjectDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectDetail(*ProjectDetailInput) (*ProjectDetailOutput, error)
	ProjectDetailWithContext(volcengine.Context, *ProjectDetailInput, ...request.Option) (*ProjectDetailOutput, error)
	ProjectDetailRequest(*ProjectDetailInput) (*request.Request, *ProjectDetailOutput)

	ProjectDownloadProgressQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectDownloadProgressQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectDownloadProgressQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectDownloadProgressQuery(*ProjectDownloadProgressQueryInput) (*ProjectDownloadProgressQueryOutput, error)
	ProjectDownloadProgressQueryWithContext(volcengine.Context, *ProjectDownloadProgressQueryInput, ...request.Option) (*ProjectDownloadProgressQueryOutput, error)
	ProjectDownloadProgressQueryRequest(*ProjectDownloadProgressQueryInput) (*request.Request, *ProjectDownloadProgressQueryOutput)

	ProjectDownloadTaskDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectDownloadTaskDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectDownloadTaskDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectDownloadTaskDelete(*ProjectDownloadTaskDeleteInput) (*ProjectDownloadTaskDeleteOutput, error)
	ProjectDownloadTaskDeleteWithContext(volcengine.Context, *ProjectDownloadTaskDeleteInput, ...request.Option) (*ProjectDownloadTaskDeleteOutput, error)
	ProjectDownloadTaskDeleteRequest(*ProjectDownloadTaskDeleteInput) (*request.Request, *ProjectDownloadTaskDeleteOutput)

	ProjectMtDetectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectMtDetectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectMtDetectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectMtDetect(*ProjectMtDetectInput) (*ProjectMtDetectOutput, error)
	ProjectMtDetectWithContext(volcengine.Context, *ProjectMtDetectInput, ...request.Option) (*ProjectMtDetectOutput, error)
	ProjectMtDetectRequest(*ProjectMtDetectInput) (*request.Request, *ProjectMtDetectOutput)

	ProjectMtTranslateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectMtTranslateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectMtTranslateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectMtTranslate(*ProjectMtTranslateInput) (*ProjectMtTranslateOutput, error)
	ProjectMtTranslateWithContext(volcengine.Context, *ProjectMtTranslateInput, ...request.Option) (*ProjectMtTranslateOutput, error)
	ProjectMtTranslateRequest(*ProjectMtTranslateInput) (*request.Request, *ProjectMtTranslateOutput)

	ProjectNamespaceCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceCreate(*ProjectNamespaceCreateInput) (*ProjectNamespaceCreateOutput, error)
	ProjectNamespaceCreateWithContext(volcengine.Context, *ProjectNamespaceCreateInput, ...request.Option) (*ProjectNamespaceCreateOutput, error)
	ProjectNamespaceCreateRequest(*ProjectNamespaceCreateInput) (*request.Request, *ProjectNamespaceCreateOutput)

	ProjectNamespaceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceDetail(*ProjectNamespaceDetailInput) (*ProjectNamespaceDetailOutput, error)
	ProjectNamespaceDetailWithContext(volcengine.Context, *ProjectNamespaceDetailInput, ...request.Option) (*ProjectNamespaceDetailOutput, error)
	ProjectNamespaceDetailRequest(*ProjectNamespaceDetailInput) (*request.Request, *ProjectNamespaceDetailOutput)

	ProjectNamespaceSourceAddCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceAddCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceAddCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceAdd(*ProjectNamespaceSourceAddInput) (*ProjectNamespaceSourceAddOutput, error)
	ProjectNamespaceSourceAddWithContext(volcengine.Context, *ProjectNamespaceSourceAddInput, ...request.Option) (*ProjectNamespaceSourceAddOutput, error)
	ProjectNamespaceSourceAddRequest(*ProjectNamespaceSourceAddInput) (*request.Request, *ProjectNamespaceSourceAddOutput)

	ProjectNamespaceSourceDeleteByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceDeleteByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceDeleteByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceDeleteByIds(*ProjectNamespaceSourceDeleteByIdsInput) (*ProjectNamespaceSourceDeleteByIdsOutput, error)
	ProjectNamespaceSourceDeleteByIdsWithContext(volcengine.Context, *ProjectNamespaceSourceDeleteByIdsInput, ...request.Option) (*ProjectNamespaceSourceDeleteByIdsOutput, error)
	ProjectNamespaceSourceDeleteByIdsRequest(*ProjectNamespaceSourceDeleteByIdsInput) (*request.Request, *ProjectNamespaceSourceDeleteByIdsOutput)

	ProjectNamespaceSourceDeleteByKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceDeleteByKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceDeleteByKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceDeleteByKeys(*ProjectNamespaceSourceDeleteByKeysInput) (*ProjectNamespaceSourceDeleteByKeysOutput, error)
	ProjectNamespaceSourceDeleteByKeysWithContext(volcengine.Context, *ProjectNamespaceSourceDeleteByKeysInput, ...request.Option) (*ProjectNamespaceSourceDeleteByKeysOutput, error)
	ProjectNamespaceSourceDeleteByKeysRequest(*ProjectNamespaceSourceDeleteByKeysInput) (*request.Request, *ProjectNamespaceSourceDeleteByKeysOutput)

	ProjectNamespaceSourceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceDetail(*ProjectNamespaceSourceDetailInput) (*ProjectNamespaceSourceDetailOutput, error)
	ProjectNamespaceSourceDetailWithContext(volcengine.Context, *ProjectNamespaceSourceDetailInput, ...request.Option) (*ProjectNamespaceSourceDetailOutput, error)
	ProjectNamespaceSourceDetailRequest(*ProjectNamespaceSourceDetailInput) (*request.Request, *ProjectNamespaceSourceDetailOutput)

	ProjectNamespaceSourceDownloadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceDownloadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceDownloadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceDownload(*ProjectNamespaceSourceDownloadInput) (*ProjectNamespaceSourceDownloadOutput, error)
	ProjectNamespaceSourceDownloadWithContext(volcengine.Context, *ProjectNamespaceSourceDownloadInput, ...request.Option) (*ProjectNamespaceSourceDownloadOutput, error)
	ProjectNamespaceSourceDownloadRequest(*ProjectNamespaceSourceDownloadInput) (*request.Request, *ProjectNamespaceSourceDownloadOutput)

	ProjectNamespaceSourceMultiUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceMultiUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceMultiUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceMultiUpdate(*ProjectNamespaceSourceMultiUpdateInput) (*ProjectNamespaceSourceMultiUpdateOutput, error)
	ProjectNamespaceSourceMultiUpdateWithContext(volcengine.Context, *ProjectNamespaceSourceMultiUpdateInput, ...request.Option) (*ProjectNamespaceSourceMultiUpdateOutput, error)
	ProjectNamespaceSourceMultiUpdateRequest(*ProjectNamespaceSourceMultiUpdateInput) (*request.Request, *ProjectNamespaceSourceMultiUpdateOutput)

	ProjectNamespaceSourceUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceSourceUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceSourceUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceSourceUpdate(*ProjectNamespaceSourceUpdateInput) (*ProjectNamespaceSourceUpdateOutput, error)
	ProjectNamespaceSourceUpdateWithContext(volcengine.Context, *ProjectNamespaceSourceUpdateInput, ...request.Option) (*ProjectNamespaceSourceUpdateOutput, error)
	ProjectNamespaceSourceUpdateRequest(*ProjectNamespaceSourceUpdateInput) (*request.Request, *ProjectNamespaceSourceUpdateOutput)

	ProjectNamespaceTargetDeleteByIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargetDeleteById(*ProjectNamespaceTargetDeleteByIdInput) (*ProjectNamespaceTargetDeleteByIdOutput, error)
	ProjectNamespaceTargetDeleteByIdWithContext(volcengine.Context, *ProjectNamespaceTargetDeleteByIdInput, ...request.Option) (*ProjectNamespaceTargetDeleteByIdOutput, error)
	ProjectNamespaceTargetDeleteByIdRequest(*ProjectNamespaceTargetDeleteByIdInput) (*request.Request, *ProjectNamespaceTargetDeleteByIdOutput)

	ProjectNamespaceTargetDeleteByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargetDeleteByIds(*ProjectNamespaceTargetDeleteByIdsInput) (*ProjectNamespaceTargetDeleteByIdsOutput, error)
	ProjectNamespaceTargetDeleteByIdsWithContext(volcengine.Context, *ProjectNamespaceTargetDeleteByIdsInput, ...request.Option) (*ProjectNamespaceTargetDeleteByIdsOutput, error)
	ProjectNamespaceTargetDeleteByIdsRequest(*ProjectNamespaceTargetDeleteByIdsInput) (*request.Request, *ProjectNamespaceTargetDeleteByIdsOutput)

	ProjectNamespaceTargetDeleteByKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetDeleteByKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargetDeleteByKeys(*ProjectNamespaceTargetDeleteByKeysInput) (*ProjectNamespaceTargetDeleteByKeysOutput, error)
	ProjectNamespaceTargetDeleteByKeysWithContext(volcengine.Context, *ProjectNamespaceTargetDeleteByKeysInput, ...request.Option) (*ProjectNamespaceTargetDeleteByKeysOutput, error)
	ProjectNamespaceTargetDeleteByKeysRequest(*ProjectNamespaceTargetDeleteByKeysInput) (*request.Request, *ProjectNamespaceTargetDeleteByKeysOutput)

	ProjectNamespaceTargetDownloadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetDownloadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetDownloadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargetDownload(*ProjectNamespaceTargetDownloadInput) (*ProjectNamespaceTargetDownloadOutput, error)
	ProjectNamespaceTargetDownloadWithContext(volcengine.Context, *ProjectNamespaceTargetDownloadInput, ...request.Option) (*ProjectNamespaceTargetDownloadOutput, error)
	ProjectNamespaceTargetDownloadRequest(*ProjectNamespaceTargetDownloadInput) (*request.Request, *ProjectNamespaceTargetDownloadOutput)

	ProjectNamespaceTargetUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargetUpdate(*ProjectNamespaceTargetUpdateInput) (*ProjectNamespaceTargetUpdateOutput, error)
	ProjectNamespaceTargetUpdateWithContext(volcengine.Context, *ProjectNamespaceTargetUpdateInput, ...request.Option) (*ProjectNamespaceTargetUpdateOutput, error)
	ProjectNamespaceTargetUpdateRequest(*ProjectNamespaceTargetUpdateInput) (*request.Request, *ProjectNamespaceTargetUpdateOutput)

	ProjectNamespaceTargetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTargetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTargetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTargets(*ProjectNamespaceTargetsInput) (*ProjectNamespaceTargetsOutput, error)
	ProjectNamespaceTargetsWithContext(volcengine.Context, *ProjectNamespaceTargetsInput, ...request.Option) (*ProjectNamespaceTargetsOutput, error)
	ProjectNamespaceTargetsRequest(*ProjectNamespaceTargetsInput) (*request.Request, *ProjectNamespaceTargetsOutput)

	ProjectNamespaceTextImportCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceTextImportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceTextImportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceTextImport(*ProjectNamespaceTextImportInput) (*ProjectNamespaceTextImportOutput, error)
	ProjectNamespaceTextImportWithContext(volcengine.Context, *ProjectNamespaceTextImportInput, ...request.Option) (*ProjectNamespaceTextImportOutput, error)
	ProjectNamespaceTextImportRequest(*ProjectNamespaceTextImportInput) (*request.Request, *ProjectNamespaceTextImportOutput)

	ProjectNamespaceUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespaceUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespaceUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaceUpdate(*ProjectNamespaceUpdateInput) (*ProjectNamespaceUpdateOutput, error)
	ProjectNamespaceUpdateWithContext(volcengine.Context, *ProjectNamespaceUpdateInput, ...request.Option) (*ProjectNamespaceUpdateOutput, error)
	ProjectNamespaceUpdateRequest(*ProjectNamespaceUpdateInput) (*request.Request, *ProjectNamespaceUpdateOutput)

	ProjectNamespacesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespacesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespacesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespaces(*ProjectNamespacesInput) (*ProjectNamespacesOutput, error)
	ProjectNamespacesWithContext(volcengine.Context, *ProjectNamespacesInput, ...request.Option) (*ProjectNamespacesOutput, error)
	ProjectNamespacesRequest(*ProjectNamespacesInput) (*request.Request, *ProjectNamespacesOutput)

	ProjectNamespacesTargetTextsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectNamespacesTargetTextsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectNamespacesTargetTextsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectNamespacesTargetTexts(*ProjectNamespacesTargetTextsInput) (*ProjectNamespacesTargetTextsOutput, error)
	ProjectNamespacesTargetTextsWithContext(volcengine.Context, *ProjectNamespacesTargetTextsInput, ...request.Option) (*ProjectNamespacesTargetTextsOutput, error)
	ProjectNamespacesTargetTextsRequest(*ProjectNamespacesTargetTextsInput) (*request.Request, *ProjectNamespacesTargetTextsOutput)

	ProjectOperableListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectOperableListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectOperableListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectOperableList(*ProjectOperableListInput) (*ProjectOperableListOutput, error)
	ProjectOperableListWithContext(volcengine.Context, *ProjectOperableListInput, ...request.Option) (*ProjectOperableListOutput, error)
	ProjectOperableListRequest(*ProjectOperableListInput) (*request.Request, *ProjectOperableListOutput)

	ProjectScreenshotsAddCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectScreenshotsAddCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectScreenshotsAddCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectScreenshotsAdd(*ProjectScreenshotsAddInput) (*ProjectScreenshotsAddOutput, error)
	ProjectScreenshotsAddWithContext(volcengine.Context, *ProjectScreenshotsAddInput, ...request.Option) (*ProjectScreenshotsAddOutput, error)
	ProjectScreenshotsAddRequest(*ProjectScreenshotsAddInput) (*request.Request, *ProjectScreenshotsAddOutput)

	ProjectScreenshotsIdentifyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectScreenshotsIdentifyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectScreenshotsIdentifyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectScreenshotsIdentify(*ProjectScreenshotsIdentifyInput) (*ProjectScreenshotsIdentifyOutput, error)
	ProjectScreenshotsIdentifyWithContext(volcengine.Context, *ProjectScreenshotsIdentifyInput, ...request.Option) (*ProjectScreenshotsIdentifyOutput, error)
	ProjectScreenshotsIdentifyRequest(*ProjectScreenshotsIdentifyInput) (*request.Request, *ProjectScreenshotsIdentifyOutput)

	ProjectScreenshotsRelationsDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectScreenshotsRelationsDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectScreenshotsRelationsDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectScreenshotsRelationsDelete(*ProjectScreenshotsRelationsDeleteInput) (*ProjectScreenshotsRelationsDeleteOutput, error)
	ProjectScreenshotsRelationsDeleteWithContext(volcengine.Context, *ProjectScreenshotsRelationsDeleteInput, ...request.Option) (*ProjectScreenshotsRelationsDeleteOutput, error)
	ProjectScreenshotsRelationsDeleteRequest(*ProjectScreenshotsRelationsDeleteInput) (*request.Request, *ProjectScreenshotsRelationsDeleteOutput)

	ProjectTargetTextStatusUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTargetTextStatusUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTargetTextStatusUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTargetTextStatusUpdate(*ProjectTargetTextStatusUpdateInput) (*ProjectTargetTextStatusUpdateOutput, error)
	ProjectTargetTextStatusUpdateWithContext(volcengine.Context, *ProjectTargetTextStatusUpdateInput, ...request.Option) (*ProjectTargetTextStatusUpdateOutput, error)
	ProjectTargetTextStatusUpdateRequest(*ProjectTargetTextStatusUpdateInput) (*request.Request, *ProjectTargetTextStatusUpdateOutput)

	ProjectTaskCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskCreate(*ProjectTaskCreateInput) (*ProjectTaskCreateOutput, error)
	ProjectTaskCreateWithContext(volcengine.Context, *ProjectTaskCreateInput, ...request.Option) (*ProjectTaskCreateOutput, error)
	ProjectTaskCreateRequest(*ProjectTaskCreateInput) (*request.Request, *ProjectTaskCreateOutput)

	ProjectTaskDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskDetail(*ProjectTaskDetailInput) (*ProjectTaskDetailOutput, error)
	ProjectTaskDetailWithContext(volcengine.Context, *ProjectTaskDetailInput, ...request.Option) (*ProjectTaskDetailOutput, error)
	ProjectTaskDetailRequest(*ProjectTaskDetailInput) (*request.Request, *ProjectTaskDetailOutput)

	ProjectTaskSourceAddCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceAddCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceAddCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceAdd(*ProjectTaskSourceAddInput) (*ProjectTaskSourceAddOutput, error)
	ProjectTaskSourceAddWithContext(volcengine.Context, *ProjectTaskSourceAddInput, ...request.Option) (*ProjectTaskSourceAddOutput, error)
	ProjectTaskSourceAddRequest(*ProjectTaskSourceAddInput) (*request.Request, *ProjectTaskSourceAddOutput)

	ProjectTaskSourceDeleteByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceDeleteByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceDeleteByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceDeleteByIds(*ProjectTaskSourceDeleteByIdsInput) (*ProjectTaskSourceDeleteByIdsOutput, error)
	ProjectTaskSourceDeleteByIdsWithContext(volcengine.Context, *ProjectTaskSourceDeleteByIdsInput, ...request.Option) (*ProjectTaskSourceDeleteByIdsOutput, error)
	ProjectTaskSourceDeleteByIdsRequest(*ProjectTaskSourceDeleteByIdsInput) (*request.Request, *ProjectTaskSourceDeleteByIdsOutput)

	ProjectTaskSourceDeleteByKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceDeleteByKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceDeleteByKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceDeleteByKeys(*ProjectTaskSourceDeleteByKeysInput) (*ProjectTaskSourceDeleteByKeysOutput, error)
	ProjectTaskSourceDeleteByKeysWithContext(volcengine.Context, *ProjectTaskSourceDeleteByKeysInput, ...request.Option) (*ProjectTaskSourceDeleteByKeysOutput, error)
	ProjectTaskSourceDeleteByKeysRequest(*ProjectTaskSourceDeleteByKeysInput) (*request.Request, *ProjectTaskSourceDeleteByKeysOutput)

	ProjectTaskSourceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceDetail(*ProjectTaskSourceDetailInput) (*ProjectTaskSourceDetailOutput, error)
	ProjectTaskSourceDetailWithContext(volcengine.Context, *ProjectTaskSourceDetailInput, ...request.Option) (*ProjectTaskSourceDetailOutput, error)
	ProjectTaskSourceDetailRequest(*ProjectTaskSourceDetailInput) (*request.Request, *ProjectTaskSourceDetailOutput)

	ProjectTaskSourceDownloadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceDownloadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceDownloadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceDownload(*ProjectTaskSourceDownloadInput) (*ProjectTaskSourceDownloadOutput, error)
	ProjectTaskSourceDownloadWithContext(volcengine.Context, *ProjectTaskSourceDownloadInput, ...request.Option) (*ProjectTaskSourceDownloadOutput, error)
	ProjectTaskSourceDownloadRequest(*ProjectTaskSourceDownloadInput) (*request.Request, *ProjectTaskSourceDownloadOutput)

	ProjectTaskSourceMultiUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceMultiUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceMultiUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceMultiUpdate(*ProjectTaskSourceMultiUpdateInput) (*ProjectTaskSourceMultiUpdateOutput, error)
	ProjectTaskSourceMultiUpdateWithContext(volcengine.Context, *ProjectTaskSourceMultiUpdateInput, ...request.Option) (*ProjectTaskSourceMultiUpdateOutput, error)
	ProjectTaskSourceMultiUpdateRequest(*ProjectTaskSourceMultiUpdateInput) (*request.Request, *ProjectTaskSourceMultiUpdateOutput)

	ProjectTaskSourceUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourceUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourceUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSourceUpdate(*ProjectTaskSourceUpdateInput) (*ProjectTaskSourceUpdateOutput, error)
	ProjectTaskSourceUpdateWithContext(volcengine.Context, *ProjectTaskSourceUpdateInput, ...request.Option) (*ProjectTaskSourceUpdateOutput, error)
	ProjectTaskSourceUpdateRequest(*ProjectTaskSourceUpdateInput) (*request.Request, *ProjectTaskSourceUpdateOutput)

	ProjectTaskSourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskSourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskSourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskSources(*ProjectTaskSourcesInput) (*ProjectTaskSourcesOutput, error)
	ProjectTaskSourcesWithContext(volcengine.Context, *ProjectTaskSourcesInput, ...request.Option) (*ProjectTaskSourcesOutput, error)
	ProjectTaskSourcesRequest(*ProjectTaskSourcesInput) (*request.Request, *ProjectTaskSourcesOutput)

	ProjectTaskTargetDeleteByIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTargetDeleteById(*ProjectTaskTargetDeleteByIdInput) (*ProjectTaskTargetDeleteByIdOutput, error)
	ProjectTaskTargetDeleteByIdWithContext(volcengine.Context, *ProjectTaskTargetDeleteByIdInput, ...request.Option) (*ProjectTaskTargetDeleteByIdOutput, error)
	ProjectTaskTargetDeleteByIdRequest(*ProjectTaskTargetDeleteByIdInput) (*request.Request, *ProjectTaskTargetDeleteByIdOutput)

	ProjectTaskTargetDeleteByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTargetDeleteByIds(*ProjectTaskTargetDeleteByIdsInput) (*ProjectTaskTargetDeleteByIdsOutput, error)
	ProjectTaskTargetDeleteByIdsWithContext(volcengine.Context, *ProjectTaskTargetDeleteByIdsInput, ...request.Option) (*ProjectTaskTargetDeleteByIdsOutput, error)
	ProjectTaskTargetDeleteByIdsRequest(*ProjectTaskTargetDeleteByIdsInput) (*request.Request, *ProjectTaskTargetDeleteByIdsOutput)

	ProjectTaskTargetDeleteByKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTargetDeleteByKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTargetDeleteByKeys(*ProjectTaskTargetDeleteByKeysInput) (*ProjectTaskTargetDeleteByKeysOutput, error)
	ProjectTaskTargetDeleteByKeysWithContext(volcengine.Context, *ProjectTaskTargetDeleteByKeysInput, ...request.Option) (*ProjectTaskTargetDeleteByKeysOutput, error)
	ProjectTaskTargetDeleteByKeysRequest(*ProjectTaskTargetDeleteByKeysInput) (*request.Request, *ProjectTaskTargetDeleteByKeysOutput)

	ProjectTaskTargetUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTargetUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTargetUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTargetUpdate(*ProjectTaskTargetUpdateInput) (*ProjectTaskTargetUpdateOutput, error)
	ProjectTaskTargetUpdateWithContext(volcengine.Context, *ProjectTaskTargetUpdateInput, ...request.Option) (*ProjectTaskTargetUpdateOutput, error)
	ProjectTaskTargetUpdateRequest(*ProjectTaskTargetUpdateInput) (*request.Request, *ProjectTaskTargetUpdateOutput)

	ProjectTaskTargetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTargetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTargetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTargets(*ProjectTaskTargetsInput) (*ProjectTaskTargetsOutput, error)
	ProjectTaskTargetsWithContext(volcengine.Context, *ProjectTaskTargetsInput, ...request.Option) (*ProjectTaskTargetsOutput, error)
	ProjectTaskTargetsRequest(*ProjectTaskTargetsInput) (*request.Request, *ProjectTaskTargetsOutput)

	ProjectTaskTextCountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTextCountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTextCountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTextCount(*ProjectTaskTextCountInput) (*ProjectTaskTextCountOutput, error)
	ProjectTaskTextCountWithContext(volcengine.Context, *ProjectTaskTextCountInput, ...request.Option) (*ProjectTaskTextCountOutput, error)
	ProjectTaskTextCountRequest(*ProjectTaskTextCountInput) (*request.Request, *ProjectTaskTextCountOutput)

	ProjectTaskTextDownloadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTextDownloadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTextDownloadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTextDownload(*ProjectTaskTextDownloadInput) (*ProjectTaskTextDownloadOutput, error)
	ProjectTaskTextDownloadWithContext(volcengine.Context, *ProjectTaskTextDownloadInput, ...request.Option) (*ProjectTaskTextDownloadOutput, error)
	ProjectTaskTextDownloadRequest(*ProjectTaskTextDownloadInput) (*request.Request, *ProjectTaskTextDownloadOutput)

	ProjectTaskTextImportCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTaskTextImportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTaskTextImportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTaskTextImport(*ProjectTaskTextImportInput) (*ProjectTaskTextImportOutput, error)
	ProjectTaskTextImportWithContext(volcengine.Context, *ProjectTaskTextImportInput, ...request.Option) (*ProjectTaskTextImportOutput, error)
	ProjectTaskTextImportRequest(*ProjectTaskTextImportInput) (*request.Request, *ProjectTaskTextImportOutput)

	ProjectTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTasks(*ProjectTasksInput) (*ProjectTasksOutput, error)
	ProjectTasksWithContext(volcengine.Context, *ProjectTasksInput, ...request.Option) (*ProjectTasksOutput, error)
	ProjectTasksRequest(*ProjectTasksInput) (*request.Request, *ProjectTasksOutput)

	ProjectTermDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermDetail(*ProjectTermDetailInput) (*ProjectTermDetailOutput, error)
	ProjectTermDetailWithContext(volcengine.Context, *ProjectTermDetailInput, ...request.Option) (*ProjectTermDetailOutput, error)
	ProjectTermDetailRequest(*ProjectTermDetailInput) (*request.Request, *ProjectTermDetailOutput)

	ProjectTermSourceDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermSourceDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermSourceDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermSourceDelete(*ProjectTermSourceDeleteInput) (*ProjectTermSourceDeleteOutput, error)
	ProjectTermSourceDeleteWithContext(volcengine.Context, *ProjectTermSourceDeleteInput, ...request.Option) (*ProjectTermSourceDeleteOutput, error)
	ProjectTermSourceDeleteRequest(*ProjectTermSourceDeleteInput) (*request.Request, *ProjectTermSourceDeleteOutput)

	ProjectTermSourceUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermSourceUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermSourceUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermSourceUpdate(*ProjectTermSourceUpdateInput) (*ProjectTermSourceUpdateOutput, error)
	ProjectTermSourceUpdateWithContext(volcengine.Context, *ProjectTermSourceUpdateInput, ...request.Option) (*ProjectTermSourceUpdateOutput, error)
	ProjectTermSourceUpdateRequest(*ProjectTermSourceUpdateInput) (*request.Request, *ProjectTermSourceUpdateOutput)

	ProjectTermTargetAddCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermTargetAddCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermTargetAddCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermTargetAdd(*ProjectTermTargetAddInput) (*ProjectTermTargetAddOutput, error)
	ProjectTermTargetAddWithContext(volcengine.Context, *ProjectTermTargetAddInput, ...request.Option) (*ProjectTermTargetAddOutput, error)
	ProjectTermTargetAddRequest(*ProjectTermTargetAddInput) (*request.Request, *ProjectTermTargetAddOutput)

	ProjectTermTargetDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermTargetDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermTargetDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermTargetDelete(*ProjectTermTargetDeleteInput) (*ProjectTermTargetDeleteOutput, error)
	ProjectTermTargetDeleteWithContext(volcengine.Context, *ProjectTermTargetDeleteInput, ...request.Option) (*ProjectTermTargetDeleteOutput, error)
	ProjectTermTargetDeleteRequest(*ProjectTermTargetDeleteInput) (*request.Request, *ProjectTermTargetDeleteOutput)

	ProjectTermTargetUpdateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermTargetUpdateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermTargetUpdateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTermTargetUpdate(*ProjectTermTargetUpdateInput) (*ProjectTermTargetUpdateOutput, error)
	ProjectTermTargetUpdateWithContext(volcengine.Context, *ProjectTermTargetUpdateInput, ...request.Option) (*ProjectTermTargetUpdateOutput, error)
	ProjectTermTargetUpdateRequest(*ProjectTermTargetUpdateInput) (*request.Request, *ProjectTermTargetUpdateOutput)

	ProjectTermsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTermsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTermsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTerms(*ProjectTermsInput) (*ProjectTermsOutput, error)
	ProjectTermsWithContext(volcengine.Context, *ProjectTermsInput, ...request.Option) (*ProjectTermsOutput, error)
	ProjectTermsRequest(*ProjectTermsInput) (*request.Request, *ProjectTermsOutput)

	ProjectTextAcrossImportCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTextAcrossImportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTextAcrossImportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTextAcrossImport(*ProjectTextAcrossImportInput) (*ProjectTextAcrossImportOutput, error)
	ProjectTextAcrossImportWithContext(volcengine.Context, *ProjectTextAcrossImportInput, ...request.Option) (*ProjectTextAcrossImportOutput, error)
	ProjectTextAcrossImportRequest(*ProjectTextAcrossImportInput) (*request.Request, *ProjectTextAcrossImportOutput)

	ProjectTextAcrossImportCheckCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTextAcrossImportCheckCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTextAcrossImportCheckCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTextAcrossImportCheck(*ProjectTextAcrossImportCheckInput) (*ProjectTextAcrossImportCheckOutput, error)
	ProjectTextAcrossImportCheckWithContext(volcengine.Context, *ProjectTextAcrossImportCheckInput, ...request.Option) (*ProjectTextAcrossImportCheckOutput, error)
	ProjectTextAcrossImportCheckRequest(*ProjectTextAcrossImportCheckInput) (*request.Request, *ProjectTextAcrossImportCheckOutput)

	ProjectTextImportConfirmCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTextImportConfirmCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTextImportConfirmCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTextImportConfirm(*ProjectTextImportConfirmInput) (*ProjectTextImportConfirmOutput, error)
	ProjectTextImportConfirmWithContext(volcengine.Context, *ProjectTextImportConfirmInput, ...request.Option) (*ProjectTextImportConfirmOutput, error)
	ProjectTextImportConfirmRequest(*ProjectTextImportConfirmInput) (*request.Request, *ProjectTextImportConfirmOutput)

	ProjectTextImportStatusQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectTextImportStatusQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectTextImportStatusQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectTextImportStatusQuery(*ProjectTextImportStatusQueryInput) (*ProjectTextImportStatusQueryOutput, error)
	ProjectTextImportStatusQueryWithContext(volcengine.Context, *ProjectTextImportStatusQueryInput, ...request.Option) (*ProjectTextImportStatusQueryOutput, error)
	ProjectTextImportStatusQueryRequest(*ProjectTextImportStatusQueryInput) (*request.Request, *ProjectTextImportStatusQueryOutput)

	ProjectUserRoleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectUserRoleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectUserRoleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectUserRole(*ProjectUserRoleInput) (*ProjectUserRoleOutput, error)
	ProjectUserRoleWithContext(volcengine.Context, *ProjectUserRoleInput, ...request.Option) (*ProjectUserRoleOutput, error)
	ProjectUserRoleRequest(*ProjectUserRoleInput) (*request.Request, *ProjectUserRoleOutput)

	ProjectUsersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectUsersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectUsersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ProjectUsers(*ProjectUsersInput) (*ProjectUsersOutput, error)
	ProjectUsersWithContext(volcengine.Context, *ProjectUsersInput, ...request.Option) (*ProjectUsersOutput, error)
	ProjectUsersRequest(*ProjectUsersInput) (*request.Request, *ProjectUsersOutput)

	ProjectsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ProjectsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ProjectsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Projects(*ProjectsInput) (*ProjectsOutput, error)
	ProjectsWithContext(volcengine.Context, *ProjectsInput, ...request.Option) (*ProjectsOutput, error)
	ProjectsRequest(*ProjectsInput) (*request.Request, *ProjectsOutput)

	TermBaseTermGroupImportCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TermBaseTermGroupImportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TermBaseTermGroupImportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TermBaseTermGroupImport(*TermBaseTermGroupImportInput) (*TermBaseTermGroupImportOutput, error)
	TermBaseTermGroupImportWithContext(volcengine.Context, *TermBaseTermGroupImportInput, ...request.Option) (*TermBaseTermGroupImportOutput, error)
	TermBaseTermGroupImportRequest(*TermBaseTermGroupImportInput) (*request.Request, *TermBaseTermGroupImportOutput)

	TermBaseTermGroupImportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TermBaseTermGroupImportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TermBaseTermGroupImportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TermBaseTermGroupImportTask(*TermBaseTermGroupImportTaskInput) (*TermBaseTermGroupImportTaskOutput, error)
	TermBaseTermGroupImportTaskWithContext(volcengine.Context, *TermBaseTermGroupImportTaskInput, ...request.Option) (*TermBaseTermGroupImportTaskOutput, error)
	TermBaseTermGroupImportTaskRequest(*TermBaseTermGroupImportTaskInput) (*request.Request, *TermBaseTermGroupImportTaskOutput)

	TermBaseTermGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TermBaseTermGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TermBaseTermGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TermBaseTermGroups(*TermBaseTermGroupsInput) (*TermBaseTermGroupsOutput, error)
	TermBaseTermGroupsWithContext(volcengine.Context, *TermBaseTermGroupsInput, ...request.Option) (*TermBaseTermGroupsOutput, error)
	TermBaseTermGroupsRequest(*TermBaseTermGroupsInput) (*request.Request, *TermBaseTermGroupsOutput)

	TextGetTextListWithKeyOrSourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TextGetTextListWithKeyOrSourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TextGetTextListWithKeyOrSourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TextGetTextListWithKeyOrSource(*TextGetTextListWithKeyOrSourceInput) (*TextGetTextListWithKeyOrSourceOutput, error)
	TextGetTextListWithKeyOrSourceWithContext(volcengine.Context, *TextGetTextListWithKeyOrSourceInput, ...request.Option) (*TextGetTextListWithKeyOrSourceOutput, error)
	TextGetTextListWithKeyOrSourceRequest(*TextGetTextListWithKeyOrSourceInput) (*request.Request, *TextGetTextListWithKeyOrSourceOutput)

	VideoProjectCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectCreate(*VideoProjectCreateInput) (*VideoProjectCreateOutput, error)
	VideoProjectCreateWithContext(volcengine.Context, *VideoProjectCreateInput, ...request.Option) (*VideoProjectCreateOutput, error)
	VideoProjectCreateRequest(*VideoProjectCreateInput) (*request.Request, *VideoProjectCreateOutput)

	VideoProjectListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectList(*VideoProjectListInput) (*VideoProjectListOutput, error)
	VideoProjectListWithContext(volcengine.Context, *VideoProjectListInput, ...request.Option) (*VideoProjectListOutput, error)
	VideoProjectListRequest(*VideoProjectListInput) (*request.Request, *VideoProjectListOutput)

	VideoProjectSerialDubTaskCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectSerialDubTaskCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectSerialDubTaskCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectSerialDubTaskCreate(*VideoProjectSerialDubTaskCreateInput) (*VideoProjectSerialDubTaskCreateOutput, error)
	VideoProjectSerialDubTaskCreateWithContext(volcengine.Context, *VideoProjectSerialDubTaskCreateInput, ...request.Option) (*VideoProjectSerialDubTaskCreateOutput, error)
	VideoProjectSerialDubTaskCreateRequest(*VideoProjectSerialDubTaskCreateInput) (*request.Request, *VideoProjectSerialDubTaskCreateOutput)

	VideoProjectSerialTaskCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectSerialTaskCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectSerialTaskCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectSerialTaskCreate(*VideoProjectSerialTaskCreateInput) (*VideoProjectSerialTaskCreateOutput, error)
	VideoProjectSerialTaskCreateWithContext(volcengine.Context, *VideoProjectSerialTaskCreateInput, ...request.Option) (*VideoProjectSerialTaskCreateOutput, error)
	VideoProjectSerialTaskCreateRequest(*VideoProjectSerialTaskCreateInput) (*request.Request, *VideoProjectSerialTaskCreateOutput)

	VideoProjectSuppressionStartCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectSuppressionStartCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectSuppressionStartCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectSuppressionStart(*VideoProjectSuppressionStartInput) (*VideoProjectSuppressionStartOutput, error)
	VideoProjectSuppressionStartWithContext(volcengine.Context, *VideoProjectSuppressionStartInput, ...request.Option) (*VideoProjectSuppressionStartOutput, error)
	VideoProjectSuppressionStartRequest(*VideoProjectSuppressionStartInput) (*request.Request, *VideoProjectSuppressionStartOutput)

	VideoProjectTaskBatchStartAIFlowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectTaskBatchStartAIFlowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectTaskBatchStartAIFlowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectTaskBatchStartAIFlow(*VideoProjectTaskBatchStartAIFlowInput) (*VideoProjectTaskBatchStartAIFlowOutput, error)
	VideoProjectTaskBatchStartAIFlowWithContext(volcengine.Context, *VideoProjectTaskBatchStartAIFlowInput, ...request.Option) (*VideoProjectTaskBatchStartAIFlowOutput, error)
	VideoProjectTaskBatchStartAIFlowRequest(*VideoProjectTaskBatchStartAIFlowInput) (*request.Request, *VideoProjectTaskBatchStartAIFlowOutput)

	VideoProjectTaskDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectTaskDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectTaskDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectTaskDetail(*VideoProjectTaskDetailInput) (*VideoProjectTaskDetailOutput, error)
	VideoProjectTaskDetailWithContext(volcengine.Context, *VideoProjectTaskDetailInput, ...request.Option) (*VideoProjectTaskDetailOutput, error)
	VideoProjectTaskDetailRequest(*VideoProjectTaskDetailInput) (*request.Request, *VideoProjectTaskDetailOutput)

	VideoProjectTaskListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoProjectTaskListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoProjectTaskListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoProjectTaskList(*VideoProjectTaskListInput) (*VideoProjectTaskListOutput, error)
	VideoProjectTaskListWithContext(volcengine.Context, *VideoProjectTaskListInput, ...request.Option) (*VideoProjectTaskListOutput, error)
	VideoProjectTaskListRequest(*VideoProjectTaskListInput) (*request.Request, *VideoProjectTaskListOutput)

	VideoResourceUploadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoResourceUploadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoResourceUploadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoResourceUpload(*VideoResourceUploadInput) (*VideoResourceUploadOutput, error)
	VideoResourceUploadWithContext(volcengine.Context, *VideoResourceUploadInput, ...request.Option) (*VideoResourceUploadOutput, error)
	VideoResourceUploadRequest(*VideoResourceUploadInput) (*request.Request, *VideoResourceUploadOutput)

	VideoTermBasesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VideoTermBasesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VideoTermBasesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VideoTermBases(*VideoTermBasesInput) (*VideoTermBasesOutput, error)
	VideoTermBasesWithContext(volcengine.Context, *VideoTermBasesInput, ...request.Option) (*VideoTermBasesOutput, error)
	VideoTermBasesRequest(*VideoTermBasesInput) (*request.Request, *VideoTermBasesOutput)

	WebhooksCreateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	WebhooksCreateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	WebhooksCreateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	WebhooksCreate(*WebhooksCreateInput) (*WebhooksCreateOutput, error)
	WebhooksCreateWithContext(volcengine.Context, *WebhooksCreateInput, ...request.Option) (*WebhooksCreateOutput, error)
	WebhooksCreateRequest(*WebhooksCreateInput) (*request.Request, *WebhooksCreateOutput)
}

I18NOPENAPIAPI provides an interface to enable mocking the i18nopenapi.I18NOPENAPI service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// I18N_OPENAPI.
func myFunc(svc I18NOPENAPIAPI) bool {
    // Make svc.CreateVideoCreate request
}

func main() {
    sess := session.New()
    svc := i18nopenapi.New(sess)

    myFunc(svc)
}

type IssueForVideoProjectSerialDubTaskCreateOutput added in v1.2.14

type IssueForVideoProjectSerialDubTaskCreateOutput struct {
	CheckPass *bool `type:"boolean" json:",omitempty"`

	Code *int32 `type:"int32" json:",omitempty"`

	Msg *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IssueForVideoProjectSerialDubTaskCreateOutput) GoString added in v1.2.14

GoString returns the string representation

func (*IssueForVideoProjectSerialDubTaskCreateOutput) SetCheckPass added in v1.2.14

SetCheckPass sets the CheckPass field's value.

func (*IssueForVideoProjectSerialDubTaskCreateOutput) SetCode added in v1.2.14

SetCode sets the Code field's value.

func (*IssueForVideoProjectSerialDubTaskCreateOutput) SetMsg added in v1.2.14

SetMsg sets the Msg field's value.

func (IssueForVideoProjectSerialDubTaskCreateOutput) String added in v1.2.14

String returns the string representation

type IssueForVideoProjectSerialTaskCreateOutput added in v1.2.14

type IssueForVideoProjectSerialTaskCreateOutput struct {
	CheckPass *bool `type:"boolean" json:",omitempty"`

	Code *int32 `type:"int32" json:",omitempty"`

	Msg *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IssueForVideoProjectSerialTaskCreateOutput) GoString added in v1.2.14

GoString returns the string representation

func (*IssueForVideoProjectSerialTaskCreateOutput) SetCheckPass added in v1.2.14

SetCheckPass sets the CheckPass field's value.

func (*IssueForVideoProjectSerialTaskCreateOutput) SetCode added in v1.2.14

SetCode sets the Code field's value.

func (*IssueForVideoProjectSerialTaskCreateOutput) SetMsg added in v1.2.14

SetMsg sets the Msg field's value.

func (IssueForVideoProjectSerialTaskCreateOutput) String added in v1.2.14

String returns the string representation

type LanguagesInput added in v1.2.21

type LanguagesInput struct {
	// contains filtered or unexported fields
}

func (LanguagesInput) GoString added in v1.2.21

func (s LanguagesInput) GoString() string

GoString returns the string representation

func (LanguagesInput) String added in v1.2.21

func (s LanguagesInput) String() string

String returns the string representation

type LanguagesOutput added in v1.2.21

type LanguagesOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForLanguagesOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (LanguagesOutput) GoString added in v1.2.21

func (s LanguagesOutput) GoString() string

GoString returns the string representation

func (*LanguagesOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (LanguagesOutput) String added in v1.2.21

func (s LanguagesOutput) String() string

String returns the string representation

type ListForDocumentTaskDetailOutput added in v1.2.21

type ListForDocumentTaskDetailOutput struct {
	Doc *DocForDocumentTaskDetailOutput `type:"structure" json:"doc"`

	Subtasks []*SubtaskForDocumentTaskDetailOutput `type:"list" json:"subtasks"`
	// contains filtered or unexported fields
}

func (ListForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ListForDocumentTaskDetailOutput) SetDoc added in v1.2.21

SetDoc sets the Doc field's value.

func (*ListForDocumentTaskDetailOutput) SetSubtasks added in v1.2.21

SetSubtasks sets the Subtasks field's value.

func (ListForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type MtSupportLangInput added in v1.2.21

type MtSupportLangInput struct {
	// contains filtered or unexported fields
}

func (MtSupportLangInput) GoString added in v1.2.21

func (s MtSupportLangInput) GoString() string

GoString returns the string representation

func (MtSupportLangInput) String added in v1.2.21

func (s MtSupportLangInput) String() string

String returns the string representation

type MtSupportLangOutput added in v1.2.21

type MtSupportLangOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForMtSupportLangOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (MtSupportLangOutput) GoString added in v1.2.21

func (s MtSupportLangOutput) GoString() string

GoString returns the string representation

func (*MtSupportLangOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (MtSupportLangOutput) String added in v1.2.21

func (s MtSupportLangOutput) String() string

String returns the string representation

type PaginationForProjectNamespacesOutput

type PaginationForProjectNamespacesOutput struct {
	Limit *int32 `type:"int32" json:"limit"`

	Offset *int32 `type:"int32" json:"offset"`
	// contains filtered or unexported fields
}

func (PaginationForProjectNamespacesOutput) GoString

GoString returns the string representation

func (*PaginationForProjectNamespacesOutput) SetLimit

SetLimit sets the Limit field's value.

func (*PaginationForProjectNamespacesOutput) SetOffset

SetOffset sets the Offset field's value.

func (PaginationForProjectNamespacesOutput) String

String returns the string representation

type PaginationForProjectTasksOutput added in v1.2.21

type PaginationForProjectTasksOutput struct {
	Limit *int32 `type:"int32" json:"limit,omitempty"`

	Offset *int32 `type:"int32" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (PaginationForProjectTasksOutput) GoString added in v1.2.21

GoString returns the string representation

func (*PaginationForProjectTasksOutput) SetLimit added in v1.2.21

SetLimit sets the Limit field's value.

func (*PaginationForProjectTasksOutput) SetOffset added in v1.2.21

SetOffset sets the Offset field's value.

func (PaginationForProjectTasksOutput) String added in v1.2.21

String returns the string representation

type PaginationForProjectUsersOutput

type PaginationForProjectUsersOutput struct {
	Limit *int32 `type:"int32" json:"limit"`

	Offset *int32 `type:"int32" json:"offset"`
	// contains filtered or unexported fields
}

func (PaginationForProjectUsersOutput) GoString

GoString returns the string representation

func (*PaginationForProjectUsersOutput) SetLimit

SetLimit sets the Limit field's value.

func (*PaginationForProjectUsersOutput) SetOffset

SetOffset sets the Offset field's value.

func (PaginationForProjectUsersOutput) String

String returns the string representation

type PaginationForProjectsOutput

type PaginationForProjectsOutput struct {
	Limit *int32 `type:"int32" json:"limit"`

	Offset *int32 `type:"int32" json:"offset"`
	// contains filtered or unexported fields
}

func (PaginationForProjectsOutput) GoString

func (s PaginationForProjectsOutput) GoString() string

GoString returns the string representation

func (*PaginationForProjectsOutput) SetLimit

SetLimit sets the Limit field's value.

func (*PaginationForProjectsOutput) SetOffset

SetOffset sets the Offset field's value.

func (PaginationForProjectsOutput) String

String returns the string representation

type ProcedureForDocumentTaskDetailOutput added in v1.2.21

type ProcedureForDocumentTaskDetailOutput struct {
	Comment *string `type:"string" json:"comment"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Deadline *string `type:"string" json:"deadline"`

	Procedure *int32 `type:"int32" json:"procedure"`

	Progress *int32 `type:"int32" json:"progress"`

	State *int32 `type:"int32" json:"state"`

	TargetDocId *int32 `type:"int32" json:"targetDocId"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (ProcedureForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProcedureForDocumentTaskDetailOutput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetDeadline added in v1.2.21

SetDeadline sets the Deadline field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetProcedure added in v1.2.21

SetProcedure sets the Procedure field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetProgress added in v1.2.21

SetProgress sets the Progress field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetState added in v1.2.21

SetState sets the State field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetTargetDocId added in v1.2.21

SetTargetDocId sets the TargetDocId field's value.

func (*ProcedureForDocumentTaskDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (ProcedureForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type ProjectDetailInput

type ProjectDetailInput struct {

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectDetailInput) GoString

func (s ProjectDetailInput) GoString() string

GoString returns the string representation

func (*ProjectDetailInput) SetProjectId

func (s *ProjectDetailInput) SetProjectId(v int32) *ProjectDetailInput

SetProjectId sets the ProjectId field's value.

func (ProjectDetailInput) String

func (s ProjectDetailInput) String() string

String returns the string representation

func (*ProjectDetailInput) Validate

func (s *ProjectDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectDetailOutput

type ProjectDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectDetailOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectDetailOutput) GoString

func (s ProjectDetailOutput) GoString() string

GoString returns the string representation

func (*ProjectDetailOutput) SetData

SetData sets the Data field's value.

func (ProjectDetailOutput) String

func (s ProjectDetailOutput) String() string

String returns the string representation

type ProjectDownloadProgressQueryInput added in v1.2.21

type ProjectDownloadProgressQueryInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectDownloadProgressQueryInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectDownloadProgressQueryInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectDownloadProgressQueryInput) String added in v1.2.21

String returns the string representation

func (*ProjectDownloadProgressQueryInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectDownloadProgressQueryOutput added in v1.2.21

type ProjectDownloadProgressQueryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectDownloadProgressQueryOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectDownloadProgressQueryOutput) String added in v1.2.21

String returns the string representation

type ProjectDownloadTaskDeleteInput added in v1.2.21

type ProjectDownloadTaskDeleteInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectDownloadTaskDeleteInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectDownloadTaskDeleteInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectDownloadTaskDeleteInput) String added in v1.2.21

String returns the string representation

func (*ProjectDownloadTaskDeleteInput) Validate added in v1.2.21

func (s *ProjectDownloadTaskDeleteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectDownloadTaskDeleteOutput added in v1.2.21

type ProjectDownloadTaskDeleteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectDownloadTaskDeleteOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectDownloadTaskDeleteOutput) String added in v1.2.21

String returns the string representation

type ProjectMtDetectInput added in v1.2.21

type ProjectMtDetectInput struct {

	// Text is a required field
	Text *string `type:"string" json:"text,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectMtDetectInput) GoString added in v1.2.21

func (s ProjectMtDetectInput) GoString() string

GoString returns the string representation

func (*ProjectMtDetectInput) SetText added in v1.2.21

SetText sets the Text field's value.

func (ProjectMtDetectInput) String added in v1.2.21

func (s ProjectMtDetectInput) String() string

String returns the string representation

func (*ProjectMtDetectInput) Validate added in v1.2.21

func (s *ProjectMtDetectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectMtDetectOutput added in v1.2.21

type ProjectMtDetectOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectMtDetectOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectMtDetectOutput) GoString added in v1.2.21

func (s ProjectMtDetectOutput) GoString() string

GoString returns the string representation

func (*ProjectMtDetectOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectMtDetectOutput) String added in v1.2.21

func (s ProjectMtDetectOutput) String() string

String returns the string representation

type ProjectMtTranslateInput added in v1.2.21

type ProjectMtTranslateInput struct {

	// Key is a required field
	Key *string `type:"string" json:"key,omitempty" required:"true"`

	// Locale is a required field
	Locale *string `type:"string" json:"locale,omitempty" required:"true"`

	NamespaceId *int32 `type:"int32" json:"namespaceId,omitempty"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectMtTranslateInput) GoString added in v1.2.21

func (s ProjectMtTranslateInput) GoString() string

GoString returns the string representation

func (*ProjectMtTranslateInput) SetKey added in v1.2.21

SetKey sets the Key field's value.

func (*ProjectMtTranslateInput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*ProjectMtTranslateInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectMtTranslateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectMtTranslateInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectMtTranslateInput) String added in v1.2.21

func (s ProjectMtTranslateInput) String() string

String returns the string representation

func (*ProjectMtTranslateInput) Validate added in v1.2.21

func (s *ProjectMtTranslateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectMtTranslateOutput added in v1.2.21

type ProjectMtTranslateOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectMtTranslateOutput) GoString added in v1.2.21

func (s ProjectMtTranslateOutput) GoString() string

GoString returns the string representation

func (*ProjectMtTranslateOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectMtTranslateOutput) String added in v1.2.21

func (s ProjectMtTranslateOutput) String() string

String returns the string representation

type ProjectNamespaceCreateInput

type ProjectNamespaceCreateInput struct {
	Description *string `type:"string" json:"description,omitempty"`

	// Name is a required field
	Name *string `type:"string" json:"name,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceCreateInput) GoString

func (s ProjectNamespaceCreateInput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceCreateInput) SetDescription

SetDescription sets the Description field's value.

func (*ProjectNamespaceCreateInput) SetName

SetName sets the Name field's value.

func (*ProjectNamespaceCreateInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceCreateInput) String

String returns the string representation

func (*ProjectNamespaceCreateInput) Validate

func (s *ProjectNamespaceCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceCreateOutput

type ProjectNamespaceCreateOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceCreateOutput) GoString

func (s ProjectNamespaceCreateOutput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceCreateOutput) SetMessage

SetMessage sets the Message field's value.

func (ProjectNamespaceCreateOutput) String

String returns the string representation

type ProjectNamespaceDetailInput

type ProjectNamespaceDetailInput struct {

	// NamespaceId is a required field
	NamespaceId *int32 `locationName:"namespaceId" type:"int32" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceDetailInput) GoString

func (s ProjectNamespaceDetailInput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceDetailInput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceDetailInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceDetailInput) String

String returns the string representation

func (*ProjectNamespaceDetailInput) Validate

func (s *ProjectNamespaceDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceDetailOutput

type ProjectNamespaceDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectNamespaceDetailOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceDetailOutput) GoString

func (s ProjectNamespaceDetailOutput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceDetailOutput) SetData

SetData sets the Data field's value.

func (ProjectNamespaceDetailOutput) String

String returns the string representation

type ProjectNamespaceSourceAddInput added in v1.2.21

type ProjectNamespaceSourceAddInput struct {

	// ProjectName is a required field
	ProjectName *string `type:"string" json:"projectName,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceAddInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceAddInput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (ProjectNamespaceSourceAddInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceAddInput) Validate added in v1.2.21

func (s *ProjectNamespaceSourceAddInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceAddOutput added in v1.2.21

type ProjectNamespaceSourceAddOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceAddOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceAddOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectNamespaceSourceAddOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceDeleteByIdsInput added in v1.2.21

type ProjectNamespaceSourceDeleteByIdsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDeleteByIdsInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDeleteByIdsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceSourceDeleteByIdsInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceDeleteByIdsInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceDeleteByIdsOutput added in v1.2.21

type ProjectNamespaceSourceDeleteByIdsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDeleteByIdsOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespaceSourceDeleteByIdsOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceDeleteByKeysInput added in v1.2.21

type ProjectNamespaceSourceDeleteByKeysInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDeleteByKeysInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDeleteByKeysInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceSourceDeleteByKeysInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceDeleteByKeysInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceDeleteByKeysOutput added in v1.2.21

type ProjectNamespaceSourceDeleteByKeysOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDeleteByKeysOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespaceSourceDeleteByKeysOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceDetailInput added in v1.2.21

type ProjectNamespaceSourceDetailInput struct {

	// KeyText is a required field
	KeyText *string `locationName:"keyText" type:"string" required:"true"`

	Locale *string `locationName:"locale" type:"string"`

	// NamespaceId is a required field
	NamespaceId *int32 `locationName:"namespaceId" type:"int32" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDetailInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDetailInput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*ProjectNamespaceSourceDetailInput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*ProjectNamespaceSourceDetailInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceSourceDetailInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceSourceDetailInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceDetailInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceDetailOutput added in v1.2.21

type ProjectNamespaceSourceDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectNamespaceSourceDetailOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDetailOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectNamespaceSourceDetailOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceDownloadInput added in v1.2.21

type ProjectNamespaceSourceDownloadInput struct {
	DirType *string `locationName:"dirType" type:"string"`

	FileName *string `locationName:"fileName" type:"string"`

	Format *string `locationName:"format" type:"string"`

	// NamespaceId is a required field
	NamespaceId *int32 `locationName:"namespaceId" type:"int32" required:"true"`

	PlaceHolder *int32 `locationName:"placeHolder" max:"1" type:"int32"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDownloadInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDownloadInput) SetDirType added in v1.2.21

SetDirType sets the DirType field's value.

func (*ProjectNamespaceSourceDownloadInput) SetFileName added in v1.2.21

SetFileName sets the FileName field's value.

func (*ProjectNamespaceSourceDownloadInput) SetFormat added in v1.2.21

SetFormat sets the Format field's value.

func (*ProjectNamespaceSourceDownloadInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceSourceDownloadInput) SetPlaceHolder added in v1.2.21

SetPlaceHolder sets the PlaceHolder field's value.

func (*ProjectNamespaceSourceDownloadInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceSourceDownloadInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceDownloadInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceDownloadOutput added in v1.2.21

type ProjectNamespaceSourceDownloadOutput struct {
	Metadata *response.ResponseMetadata

	DownloadTaskId *string `type:"string" json:"downloadTaskId"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceDownloadOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceDownloadOutput) SetDownloadTaskId added in v1.2.21

SetDownloadTaskId sets the DownloadTaskId field's value.

func (ProjectNamespaceSourceDownloadOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceMultiUpdateInput added in v1.2.21

type ProjectNamespaceSourceMultiUpdateInput struct {
	IgnoreExist *bool `type:"boolean" json:"ignoreExist,omitempty"`

	// NamespaceId is a required field
	NamespaceId *int32 `type:"int32" json:"namespaceId,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	Texts []*TextForProjectNamespaceSourceMultiUpdateInput `type:"list" json:"texts,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceMultiUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceMultiUpdateInput) SetIgnoreExist added in v1.2.21

SetIgnoreExist sets the IgnoreExist field's value.

func (*ProjectNamespaceSourceMultiUpdateInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceSourceMultiUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectNamespaceSourceMultiUpdateInput) SetTexts added in v1.2.21

SetTexts sets the Texts field's value.

func (ProjectNamespaceSourceMultiUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceMultiUpdateInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceMultiUpdateOutput added in v1.2.21

type ProjectNamespaceSourceMultiUpdateOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectNamespaceSourceMultiUpdateOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceMultiUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceMultiUpdateOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectNamespaceSourceMultiUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceSourceUpdateInput added in v1.2.21

type ProjectNamespaceSourceUpdateInput struct {
	Commentary *string `type:"string" json:"commentary,omitempty"`

	Content *string `type:"string" json:"content,omitempty"`

	LengthLimit *int32 `type:"int32" json:"lengthLimit,omitempty"`

	// NamespaceId is a required field
	NamespaceId *int32 `type:"int32" json:"namespaceId,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	// SourceId is a required field
	SourceId *int32 `type:"int32" json:"sourceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceUpdateInput) SetCommentary added in v1.2.21

SetCommentary sets the Commentary field's value.

func (*ProjectNamespaceSourceUpdateInput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*ProjectNamespaceSourceUpdateInput) SetLengthLimit added in v1.2.21

SetLengthLimit sets the LengthLimit field's value.

func (*ProjectNamespaceSourceUpdateInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceSourceUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectNamespaceSourceUpdateInput) SetSourceId added in v1.2.21

SetSourceId sets the SourceId field's value.

func (ProjectNamespaceSourceUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceSourceUpdateInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceSourceUpdateOutput added in v1.2.21

type ProjectNamespaceSourceUpdateOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceSourceUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceSourceUpdateOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectNamespaceSourceUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetDeleteByIdInput added in v1.2.21

type ProjectNamespaceTargetDeleteByIdInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByIdInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDeleteByIdInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceTargetDeleteByIdInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetDeleteByIdInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetDeleteByIdOutput added in v1.2.21

type ProjectNamespaceTargetDeleteByIdOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByIdOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespaceTargetDeleteByIdOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetDeleteByIdsInput added in v1.2.21

type ProjectNamespaceTargetDeleteByIdsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByIdsInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDeleteByIdsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceTargetDeleteByIdsInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetDeleteByIdsInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetDeleteByIdsOutput added in v1.2.21

type ProjectNamespaceTargetDeleteByIdsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByIdsOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespaceTargetDeleteByIdsOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetDeleteByKeysInput added in v1.2.21

type ProjectNamespaceTargetDeleteByKeysInput struct {

	// Locale is a required field
	Locale *string `type:"string" json:"locale,omitempty" required:"true"`

	// NamespaceId is a required field
	NamespaceId *int32 `type:"int32" json:"namespaceId,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	TextKeys []*string `type:"list" json:"textKeys,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByKeysInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDeleteByKeysInput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*ProjectNamespaceTargetDeleteByKeysInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceTargetDeleteByKeysInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectNamespaceTargetDeleteByKeysInput) SetTextKeys added in v1.2.21

SetTextKeys sets the TextKeys field's value.

func (ProjectNamespaceTargetDeleteByKeysInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetDeleteByKeysInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetDeleteByKeysOutput added in v1.2.21

type ProjectNamespaceTargetDeleteByKeysOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDeleteByKeysOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDeleteByKeysOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectNamespaceTargetDeleteByKeysOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetDownloadInput added in v1.2.21

type ProjectNamespaceTargetDownloadInput struct {
	ConvertPlural *float64 `locationName:"convertPlural" type:"float"`

	FileFormat *string `locationName:"fileFormat" type:"string"`

	Locale *string `locationName:"locale" type:"string"`

	// NamespaceId is a required field
	NamespaceId *int32 `locationName:"namespaceId" type:"int32" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDownloadInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDownloadInput) SetConvertPlural added in v1.2.21

SetConvertPlural sets the ConvertPlural field's value.

func (*ProjectNamespaceTargetDownloadInput) SetFileFormat added in v1.2.21

SetFileFormat sets the FileFormat field's value.

func (*ProjectNamespaceTargetDownloadInput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*ProjectNamespaceTargetDownloadInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceTargetDownloadInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceTargetDownloadInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetDownloadInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetDownloadOutput added in v1.2.21

type ProjectNamespaceTargetDownloadOutput struct {
	Metadata *response.ResponseMetadata

	Data *string `type:"string" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetDownloadOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetDownloadOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectNamespaceTargetDownloadOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetUpdateInput added in v1.2.21

type ProjectNamespaceTargetUpdateInput struct {

	// NamespaceId is a required field
	NamespaceId *int32 `type:"int32" json:"namespaceId,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	Targets []*TargetForProjectNamespaceTargetUpdateInput `type:"list" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetUpdateInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceTargetUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectNamespaceTargetUpdateInput) SetTargets added in v1.2.21

SetTargets sets the Targets field's value.

func (ProjectNamespaceTargetUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetUpdateInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetUpdateOutput added in v1.2.21

type ProjectNamespaceTargetUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespaceTargetUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTargetsInput added in v1.2.21

type ProjectNamespaceTargetsInput struct {
	Limit *int32 `locationName:"limit" type:"int32"`

	// NamespaceId is a required field
	NamespaceId *int32 `locationName:"namespaceId" type:"int32" required:"true"`

	Offset *int32 `locationName:"offset" type:"int32"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetsInput) GoString added in v1.2.21

func (s ProjectNamespaceTargetsInput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceTargetsInput) SetLimit added in v1.2.21

SetLimit sets the Limit field's value.

func (*ProjectNamespaceTargetsInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectNamespaceTargetsInput) SetOffset added in v1.2.21

SetOffset sets the Offset field's value.

func (*ProjectNamespaceTargetsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespaceTargetsInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTargetsInput) Validate added in v1.2.21

func (s *ProjectNamespaceTargetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTargetsOutput added in v1.2.21

type ProjectNamespaceTargetsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForProjectNamespaceTargetsOutput `type:"list" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTargetsOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTargetsOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectNamespaceTargetsOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceTextImportInput added in v1.2.21

type ProjectNamespaceTextImportInput struct {
	AutoSync *int64 `type:"int64" json:"autoSync,omitempty"`

	// NamespaceId is a required field
	NamespaceId *int64 `type:"int64" json:"namespaceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTextImportInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTextImportInput) SetAutoSync added in v1.2.21

SetAutoSync sets the AutoSync field's value.

func (*ProjectNamespaceTextImportInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (ProjectNamespaceTextImportInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceTextImportInput) Validate added in v1.2.21

func (s *ProjectNamespaceTextImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceTextImportOutput added in v1.2.21

type ProjectNamespaceTextImportOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectNamespaceTextImportOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceTextImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespaceTextImportOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectNamespaceTextImportOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespaceUpdateInput added in v1.2.21

type ProjectNamespaceUpdateInput struct {

	// Projectd is a required field
	Projectd *string `type:"string" json:"projectd,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespaceUpdateInput) GoString added in v1.2.21

func (s ProjectNamespaceUpdateInput) GoString() string

GoString returns the string representation

func (*ProjectNamespaceUpdateInput) SetProjectd added in v1.2.21

SetProjectd sets the Projectd field's value.

func (ProjectNamespaceUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespaceUpdateInput) Validate added in v1.2.21

func (s *ProjectNamespaceUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespaceUpdateOutput added in v1.2.21

type ProjectNamespaceUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespaceUpdateOutput) GoString added in v1.2.21

func (s ProjectNamespaceUpdateOutput) GoString() string

GoString returns the string representation

func (ProjectNamespaceUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectNamespacesInput

type ProjectNamespacesInput struct {
	Limit *int32 `locationName:"limit" type:"int32"`

	Offset *int32 `locationName:"offset" type:"int32"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespacesInput) GoString

func (s ProjectNamespacesInput) GoString() string

GoString returns the string representation

func (*ProjectNamespacesInput) SetLimit

SetLimit sets the Limit field's value.

func (*ProjectNamespacesInput) SetOffset

SetOffset sets the Offset field's value.

func (*ProjectNamespacesInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (ProjectNamespacesInput) String

func (s ProjectNamespacesInput) String() string

String returns the string representation

func (*ProjectNamespacesInput) Validate

func (s *ProjectNamespacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespacesOutput

type ProjectNamespacesOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForProjectNamespacesOutput `type:"list" json:"data"`

	Pagination *PaginationForProjectNamespacesOutput `type:"structure" json:"pagination"`

	Total *int32 `type:"int32" json:"total"`
	// contains filtered or unexported fields
}

func (ProjectNamespacesOutput) GoString

func (s ProjectNamespacesOutput) GoString() string

GoString returns the string representation

func (*ProjectNamespacesOutput) SetData

SetData sets the Data field's value.

func (*ProjectNamespacesOutput) SetPagination

SetPagination sets the Pagination field's value.

func (*ProjectNamespacesOutput) SetTotal

SetTotal sets the Total field's value.

func (ProjectNamespacesOutput) String

func (s ProjectNamespacesOutput) String() string

String returns the string representation

type ProjectNamespacesTargetTextsInput added in v1.2.21

type ProjectNamespacesTargetTextsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectNamespacesTargetTextsInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectNamespacesTargetTextsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectNamespacesTargetTextsInput) String added in v1.2.21

String returns the string representation

func (*ProjectNamespacesTargetTextsInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectNamespacesTargetTextsOutput added in v1.2.21

type ProjectNamespacesTargetTextsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectNamespacesTargetTextsOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectNamespacesTargetTextsOutput) String added in v1.2.21

String returns the string representation

type ProjectOperableListInput added in v1.2.21

type ProjectOperableListInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectOperableListInput) GoString added in v1.2.21

func (s ProjectOperableListInput) GoString() string

GoString returns the string representation

func (*ProjectOperableListInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectOperableListInput) String added in v1.2.21

func (s ProjectOperableListInput) String() string

String returns the string representation

func (*ProjectOperableListInput) Validate added in v1.2.21

func (s *ProjectOperableListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectOperableListOutput added in v1.2.21

type ProjectOperableListOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectOperableListOutput) GoString added in v1.2.21

func (s ProjectOperableListOutput) GoString() string

GoString returns the string representation

func (ProjectOperableListOutput) String added in v1.2.21

func (s ProjectOperableListOutput) String() string

String returns the string representation

type ProjectScreenshotsAddInput added in v1.2.21

type ProjectScreenshotsAddInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectScreenshotsAddInput) GoString added in v1.2.21

func (s ProjectScreenshotsAddInput) GoString() string

GoString returns the string representation

func (*ProjectScreenshotsAddInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectScreenshotsAddInput) String added in v1.2.21

String returns the string representation

func (*ProjectScreenshotsAddInput) Validate added in v1.2.21

func (s *ProjectScreenshotsAddInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectScreenshotsAddOutput added in v1.2.21

type ProjectScreenshotsAddOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectScreenshotsAddOutput) GoString added in v1.2.21

func (s ProjectScreenshotsAddOutput) GoString() string

GoString returns the string representation

func (ProjectScreenshotsAddOutput) String added in v1.2.21

String returns the string representation

type ProjectScreenshotsIdentifyInput added in v1.2.21

type ProjectScreenshotsIdentifyInput struct {
	Description *string `type:"string" json:"description,omitempty"`

	IgnoreNamespace *int64 `type:"int64" json:"ignoreNamespace,omitempty"`

	IgnoreTask *int64 `type:"int64" json:"ignoreTask,omitempty"`

	NamespaceIds *string `type:"string" json:"namespaceIds,omitempty"`

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	TaskIds *string `type:"string" json:"taskIds,omitempty"`

	// Text is a required field
	Text *string `type:"string" json:"text,omitempty" required:"true"`

	Url *string `type:"string" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectScreenshotsIdentifyInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectScreenshotsIdentifyInput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*ProjectScreenshotsIdentifyInput) SetIgnoreNamespace added in v1.2.21

SetIgnoreNamespace sets the IgnoreNamespace field's value.

func (*ProjectScreenshotsIdentifyInput) SetIgnoreTask added in v1.2.21

SetIgnoreTask sets the IgnoreTask field's value.

func (*ProjectScreenshotsIdentifyInput) SetNamespaceIds added in v1.2.21

SetNamespaceIds sets the NamespaceIds field's value.

func (*ProjectScreenshotsIdentifyInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectScreenshotsIdentifyInput) SetTaskIds added in v1.2.21

SetTaskIds sets the TaskIds field's value.

func (*ProjectScreenshotsIdentifyInput) SetText added in v1.2.21

SetText sets the Text field's value.

func (*ProjectScreenshotsIdentifyInput) SetUrl added in v1.2.21

SetUrl sets the Url field's value.

func (ProjectScreenshotsIdentifyInput) String added in v1.2.21

String returns the string representation

func (*ProjectScreenshotsIdentifyInput) Validate added in v1.2.21

func (s *ProjectScreenshotsIdentifyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectScreenshotsIdentifyOutput added in v1.2.21

type ProjectScreenshotsIdentifyOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectScreenshotsIdentifyOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectScreenshotsIdentifyOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectScreenshotsIdentifyOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectScreenshotsIdentifyOutput) String added in v1.2.21

String returns the string representation

type ProjectScreenshotsRelationsDeleteInput added in v1.2.21

type ProjectScreenshotsRelationsDeleteInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectScreenshotsRelationsDeleteInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectScreenshotsRelationsDeleteInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectScreenshotsRelationsDeleteInput) String added in v1.2.21

String returns the string representation

func (*ProjectScreenshotsRelationsDeleteInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectScreenshotsRelationsDeleteOutput added in v1.2.21

type ProjectScreenshotsRelationsDeleteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectScreenshotsRelationsDeleteOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectScreenshotsRelationsDeleteOutput) String added in v1.2.21

String returns the string representation

type ProjectTargetTextStatusUpdateInput added in v1.2.21

type ProjectTargetTextStatusUpdateInput struct {
	Langs []*string `type:"list" json:"langs,omitempty"`

	NamespaceId *int64 `type:"int64" json:"namespaceId,omitempty"`

	// OnlyCount is a required field
	OnlyCount *bool `type:"boolean" json:"onlyCount,omitempty" required:"true"`

	TaskId *int64 `type:"int64" json:"taskId,omitempty"`

	// TranslatedStatus is a required field
	TranslatedStatus *int64 `type:"int64" json:"translatedStatus,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTargetTextStatusUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTargetTextStatusUpdateInput) SetLangs added in v1.2.21

SetLangs sets the Langs field's value.

func (*ProjectTargetTextStatusUpdateInput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*ProjectTargetTextStatusUpdateInput) SetOnlyCount added in v1.2.21

SetOnlyCount sets the OnlyCount field's value.

func (*ProjectTargetTextStatusUpdateInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*ProjectTargetTextStatusUpdateInput) SetTranslatedStatus added in v1.2.21

SetTranslatedStatus sets the TranslatedStatus field's value.

func (ProjectTargetTextStatusUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTargetTextStatusUpdateInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTargetTextStatusUpdateOutput added in v1.2.21

type ProjectTargetTextStatusUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTargetTextStatusUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTargetTextStatusUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskCreateInput added in v1.2.21

type ProjectTaskCreateInput struct {

	// Name is a required field
	Name *string `type:"string" json:"name,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	SyncNamespaces []*int32 `type:"list" json:"syncNamespaces,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskCreateInput) GoString added in v1.2.21

func (s ProjectTaskCreateInput) GoString() string

GoString returns the string representation

func (*ProjectTaskCreateInput) SetName added in v1.2.21

SetName sets the Name field's value.

func (*ProjectTaskCreateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskCreateInput) SetSyncNamespaces added in v1.2.21

func (s *ProjectTaskCreateInput) SetSyncNamespaces(v []*int32) *ProjectTaskCreateInput

SetSyncNamespaces sets the SyncNamespaces field's value.

func (ProjectTaskCreateInput) String added in v1.2.21

func (s ProjectTaskCreateInput) String() string

String returns the string representation

func (*ProjectTaskCreateInput) Validate added in v1.2.21

func (s *ProjectTaskCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskCreateOutput added in v1.2.21

type ProjectTaskCreateOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskCreateOutput) GoString added in v1.2.21

func (s ProjectTaskCreateOutput) GoString() string

GoString returns the string representation

func (*ProjectTaskCreateOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectTaskCreateOutput) String added in v1.2.21

func (s ProjectTaskCreateOutput) String() string

String returns the string representation

type ProjectTaskDetailInput added in v1.2.21

type ProjectTaskDetailInput struct {

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`

	// TaskId is a required field
	TaskId *int32 `locationName:"taskId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskDetailInput) GoString added in v1.2.21

func (s ProjectTaskDetailInput) GoString() string

GoString returns the string representation

func (*ProjectTaskDetailInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskDetailInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectTaskDetailInput) String added in v1.2.21

func (s ProjectTaskDetailInput) String() string

String returns the string representation

func (*ProjectTaskDetailInput) Validate added in v1.2.21

func (s *ProjectTaskDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskDetailOutput added in v1.2.21

type ProjectTaskDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectTaskDetailOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectTaskDetailOutput) GoString added in v1.2.21

func (s ProjectTaskDetailOutput) GoString() string

GoString returns the string representation

func (*ProjectTaskDetailOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectTaskDetailOutput) String added in v1.2.21

func (s ProjectTaskDetailOutput) String() string

String returns the string representation

type ProjectTaskSourceAddInput added in v1.2.21

type ProjectTaskSourceAddInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceAddInput) GoString added in v1.2.21

func (s ProjectTaskSourceAddInput) GoString() string

GoString returns the string representation

func (*ProjectTaskSourceAddInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskSourceAddInput) String added in v1.2.21

func (s ProjectTaskSourceAddInput) String() string

String returns the string representation

func (*ProjectTaskSourceAddInput) Validate added in v1.2.21

func (s *ProjectTaskSourceAddInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceAddOutput added in v1.2.21

type ProjectTaskSourceAddOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskSourceAddOutput) GoString added in v1.2.21

func (s ProjectTaskSourceAddOutput) GoString() string

GoString returns the string representation

func (ProjectTaskSourceAddOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceDeleteByIdsInput added in v1.2.21

type ProjectTaskSourceDeleteByIdsInput struct {

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	// TaskId is a required field
	TaskId *int32 `type:"int32" json:"taskId,omitempty" required:"true"`

	TextIds []*int32 `type:"list" json:"textIds,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDeleteByIdsInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceDeleteByIdsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskSourceDeleteByIdsInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*ProjectTaskSourceDeleteByIdsInput) SetTextIds added in v1.2.21

SetTextIds sets the TextIds field's value.

func (ProjectTaskSourceDeleteByIdsInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceDeleteByIdsInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceDeleteByIdsOutput added in v1.2.21

type ProjectTaskSourceDeleteByIdsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDeleteByIdsOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskSourceDeleteByIdsOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceDeleteByKeysInput added in v1.2.21

type ProjectTaskSourceDeleteByKeysInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDeleteByKeysInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceDeleteByKeysInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskSourceDeleteByKeysInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceDeleteByKeysInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceDeleteByKeysOutput added in v1.2.21

type ProjectTaskSourceDeleteByKeysOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDeleteByKeysOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskSourceDeleteByKeysOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceDetailInput added in v1.2.21

type ProjectTaskSourceDetailInput struct {

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	// SourceId is a required field
	SourceId *int32 `type:"int32" json:"sourceId,omitempty" required:"true"`

	// TaskId is a required field
	TaskId *int32 `type:"int32" json:"taskId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDetailInput) GoString added in v1.2.21

func (s ProjectTaskSourceDetailInput) GoString() string

GoString returns the string representation

func (*ProjectTaskSourceDetailInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskSourceDetailInput) SetSourceId added in v1.2.21

SetSourceId sets the SourceId field's value.

func (*ProjectTaskSourceDetailInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectTaskSourceDetailInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceDetailInput) Validate added in v1.2.21

func (s *ProjectTaskSourceDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceDetailOutput added in v1.2.21

type ProjectTaskSourceDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectTaskSourceDetailOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceDetailOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (*ProjectTaskSourceDetailOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectTaskSourceDetailOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceDownloadInput added in v1.2.21

type ProjectTaskSourceDownloadInput struct {
	DirType *string `type:"string" json:"dirType,omitempty" enum:"EnumOfdirTypeForProjectTaskSourceDownloadInput"`

	FileName *string `type:"string" json:"fileName,omitempty"`

	Format *string `type:"string" json:"format,omitempty" enum:"EnumOfformatForProjectTaskSourceDownloadInput"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	// TaskId is a required field
	TaskId *int32 `type:"int32" json:"taskId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDownloadInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceDownloadInput) SetDirType added in v1.2.21

SetDirType sets the DirType field's value.

func (*ProjectTaskSourceDownloadInput) SetFileName added in v1.2.21

SetFileName sets the FileName field's value.

func (*ProjectTaskSourceDownloadInput) SetFormat added in v1.2.21

SetFormat sets the Format field's value.

func (*ProjectTaskSourceDownloadInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskSourceDownloadInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectTaskSourceDownloadInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceDownloadInput) Validate added in v1.2.21

func (s *ProjectTaskSourceDownloadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceDownloadOutput added in v1.2.21

type ProjectTaskSourceDownloadOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceDownloadOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceDownloadOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectTaskSourceDownloadOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceMultiUpdateInput added in v1.2.21

type ProjectTaskSourceMultiUpdateInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceMultiUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskSourceMultiUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskSourceMultiUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceMultiUpdateInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceMultiUpdateOutput added in v1.2.21

type ProjectTaskSourceMultiUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskSourceMultiUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskSourceMultiUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourceUpdateInput added in v1.2.21

type ProjectTaskSourceUpdateInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourceUpdateInput) GoString added in v1.2.21

func (s ProjectTaskSourceUpdateInput) GoString() string

GoString returns the string representation

func (*ProjectTaskSourceUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskSourceUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskSourceUpdateInput) Validate added in v1.2.21

func (s *ProjectTaskSourceUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourceUpdateOutput added in v1.2.21

type ProjectTaskSourceUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskSourceUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskSourceUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskSourcesInput added in v1.2.21

type ProjectTaskSourcesInput struct {
	DistributeStatus *int32 `type:"int32" json:"distributeStatus,omitempty"`

	KeyTexts []*string `type:"list" json:"keyTexts,omitempty"`

	Limit *int32 `type:"int32" json:"limit,omitempty"`

	Offset *int32 `type:"int32" json:"offset,omitempty"`

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`

	SearchKey *string `type:"string" json:"searchKey,omitempty"`

	SearchSource *string `type:"string" json:"searchSource,omitempty"`

	SearchTarget *string `type:"string" json:"searchTarget,omitempty"`

	SourceIds []*int32 `type:"list" json:"sourceIds,omitempty"`

	// TaskId is a required field
	TaskId *int32 `type:"int32" json:"taskId,omitempty" required:"true"`

	TranslatedStatus *int32 `type:"int32" json:"translatedStatus,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourcesInput) GoString added in v1.2.21

func (s ProjectTaskSourcesInput) GoString() string

GoString returns the string representation

func (*ProjectTaskSourcesInput) SetDistributeStatus added in v1.2.21

func (s *ProjectTaskSourcesInput) SetDistributeStatus(v int32) *ProjectTaskSourcesInput

SetDistributeStatus sets the DistributeStatus field's value.

func (*ProjectTaskSourcesInput) SetKeyTexts added in v1.2.21

SetKeyTexts sets the KeyTexts field's value.

func (*ProjectTaskSourcesInput) SetLimit added in v1.2.21

SetLimit sets the Limit field's value.

func (*ProjectTaskSourcesInput) SetOffset added in v1.2.21

SetOffset sets the Offset field's value.

func (*ProjectTaskSourcesInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTaskSourcesInput) SetSearchKey added in v1.2.21

SetSearchKey sets the SearchKey field's value.

func (*ProjectTaskSourcesInput) SetSearchSource added in v1.2.21

SetSearchSource sets the SearchSource field's value.

func (*ProjectTaskSourcesInput) SetSearchTarget added in v1.2.21

SetSearchTarget sets the SearchTarget field's value.

func (*ProjectTaskSourcesInput) SetSourceIds added in v1.2.21

func (s *ProjectTaskSourcesInput) SetSourceIds(v []*int32) *ProjectTaskSourcesInput

SetSourceIds sets the SourceIds field's value.

func (*ProjectTaskSourcesInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*ProjectTaskSourcesInput) SetTranslatedStatus added in v1.2.21

func (s *ProjectTaskSourcesInput) SetTranslatedStatus(v int32) *ProjectTaskSourcesInput

SetTranslatedStatus sets the TranslatedStatus field's value.

func (ProjectTaskSourcesInput) String added in v1.2.21

func (s ProjectTaskSourcesInput) String() string

String returns the string representation

func (*ProjectTaskSourcesInput) Validate added in v1.2.21

func (s *ProjectTaskSourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskSourcesOutput added in v1.2.21

type ProjectTaskSourcesOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForProjectTaskSourcesOutput `type:"list" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskSourcesOutput) GoString added in v1.2.21

func (s ProjectTaskSourcesOutput) GoString() string

GoString returns the string representation

func (*ProjectTaskSourcesOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (*ProjectTaskSourcesOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (ProjectTaskSourcesOutput) String added in v1.2.21

func (s ProjectTaskSourcesOutput) String() string

String returns the string representation

type ProjectTaskTargetDeleteByIdInput added in v1.2.21

type ProjectTaskTargetDeleteByIdInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByIdInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskTargetDeleteByIdInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTargetDeleteByIdInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTargetDeleteByIdInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTargetDeleteByIdOutput added in v1.2.21

type ProjectTaskTargetDeleteByIdOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByIdOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskTargetDeleteByIdOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTargetDeleteByIdsInput added in v1.2.21

type ProjectTaskTargetDeleteByIdsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByIdsInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskTargetDeleteByIdsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTargetDeleteByIdsInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTargetDeleteByIdsInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTargetDeleteByIdsOutput added in v1.2.21

type ProjectTaskTargetDeleteByIdsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByIdsOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskTargetDeleteByIdsOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTargetDeleteByKeysInput added in v1.2.21

type ProjectTaskTargetDeleteByKeysInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByKeysInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTaskTargetDeleteByKeysInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTargetDeleteByKeysInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTargetDeleteByKeysInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTargetDeleteByKeysOutput added in v1.2.21

type ProjectTaskTargetDeleteByKeysOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTargetDeleteByKeysOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskTargetDeleteByKeysOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTargetUpdateInput added in v1.2.21

type ProjectTaskTargetUpdateInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTargetUpdateInput) GoString added in v1.2.21

func (s ProjectTaskTargetUpdateInput) GoString() string

GoString returns the string representation

func (*ProjectTaskTargetUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTargetUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTargetUpdateInput) Validate added in v1.2.21

func (s *ProjectTaskTargetUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTargetUpdateOutput added in v1.2.21

type ProjectTaskTargetUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTargetUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskTargetUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTargetsInput added in v1.2.21

type ProjectTaskTargetsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTargetsInput) GoString added in v1.2.21

func (s ProjectTaskTargetsInput) GoString() string

GoString returns the string representation

func (*ProjectTaskTargetsInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTargetsInput) String added in v1.2.21

func (s ProjectTaskTargetsInput) String() string

String returns the string representation

func (*ProjectTaskTargetsInput) Validate added in v1.2.21

func (s *ProjectTaskTargetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTargetsOutput added in v1.2.21

type ProjectTaskTargetsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTargetsOutput) GoString added in v1.2.21

func (s ProjectTaskTargetsOutput) GoString() string

GoString returns the string representation

func (ProjectTaskTargetsOutput) String added in v1.2.21

func (s ProjectTaskTargetsOutput) String() string

String returns the string representation

type ProjectTaskTextCountInput added in v1.2.21

type ProjectTaskTextCountInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTextCountInput) GoString added in v1.2.21

func (s ProjectTaskTextCountInput) GoString() string

GoString returns the string representation

func (*ProjectTaskTextCountInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTextCountInput) String added in v1.2.21

func (s ProjectTaskTextCountInput) String() string

String returns the string representation

func (*ProjectTaskTextCountInput) Validate added in v1.2.21

func (s *ProjectTaskTextCountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTextCountOutput added in v1.2.21

type ProjectTaskTextCountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTextCountOutput) GoString added in v1.2.21

func (s ProjectTaskTextCountOutput) GoString() string

GoString returns the string representation

func (ProjectTaskTextCountOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTextDownloadInput added in v1.2.21

type ProjectTaskTextDownloadInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTextDownloadInput) GoString added in v1.2.21

func (s ProjectTaskTextDownloadInput) GoString() string

GoString returns the string representation

func (*ProjectTaskTextDownloadInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTaskTextDownloadInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTextDownloadInput) Validate added in v1.2.21

func (s *ProjectTaskTextDownloadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTextDownloadOutput added in v1.2.21

type ProjectTaskTextDownloadOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTaskTextDownloadOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTaskTextDownloadOutput) String added in v1.2.21

String returns the string representation

type ProjectTaskTextImportInput added in v1.2.21

type ProjectTaskTextImportInput struct {
	AutoSync *int64 `type:"int64" json:"autoSync,omitempty"`

	// TaskId is a required field
	TaskId *int64 `type:"int64" json:"taskId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTaskTextImportInput) GoString added in v1.2.21

func (s ProjectTaskTextImportInput) GoString() string

GoString returns the string representation

func (*ProjectTaskTextImportInput) SetAutoSync added in v1.2.21

SetAutoSync sets the AutoSync field's value.

func (*ProjectTaskTextImportInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectTaskTextImportInput) String added in v1.2.21

String returns the string representation

func (*ProjectTaskTextImportInput) Validate added in v1.2.21

func (s *ProjectTaskTextImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTaskTextImportOutput added in v1.2.21

type ProjectTaskTextImportOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectTaskTextImportOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTaskTextImportOutput) GoString added in v1.2.21

func (s ProjectTaskTextImportOutput) GoString() string

GoString returns the string representation

func (*ProjectTaskTextImportOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectTaskTextImportOutput) String added in v1.2.21

String returns the string representation

type ProjectTasksInput added in v1.2.21

type ProjectTasksInput struct {

	// ProjectId is a required field
	ProjectId *int32 `type:"int32" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTasksInput) GoString added in v1.2.21

func (s ProjectTasksInput) GoString() string

GoString returns the string representation

func (*ProjectTasksInput) SetProjectId added in v1.2.21

func (s *ProjectTasksInput) SetProjectId(v int32) *ProjectTasksInput

SetProjectId sets the ProjectId field's value.

func (ProjectTasksInput) String added in v1.2.21

func (s ProjectTasksInput) String() string

String returns the string representation

func (*ProjectTasksInput) Validate added in v1.2.21

func (s *ProjectTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTasksOutput added in v1.2.21

type ProjectTasksOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForProjectTasksOutput `type:"list" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Pagination *PaginationForProjectTasksOutput `type:"structure" json:"pagination,omitempty"`

	Total *int32 `type:"int32" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTasksOutput) GoString added in v1.2.21

func (s ProjectTasksOutput) GoString() string

GoString returns the string representation

func (*ProjectTasksOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (*ProjectTasksOutput) SetMessage added in v1.2.21

func (s *ProjectTasksOutput) SetMessage(v string) *ProjectTasksOutput

SetMessage sets the Message field's value.

func (*ProjectTasksOutput) SetPagination added in v1.2.21

SetPagination sets the Pagination field's value.

func (*ProjectTasksOutput) SetTotal added in v1.2.21

SetTotal sets the Total field's value.

func (ProjectTasksOutput) String added in v1.2.21

func (s ProjectTasksOutput) String() string

String returns the string representation

type ProjectTermDetailInput added in v1.2.21

type ProjectTermDetailInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermDetailInput) GoString added in v1.2.21

func (s ProjectTermDetailInput) GoString() string

GoString returns the string representation

func (*ProjectTermDetailInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermDetailInput) String added in v1.2.21

func (s ProjectTermDetailInput) String() string

String returns the string representation

func (*ProjectTermDetailInput) Validate added in v1.2.21

func (s *ProjectTermDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermDetailOutput added in v1.2.21

type ProjectTermDetailOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermDetailOutput) GoString added in v1.2.21

func (s ProjectTermDetailOutput) GoString() string

GoString returns the string representation

func (ProjectTermDetailOutput) String added in v1.2.21

func (s ProjectTermDetailOutput) String() string

String returns the string representation

type ProjectTermSourceDeleteInput added in v1.2.21

type ProjectTermSourceDeleteInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermSourceDeleteInput) GoString added in v1.2.21

func (s ProjectTermSourceDeleteInput) GoString() string

GoString returns the string representation

func (*ProjectTermSourceDeleteInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermSourceDeleteInput) String added in v1.2.21

String returns the string representation

func (*ProjectTermSourceDeleteInput) Validate added in v1.2.21

func (s *ProjectTermSourceDeleteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermSourceDeleteOutput added in v1.2.21

type ProjectTermSourceDeleteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermSourceDeleteOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTermSourceDeleteOutput) String added in v1.2.21

String returns the string representation

type ProjectTermSourceUpdateInput added in v1.2.21

type ProjectTermSourceUpdateInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermSourceUpdateInput) GoString added in v1.2.21

func (s ProjectTermSourceUpdateInput) GoString() string

GoString returns the string representation

func (*ProjectTermSourceUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermSourceUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTermSourceUpdateInput) Validate added in v1.2.21

func (s *ProjectTermSourceUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermSourceUpdateOutput added in v1.2.21

type ProjectTermSourceUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermSourceUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTermSourceUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTermTargetAddInput added in v1.2.21

type ProjectTermTargetAddInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermTargetAddInput) GoString added in v1.2.21

func (s ProjectTermTargetAddInput) GoString() string

GoString returns the string representation

func (*ProjectTermTargetAddInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermTargetAddInput) String added in v1.2.21

func (s ProjectTermTargetAddInput) String() string

String returns the string representation

func (*ProjectTermTargetAddInput) Validate added in v1.2.21

func (s *ProjectTermTargetAddInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermTargetAddOutput added in v1.2.21

type ProjectTermTargetAddOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermTargetAddOutput) GoString added in v1.2.21

func (s ProjectTermTargetAddOutput) GoString() string

GoString returns the string representation

func (ProjectTermTargetAddOutput) String added in v1.2.21

String returns the string representation

type ProjectTermTargetDeleteInput added in v1.2.21

type ProjectTermTargetDeleteInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermTargetDeleteInput) GoString added in v1.2.21

func (s ProjectTermTargetDeleteInput) GoString() string

GoString returns the string representation

func (*ProjectTermTargetDeleteInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermTargetDeleteInput) String added in v1.2.21

String returns the string representation

func (*ProjectTermTargetDeleteInput) Validate added in v1.2.21

func (s *ProjectTermTargetDeleteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermTargetDeleteOutput added in v1.2.21

type ProjectTermTargetDeleteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermTargetDeleteOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTermTargetDeleteOutput) String added in v1.2.21

String returns the string representation

type ProjectTermTargetUpdateInput added in v1.2.21

type ProjectTermTargetUpdateInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermTargetUpdateInput) GoString added in v1.2.21

func (s ProjectTermTargetUpdateInput) GoString() string

GoString returns the string representation

func (*ProjectTermTargetUpdateInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (ProjectTermTargetUpdateInput) String added in v1.2.21

String returns the string representation

func (*ProjectTermTargetUpdateInput) Validate added in v1.2.21

func (s *ProjectTermTargetUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermTargetUpdateOutput added in v1.2.21

type ProjectTermTargetUpdateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermTargetUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTermTargetUpdateOutput) String added in v1.2.21

String returns the string representation

type ProjectTermsInput added in v1.2.21

type ProjectTermsInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTermsInput) GoString added in v1.2.21

func (s ProjectTermsInput) GoString() string

GoString returns the string representation

func (*ProjectTermsInput) SetProjectId added in v1.2.21

func (s *ProjectTermsInput) SetProjectId(v string) *ProjectTermsInput

SetProjectId sets the ProjectId field's value.

func (ProjectTermsInput) String added in v1.2.21

func (s ProjectTermsInput) String() string

String returns the string representation

func (*ProjectTermsInput) Validate added in v1.2.21

func (s *ProjectTermsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTermsOutput added in v1.2.21

type ProjectTermsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTermsOutput) GoString added in v1.2.21

func (s ProjectTermsOutput) GoString() string

GoString returns the string representation

func (ProjectTermsOutput) String added in v1.2.21

func (s ProjectTermsOutput) String() string

String returns the string representation

type ProjectTextAcrossImportCheckInput added in v1.2.21

type ProjectTextAcrossImportCheckInput struct {

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	Uri *string `type:"string" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTextAcrossImportCheckInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTextAcrossImportCheckInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTextAcrossImportCheckInput) SetUri added in v1.2.21

SetUri sets the Uri field's value.

func (ProjectTextAcrossImportCheckInput) String added in v1.2.21

String returns the string representation

func (*ProjectTextAcrossImportCheckInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTextAcrossImportCheckOutput added in v1.2.21

type ProjectTextAcrossImportCheckOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectTextAcrossImportCheckOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTextAcrossImportCheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTextAcrossImportCheckOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectTextAcrossImportCheckOutput) String added in v1.2.21

String returns the string representation

type ProjectTextAcrossImportInput added in v1.2.21

type ProjectTextAcrossImportInput struct {
	Async *int64 `type:"int64" json:"async,omitempty"`

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	// TaskId is a required field
	TaskId *int64 `type:"int64" json:"taskId,omitempty" required:"true"`

	Wait *int64 `type:"int64" json:"wait,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTextAcrossImportInput) GoString added in v1.2.21

func (s ProjectTextAcrossImportInput) GoString() string

GoString returns the string representation

func (*ProjectTextAcrossImportInput) SetAsync added in v1.2.21

SetAsync sets the Async field's value.

func (*ProjectTextAcrossImportInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*ProjectTextAcrossImportInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*ProjectTextAcrossImportInput) SetWait added in v1.2.21

SetWait sets the Wait field's value.

func (ProjectTextAcrossImportInput) String added in v1.2.21

String returns the string representation

func (*ProjectTextAcrossImportInput) Validate added in v1.2.21

func (s *ProjectTextAcrossImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTextAcrossImportOutput added in v1.2.21

type ProjectTextAcrossImportOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTextAcrossImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTextAcrossImportOutput) String added in v1.2.21

String returns the string representation

type ProjectTextImportConfirmInput added in v1.2.21

type ProjectTextImportConfirmInput struct {

	// RecordId is a required field
	RecordId *int64 `type:"int64" json:"recordId,omitempty" required:"true"`

	TaskId *int64 `type:"int64" json:"taskId,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTextImportConfirmInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTextImportConfirmInput) SetRecordId added in v1.2.21

SetRecordId sets the RecordId field's value.

func (*ProjectTextImportConfirmInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (ProjectTextImportConfirmInput) String added in v1.2.21

String returns the string representation

func (*ProjectTextImportConfirmInput) Validate added in v1.2.21

func (s *ProjectTextImportConfirmInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectTextImportConfirmOutput added in v1.2.21

type ProjectTextImportConfirmOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ProjectTextImportConfirmOutput) GoString added in v1.2.21

GoString returns the string representation

func (ProjectTextImportConfirmOutput) String added in v1.2.21

String returns the string representation

type ProjectTextImportStatusQueryInput added in v1.2.21

type ProjectTextImportStatusQueryInput struct {

	// RecordId is a required field
	RecordId *int64 `type:"int64" json:"recordId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectTextImportStatusQueryInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTextImportStatusQueryInput) SetRecordId added in v1.2.21

SetRecordId sets the RecordId field's value.

func (ProjectTextImportStatusQueryInput) String added in v1.2.21

String returns the string representation

func (*ProjectTextImportStatusQueryInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type ProjectTextImportStatusQueryOutput added in v1.2.21

type ProjectTextImportStatusQueryOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectTextImportStatusQueryOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (ProjectTextImportStatusQueryOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProjectTextImportStatusQueryOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (ProjectTextImportStatusQueryOutput) String added in v1.2.21

String returns the string representation

type ProjectUserRoleInput

type ProjectUserRoleInput struct {

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`

	// UserId is a required field
	UserId *int32 `locationName:"userId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectUserRoleInput) GoString

func (s ProjectUserRoleInput) GoString() string

GoString returns the string representation

func (*ProjectUserRoleInput) SetProjectId

func (s *ProjectUserRoleInput) SetProjectId(v int32) *ProjectUserRoleInput

SetProjectId sets the ProjectId field's value.

func (*ProjectUserRoleInput) SetUserId

SetUserId sets the UserId field's value.

func (ProjectUserRoleInput) String

func (s ProjectUserRoleInput) String() string

String returns the string representation

func (*ProjectUserRoleInput) Validate

func (s *ProjectUserRoleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectUserRoleOutput

type ProjectUserRoleOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectUserRoleOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (ProjectUserRoleOutput) GoString

func (s ProjectUserRoleOutput) GoString() string

GoString returns the string representation

func (*ProjectUserRoleOutput) SetData

SetData sets the Data field's value.

func (ProjectUserRoleOutput) String

func (s ProjectUserRoleOutput) String() string

String returns the string representation

type ProjectUsersInput

type ProjectUsersInput struct {
	Limit *int32 `locationName:"limit" type:"int32"`

	Offset *int32 `locationName:"offset" type:"int32"`

	// ProjectId is a required field
	ProjectId *int32 `locationName:"projectId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (ProjectUsersInput) GoString

func (s ProjectUsersInput) GoString() string

GoString returns the string representation

func (*ProjectUsersInput) SetLimit

func (s *ProjectUsersInput) SetLimit(v int32) *ProjectUsersInput

SetLimit sets the Limit field's value.

func (*ProjectUsersInput) SetOffset

func (s *ProjectUsersInput) SetOffset(v int32) *ProjectUsersInput

SetOffset sets the Offset field's value.

func (*ProjectUsersInput) SetProjectId

func (s *ProjectUsersInput) SetProjectId(v int32) *ProjectUsersInput

SetProjectId sets the ProjectId field's value.

func (ProjectUsersInput) String

func (s ProjectUsersInput) String() string

String returns the string representation

func (*ProjectUsersInput) Validate

func (s *ProjectUsersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProjectUsersOutput

type ProjectUsersOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForProjectUsersOutput `type:"structure" json:"data"`

	Pagination *PaginationForProjectUsersOutput `type:"structure" json:"pagination"`

	Total *int32 `type:"int32" json:"total"`
	// contains filtered or unexported fields
}

func (ProjectUsersOutput) GoString

func (s ProjectUsersOutput) GoString() string

GoString returns the string representation

func (*ProjectUsersOutput) SetData

SetData sets the Data field's value.

func (*ProjectUsersOutput) SetPagination

SetPagination sets the Pagination field's value.

func (*ProjectUsersOutput) SetTotal

SetTotal sets the Total field's value.

func (ProjectUsersOutput) String

func (s ProjectUsersOutput) String() string

String returns the string representation

type ProjectsInput

type ProjectsInput struct {
	Limit *int32 `locationName:"limit" type:"int32"`

	Name *string `locationName:"name" type:"string"`

	Offset *int32 `locationName:"offset" type:"int32"`
	// contains filtered or unexported fields
}

func (ProjectsInput) GoString

func (s ProjectsInput) GoString() string

GoString returns the string representation

func (*ProjectsInput) SetLimit

func (s *ProjectsInput) SetLimit(v int32) *ProjectsInput

SetLimit sets the Limit field's value.

func (*ProjectsInput) SetName

func (s *ProjectsInput) SetName(v string) *ProjectsInput

SetName sets the Name field's value.

func (*ProjectsInput) SetOffset

func (s *ProjectsInput) SetOffset(v int32) *ProjectsInput

SetOffset sets the Offset field's value.

func (ProjectsInput) String

func (s ProjectsInput) String() string

String returns the string representation

type ProjectsOutput

type ProjectsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForProjectsOutput `type:"list" json:"data"`

	Pagination *PaginationForProjectsOutput `type:"structure" json:"pagination"`

	Total *int32 `type:"int32" json:"total"`
	// contains filtered or unexported fields
}

func (ProjectsOutput) GoString

func (s ProjectsOutput) GoString() string

GoString returns the string representation

func (*ProjectsOutput) SetData

SetData sets the Data field's value.

func (*ProjectsOutput) SetPagination

SetPagination sets the Pagination field's value.

func (*ProjectsOutput) SetTotal

func (s *ProjectsOutput) SetTotal(v int32) *ProjectsOutput

SetTotal sets the Total field's value.

func (ProjectsOutput) String

func (s ProjectsOutput) String() string

String returns the string representation

type PureVideoForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type PureVideoForVideoProjectSerialDubTaskCreateInput struct {
	Name *string `type:"string" json:"name,omitempty"`

	Vid *string `type:"string" json:"vid,omitempty"`

	VideoUrl *string `type:"string" json:"videoUrl,omitempty"`
	// contains filtered or unexported fields
}

func (PureVideoForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*PureVideoForVideoProjectSerialDubTaskCreateInput) SetName added in v1.2.11

SetName sets the Name field's value.

func (*PureVideoForVideoProjectSerialDubTaskCreateInput) SetVid added in v1.2.11

SetVid sets the Vid field's value.

func (*PureVideoForVideoProjectSerialDubTaskCreateInput) SetVideoUrl added in v1.2.11

SetVideoUrl sets the VideoUrl field's value.

func (PureVideoForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type PureVideoForVideoProjectSerialTaskCreateInput added in v1.1.51

type PureVideoForVideoProjectSerialTaskCreateInput struct {
	Name *string `type:"string" json:"name,omitempty"`

	Vid *string `type:"string" json:"vid,omitempty"`

	VideoUrl *string `type:"string" json:"videoUrl,omitempty"`
	// contains filtered or unexported fields
}

func (PureVideoForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*PureVideoForVideoProjectSerialTaskCreateInput) SetName added in v1.1.51

SetName sets the Name field's value.

func (*PureVideoForVideoProjectSerialTaskCreateInput) SetVid added in v1.1.51

SetVid sets the Vid field's value.

func (*PureVideoForVideoProjectSerialTaskCreateInput) SetVideoUrl added in v1.1.51

SetVideoUrl sets the VideoUrl field's value.

func (PureVideoForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type ReferenceDocForDocumentTaskDetailOutput added in v1.2.21

type ReferenceDocForDocumentTaskDetailOutput struct {
	ReferenceDocName *string `type:"string" json:"referenceDocName"`

	ReferenceDocType *int32 `type:"int32" json:"referenceDocType"`

	ReferenceDocUrl *string `type:"string" json:"referenceDocUrl"`
	// contains filtered or unexported fields
}

func (ReferenceDocForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ReferenceDocForDocumentTaskDetailOutput) SetReferenceDocName added in v1.2.21

SetReferenceDocName sets the ReferenceDocName field's value.

func (*ReferenceDocForDocumentTaskDetailOutput) SetReferenceDocType added in v1.2.21

SetReferenceDocType sets the ReferenceDocType field's value.

func (*ReferenceDocForDocumentTaskDetailOutput) SetReferenceDocUrl added in v1.2.21

SetReferenceDocUrl sets the ReferenceDocUrl field's value.

func (ReferenceDocForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type ReferenceDocForVideoProjectSerialDubTaskCreateInput added in v1.2.21

type ReferenceDocForVideoProjectSerialDubTaskCreateInput struct {
	ReferenceDocName *string `type:"string" json:"referenceDocName,omitempty"`

	ReferenceDocType *int32 `type:"int32" json:"referenceDocType,omitempty"`

	ReferenceDocUrl *string `type:"string" json:"referenceDocUrl,omitempty"`
	// contains filtered or unexported fields
}

func (ReferenceDocForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ReferenceDocForVideoProjectSerialDubTaskCreateInput) SetReferenceDocName added in v1.2.21

SetReferenceDocName sets the ReferenceDocName field's value.

func (*ReferenceDocForVideoProjectSerialDubTaskCreateInput) SetReferenceDocType added in v1.2.21

SetReferenceDocType sets the ReferenceDocType field's value.

func (*ReferenceDocForVideoProjectSerialDubTaskCreateInput) SetReferenceDocUrl added in v1.2.21

SetReferenceDocUrl sets the ReferenceDocUrl field's value.

func (ReferenceDocForVideoProjectSerialDubTaskCreateInput) String added in v1.2.21

String returns the string representation

type ReferenceDocForVideoProjectSerialTaskCreateInput added in v1.2.21

type ReferenceDocForVideoProjectSerialTaskCreateInput struct {
	ReferenceDocName *string `type:"string" json:"referenceDocName,omitempty"`

	ReferenceDocType *int32 `type:"int32" json:"referenceDocType,omitempty"`

	ReferenceDocUrl *string `type:"string" json:"referenceDocUrl,omitempty"`
	// contains filtered or unexported fields
}

func (ReferenceDocForVideoProjectSerialTaskCreateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ReferenceDocForVideoProjectSerialTaskCreateInput) SetReferenceDocName added in v1.2.21

SetReferenceDocName sets the ReferenceDocName field's value.

func (*ReferenceDocForVideoProjectSerialTaskCreateInput) SetReferenceDocType added in v1.2.21

SetReferenceDocType sets the ReferenceDocType field's value.

func (*ReferenceDocForVideoProjectSerialTaskCreateInput) SetReferenceDocUrl added in v1.2.21

SetReferenceDocUrl sets the ReferenceDocUrl field's value.

func (ReferenceDocForVideoProjectSerialTaskCreateInput) String added in v1.2.21

String returns the string representation

type ReferenceDocItemForDocumentTaskCreateInput added in v1.2.21

type ReferenceDocItemForDocumentTaskCreateInput struct {
	ReferenceDocName *string `type:"string" json:"referenceDocName,omitempty"`

	ReferenceDocType *int32 `type:"int32" json:"referenceDocType,omitempty"`

	ReferenceDocUrl *string `type:"string" json:"referenceDocUrl,omitempty"`
	// contains filtered or unexported fields
}

func (ReferenceDocItemForDocumentTaskCreateInput) GoString added in v1.2.21

GoString returns the string representation

func (*ReferenceDocItemForDocumentTaskCreateInput) SetReferenceDocName added in v1.2.21

SetReferenceDocName sets the ReferenceDocName field's value.

func (*ReferenceDocItemForDocumentTaskCreateInput) SetReferenceDocType added in v1.2.21

SetReferenceDocType sets the ReferenceDocType field's value.

func (*ReferenceDocItemForDocumentTaskCreateInput) SetReferenceDocUrl added in v1.2.21

SetReferenceDocUrl sets the ReferenceDocUrl field's value.

func (ReferenceDocItemForDocumentTaskCreateInput) String added in v1.2.21

String returns the string representation

type ResultForProjectNamespaceSourceMultiUpdateOutput added in v1.2.21

type ResultForProjectNamespaceSourceMultiUpdateOutput struct {
	Code *int32 `type:"int32" json:"code,omitempty"`

	TextId *int32 `type:"int32" json:"textId,omitempty"`
	// contains filtered or unexported fields
}

func (ResultForProjectNamespaceSourceMultiUpdateOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ResultForProjectNamespaceSourceMultiUpdateOutput) SetCode added in v1.2.21

SetCode sets the Code field's value.

func (*ResultForProjectNamespaceSourceMultiUpdateOutput) SetTextId added in v1.2.21

SetTextId sets the TextId field's value.

func (ResultForProjectNamespaceSourceMultiUpdateOutput) String added in v1.2.21

String returns the string representation

type SerialInfoForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type SerialInfoForVideoProjectSerialDubTaskCreateInput struct {
	Episode *int32 `type:"int32" json:"episode,omitempty"`

	PureVideo *PureVideoForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"pureVideo,omitempty"`

	Subtitle *SubtitleForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"subtitle,omitempty"`

	Subtitles []*ConvertsubtitleForVideoProjectSerialDubTaskCreateInput `type:"list" json:"subtitles,omitempty"`

	Video *VideoForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"video,omitempty"`
	// contains filtered or unexported fields
}

func (SerialInfoForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*SerialInfoForVideoProjectSerialDubTaskCreateInput) SetEpisode added in v1.2.11

SetEpisode sets the Episode field's value.

func (*SerialInfoForVideoProjectSerialDubTaskCreateInput) SetPureVideo added in v1.2.11

SetPureVideo sets the PureVideo field's value.

func (*SerialInfoForVideoProjectSerialDubTaskCreateInput) SetSubtitle added in v1.2.11

SetSubtitle sets the Subtitle field's value.

func (*SerialInfoForVideoProjectSerialDubTaskCreateInput) SetSubtitles added in v1.2.11

SetSubtitles sets the Subtitles field's value.

func (*SerialInfoForVideoProjectSerialDubTaskCreateInput) SetVideo added in v1.2.11

SetVideo sets the Video field's value.

func (SerialInfoForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type SerialInfoForVideoProjectSerialTaskCreateInput added in v1.1.51

type SerialInfoForVideoProjectSerialTaskCreateInput struct {
	Episode *int32 `type:"int32" json:"episode,omitempty"`

	PureVideo *PureVideoForVideoProjectSerialTaskCreateInput `type:"structure" json:"pureVideo,omitempty"`

	Subtitle *SubtitleForVideoProjectSerialTaskCreateInput `type:"structure" json:"subtitle,omitempty"`

	Subtitles []*ConvertsubtitleForVideoProjectSerialTaskCreateInput `type:"list" json:"subtitles,omitempty"`

	Video *VideoForVideoProjectSerialTaskCreateInput `type:"structure" json:"video,omitempty"`
	// contains filtered or unexported fields
}

func (SerialInfoForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*SerialInfoForVideoProjectSerialTaskCreateInput) SetEpisode added in v1.1.51

SetEpisode sets the Episode field's value.

func (*SerialInfoForVideoProjectSerialTaskCreateInput) SetPureVideo added in v1.1.51

SetPureVideo sets the PureVideo field's value.

func (*SerialInfoForVideoProjectSerialTaskCreateInput) SetSubtitle added in v1.1.51

SetSubtitle sets the Subtitle field's value.

func (*SerialInfoForVideoProjectSerialTaskCreateInput) SetSubtitles added in v1.2.11

SetSubtitles sets the Subtitles field's value.

func (*SerialInfoForVideoProjectSerialTaskCreateInput) SetVideo added in v1.1.51

SetVideo sets the Video field's value.

func (SerialInfoForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type SettingForProjectDetailOutput

type SettingForProjectDetailOutput struct {
	Approval *bool `type:"boolean" json:"approval"`

	AutoFillTargetText *AutoFillTargetTextForProjectDetailOutput `type:"structure" json:"autoFillTargetText"`

	TextValidate *TextValidateForProjectDetailOutput `type:"structure" json:"textValidate"`
	// contains filtered or unexported fields
}

func (SettingForProjectDetailOutput) GoString

GoString returns the string representation

func (*SettingForProjectDetailOutput) SetApproval

SetApproval sets the Approval field's value.

func (*SettingForProjectDetailOutput) SetAutoFillTargetText

SetAutoFillTargetText sets the AutoFillTargetText field's value.

func (*SettingForProjectDetailOutput) SetTextValidate

SetTextValidate sets the TextValidate field's value.

func (SettingForProjectDetailOutput) String

String returns the string representation

type SettingForProjectsOutput

type SettingForProjectsOutput struct {
	Approval *bool `type:"boolean" json:"approval"`

	AutoFillTargetText *AutoFillTargetTextForProjectsOutput `type:"structure" json:"autoFillTargetText"`

	TextValidate *TextValidateForProjectsOutput `type:"structure" json:"textValidate"`
	// contains filtered or unexported fields
}

func (SettingForProjectsOutput) GoString

func (s SettingForProjectsOutput) GoString() string

GoString returns the string representation

func (*SettingForProjectsOutput) SetApproval

SetApproval sets the Approval field's value.

func (*SettingForProjectsOutput) SetAutoFillTargetText

SetAutoFillTargetText sets the AutoFillTargetText field's value.

func (*SettingForProjectsOutput) SetTextValidate

SetTextValidate sets the TextValidate field's value.

func (SettingForProjectsOutput) String

func (s SettingForProjectsOutput) String() string

String returns the string representation

type SettingForVideoProjectListOutput

type SettingForVideoProjectListOutput struct {
	Approval *bool `type:"boolean" json:"approval"`

	AutoFillTargetText *AutoFillTargetTextForVideoProjectListOutput `type:"structure" json:"autoFillTargetText"`

	TextValidate *TextValidateForVideoProjectListOutput `type:"structure" json:"textValidate"`
	// contains filtered or unexported fields
}

func (SettingForVideoProjectListOutput) GoString

GoString returns the string representation

func (*SettingForVideoProjectListOutput) SetApproval

SetApproval sets the Approval field's value.

func (*SettingForVideoProjectListOutput) SetAutoFillTargetText

SetAutoFillTargetText sets the AutoFillTargetText field's value.

func (*SettingForVideoProjectListOutput) SetTextValidate

SetTextValidate sets the TextValidate field's value.

func (SettingForVideoProjectListOutput) String

String returns the string representation

type SourceSubtitleFileInfoForVideoProjectTaskDetailOutput added in v1.1.51

type SourceSubtitleFileInfoForVideoProjectTaskDetailOutput struct {
	CreateTime *string `type:"string" json:"createTime"`

	FileName *string `type:"string" json:"fileName"`

	FileUri *string `type:"string" json:"fileUri"`

	UpdateTime *string `type:"string" json:"updateTime"`
	// contains filtered or unexported fields
}

func (SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) GoString added in v1.1.51

GoString returns the string representation

func (*SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) SetCreateTime added in v1.1.51

SetCreateTime sets the CreateTime field's value.

func (*SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) SetFileName added in v1.1.51

SetFileName sets the FileName field's value.

func (*SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) SetFileUri added in v1.1.51

SetFileUri sets the FileUri field's value.

func (*SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) SetUpdateTime added in v1.1.51

SetUpdateTime sets the UpdateTime field's value.

func (SourceSubtitleFileInfoForVideoProjectTaskDetailOutput) String added in v1.1.51

String returns the string representation

type SubTaskForVideoProjectTaskDetailOutput

type SubTaskForVideoProjectTaskDetailOutput struct {
	CreateTime *string `type:"string" json:"createTime"`

	CurrentStage *string `type:"string" json:"currentStage"`

	DefaultStyle *string `type:"string" json:"defaultStyle"`

	EpisodeNum *int32 `type:"int32" json:"episodeNum"`

	Id *string `type:"string" json:"id"`

	OpStatus *string `type:"string" json:"opStatus"`

	SourceLanguage *string `type:"string" json:"sourceLanguage"`

	SourceSubtitleFileInfo *SourceSubtitleFileInfoForVideoProjectTaskDetailOutput `type:"structure" json:"sourceSubtitleFileInfo"`

	Status *string `type:"string" json:"status"`

	SubtaskType *int32 `type:"int32" json:"subtaskType"`

	SuppressionStatus *int32 `type:"int32" json:"suppressionStatus"`

	SuppressionVideoInfo *SuppressionVideoInfoForVideoProjectTaskDetailOutput `type:"structure" json:"suppressionVideoInfo"`

	TargetLanguage *string `type:"string" json:"targetLanguage"`

	TargetSubtitleFileInfo *TargetSubtitleFileInfoForVideoProjectTaskDetailOutput `type:"structure" json:"targetSubtitleFileInfo"`

	TextAiRemove *bool `type:"boolean" json:"textAiRemove"`

	TranslateOcrText *bool `type:"boolean" json:"translateOcrText"`

	UpdateTime *string `type:"string" json:"updateTime"`

	UseDubTask *string `type:"string" json:"useDubTask"`

	UseMt *bool `type:"boolean" json:"useMt"`

	UseOcr *bool `type:"boolean" json:"useOcr"`

	VidWithAiRemove *string `type:"string" json:"vidWithAiRemove"`

	VideoId *string `type:"string" json:"videoId"`

	Workflow *int32 `type:"int32" json:"workflow"`
	// contains filtered or unexported fields
}

func (SubTaskForVideoProjectTaskDetailOutput) GoString

GoString returns the string representation

func (*SubTaskForVideoProjectTaskDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetCurrentStage

SetCurrentStage sets the CurrentStage field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetDefaultStyle added in v1.1.51

SetDefaultStyle sets the DefaultStyle field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetEpisodeNum added in v1.1.51

SetEpisodeNum sets the EpisodeNum field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetId

SetId sets the Id field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetOpStatus

SetOpStatus sets the OpStatus field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetSourceLanguage

SetSourceLanguage sets the SourceLanguage field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetSourceSubtitleFileInfo added in v1.1.51

SetSourceSubtitleFileInfo sets the SourceSubtitleFileInfo field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetStatus

SetStatus sets the Status field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetSubtaskType added in v1.1.51

SetSubtaskType sets the SubtaskType field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetSuppressionStatus added in v1.1.51

SetSuppressionStatus sets the SuppressionStatus field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetSuppressionVideoInfo added in v1.1.51

SetSuppressionVideoInfo sets the SuppressionVideoInfo field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetTargetLanguage added in v1.1.51

SetTargetLanguage sets the TargetLanguage field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetTargetSubtitleFileInfo added in v1.1.51

SetTargetSubtitleFileInfo sets the TargetSubtitleFileInfo field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetTextAiRemove added in v1.1.51

SetTextAiRemove sets the TextAiRemove field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetTranslateOcrText added in v1.1.51

SetTranslateOcrText sets the TranslateOcrText field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetUseDubTask

SetUseDubTask sets the UseDubTask field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetUseMt added in v1.1.51

SetUseMt sets the UseMt field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetUseOcr added in v1.1.51

SetUseOcr sets the UseOcr field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetVidWithAiRemove added in v1.1.51

SetVidWithAiRemove sets the VidWithAiRemove field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetVideoId added in v1.1.51

SetVideoId sets the VideoId field's value.

func (*SubTaskForVideoProjectTaskDetailOutput) SetWorkflow added in v1.1.51

SetWorkflow sets the Workflow field's value.

func (SubTaskForVideoProjectTaskDetailOutput) String

String returns the string representation

type SubtaskForDocumentTaskDetailOutput added in v1.2.21

type SubtaskForDocumentTaskDetailOutput struct {
	CatStage *int32 `type:"int32" json:"catStage"`

	CatType *int32 `type:"int32" json:"catType"`

	CompletedRuneCount *string `type:"string" json:"completedRuneCount"`

	Procedures []*ProcedureForDocumentTaskDetailOutput `type:"list" json:"procedures"`

	RawContent *string `type:"string" json:"rawContent"`

	SourceDocId *int32 `type:"int32" json:"sourceDocId"`

	SourceDocUrl *string `type:"string" json:"sourceDocUrl"`

	State *int32 `type:"int32" json:"state"`

	SubTaskId *int32 `type:"int32" json:"subTaskId"`

	TargetDocId *int32 `type:"int32" json:"targetDocId"`

	TargetDocUrl *string `type:"string" json:"targetDocUrl"`

	TargetLocale *string `type:"string" json:"targetLocale"`

	TaskId *int32 `type:"int32" json:"taskId"`

	TotalRuneCount *string `type:"string" json:"totalRuneCount"`
	// contains filtered or unexported fields
}

func (SubtaskForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*SubtaskForDocumentTaskDetailOutput) SetCatStage added in v1.2.21

SetCatStage sets the CatStage field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetCatType added in v1.2.21

SetCatType sets the CatType field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetCompletedRuneCount added in v1.2.21

SetCompletedRuneCount sets the CompletedRuneCount field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetProcedures added in v1.2.21

SetProcedures sets the Procedures field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetRawContent added in v1.2.21

SetRawContent sets the RawContent field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetSourceDocId added in v1.2.21

SetSourceDocId sets the SourceDocId field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetSourceDocUrl added in v1.2.21

SetSourceDocUrl sets the SourceDocUrl field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetState added in v1.2.21

SetState sets the State field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetSubTaskId added in v1.2.21

SetSubTaskId sets the SubTaskId field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetTargetDocId added in v1.2.21

SetTargetDocId sets the TargetDocId field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetTargetDocUrl added in v1.2.21

SetTargetDocUrl sets the TargetDocUrl field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetTargetLocale added in v1.2.21

SetTargetLocale sets the TargetLocale field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*SubtaskForDocumentTaskDetailOutput) SetTotalRuneCount added in v1.2.21

SetTotalRuneCount sets the TotalRuneCount field's value.

func (SubtaskForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput added in v1.2.14

type SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput struct {
	EpisodeNum *string `type:"string" json:",omitempty"`

	Issues []*IssueForVideoProjectSerialDubTaskCreateOutput `type:"list" json:",omitempty"`

	SourceLanguage *string `type:"string" json:",omitempty"`

	TargetLanguage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) GoString added in v1.2.14

GoString returns the string representation

func (*SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) SetEpisodeNum added in v1.2.14

SetEpisodeNum sets the EpisodeNum field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) SetIssues added in v1.2.14

SetIssues sets the Issues field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) SetSourceLanguage added in v1.2.14

SetSourceLanguage sets the SourceLanguage field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) SetTargetLanguage added in v1.2.14

SetTargetLanguage sets the TargetLanguage field's value.

func (SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput) String added in v1.2.14

String returns the string representation

type SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput added in v1.2.14

type SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput struct {
	EpisodeNum *string `type:"string" json:",omitempty"`

	Issues []*IssueForVideoProjectSerialTaskCreateOutput `type:"list" json:",omitempty"`

	SourceLanguage *string `type:"string" json:",omitempty"`

	TargetLanguage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) GoString added in v1.2.14

GoString returns the string representation

func (*SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) SetEpisodeNum added in v1.2.14

SetEpisodeNum sets the EpisodeNum field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) SetIssues added in v1.2.14

SetIssues sets the Issues field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) SetSourceLanguage added in v1.2.14

SetSourceLanguage sets the SourceLanguage field's value.

func (*SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) SetTargetLanguage added in v1.2.14

SetTargetLanguage sets the TargetLanguage field's value.

func (SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput) String added in v1.2.14

String returns the string representation

type SubtitleForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type SubtitleForVideoProjectSerialDubTaskCreateInput struct {
	Arrangement *int32 `type:"int32" json:"arrangement,omitempty"`

	FileType *int32 `type:"int32" json:"fileType,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	SubtitleLang *int32 `type:"int32" json:"subtitleLang,omitempty"`

	Uri *string `type:"string" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (SubtitleForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*SubtitleForVideoProjectSerialDubTaskCreateInput) SetArrangement added in v1.2.11

SetArrangement sets the Arrangement field's value.

func (*SubtitleForVideoProjectSerialDubTaskCreateInput) SetFileType added in v1.2.11

SetFileType sets the FileType field's value.

func (*SubtitleForVideoProjectSerialDubTaskCreateInput) SetName added in v1.2.11

SetName sets the Name field's value.

func (*SubtitleForVideoProjectSerialDubTaskCreateInput) SetSubtitleLang added in v1.2.11

SetSubtitleLang sets the SubtitleLang field's value.

func (*SubtitleForVideoProjectSerialDubTaskCreateInput) SetUri added in v1.2.11

SetUri sets the Uri field's value.

func (SubtitleForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type SubtitleForVideoProjectSerialTaskCreateInput added in v1.1.51

type SubtitleForVideoProjectSerialTaskCreateInput struct {
	FileType *int32 `type:"int32" json:"fileType,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	Uri *string `type:"string" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (SubtitleForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*SubtitleForVideoProjectSerialTaskCreateInput) SetFileType added in v1.1.51

SetFileType sets the FileType field's value.

func (*SubtitleForVideoProjectSerialTaskCreateInput) SetName added in v1.1.51

SetName sets the Name field's value.

func (*SubtitleForVideoProjectSerialTaskCreateInput) SetUri added in v1.1.51

SetUri sets the Uri field's value.

func (SubtitleForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type SuppressionParamsForDocumentTaskDetailOutput added in v1.2.21

type SuppressionParamsForDocumentTaskDetailOutput struct {
	ExcludeSubtitle *bool `type:"boolean" json:"excludeSubtitle"`
	// contains filtered or unexported fields
}

func (SuppressionParamsForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*SuppressionParamsForDocumentTaskDetailOutput) SetExcludeSubtitle added in v1.2.21

SetExcludeSubtitle sets the ExcludeSubtitle field's value.

func (SuppressionParamsForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type SuppressionParamsForVideoProjectSerialDubTaskCreateInput added in v1.2.14

type SuppressionParamsForVideoProjectSerialDubTaskCreateInput struct {
	ExcludeSubtitle *bool `type:"boolean" json:"excludeSubtitle,omitempty"`
	// contains filtered or unexported fields
}

func (SuppressionParamsForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.14

GoString returns the string representation

func (*SuppressionParamsForVideoProjectSerialDubTaskCreateInput) SetExcludeSubtitle added in v1.2.14

SetExcludeSubtitle sets the ExcludeSubtitle field's value.

func (SuppressionParamsForVideoProjectSerialDubTaskCreateInput) String added in v1.2.14

String returns the string representation

type SuppressionParamsForVideoProjectSerialTaskCreateInput added in v1.2.14

type SuppressionParamsForVideoProjectSerialTaskCreateInput struct {
	ExcludeSubtitle *bool `type:"boolean" json:"excludeSubtitle,omitempty"`
	// contains filtered or unexported fields
}

func (SuppressionParamsForVideoProjectSerialTaskCreateInput) GoString added in v1.2.14

GoString returns the string representation

func (*SuppressionParamsForVideoProjectSerialTaskCreateInput) SetExcludeSubtitle added in v1.2.14

SetExcludeSubtitle sets the ExcludeSubtitle field's value.

func (SuppressionParamsForVideoProjectSerialTaskCreateInput) String added in v1.2.14

String returns the string representation

type SuppressionVideoInfoForVideoProjectTaskDetailOutput added in v1.1.51

type SuppressionVideoInfoForVideoProjectTaskDetailOutput struct {
	PosterUrl *string `type:"string" json:"posterUrl"`

	SourceLastTime *string `type:"string" json:"sourceLastTime"`

	SourceName *string `type:"string" json:"sourceName"`

	SourceVid *string `type:"string" json:"sourceVid"`

	SourceVideoUrl *string `type:"string" json:"sourceVideoUrl"`

	TargetDownloadUrl *string `type:"string" json:"targetDownloadUrl"`

	TargetLastTime *string `type:"string" json:"targetLastTime"`

	TargetName *string `type:"string" json:"targetName"`

	TargetVid *string `type:"string" json:"targetVid"`

	TargetVideoUrl *string `type:"string" json:"targetVideoUrl"`
	// contains filtered or unexported fields
}

func (SuppressionVideoInfoForVideoProjectTaskDetailOutput) GoString added in v1.1.51

GoString returns the string representation

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetPosterUrl added in v1.1.51

SetPosterUrl sets the PosterUrl field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetSourceLastTime added in v1.1.51

SetSourceLastTime sets the SourceLastTime field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetSourceName added in v1.1.51

SetSourceName sets the SourceName field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetSourceVid added in v1.1.51

SetSourceVid sets the SourceVid field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetSourceVideoUrl added in v1.1.51

SetSourceVideoUrl sets the SourceVideoUrl field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetTargetDownloadUrl added in v1.1.51

SetTargetDownloadUrl sets the TargetDownloadUrl field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetTargetLastTime added in v1.1.51

SetTargetLastTime sets the TargetLastTime field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetTargetName added in v1.1.51

SetTargetName sets the TargetName field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetTargetVid added in v1.1.51

SetTargetVid sets the TargetVid field's value.

func (*SuppressionVideoInfoForVideoProjectTaskDetailOutput) SetTargetVideoUrl added in v1.1.51

SetTargetVideoUrl sets the TargetVideoUrl field's value.

func (SuppressionVideoInfoForVideoProjectTaskDetailOutput) String added in v1.1.51

String returns the string representation

type TargetForProjectNamespaceTargetUpdateInput added in v1.2.21

type TargetForProjectNamespaceTargetUpdateInput struct {
	Content *string `type:"string" json:"content,omitempty"`

	Few *string `type:"string" json:"few,omitempty"`

	Key *string `type:"string" json:"key,omitempty"`

	Locale *string `type:"string" json:"locale,omitempty"`

	Many *string `type:"string" json:"many,omitempty"`

	One *string `type:"string" json:"one,omitempty"`

	Other *string `type:"string" json:"other,omitempty"`

	Two *string `type:"string" json:"two,omitempty"`

	Zero *string `type:"string" json:"zero,omitempty"`
	// contains filtered or unexported fields
}

func (TargetForProjectNamespaceTargetUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*TargetForProjectNamespaceTargetUpdateInput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetFew added in v1.2.21

SetFew sets the Few field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetKey added in v1.2.21

SetKey sets the Key field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetLocale added in v1.2.21

SetLocale sets the Locale field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetMany added in v1.2.21

SetMany sets the Many field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetOne added in v1.2.21

SetOne sets the One field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetOther added in v1.2.21

SetOther sets the Other field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetTwo added in v1.2.21

SetTwo sets the Two field's value.

func (*TargetForProjectNamespaceTargetUpdateInput) SetZero added in v1.2.21

SetZero sets the Zero field's value.

func (TargetForProjectNamespaceTargetUpdateInput) String added in v1.2.21

String returns the string representation

type TargetStyleMapForDocumentTaskDetailOutput added in v1.2.21

type TargetStyleMapForDocumentTaskDetailOutput struct {
	Af *string `type:"string" json:"af"`
	// contains filtered or unexported fields
}

func (TargetStyleMapForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TargetStyleMapForDocumentTaskDetailOutput) SetAf added in v1.2.21

SetAf sets the Af field's value.

func (TargetStyleMapForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type TargetStyleMapForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type TargetStyleMapForVideoProjectSerialDubTaskCreateInput struct {
	Af *string `type:"string" json:"af,omitempty"`
	// contains filtered or unexported fields
}

func (TargetStyleMapForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*TargetStyleMapForVideoProjectSerialDubTaskCreateInput) SetAf added in v1.2.11

SetAf sets the Af field's value.

func (TargetStyleMapForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type TargetStyleMapForVideoProjectSerialTaskCreateInput added in v1.1.51

type TargetStyleMapForVideoProjectSerialTaskCreateInput struct {
	Af *string `type:"string" json:"af,omitempty"`
	// contains filtered or unexported fields
}

func (TargetStyleMapForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*TargetStyleMapForVideoProjectSerialTaskCreateInput) SetAf added in v1.1.51

SetAf sets the Af field's value.

func (TargetStyleMapForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type TargetSubtitleFileInfoForVideoProjectTaskDetailOutput added in v1.1.51

type TargetSubtitleFileInfoForVideoProjectTaskDetailOutput struct {
	CreateTime *string `type:"string" json:"createTime"`

	FileName *string `type:"string" json:"fileName"`

	FileUri *string `type:"string" json:"fileUri"`

	UpdateTime *string `type:"string" json:"updateTime"`
	// contains filtered or unexported fields
}

func (TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) GoString added in v1.1.51

GoString returns the string representation

func (*TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) SetCreateTime added in v1.1.51

SetCreateTime sets the CreateTime field's value.

func (*TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) SetFileName added in v1.1.51

SetFileName sets the FileName field's value.

func (*TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) SetFileUri added in v1.1.51

SetFileUri sets the FileUri field's value.

func (*TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) SetUpdateTime added in v1.1.51

SetUpdateTime sets the UpdateTime field's value.

func (TargetSubtitleFileInfoForVideoProjectTaskDetailOutput) String added in v1.1.51

String returns the string representation

type TargetTextForProjectNamespaceSourceDetailOutput added in v1.2.21

type TargetTextForProjectNamespaceSourceDetailOutput struct {
	Content *string `type:"string" json:"content"`

	CreatedAt *string `type:"string" json:"createdAt"`

	DistributeStatus *int32 `type:"int32" json:"distributeStatus"`

	Id *int32 `type:"int32" json:"id"`

	KeyText *string `type:"string" json:"keyText"`

	Lang *string `type:"string" json:"lang"`

	NamespaceId *int32 `type:"int32" json:"namespaceId"`

	OperatorName *string `type:"string" json:"operatorName"`

	SourceTextId *int32 `type:"int32" json:"sourceTextId"`

	TagName *string `type:"string" json:"tagName"`

	UpdatedAt *string `type:"string" json:"updatedAt"`
	// contains filtered or unexported fields
}

func (TargetTextForProjectNamespaceSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetDistributeStatus added in v1.2.21

SetDistributeStatus sets the DistributeStatus field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetLang added in v1.2.21

SetLang sets the Lang field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetNamespaceId added in v1.2.21

SetNamespaceId sets the NamespaceId field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetOperatorName added in v1.2.21

SetOperatorName sets the OperatorName field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetSourceTextId added in v1.2.21

SetSourceTextId sets the SourceTextId field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetTagName added in v1.2.21

SetTagName sets the TagName field's value.

func (*TargetTextForProjectNamespaceSourceDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (TargetTextForProjectNamespaceSourceDetailOutput) String added in v1.2.21

String returns the string representation

type TaskForVideoProjectTaskDetailOutput

type TaskForVideoProjectTaskDetailOutput struct {
	Comment *string `type:"string" json:"comment"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Creator *CreatorForVideoProjectTaskDetailOutput `type:"structure" json:"creator"`

	Deadline *string `type:"string" json:"deadline"`

	DramaTaskWorkflow *string `type:"string" json:"dramaTaskWorkflow"`

	DurationCount *string `type:"string" json:"durationCount"`

	Id *string `type:"string" json:"id"`

	Name *string `type:"string" json:"name"`

	ProjectId *string `type:"string" json:"projectId"`

	ProjectName *string `type:"string" json:"projectName"`

	SourceLanguage *string `type:"string" json:"sourceLanguage"`

	SourceVideos *string `type:"string" json:"sourceVideos"`

	Status *string `type:"string" json:"status"`

	TargetLanguages []*string `type:"list" json:"targetLanguages"`

	TaskType *string `type:"string" json:"taskType"`

	TranslationTeam *string `type:"string" json:"translationTeam"`

	UpdatedAt *string `type:"string" json:"updatedAt"`

	Updater *string `type:"string" json:"updater"`

	WordsCount *string `type:"string" json:"wordsCount"`

	WorkflowType *string `type:"string" json:"workflowType"`
	// contains filtered or unexported fields
}

func (TaskForVideoProjectTaskDetailOutput) GoString

GoString returns the string representation

func (*TaskForVideoProjectTaskDetailOutput) SetComment

SetComment sets the Comment field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetCreator

SetCreator sets the Creator field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetDeadline

SetDeadline sets the Deadline field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetDramaTaskWorkflow

SetDramaTaskWorkflow sets the DramaTaskWorkflow field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetDurationCount

SetDurationCount sets the DurationCount field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetId

SetId sets the Id field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetName

SetName sets the Name field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetSourceLanguage

SetSourceLanguage sets the SourceLanguage field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetSourceVideos

SetSourceVideos sets the SourceVideos field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetStatus

SetStatus sets the Status field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetTargetLanguages

SetTargetLanguages sets the TargetLanguages field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetTaskType

SetTaskType sets the TaskType field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetTranslationTeam

SetTranslationTeam sets the TranslationTeam field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetUpdater

SetUpdater sets the Updater field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetWordsCount

SetWordsCount sets the WordsCount field's value.

func (*TaskForVideoProjectTaskDetailOutput) SetWorkflowType

SetWorkflowType sets the WorkflowType field's value.

func (TaskForVideoProjectTaskDetailOutput) String

String returns the string representation

type TaskForVideoProjectTaskListOutput

type TaskForVideoProjectTaskListOutput struct {
	Comment *string `type:"string" json:"comment"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Creator *CreatorForVideoProjectTaskListOutput `type:"structure" json:"creator"`

	Deadline *string `type:"string" json:"deadline"`

	DramaTaskWorkflow *int32 `type:"int32" json:"dramaTaskWorkflow"`

	Name *string `type:"string" json:"name"`

	ProjectName *string `type:"string" json:"projectName"`

	SourceLanguage *string `type:"string" json:"sourceLanguage"`

	Status *int32 `type:"int32" json:"status"`

	TargetLanguages []*string `type:"list" json:"targetLanguages"`

	TaskType *int32 `type:"int32" json:"taskType"`

	WorkflowType *int32 `type:"int32" json:"workflowType"`
	// contains filtered or unexported fields
}

func (TaskForVideoProjectTaskListOutput) GoString

GoString returns the string representation

func (*TaskForVideoProjectTaskListOutput) SetComment

SetComment sets the Comment field's value.

func (*TaskForVideoProjectTaskListOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*TaskForVideoProjectTaskListOutput) SetCreator

SetCreator sets the Creator field's value.

func (*TaskForVideoProjectTaskListOutput) SetDeadline

SetDeadline sets the Deadline field's value.

func (*TaskForVideoProjectTaskListOutput) SetDramaTaskWorkflow

SetDramaTaskWorkflow sets the DramaTaskWorkflow field's value.

func (*TaskForVideoProjectTaskListOutput) SetName

SetName sets the Name field's value.

func (*TaskForVideoProjectTaskListOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*TaskForVideoProjectTaskListOutput) SetSourceLanguage

SetSourceLanguage sets the SourceLanguage field's value.

func (*TaskForVideoProjectTaskListOutput) SetStatus

SetStatus sets the Status field's value.

func (*TaskForVideoProjectTaskListOutput) SetTargetLanguages

SetTargetLanguages sets the TargetLanguages field's value.

func (*TaskForVideoProjectTaskListOutput) SetTaskType

SetTaskType sets the TaskType field's value.

func (*TaskForVideoProjectTaskListOutput) SetWorkflowType

SetWorkflowType sets the WorkflowType field's value.

func (TaskForVideoProjectTaskListOutput) String

String returns the string representation

type TaskInfoForDocumentTaskDetailOutput added in v1.2.21

type TaskInfoForDocumentTaskDetailOutput struct {
	AiRemoveType *string `type:"string" json:"aiRemoveType"`

	AsrModel *int32 `type:"int32" json:"asrModel"`

	BgmPolicy *int32 `type:"int32" json:"bgmPolicy"`

	Comment *string `type:"string" json:"comment"`

	CreatedAt *string `type:"string" json:"createdAt"`

	Deadline *string `type:"string" json:"deadline"`

	DramaCoverUrl *string `type:"string" json:"dramaCoverUrl"`

	DramaDescription *string `type:"string" json:"dramaDescription"`

	DramaTitle *string `type:"string" json:"dramaTitle"`

	DubOrTranslationTaskID *string `type:"string" json:"dubOrTranslationTaskID"`

	IsDub *bool `type:"boolean" json:"isDub"`

	NeedTranslateCover *bool `type:"boolean" json:"needTranslateCover"`

	NeedTranslateDesc *bool `type:"boolean" json:"needTranslateDesc"`

	NeedTranslateTitle *bool `type:"boolean" json:"needTranslateTitle"`

	NeedTranslateTitleAndDesc *bool `type:"boolean" json:"needTranslateTitleAndDesc"`

	NeedVideoSpeed *bool `type:"boolean" json:"needVideoSpeed"`

	Procedures *int32 `type:"int32" json:"procedures"`

	ReferenceDoc *ReferenceDocForDocumentTaskDetailOutput `type:"structure" json:"referenceDoc"`

	SerialNumber *int32 `type:"int32" json:"serialNumber"`

	SourceLang *string `type:"string" json:"sourceLang"`

	SourceLocale *string `type:"string" json:"sourceLocale"`

	State *int32 `type:"int32" json:"state"`

	SuppressionParams *SuppressionParamsForDocumentTaskDetailOutput `type:"structure" json:"suppressionParams"`

	TargetLangs []*string `type:"list" json:"targetLangs"`

	TargetLocale []*string `type:"list" json:"targetLocale"`

	TargetStyleMap *TargetStyleMapForDocumentTaskDetailOutput `type:"structure" json:"targetStyleMap"`

	TaskId *int32 `type:"int32" json:"taskId"`

	TaskName *string `type:"string" json:"taskName"`

	UseMT *bool `type:"boolean" json:"useMT"`
	// contains filtered or unexported fields
}

func (TaskInfoForDocumentTaskDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TaskInfoForDocumentTaskDetailOutput) SetAiRemoveType added in v1.2.21

SetAiRemoveType sets the AiRemoveType field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetAsrModel added in v1.2.21

SetAsrModel sets the AsrModel field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetBgmPolicy added in v1.2.21

SetBgmPolicy sets the BgmPolicy field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetComment added in v1.2.21

SetComment sets the Comment field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetDeadline added in v1.2.21

SetDeadline sets the Deadline field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetDramaCoverUrl added in v1.2.21

SetDramaCoverUrl sets the DramaCoverUrl field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetDramaDescription added in v1.2.21

SetDramaDescription sets the DramaDescription field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetDramaTitle added in v1.2.21

SetDramaTitle sets the DramaTitle field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetDubOrTranslationTaskID added in v1.2.21

SetDubOrTranslationTaskID sets the DubOrTranslationTaskID field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetIsDub added in v1.2.21

SetIsDub sets the IsDub field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetNeedTranslateCover added in v1.2.21

SetNeedTranslateCover sets the NeedTranslateCover field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetNeedTranslateDesc added in v1.2.21

SetNeedTranslateDesc sets the NeedTranslateDesc field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetNeedTranslateTitle added in v1.2.21

SetNeedTranslateTitle sets the NeedTranslateTitle field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetNeedTranslateTitleAndDesc added in v1.2.21

SetNeedTranslateTitleAndDesc sets the NeedTranslateTitleAndDesc field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetNeedVideoSpeed added in v1.2.21

SetNeedVideoSpeed sets the NeedVideoSpeed field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetProcedures added in v1.2.21

SetProcedures sets the Procedures field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetReferenceDoc added in v1.2.21

SetReferenceDoc sets the ReferenceDoc field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetSerialNumber added in v1.2.21

SetSerialNumber sets the SerialNumber field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetSourceLang added in v1.2.21

SetSourceLang sets the SourceLang field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetSourceLocale added in v1.2.21

SetSourceLocale sets the SourceLocale field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetState added in v1.2.21

SetState sets the State field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetSuppressionParams added in v1.2.21

SetSuppressionParams sets the SuppressionParams field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetTargetLangs added in v1.2.21

SetTargetLangs sets the TargetLangs field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetTargetLocale added in v1.2.21

SetTargetLocale sets the TargetLocale field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetTargetStyleMap added in v1.2.21

SetTargetStyleMap sets the TargetStyleMap field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetTaskName added in v1.2.21

SetTaskName sets the TaskName field's value.

func (*TaskInfoForDocumentTaskDetailOutput) SetUseMT added in v1.2.21

SetUseMT sets the UseMT field's value.

func (TaskInfoForDocumentTaskDetailOutput) String added in v1.2.21

String returns the string representation

type TaskInfoForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type TaskInfoForVideoProjectSerialDubTaskCreateInput struct {
	AiRemoveType *string `type:"string" json:"aiRemoveType,omitempty"`

	AsrModel *int32 `type:"int32" json:"asrModel,omitempty"`

	BgmPolicy *int32 `type:"int32" json:"bgmPolicy,omitempty"`

	Comment *string `type:"string" json:"comment,omitempty"`

	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	Deadline *string `type:"string" json:"deadline,omitempty"`

	DramaCoverUrl *string `type:"string" json:"dramaCoverUrl,omitempty"`

	DramaDescription *string `type:"string" json:"dramaDescription,omitempty"`

	DramaTitle *string `type:"string" json:"dramaTitle,omitempty"`

	DubOrTranslationTaskID *string `type:"string" json:"dubOrTranslationTaskID,omitempty"`

	IsDub *bool `type:"boolean" json:"isDub,omitempty"`

	NeedTranslateCover *bool `type:"boolean" json:"needTranslateCover,omitempty"`

	NeedTranslateDesc *bool `type:"boolean" json:"needTranslateDesc,omitempty"`

	NeedTranslateTitle *bool `type:"boolean" json:"needTranslateTitle,omitempty"`

	NeedTranslateTitleAndDesc *bool `type:"boolean" json:"needTranslateTitleAndDesc,omitempty"`

	NeedVideoSpeed *bool `type:"boolean" json:"needVideoSpeed,omitempty"`

	Procedures *int32 `type:"int32" json:"procedures,omitempty"`

	ReferenceDoc *ReferenceDocForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"referenceDoc,omitempty"`

	SerialNumber *int32 `type:"int32" json:"serialNumber,omitempty"`

	SourceLang *string `type:"string" json:"sourceLang,omitempty"`

	SourceLocale *string `type:"string" json:"sourceLocale,omitempty"`

	State *int32 `type:"int32" json:"state,omitempty"`

	SuppressionParams *SuppressionParamsForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"suppressionParams,omitempty"`

	TargetLangs []*string `type:"list" json:"targetLangs,omitempty"`

	TargetLocale []*string `type:"list" json:"targetLocale,omitempty"`

	TargetStyleMap *TargetStyleMapForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"targetStyleMap,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`

	TaskName *string `type:"string" json:"taskName,omitempty"`

	UseMT *bool `type:"boolean" json:"useMT,omitempty"`
	// contains filtered or unexported fields
}

func (TaskInfoForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetAiRemoveType added in v1.2.11

SetAiRemoveType sets the AiRemoveType field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetAsrModel added in v1.2.11

SetAsrModel sets the AsrModel field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetBgmPolicy added in v1.2.11

SetBgmPolicy sets the BgmPolicy field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetComment added in v1.2.11

SetComment sets the Comment field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetDeadline added in v1.2.11

SetDeadline sets the Deadline field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetDramaCoverUrl added in v1.2.11

SetDramaCoverUrl sets the DramaCoverUrl field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetDramaDescription added in v1.2.11

SetDramaDescription sets the DramaDescription field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetDramaTitle added in v1.2.11

SetDramaTitle sets the DramaTitle field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetDubOrTranslationTaskID added in v1.2.21

SetDubOrTranslationTaskID sets the DubOrTranslationTaskID field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetIsDub added in v1.2.11

SetIsDub sets the IsDub field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetNeedTranslateCover added in v1.2.11

SetNeedTranslateCover sets the NeedTranslateCover field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetNeedTranslateDesc added in v1.2.11

SetNeedTranslateDesc sets the NeedTranslateDesc field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetNeedTranslateTitle added in v1.2.11

SetNeedTranslateTitle sets the NeedTranslateTitle field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetNeedTranslateTitleAndDesc added in v1.2.11

SetNeedTranslateTitleAndDesc sets the NeedTranslateTitleAndDesc field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetNeedVideoSpeed added in v1.2.19

SetNeedVideoSpeed sets the NeedVideoSpeed field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetProcedures added in v1.2.21

SetProcedures sets the Procedures field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetReferenceDoc added in v1.2.21

SetReferenceDoc sets the ReferenceDoc field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetSerialNumber added in v1.2.11

SetSerialNumber sets the SerialNumber field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetSourceLang added in v1.2.11

SetSourceLang sets the SourceLang field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetSourceLocale added in v1.2.21

SetSourceLocale sets the SourceLocale field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetState added in v1.2.21

SetState sets the State field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetSuppressionParams added in v1.2.14

SetSuppressionParams sets the SuppressionParams field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetTargetLangs added in v1.2.11

SetTargetLangs sets the TargetLangs field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetTargetLocale added in v1.2.21

SetTargetLocale sets the TargetLocale field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetTargetStyleMap added in v1.2.11

SetTargetStyleMap sets the TargetStyleMap field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetTaskName added in v1.2.11

SetTaskName sets the TaskName field's value.

func (*TaskInfoForVideoProjectSerialDubTaskCreateInput) SetUseMT added in v1.2.11

SetUseMT sets the UseMT field's value.

func (TaskInfoForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type TaskInfoForVideoProjectSerialTaskCreateInput added in v1.1.51

type TaskInfoForVideoProjectSerialTaskCreateInput struct {
	AiRemoveType *string `type:"string" json:"aiRemoveType,omitempty"`

	AsrModel *int32 `type:"int32" json:"asrModel,omitempty"`

	BgmPolicy *int32 `type:"int32" json:"bgmPolicy,omitempty"`

	Comment *string `type:"string" json:"comment,omitempty"`

	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	Deadline *string `type:"string" json:"deadline,omitempty"`

	DramaCoverUrl *string `type:"string" json:"dramaCoverUrl,omitempty"`

	DramaDescription *string `type:"string" json:"dramaDescription,omitempty"`

	DramaTitle *string `type:"string" json:"dramaTitle,omitempty"`

	DubOrTranslationTaskID *string `type:"string" json:"dubOrTranslationTaskID,omitempty"`

	IsDub *bool `type:"boolean" json:"isDub,omitempty"`

	NeedTranslateCover *bool `type:"boolean" json:"needTranslateCover,omitempty"`

	NeedTranslateDesc *bool `type:"boolean" json:"needTranslateDesc,omitempty"`

	NeedTranslateTitle *bool `type:"boolean" json:"needTranslateTitle,omitempty"`

	NeedTranslateTitleAndDesc *bool `type:"boolean" json:"needTranslateTitleAndDesc,omitempty"`

	NeedVideoSpeed *bool `type:"boolean" json:"needVideoSpeed,omitempty"`

	Procedures *int32 `type:"int32" json:"procedures,omitempty"`

	ReferenceDoc *ReferenceDocForVideoProjectSerialTaskCreateInput `type:"structure" json:"referenceDoc,omitempty"`

	SerialNumber *int32 `type:"int32" json:"serialNumber,omitempty"`

	SourceLang *string `type:"string" json:"sourceLang,omitempty"`

	SourceLocale *string `type:"string" json:"sourceLocale,omitempty"`

	State *int32 `type:"int32" json:"state,omitempty"`

	SuppressionParams *SuppressionParamsForVideoProjectSerialTaskCreateInput `type:"structure" json:"suppressionParams,omitempty"`

	TargetLangs []*string `type:"list" json:"targetLangs,omitempty"`

	TargetLocale []*string `type:"list" json:"targetLocale,omitempty"`

	TargetStyleMap *TargetStyleMapForVideoProjectSerialTaskCreateInput `type:"structure" json:"targetStyleMap,omitempty"`

	TaskId *int32 `type:"int32" json:"taskId,omitempty"`

	TaskName *string `type:"string" json:"taskName,omitempty"`

	UseMT *bool `type:"boolean" json:"useMT,omitempty"`
	// contains filtered or unexported fields
}

func (TaskInfoForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetAiRemoveType added in v1.1.51

SetAiRemoveType sets the AiRemoveType field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetAsrModel added in v1.1.51

SetAsrModel sets the AsrModel field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetBgmPolicy added in v1.1.55

SetBgmPolicy sets the BgmPolicy field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetComment added in v1.1.51

SetComment sets the Comment field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetDeadline added in v1.1.51

SetDeadline sets the Deadline field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetDramaCoverUrl added in v1.1.51

SetDramaCoverUrl sets the DramaCoverUrl field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetDramaDescription added in v1.1.51

SetDramaDescription sets the DramaDescription field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetDramaTitle added in v1.1.51

SetDramaTitle sets the DramaTitle field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetDubOrTranslationTaskID added in v1.2.21

SetDubOrTranslationTaskID sets the DubOrTranslationTaskID field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetIsDub added in v1.1.51

SetIsDub sets the IsDub field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetNeedTranslateCover added in v1.1.51

SetNeedTranslateCover sets the NeedTranslateCover field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetNeedTranslateDesc added in v1.1.51

SetNeedTranslateDesc sets the NeedTranslateDesc field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetNeedTranslateTitle added in v1.1.51

SetNeedTranslateTitle sets the NeedTranslateTitle field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetNeedTranslateTitleAndDesc added in v1.1.51

SetNeedTranslateTitleAndDesc sets the NeedTranslateTitleAndDesc field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetNeedVideoSpeed added in v1.2.19

SetNeedVideoSpeed sets the NeedVideoSpeed field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetProcedures added in v1.2.21

SetProcedures sets the Procedures field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetReferenceDoc added in v1.2.21

SetReferenceDoc sets the ReferenceDoc field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetSerialNumber added in v1.1.51

SetSerialNumber sets the SerialNumber field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetSourceLang added in v1.1.51

SetSourceLang sets the SourceLang field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetSourceLocale added in v1.2.21

SetSourceLocale sets the SourceLocale field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetState added in v1.2.21

SetState sets the State field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetSuppressionParams added in v1.2.14

SetSuppressionParams sets the SuppressionParams field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTargetLangs added in v1.1.51

SetTargetLangs sets the TargetLangs field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTargetLocale added in v1.2.21

SetTargetLocale sets the TargetLocale field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTargetStyleMap added in v1.1.51

SetTargetStyleMap sets the TargetStyleMap field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTaskName added in v1.1.51

SetTaskName sets the TaskName field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetUseMT added in v1.1.51

SetUseMT sets the UseMT field's value.

func (TaskInfoForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type TermBaseTermGroupImportInput added in v1.2.21

type TermBaseTermGroupImportInput struct {

	// FileName is a required field
	FileName *string `type:"string" json:"fileName,omitempty" required:"true"`

	// FileTosKey is a required field
	FileTosKey *string `type:"string" json:"fileTosKey,omitempty" required:"true"`

	// FileType is a required field
	FileType *int32 `type:"int32" json:"fileType,omitempty" required:"true"`

	// TermBaseId is a required field
	TermBaseId *string `type:"string" json:"termBaseId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (TermBaseTermGroupImportInput) GoString added in v1.2.21

func (s TermBaseTermGroupImportInput) GoString() string

GoString returns the string representation

func (*TermBaseTermGroupImportInput) SetFileName added in v1.2.21

SetFileName sets the FileName field's value.

func (*TermBaseTermGroupImportInput) SetFileTosKey added in v1.2.21

SetFileTosKey sets the FileTosKey field's value.

func (*TermBaseTermGroupImportInput) SetFileType added in v1.2.21

SetFileType sets the FileType field's value.

func (*TermBaseTermGroupImportInput) SetTermBaseId added in v1.2.21

SetTermBaseId sets the TermBaseId field's value.

func (TermBaseTermGroupImportInput) String added in v1.2.21

String returns the string representation

func (*TermBaseTermGroupImportInput) Validate added in v1.2.21

func (s *TermBaseTermGroupImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TermBaseTermGroupImportOutput added in v1.2.21

type TermBaseTermGroupImportOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForTermBaseTermGroupImportOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (TermBaseTermGroupImportOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TermBaseTermGroupImportOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (TermBaseTermGroupImportOutput) String added in v1.2.21

String returns the string representation

type TermBaseTermGroupImportTaskInput added in v1.2.21

type TermBaseTermGroupImportTaskInput struct {

	// Id is a required field
	Id *string `locationName:"id" type:"string" required:"true"`

	// TermBaseId is a required field
	TermBaseId *string `locationName:"termBaseId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (TermBaseTermGroupImportTaskInput) GoString added in v1.2.21

GoString returns the string representation

func (*TermBaseTermGroupImportTaskInput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*TermBaseTermGroupImportTaskInput) SetTermBaseId added in v1.2.21

SetTermBaseId sets the TermBaseId field's value.

func (TermBaseTermGroupImportTaskInput) String added in v1.2.21

String returns the string representation

func (*TermBaseTermGroupImportTaskInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type TermBaseTermGroupImportTaskOutput added in v1.2.21

type TermBaseTermGroupImportTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TermBaseTermGroupImportTaskOutput) GoString added in v1.2.21

GoString returns the string representation

func (TermBaseTermGroupImportTaskOutput) String added in v1.2.21

String returns the string representation

type TermBaseTermGroupsInput added in v1.2.21

type TermBaseTermGroupsInput struct {
	CaseSensitive *int32 `locationName:"caseSensitive" type:"int32"`

	// Limit is a required field
	Limit *int32 `locationName:"limit" type:"int32" required:"true"`

	// Offset is a required field
	Offset *int32 `locationName:"offset" type:"int32" required:"true"`

	SortType *int32 `locationName:"sortType" type:"int32"`

	Sorting *int32 `locationName:"sorting" type:"int32"`

	// TermBaseId is a required field
	TermBaseId *int32 `locationName:"termBaseId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (TermBaseTermGroupsInput) GoString added in v1.2.21

func (s TermBaseTermGroupsInput) GoString() string

GoString returns the string representation

func (*TermBaseTermGroupsInput) SetCaseSensitive added in v1.2.21

func (s *TermBaseTermGroupsInput) SetCaseSensitive(v int32) *TermBaseTermGroupsInput

SetCaseSensitive sets the CaseSensitive field's value.

func (*TermBaseTermGroupsInput) SetLimit added in v1.2.21

SetLimit sets the Limit field's value.

func (*TermBaseTermGroupsInput) SetOffset added in v1.2.21

SetOffset sets the Offset field's value.

func (*TermBaseTermGroupsInput) SetSortType added in v1.2.21

SetSortType sets the SortType field's value.

func (*TermBaseTermGroupsInput) SetSorting added in v1.2.21

SetSorting sets the Sorting field's value.

func (*TermBaseTermGroupsInput) SetTermBaseId added in v1.2.21

SetTermBaseId sets the TermBaseId field's value.

func (TermBaseTermGroupsInput) String added in v1.2.21

func (s TermBaseTermGroupsInput) String() string

String returns the string representation

func (*TermBaseTermGroupsInput) Validate added in v1.2.21

func (s *TermBaseTermGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TermBaseTermGroupsOutput added in v1.2.21

type TermBaseTermGroupsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TermBaseTermGroupsOutput) GoString added in v1.2.21

func (s TermBaseTermGroupsOutput) GoString() string

GoString returns the string representation

func (TermBaseTermGroupsOutput) String added in v1.2.21

func (s TermBaseTermGroupsOutput) String() string

String returns the string representation

type TextExtraForProjectNamespaceSourceDetailOutput added in v1.2.21

type TextExtraForProjectNamespaceSourceDetailOutput struct {
	CreatedAt *string `type:"string" json:"createdAt"`

	Few *string `type:"string" json:"few"`

	Id *int32 `type:"int32" json:"id"`

	Many *string `type:"string" json:"many"`

	One *string `type:"string" json:"one"`

	Other *string `type:"string" json:"other"`

	TextId *int32 `type:"int32" json:"textId"`

	Two *string `type:"string" json:"two"`

	UpdatedAt *string `type:"string" json:"updatedAt"`

	Zero *string `type:"string" json:"zero"`
	// contains filtered or unexported fields
}

func (TextExtraForProjectNamespaceSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetFew added in v1.2.21

SetFew sets the Few field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetMany added in v1.2.21

SetMany sets the Many field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetOne added in v1.2.21

SetOne sets the One field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetOther added in v1.2.21

SetOther sets the Other field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetTextId added in v1.2.21

SetTextId sets the TextId field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetTwo added in v1.2.21

SetTwo sets the Two field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (*TextExtraForProjectNamespaceSourceDetailOutput) SetZero added in v1.2.21

SetZero sets the Zero field's value.

func (TextExtraForProjectNamespaceSourceDetailOutput) String added in v1.2.21

String returns the string representation

type TextExtraForProjectTaskSourceDetailOutput added in v1.2.21

type TextExtraForProjectTaskSourceDetailOutput struct {
	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	Few *string `type:"string" json:"few,omitempty"`

	Id *int32 `type:"int32" json:"id,omitempty"`

	Many *string `type:"string" json:"many,omitempty"`

	One *string `type:"string" json:"one,omitempty"`

	Other *string `type:"string" json:"other,omitempty"`

	TextId *int32 `type:"int32" json:"textId,omitempty"`

	Two *string `type:"string" json:"two,omitempty"`

	UpdatedAt *string `type:"string" json:"updatedAt,omitempty"`

	Zero *string `type:"string" json:"zero,omitempty"`
	// contains filtered or unexported fields
}

func (TextExtraForProjectTaskSourceDetailOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TextExtraForProjectTaskSourceDetailOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetFew added in v1.2.21

SetFew sets the Few field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetMany added in v1.2.21

SetMany sets the Many field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetOne added in v1.2.21

SetOne sets the One field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetOther added in v1.2.21

SetOther sets the Other field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetTextId added in v1.2.21

SetTextId sets the TextId field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetTwo added in v1.2.21

SetTwo sets the Two field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (*TextExtraForProjectTaskSourceDetailOutput) SetZero added in v1.2.21

SetZero sets the Zero field's value.

func (TextExtraForProjectTaskSourceDetailOutput) String added in v1.2.21

String returns the string representation

type TextExtraForProjectTaskSourcesOutput added in v1.2.21

type TextExtraForProjectTaskSourcesOutput struct {
	CreatedAt *string `type:"string" json:"createdAt,omitempty"`

	Few *string `type:"string" json:"few,omitempty"`

	Id *int32 `type:"int32" json:"id,omitempty"`

	Many *string `type:"string" json:"many,omitempty"`

	One *string `type:"string" json:"one,omitempty"`

	Other *string `type:"string" json:"other,omitempty"`

	TextId *int32 `type:"int32" json:"textId,omitempty"`

	Two *string `type:"string" json:"two,omitempty"`

	UpdatedAt *string `type:"string" json:"updatedAt,omitempty"`

	Zero *string `type:"string" json:"zero,omitempty"`
	// contains filtered or unexported fields
}

func (TextExtraForProjectTaskSourcesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TextExtraForProjectTaskSourcesOutput) SetCreatedAt added in v1.2.21

SetCreatedAt sets the CreatedAt field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetFew added in v1.2.21

SetFew sets the Few field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetId added in v1.2.21

SetId sets the Id field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetMany added in v1.2.21

SetMany sets the Many field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetOne added in v1.2.21

SetOne sets the One field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetOther added in v1.2.21

SetOther sets the Other field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetTextId added in v1.2.21

SetTextId sets the TextId field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetTwo added in v1.2.21

SetTwo sets the Two field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetUpdatedAt added in v1.2.21

SetUpdatedAt sets the UpdatedAt field's value.

func (*TextExtraForProjectTaskSourcesOutput) SetZero added in v1.2.21

SetZero sets the Zero field's value.

func (TextExtraForProjectTaskSourcesOutput) String added in v1.2.21

String returns the string representation

type TextForProjectNamespaceSourceMultiUpdateInput added in v1.2.21

type TextForProjectNamespaceSourceMultiUpdateInput struct {
	Commentary *string `type:"string" json:"commentary,omitempty"`

	Content *string `type:"string" json:"content,omitempty"`

	KeyText *string `type:"string" json:"keyText,omitempty"`
	// contains filtered or unexported fields
}

func (TextForProjectNamespaceSourceMultiUpdateInput) GoString added in v1.2.21

GoString returns the string representation

func (*TextForProjectNamespaceSourceMultiUpdateInput) SetCommentary added in v1.2.21

SetCommentary sets the Commentary field's value.

func (*TextForProjectNamespaceSourceMultiUpdateInput) SetContent added in v1.2.21

SetContent sets the Content field's value.

func (*TextForProjectNamespaceSourceMultiUpdateInput) SetKeyText added in v1.2.21

SetKeyText sets the KeyText field's value.

func (TextForProjectNamespaceSourceMultiUpdateInput) String added in v1.2.21

String returns the string representation

type TextGetTextListWithKeyOrSourceInput added in v1.2.21

type TextGetTextListWithKeyOrSourceInput struct {

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (TextGetTextListWithKeyOrSourceInput) GoString added in v1.2.21

GoString returns the string representation

func (*TextGetTextListWithKeyOrSourceInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (TextGetTextListWithKeyOrSourceInput) String added in v1.2.21

String returns the string representation

func (*TextGetTextListWithKeyOrSourceInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type TextGetTextListWithKeyOrSourceOutput added in v1.2.21

type TextGetTextListWithKeyOrSourceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TextGetTextListWithKeyOrSourceOutput) GoString added in v1.2.21

GoString returns the string representation

func (TextGetTextListWithKeyOrSourceOutput) String added in v1.2.21

String returns the string representation

type TextValidateForProjectDetailOutput

type TextValidateForProjectDetailOutput struct {
	SourceTextValidate *bool `type:"boolean" json:"sourceTextValidate"`

	TargetTextValidate *bool `type:"boolean" json:"targetTextValidate"`
	// contains filtered or unexported fields
}

func (TextValidateForProjectDetailOutput) GoString

GoString returns the string representation

func (*TextValidateForProjectDetailOutput) SetSourceTextValidate

SetSourceTextValidate sets the SourceTextValidate field's value.

func (*TextValidateForProjectDetailOutput) SetTargetTextValidate

SetTargetTextValidate sets the TargetTextValidate field's value.

func (TextValidateForProjectDetailOutput) String

String returns the string representation

type TextValidateForProjectsOutput

type TextValidateForProjectsOutput struct {
	SourceTextValidate *bool `type:"boolean" json:"sourceTextValidate"`

	TargetTextValidate *bool `type:"boolean" json:"targetTextValidate"`
	// contains filtered or unexported fields
}

func (TextValidateForProjectsOutput) GoString

GoString returns the string representation

func (*TextValidateForProjectsOutput) SetSourceTextValidate

SetSourceTextValidate sets the SourceTextValidate field's value.

func (*TextValidateForProjectsOutput) SetTargetTextValidate

SetTargetTextValidate sets the TargetTextValidate field's value.

func (TextValidateForProjectsOutput) String

String returns the string representation

type TextValidateForVideoProjectListOutput

type TextValidateForVideoProjectListOutput struct {
	SourceTextValidate *bool `type:"boolean" json:"sourceTextValidate"`

	TargetTextValidate *bool `type:"boolean" json:"targetTextValidate"`
	// contains filtered or unexported fields
}

func (TextValidateForVideoProjectListOutput) GoString

GoString returns the string representation

func (*TextValidateForVideoProjectListOutput) SetSourceTextValidate

SetSourceTextValidate sets the SourceTextValidate field's value.

func (*TextValidateForVideoProjectListOutput) SetTargetTextValidate

SetTargetTextValidate sets the TargetTextValidate field's value.

func (TextValidateForVideoProjectListOutput) String

String returns the string representation

type VideoDetailForVideoProjectTaskDetailOutput added in v1.1.51

type VideoDetailForVideoProjectTaskDetailOutput struct {
	AudioUrl *string `type:"string" json:"audioUrl"`

	CompressedVideoUrl *string `type:"string" json:"compressedVideoUrl"`

	CreateTime *string `type:"string" json:"createTime"`

	Creator *CreatorForVideoProjectTaskDetailOutput `type:"structure" json:"creator"`

	Duration *string `type:"string" json:"duration"`

	Height *string `type:"string" json:"height"`

	Language *string `type:"string" json:"language"`

	Name *string `type:"string" json:"name"`

	PosterUrl *string `type:"string" json:"posterUrl"`

	UpdateTime *string `type:"string" json:"updateTime"`

	VideoDownloadUrl *string `type:"string" json:"videoDownloadUrl"`

	VideoId *string `type:"string" json:"videoId"`

	VideoUrl *string `type:"string" json:"videoUrl"`

	Width *string `type:"string" json:"width"`
	// contains filtered or unexported fields
}

func (VideoDetailForVideoProjectTaskDetailOutput) GoString added in v1.1.51

GoString returns the string representation

func (*VideoDetailForVideoProjectTaskDetailOutput) SetAudioUrl added in v1.1.51

SetAudioUrl sets the AudioUrl field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetCompressedVideoUrl added in v1.1.51

SetCompressedVideoUrl sets the CompressedVideoUrl field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetCreateTime added in v1.1.51

SetCreateTime sets the CreateTime field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetCreator added in v1.1.51

SetCreator sets the Creator field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetDuration added in v1.1.51

SetDuration sets the Duration field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetHeight added in v1.1.51

SetHeight sets the Height field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetLanguage added in v1.1.51

SetLanguage sets the Language field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetName added in v1.1.51

SetName sets the Name field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetPosterUrl added in v1.1.51

SetPosterUrl sets the PosterUrl field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetUpdateTime added in v1.1.51

SetUpdateTime sets the UpdateTime field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetVideoDownloadUrl added in v1.1.51

SetVideoDownloadUrl sets the VideoDownloadUrl field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetVideoId added in v1.1.51

SetVideoId sets the VideoId field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetVideoUrl added in v1.1.51

SetVideoUrl sets the VideoUrl field's value.

func (*VideoDetailForVideoProjectTaskDetailOutput) SetWidth added in v1.1.51

SetWidth sets the Width field's value.

func (VideoDetailForVideoProjectTaskDetailOutput) String added in v1.1.51

String returns the string representation

type VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput added in v1.1.51

type VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput struct {
	AudioUrl *string `type:"string" json:"audioUrl"`

	CompressedVideoUrl *string `type:"string" json:"compressedVideoUrl"`

	CreateTime *string `type:"string" json:"createTime"`

	Creator *CreatorForVideoProjectTaskDetailOutput `type:"structure" json:"creator"`

	Duration *string `type:"string" json:"duration"`

	Height *string `type:"string" json:"height"`

	Language *string `type:"string" json:"language"`

	Name *string `type:"string" json:"name"`

	PosterUrl *string `type:"string" json:"posterUrl"`

	UpdateTime *string `type:"string" json:"updateTime"`

	VideoDownloadUrl *string `type:"string" json:"videoDownloadUrl"`

	VideoId *string `type:"string" json:"videoId"`

	VideoUrl *string `type:"string" json:"videoUrl"`

	Width *string `type:"string" json:"width"`
	// contains filtered or unexported fields
}

func (VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) GoString added in v1.1.51

GoString returns the string representation

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetAudioUrl added in v1.1.51

SetAudioUrl sets the AudioUrl field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetCompressedVideoUrl added in v1.1.51

SetCompressedVideoUrl sets the CompressedVideoUrl field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetCreateTime added in v1.1.51

SetCreateTime sets the CreateTime field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetCreator added in v1.1.51

SetCreator sets the Creator field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetDuration added in v1.1.51

SetDuration sets the Duration field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetHeight added in v1.1.51

SetHeight sets the Height field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetLanguage added in v1.1.51

SetLanguage sets the Language field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetName added in v1.1.51

SetName sets the Name field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetPosterUrl added in v1.1.51

SetPosterUrl sets the PosterUrl field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetUpdateTime added in v1.1.51

SetUpdateTime sets the UpdateTime field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetVideoDownloadUrl added in v1.1.51

SetVideoDownloadUrl sets the VideoDownloadUrl field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetVideoId added in v1.1.51

SetVideoId sets the VideoId field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetVideoUrl added in v1.1.51

SetVideoUrl sets the VideoUrl field's value.

func (*VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) SetWidth added in v1.1.51

SetWidth sets the Width field's value.

func (VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput) String added in v1.1.51

String returns the string representation

type VideoForVideoProjectSerialDubTaskCreateInput added in v1.2.11

type VideoForVideoProjectSerialDubTaskCreateInput struct {
	Name *string `type:"string" json:"name,omitempty"`

	Vid *string `type:"string" json:"vid,omitempty"`

	VideoUrl *string `type:"string" json:"videoUrl,omitempty"`
	// contains filtered or unexported fields
}

func (VideoForVideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*VideoForVideoProjectSerialDubTaskCreateInput) SetName added in v1.2.11

SetName sets the Name field's value.

func (*VideoForVideoProjectSerialDubTaskCreateInput) SetVid added in v1.2.11

SetVid sets the Vid field's value.

func (*VideoForVideoProjectSerialDubTaskCreateInput) SetVideoUrl added in v1.2.11

SetVideoUrl sets the VideoUrl field's value.

func (VideoForVideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

type VideoForVideoProjectSerialTaskCreateInput added in v1.1.51

type VideoForVideoProjectSerialTaskCreateInput struct {
	Name *string `type:"string" json:"name,omitempty"`

	Vid *string `type:"string" json:"vid,omitempty"`

	VideoUrl *string `type:"string" json:"videoUrl,omitempty"`
	// contains filtered or unexported fields
}

func (VideoForVideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*VideoForVideoProjectSerialTaskCreateInput) SetName added in v1.1.51

SetName sets the Name field's value.

func (*VideoForVideoProjectSerialTaskCreateInput) SetVid added in v1.1.51

SetVid sets the Vid field's value.

func (*VideoForVideoProjectSerialTaskCreateInput) SetVideoUrl added in v1.1.51

SetVideoUrl sets the VideoUrl field's value.

func (VideoForVideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

type VideoMetaForVideoResourceUploadOutput

type VideoMetaForVideoResourceUploadOutput struct {
	Uri *string `type:"string" json:"uri"`
	// contains filtered or unexported fields
}

func (VideoMetaForVideoResourceUploadOutput) GoString

GoString returns the string representation

func (*VideoMetaForVideoResourceUploadOutput) SetUri

SetUri sets the Uri field's value.

func (VideoMetaForVideoResourceUploadOutput) String

String returns the string representation

type VideoProjectCreateInput

type VideoProjectCreateInput struct {
	CloudStorageLink *string `type:"string" json:"cloudStorageLink,omitempty"`

	Comment *string `type:"string" json:"comment,omitempty"`

	Contributors []*int32 `type:"list" json:"contributors,omitempty"`

	// Name is a required field
	Name *string `type:"string" json:"name,omitempty" required:"true"`

	// ProjectType is a required field
	ProjectType *int32 `type:"int32" json:"projectType,omitempty" required:"true"`

	Roles *string `type:"string" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectCreateInput) GoString

func (s VideoProjectCreateInput) GoString() string

GoString returns the string representation

func (s *VideoProjectCreateInput) SetCloudStorageLink(v string) *VideoProjectCreateInput

SetCloudStorageLink sets the CloudStorageLink field's value.

func (*VideoProjectCreateInput) SetComment

SetComment sets the Comment field's value.

func (*VideoProjectCreateInput) SetContributors

func (s *VideoProjectCreateInput) SetContributors(v []*int32) *VideoProjectCreateInput

SetContributors sets the Contributors field's value.

func (*VideoProjectCreateInput) SetName

SetName sets the Name field's value.

func (*VideoProjectCreateInput) SetProjectType

SetProjectType sets the ProjectType field's value.

func (*VideoProjectCreateInput) SetRoles

SetRoles sets the Roles field's value.

func (VideoProjectCreateInput) String

func (s VideoProjectCreateInput) String() string

String returns the string representation

func (*VideoProjectCreateInput) Validate

func (s *VideoProjectCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectCreateOutput

type VideoProjectCreateOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectCreateOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectCreateOutput) GoString

func (s VideoProjectCreateOutput) GoString() string

GoString returns the string representation

func (*VideoProjectCreateOutput) SetData added in v1.1.51

SetData sets the Data field's value.

func (VideoProjectCreateOutput) String

func (s VideoProjectCreateOutput) String() string

String returns the string representation

type VideoProjectListInput

type VideoProjectListInput struct {

	// Limit is a required field
	Limit *int32 `locationName:"limit" type:"int32" required:"true"`

	// Offset is a required field
	Offset *int32 `locationName:"offset" type:"int32" required:"true"`

	ProjectName *string `locationName:"projectName" type:"string"`
	// contains filtered or unexported fields
}

func (VideoProjectListInput) GoString

func (s VideoProjectListInput) GoString() string

GoString returns the string representation

func (*VideoProjectListInput) SetLimit

SetLimit sets the Limit field's value.

func (*VideoProjectListInput) SetOffset

SetOffset sets the Offset field's value.

func (*VideoProjectListInput) SetProjectName

func (s *VideoProjectListInput) SetProjectName(v string) *VideoProjectListInput

SetProjectName sets the ProjectName field's value.

func (VideoProjectListInput) String

func (s VideoProjectListInput) String() string

String returns the string representation

func (*VideoProjectListInput) Validate

func (s *VideoProjectListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectListOutput

type VideoProjectListOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForVideoProjectListOutput `type:"list" json:"data"`
	// contains filtered or unexported fields
}

func (VideoProjectListOutput) GoString

func (s VideoProjectListOutput) GoString() string

GoString returns the string representation

func (*VideoProjectListOutput) SetData

SetData sets the Data field's value.

func (VideoProjectListOutput) String

func (s VideoProjectListOutput) String() string

String returns the string representation

type VideoProjectSerialDubTaskCreateInput added in v1.2.11

type VideoProjectSerialDubTaskCreateInput struct {

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	SerialInfo []*SerialInfoForVideoProjectSerialDubTaskCreateInput `type:"list" json:"serialInfo,omitempty"`

	TaskInfo *TaskInfoForVideoProjectSerialDubTaskCreateInput `type:"structure" json:"taskInfo,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectSerialDubTaskCreateInput) GoString added in v1.2.11

GoString returns the string representation

func (*VideoProjectSerialDubTaskCreateInput) SetProjectId added in v1.2.11

SetProjectId sets the ProjectId field's value.

func (*VideoProjectSerialDubTaskCreateInput) SetSerialInfo added in v1.2.11

SetSerialInfo sets the SerialInfo field's value.

func (*VideoProjectSerialDubTaskCreateInput) SetTaskInfo added in v1.2.11

SetTaskInfo sets the TaskInfo field's value.

func (VideoProjectSerialDubTaskCreateInput) String added in v1.2.11

String returns the string representation

func (*VideoProjectSerialDubTaskCreateInput) Validate added in v1.2.11

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectSerialDubTaskCreateOutput added in v1.2.11

type VideoProjectSerialDubTaskCreateOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectSerialDubTaskCreateOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectSerialDubTaskCreateOutput) GoString added in v1.2.11

GoString returns the string representation

func (*VideoProjectSerialDubTaskCreateOutput) SetData added in v1.2.11

SetData sets the Data field's value.

func (VideoProjectSerialDubTaskCreateOutput) String added in v1.2.11

String returns the string representation

type VideoProjectSerialTaskCreateInput added in v1.1.51

type VideoProjectSerialTaskCreateInput struct {

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	SerialInfo []*SerialInfoForVideoProjectSerialTaskCreateInput `type:"list" json:"serialInfo,omitempty"`

	TaskInfo *TaskInfoForVideoProjectSerialTaskCreateInput `type:"structure" json:"taskInfo,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectSerialTaskCreateInput) GoString added in v1.1.51

GoString returns the string representation

func (*VideoProjectSerialTaskCreateInput) SetProjectId added in v1.1.51

SetProjectId sets the ProjectId field's value.

func (*VideoProjectSerialTaskCreateInput) SetSerialInfo added in v1.1.51

SetSerialInfo sets the SerialInfo field's value.

func (*VideoProjectSerialTaskCreateInput) SetTaskInfo added in v1.1.51

SetTaskInfo sets the TaskInfo field's value.

func (VideoProjectSerialTaskCreateInput) String added in v1.1.51

String returns the string representation

func (*VideoProjectSerialTaskCreateInput) Validate added in v1.1.51

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectSerialTaskCreateOutput added in v1.1.51

type VideoProjectSerialTaskCreateOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectSerialTaskCreateOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectSerialTaskCreateOutput) GoString added in v1.1.51

GoString returns the string representation

func (*VideoProjectSerialTaskCreateOutput) SetData added in v1.1.51

SetData sets the Data field's value.

func (VideoProjectSerialTaskCreateOutput) String added in v1.1.51

String returns the string representation

type VideoProjectSuppressionStartInput added in v1.2.14

type VideoProjectSuppressionStartInput struct {

	// ArrangeMent is a required field
	ArrangeMent *int32 `type:"int32" json:"arrangeMent,omitempty" required:"true"`

	// Encode is a required field
	Encode *int32 `type:"int32" json:"encode,omitempty" required:"true"`

	EndTime *int32 `type:"int32" json:"endTime,omitempty"`

	// Format is a required field
	Format *int32 `type:"int32" json:"format,omitempty" required:"true"`

	// Lang is a required field
	Lang *int32 `type:"int32" json:"lang,omitempty" required:"true"`

	ManualStyle *string `type:"string" json:"manualStyle,omitempty"`

	// ProjectId is a required field
	ProjectId *int64 `type:"int64" json:"projectId,omitempty" required:"true"`

	StartTime *int32 `type:"int32" json:"startTime,omitempty"`

	SubtaskIds []*int32 `type:"list" json:"subtaskIds,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectSuppressionStartInput) GoString added in v1.2.14

GoString returns the string representation

func (*VideoProjectSuppressionStartInput) SetArrangeMent added in v1.2.14

SetArrangeMent sets the ArrangeMent field's value.

func (*VideoProjectSuppressionStartInput) SetEncode added in v1.2.14

SetEncode sets the Encode field's value.

func (*VideoProjectSuppressionStartInput) SetEndTime added in v1.2.14

SetEndTime sets the EndTime field's value.

func (*VideoProjectSuppressionStartInput) SetFormat added in v1.2.14

SetFormat sets the Format field's value.

func (*VideoProjectSuppressionStartInput) SetLang added in v1.2.14

SetLang sets the Lang field's value.

func (*VideoProjectSuppressionStartInput) SetManualStyle added in v1.2.14

SetManualStyle sets the ManualStyle field's value.

func (*VideoProjectSuppressionStartInput) SetProjectId added in v1.2.14

SetProjectId sets the ProjectId field's value.

func (*VideoProjectSuppressionStartInput) SetStartTime added in v1.2.14

SetStartTime sets the StartTime field's value.

func (*VideoProjectSuppressionStartInput) SetSubtaskIds added in v1.2.14

SetSubtaskIds sets the SubtaskIds field's value.

func (VideoProjectSuppressionStartInput) String added in v1.2.14

String returns the string representation

func (*VideoProjectSuppressionStartInput) Validate added in v1.2.14

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectSuppressionStartOutput added in v1.2.14

type VideoProjectSuppressionStartOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (VideoProjectSuppressionStartOutput) GoString added in v1.2.14

GoString returns the string representation

func (VideoProjectSuppressionStartOutput) String added in v1.2.14

String returns the string representation

type VideoProjectTaskBatchStartAIFlowInput added in v1.2.21

type VideoProjectTaskBatchStartAIFlowInput struct {

	// OperateType is a required field
	OperateType *int32 `type:"int32" json:"operateType,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`

	SubtaskIds []*string `type:"list" json:"subtaskIds,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskBatchStartAIFlowInput) GoString added in v1.2.21

GoString returns the string representation

func (*VideoProjectTaskBatchStartAIFlowInput) SetOperateType added in v1.2.21

SetOperateType sets the OperateType field's value.

func (*VideoProjectTaskBatchStartAIFlowInput) SetProjectId added in v1.2.21

SetProjectId sets the ProjectId field's value.

func (*VideoProjectTaskBatchStartAIFlowInput) SetSubtaskIds added in v1.2.21

SetSubtaskIds sets the SubtaskIds field's value.

func (VideoProjectTaskBatchStartAIFlowInput) String added in v1.2.21

String returns the string representation

func (*VideoProjectTaskBatchStartAIFlowInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectTaskBatchStartAIFlowOutput added in v1.2.21

type VideoProjectTaskBatchStartAIFlowOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectTaskBatchStartAIFlowOutput `type:"structure" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskBatchStartAIFlowOutput) GoString added in v1.2.21

GoString returns the string representation

func (*VideoProjectTaskBatchStartAIFlowOutput) SetData added in v1.2.21

SetData sets the Data field's value.

func (VideoProjectTaskBatchStartAIFlowOutput) String added in v1.2.21

String returns the string representation

type VideoProjectTaskDetailInput

type VideoProjectTaskDetailInput struct {

	// ProjectId is a required field
	ProjectId *string `locationName:"projectId" type:"string" required:"true"`

	SubtaskIds *string `locationName:"subtaskIds" type:"string"`

	// TaskId is a required field
	TaskId *int32 `locationName:"taskId" type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskDetailInput) GoString

func (s VideoProjectTaskDetailInput) GoString() string

GoString returns the string representation

func (*VideoProjectTaskDetailInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*VideoProjectTaskDetailInput) SetSubtaskIds

SetSubtaskIds sets the SubtaskIds field's value.

func (*VideoProjectTaskDetailInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (VideoProjectTaskDetailInput) String

String returns the string representation

func (*VideoProjectTaskDetailInput) Validate

func (s *VideoProjectTaskDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectTaskDetailOutput

type VideoProjectTaskDetailOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectTaskDetailOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskDetailOutput) GoString

func (s VideoProjectTaskDetailOutput) GoString() string

GoString returns the string representation

func (*VideoProjectTaskDetailOutput) SetData

SetData sets the Data field's value.

func (VideoProjectTaskDetailOutput) String

String returns the string representation

type VideoProjectTaskListInput

type VideoProjectTaskListInput struct {
	EndTime *int32 `locationName:"endTime" type:"int32"`

	Limit *int32 `locationName:"limit" type:"int32"`

	Offset *int32 `locationName:"offset" type:"int32"`

	// ProjectId is a required field
	ProjectId *string `locationName:"projectId" type:"string" required:"true"`

	SourceLanguages *string `locationName:"sourceLanguages" type:"string"`

	StartTime *int32 `locationName:"startTime" type:"int32"`

	Status *string `locationName:"status" type:"string"`

	SubtaskId *string `locationName:"subtaskId" type:"string"`

	TargetLanguages *string `locationName:"targetLanguages" type:"string"`

	TaskIds *string `locationName:"taskIds" type:"string"`

	TaskName *string `locationName:"taskName" type:"string"`

	TaskType *string `locationName:"taskType" type:"string"`

	TaskTypes *string `locationName:"taskTypes" type:"string"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskListInput) GoString

func (s VideoProjectTaskListInput) GoString() string

GoString returns the string representation

func (*VideoProjectTaskListInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*VideoProjectTaskListInput) SetLimit

SetLimit sets the Limit field's value.

func (*VideoProjectTaskListInput) SetOffset

SetOffset sets the Offset field's value.

func (*VideoProjectTaskListInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*VideoProjectTaskListInput) SetSourceLanguages added in v1.1.51

SetSourceLanguages sets the SourceLanguages field's value.

func (*VideoProjectTaskListInput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*VideoProjectTaskListInput) SetStatus

SetStatus sets the Status field's value.

func (*VideoProjectTaskListInput) SetSubtaskId

SetSubtaskId sets the SubtaskId field's value.

func (*VideoProjectTaskListInput) SetTargetLanguages

SetTargetLanguages sets the TargetLanguages field's value.

func (*VideoProjectTaskListInput) SetTaskIds

SetTaskIds sets the TaskIds field's value.

func (*VideoProjectTaskListInput) SetTaskName

SetTaskName sets the TaskName field's value.

func (*VideoProjectTaskListInput) SetTaskType

SetTaskType sets the TaskType field's value.

func (*VideoProjectTaskListInput) SetTaskTypes

SetTaskTypes sets the TaskTypes field's value.

func (VideoProjectTaskListInput) String

func (s VideoProjectTaskListInput) String() string

String returns the string representation

func (*VideoProjectTaskListInput) Validate

func (s *VideoProjectTaskListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoProjectTaskListOutput

type VideoProjectTaskListOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoProjectTaskListOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (VideoProjectTaskListOutput) GoString

func (s VideoProjectTaskListOutput) GoString() string

GoString returns the string representation

func (*VideoProjectTaskListOutput) SetData

SetData sets the Data field's value.

func (VideoProjectTaskListOutput) String

String returns the string representation

type VideoResourceUploadInput

type VideoResourceUploadInput struct {
	File *int64 `locationName:"file" type:"int64"`

	// FileType is a required field
	FileType *string `locationName:"fileType" type:"string" required:"true" enum:"EnumOffileTypeForVideoResourceUploadInput"`

	FileUrl *string `locationName:"fileUrl" type:"string"`
	// contains filtered or unexported fields
}

func (VideoResourceUploadInput) GoString

func (s VideoResourceUploadInput) GoString() string

GoString returns the string representation

func (*VideoResourceUploadInput) SetFile

SetFile sets the File field's value.

func (*VideoResourceUploadInput) SetFileType

SetFileType sets the FileType field's value.

func (*VideoResourceUploadInput) SetFileUrl

SetFileUrl sets the FileUrl field's value.

func (VideoResourceUploadInput) String

func (s VideoResourceUploadInput) String() string

String returns the string representation

func (*VideoResourceUploadInput) Validate

func (s *VideoResourceUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoResourceUploadOutput

type VideoResourceUploadOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForVideoResourceUploadOutput `type:"structure" json:"data"`
	// contains filtered or unexported fields
}

func (VideoResourceUploadOutput) GoString

func (s VideoResourceUploadOutput) GoString() string

GoString returns the string representation

func (*VideoResourceUploadOutput) SetData

SetData sets the Data field's value.

func (VideoResourceUploadOutput) String

func (s VideoResourceUploadOutput) String() string

String returns the string representation

type VideoTermBasesInput added in v1.2.21

type VideoTermBasesInput struct {

	// Limit is a required field
	Limit *int32 `locationName:"limit" type:"int32" required:"true"`

	// Offset is a required field
	Offset *int32 `locationName:"offset" type:"int32" required:"true"`

	// ProjectId is a required field
	ProjectId *string `locationName:"projectId" type:"string" required:"true"`

	// TargetProject is a required field
	TargetProject *string `locationName:"targetProject" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (VideoTermBasesInput) GoString added in v1.2.21

func (s VideoTermBasesInput) GoString() string

GoString returns the string representation

func (*VideoTermBasesInput) SetLimit added in v1.2.21

SetLimit sets the Limit field's value.

func (*VideoTermBasesInput) SetOffset added in v1.2.21

SetOffset sets the Offset field's value.

func (*VideoTermBasesInput) SetProjectId added in v1.2.21

func (s *VideoTermBasesInput) SetProjectId(v string) *VideoTermBasesInput

SetProjectId sets the ProjectId field's value.

func (*VideoTermBasesInput) SetTargetProject added in v1.2.21

func (s *VideoTermBasesInput) SetTargetProject(v string) *VideoTermBasesInput

SetTargetProject sets the TargetProject field's value.

func (VideoTermBasesInput) String added in v1.2.21

func (s VideoTermBasesInput) String() string

String returns the string representation

func (*VideoTermBasesInput) Validate added in v1.2.21

func (s *VideoTermBasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoTermBasesOutput added in v1.2.21

type VideoTermBasesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (VideoTermBasesOutput) GoString added in v1.2.21

func (s VideoTermBasesOutput) GoString() string

GoString returns the string representation

func (VideoTermBasesOutput) String added in v1.2.21

func (s VideoTermBasesOutput) String() string

String returns the string representation

type WebhooksCreateInput

type WebhooksCreateInput struct {
	HookIds []*int32 `type:"list" json:"hookIds,omitempty"`

	// Name is a required field
	Name *string `type:"string" json:"name,omitempty" required:"true"`

	// ProjectId is a required field
	ProjectId *string `type:"string" json:"projectId,omitempty" required:"true"`

	// Type is a required field
	Type *string `type:"string" json:"type,omitempty" required:"true"`

	// Url is a required field
	Url *string `type:"string" json:"url,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (WebhooksCreateInput) GoString

func (s WebhooksCreateInput) GoString() string

GoString returns the string representation

func (*WebhooksCreateInput) SetHookIds

func (s *WebhooksCreateInput) SetHookIds(v []*int32) *WebhooksCreateInput

SetHookIds sets the HookIds field's value.

func (*WebhooksCreateInput) SetName

SetName sets the Name field's value.

func (*WebhooksCreateInput) SetProjectId

func (s *WebhooksCreateInput) SetProjectId(v string) *WebhooksCreateInput

SetProjectId sets the ProjectId field's value.

func (*WebhooksCreateInput) SetType

SetType sets the Type field's value.

func (*WebhooksCreateInput) SetUrl

SetUrl sets the Url field's value.

func (WebhooksCreateInput) String

func (s WebhooksCreateInput) String() string

String returns the string representation

func (*WebhooksCreateInput) Validate

func (s *WebhooksCreateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WebhooksCreateOutput

type WebhooksCreateOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (WebhooksCreateOutput) GoString

func (s WebhooksCreateOutput) GoString() string

GoString returns the string representation

func (*WebhooksCreateOutput) SetMessage

SetMessage sets the Message field's value.

func (WebhooksCreateOutput) String

func (s WebhooksCreateOutput) String() string

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL