i18nopenapi

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 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 (
	// 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 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 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 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 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 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 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 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 DataForVideoProjectSerialTaskCreateOutput added in v1.1.51

type DataForVideoProjectSerialTaskCreateOutput struct {
	BaseResp *BaseRespForVideoProjectSerialTaskCreateOutput `type:"structure" 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) 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 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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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)

	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)

	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)

	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)

	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)

	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)

	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)

	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)

	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 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 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 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 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 *string `locationName:"namespaceId" type:"string" 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 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 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 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 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"`

	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) 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 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 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 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 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 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"`

	Deadline *int32 `type:"int32" json:"deadline,omitempty"`

	DramaCoverUrl *string `type:"string" json:"dramaCoverUrl,omitempty"`

	DramaDescription *string `type:"string" json:"dramaDescription,omitempty"`

	DramaTitle *string `type:"string" json:"dramaTitle,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"`

	SerialNumber *int32 `type:"int32" json:"serialNumber,omitempty"`

	SourceLang *string `type:"string" json:"sourceLang,omitempty"`

	TargetLangs []*string `type:"list" json:"targetLangs,omitempty"`

	TargetStyleMap *TargetStyleMapForVideoProjectSerialTaskCreateInput `type:"structure" json:"targetStyleMap,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) 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) 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) 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) SetTargetLangs added in v1.1.51

SetTargetLangs sets the TargetLangs field's value.

func (*TaskInfoForVideoProjectSerialTaskCreateInput) SetTargetStyleMap added in v1.1.51

SetTargetStyleMap sets the TargetStyleMap 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 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 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 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 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 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL