kickart

package
v1.0.71 Latest Latest
Warning

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

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

Documentation

Overview

Package kickartiface provides an interface to enable mocking the KICKART 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 (
	ServiceName = "kickart"   // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "kickart"   // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchDeleteAssetInput

type BatchDeleteAssetInput struct {
	AssetIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (BatchDeleteAssetInput) GoString

func (s BatchDeleteAssetInput) GoString() string

GoString returns the string representation

func (*BatchDeleteAssetInput) SetAssetIds

func (s *BatchDeleteAssetInput) SetAssetIds(v []*string) *BatchDeleteAssetInput

SetAssetIds sets the AssetIds field's value.

func (BatchDeleteAssetInput) String

func (s BatchDeleteAssetInput) String() string

String returns the string representation

type BatchDeleteAssetOutput

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

func (BatchDeleteAssetOutput) GoString

func (s BatchDeleteAssetOutput) GoString() string

GoString returns the string representation

func (BatchDeleteAssetOutput) String

func (s BatchDeleteAssetOutput) String() string

String returns the string representation

type BatchDeleteMediaInput

type BatchDeleteMediaInput struct {
	ItemList []*string `type:"list"`
	// contains filtered or unexported fields
}

func (BatchDeleteMediaInput) GoString

func (s BatchDeleteMediaInput) GoString() string

GoString returns the string representation

func (*BatchDeleteMediaInput) SetItemList

func (s *BatchDeleteMediaInput) SetItemList(v []*string) *BatchDeleteMediaInput

SetItemList sets the ItemList field's value.

func (BatchDeleteMediaInput) String

func (s BatchDeleteMediaInput) String() string

String returns the string representation

type BatchDeleteMediaOutput

type BatchDeleteMediaOutput struct {
	Metadata *response.ResponseMetadata

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

func (BatchDeleteMediaOutput) GoString

func (s BatchDeleteMediaOutput) GoString() string

GoString returns the string representation

func (*BatchDeleteMediaOutput) SetStatus

SetStatus sets the Status field's value.

func (BatchDeleteMediaOutput) String

func (s BatchDeleteMediaOutput) String() string

String returns the string representation

type CheckDeleteMediaInput

type CheckDeleteMediaInput struct {
	ItemList []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CheckDeleteMediaInput) GoString

func (s CheckDeleteMediaInput) GoString() string

GoString returns the string representation

func (*CheckDeleteMediaInput) SetItemList

func (s *CheckDeleteMediaInput) SetItemList(v []*string) *CheckDeleteMediaInput

SetItemList sets the ItemList field's value.

func (CheckDeleteMediaInput) String

func (s CheckDeleteMediaInput) String() string

String returns the string representation

type CheckDeleteMediaOutput

type CheckDeleteMediaOutput struct {
	Metadata *response.ResponseMetadata

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

func (CheckDeleteMediaOutput) GoString

func (s CheckDeleteMediaOutput) GoString() string

GoString returns the string representation

func (*CheckDeleteMediaOutput) SetInUse

SetInUse sets the InUse field's value.

func (CheckDeleteMediaOutput) String

func (s CheckDeleteMediaOutput) String() string

String returns the string representation

type CheckProductUrlInput

type CheckProductUrlInput struct {
	Lang *string `type:"string" json:",omitempty"`

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

func (CheckProductUrlInput) GoString

func (s CheckProductUrlInput) GoString() string

GoString returns the string representation

func (*CheckProductUrlInput) SetLang

SetLang sets the Lang field's value.

func (*CheckProductUrlInput) SetProductUrl

func (s *CheckProductUrlInput) SetProductUrl(v string) *CheckProductUrlInput

SetProductUrl sets the ProductUrl field's value.

func (CheckProductUrlInput) String

func (s CheckProductUrlInput) String() string

String returns the string representation

type CheckProductUrlOutput

type CheckProductUrlOutput struct {
	Metadata *response.ResponseMetadata

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

func (CheckProductUrlOutput) GoString

func (s CheckProductUrlOutput) GoString() string

GoString returns the string representation

func (*CheckProductUrlOutput) SetUrlInfo

SetUrlInfo sets the UrlInfo field's value.

func (CheckProductUrlOutput) String

func (s CheckProductUrlOutput) String() string

String returns the string representation

type ClearAdVariationsOutputVideosInput

type ClearAdVariationsOutputVideosInput struct {

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

func (ClearAdVariationsOutputVideosInput) GoString

GoString returns the string representation

func (*ClearAdVariationsOutputVideosInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (ClearAdVariationsOutputVideosInput) String

String returns the string representation

func (*ClearAdVariationsOutputVideosInput) Validate

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

type ClearAdVariationsOutputVideosOutput

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

func (ClearAdVariationsOutputVideosOutput) GoString

GoString returns the string representation

func (ClearAdVariationsOutputVideosOutput) String

String returns the string representation

type ClearAdVariationsProjectInput

type ClearAdVariationsProjectInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

func (ClearAdVariationsProjectInput) GoString

GoString returns the string representation

func (*ClearAdVariationsProjectInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*ClearAdVariationsProjectInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (ClearAdVariationsProjectInput) String

String returns the string representation

func (*ClearAdVariationsProjectInput) Validate

func (s *ClearAdVariationsProjectInput) Validate() error

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

type ClearAdVariationsProjectOutput

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

func (ClearAdVariationsProjectOutput) GoString

GoString returns the string representation

func (ClearAdVariationsProjectOutput) String

String returns the string representation

type CopyGeniusProjectInput

type CopyGeniusProjectInput struct {
	GeniusProjectId *string `type:"string" json:",omitempty"`

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

func (CopyGeniusProjectInput) GoString

func (s CopyGeniusProjectInput) GoString() string

GoString returns the string representation

func (*CopyGeniusProjectInput) SetGeniusProjectId

func (s *CopyGeniusProjectInput) SetGeniusProjectId(v string) *CopyGeniusProjectInput

SetGeniusProjectId sets the GeniusProjectId field's value.

func (*CopyGeniusProjectInput) SetLang

SetLang sets the Lang field's value.

func (CopyGeniusProjectInput) String

func (s CopyGeniusProjectInput) String() string

String returns the string representation

type CopyGeniusProjectOutput

type CopyGeniusProjectOutput struct {
	Metadata *response.ResponseMetadata

	Blocks []*string `type:"list"`

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

func (CopyGeniusProjectOutput) GoString

func (s CopyGeniusProjectOutput) GoString() string

GoString returns the string representation

func (*CopyGeniusProjectOutput) SetBlocks

SetBlocks sets the Blocks field's value.

func (*CopyGeniusProjectOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (CopyGeniusProjectOutput) String

func (s CopyGeniusProjectOutput) String() string

String returns the string representation

type CreateAdVariationsProjectInput

type CreateAdVariationsProjectInput struct {
	RefVideoId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateAdVariationsProjectInput) GoString

GoString returns the string representation

func (*CreateAdVariationsProjectInput) SetRefVideoId

SetRefVideoId sets the RefVideoId field's value.

func (CreateAdVariationsProjectInput) String

String returns the string representation

type CreateAdVariationsProjectOutput

type CreateAdVariationsProjectOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAdVariationsProjectOutput) GoString

GoString returns the string representation

func (*CreateAdVariationsProjectOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (CreateAdVariationsProjectOutput) String

String returns the string representation

type CreateAiTemplateTaskInput

type CreateAiTemplateTaskInput struct {
	MuseList []*string `type:"list"`

	Resolution *string `type:"string" json:",omitempty"`

	ServerId *string `type:"string" json:",omitempty"`

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

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

func (CreateAiTemplateTaskInput) GoString

func (s CreateAiTemplateTaskInput) GoString() string

GoString returns the string representation

func (*CreateAiTemplateTaskInput) SetMuseList

SetMuseList sets the MuseList field's value.

func (*CreateAiTemplateTaskInput) SetResolution

SetResolution sets the Resolution field's value.

func (*CreateAiTemplateTaskInput) SetServerId

SetServerId sets the ServerId field's value.

func (*CreateAiTemplateTaskInput) SetTaskName

SetTaskName sets the TaskName field's value.

func (*CreateAiTemplateTaskInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (CreateAiTemplateTaskInput) String

func (s CreateAiTemplateTaskInput) String() string

String returns the string representation

type CreateAiTemplateTaskOutput

type CreateAiTemplateTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAiTemplateTaskOutput) GoString

func (s CreateAiTemplateTaskOutput) GoString() string

GoString returns the string representation

func (*CreateAiTemplateTaskOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (CreateAiTemplateTaskOutput) String

String returns the string representation

type CreateApiKeyInput

type CreateApiKeyInput struct {
	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateApiKeyInput) GoString

func (s CreateApiKeyInput) GoString() string

GoString returns the string representation

func (*CreateApiKeyInput) SetName

SetName sets the Name field's value.

func (CreateApiKeyInput) String

func (s CreateApiKeyInput) String() string

String returns the string representation

type CreateApiKeyOutput

type CreateApiKeyOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateApiKeyOutput) GoString

func (s CreateApiKeyOutput) GoString() string

GoString returns the string representation

func (*CreateApiKeyOutput) SetId

SetId sets the Id field's value.

func (CreateApiKeyOutput) String

func (s CreateApiKeyOutput) String() string

String returns the string representation

type CreateAuthUrlInput

type CreateAuthUrlInput struct {
	Platform *string `type:"string" json:",omitempty"`

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

func (CreateAuthUrlInput) GoString

func (s CreateAuthUrlInput) GoString() string

GoString returns the string representation

func (*CreateAuthUrlInput) SetPlatform

func (s *CreateAuthUrlInput) SetPlatform(v string) *CreateAuthUrlInput

SetPlatform sets the Platform field's value.

func (*CreateAuthUrlInput) SetRedirectUrl

func (s *CreateAuthUrlInput) SetRedirectUrl(v string) *CreateAuthUrlInput

SetRedirectUrl sets the RedirectUrl field's value.

func (CreateAuthUrlInput) String

func (s CreateAuthUrlInput) String() string

String returns the string representation

type CreateAuthUrlOutput

type CreateAuthUrlOutput struct {
	Metadata *response.ResponseMetadata

	AuthUrl *string `type:"string" json:",omitempty"`

	ExpireAtMs *int32 `type:"int32" json:",omitempty"`

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

func (CreateAuthUrlOutput) GoString

func (s CreateAuthUrlOutput) GoString() string

GoString returns the string representation

func (*CreateAuthUrlOutput) SetAuthUrl

SetAuthUrl sets the AuthUrl field's value.

func (*CreateAuthUrlOutput) SetExpireAtMs

func (s *CreateAuthUrlOutput) SetExpireAtMs(v int32) *CreateAuthUrlOutput

SetExpireAtMs sets the ExpireAtMs field's value.

func (*CreateAuthUrlOutput) SetState

SetState sets the State field's value.

func (CreateAuthUrlOutput) String

func (s CreateAuthUrlOutput) String() string

String returns the string representation

type CreateAvatarInput

type CreateAvatarInput struct {
	ProductImageId *string `type:"string" json:",omitempty"`

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

func (CreateAvatarInput) GoString

func (s CreateAvatarInput) GoString() string

GoString returns the string representation

func (*CreateAvatarInput) SetProductImageId

func (s *CreateAvatarInput) SetProductImageId(v string) *CreateAvatarInput

SetProductImageId sets the ProductImageId field's value.

func (*CreateAvatarInput) SetReferenceImageId

func (s *CreateAvatarInput) SetReferenceImageId(v string) *CreateAvatarInput

SetReferenceImageId sets the ReferenceImageId field's value.

func (CreateAvatarInput) String

func (s CreateAvatarInput) String() string

String returns the string representation

type CreateAvatarOutput

type CreateAvatarOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAvatarOutput) GoString

func (s CreateAvatarOutput) GoString() string

GoString returns the string representation

func (*CreateAvatarOutput) SetAvatarId

func (s *CreateAvatarOutput) SetAvatarId(v string) *CreateAvatarOutput

SetAvatarId sets the AvatarId field's value.

func (CreateAvatarOutput) String

func (s CreateAvatarOutput) String() string

String returns the string representation

type CreateDraftInput

type CreateDraftInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

func (CreateDraftInput) GoString

func (s CreateDraftInput) GoString() string

GoString returns the string representation

func (*CreateDraftInput) SetCompositionId

func (s *CreateDraftInput) SetCompositionId(v string) *CreateDraftInput

SetCompositionId sets the CompositionId field's value.

func (*CreateDraftInput) SetIndex

func (s *CreateDraftInput) SetIndex(v string) *CreateDraftInput

SetIndex sets the Index field's value.

func (CreateDraftInput) String

func (s CreateDraftInput) String() string

String returns the string representation

type CreateDraftOutput

type CreateDraftOutput struct {
	Metadata *response.ResponseMetadata

	MediaId *string `type:"string" json:",omitempty"`

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

func (CreateDraftOutput) GoString

func (s CreateDraftOutput) GoString() string

GoString returns the string representation

func (*CreateDraftOutput) SetMediaId

func (s *CreateDraftOutput) SetMediaId(v string) *CreateDraftOutput

SetMediaId sets the MediaId field's value.

func (*CreateDraftOutput) SetMediaStoreId

func (s *CreateDraftOutput) SetMediaStoreId(v string) *CreateDraftOutput

SetMediaStoreId sets the MediaStoreId field's value.

func (CreateDraftOutput) String

func (s CreateDraftOutput) String() string

String returns the string representation

type CreateFilmInput

type CreateFilmInput struct {
	AspectRatio *string `type:"string" json:",omitempty"`

	CategoryCode *string `type:"string" json:",omitempty"`

	ClientExtraInfo *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	ExtraStr *string `type:"string" json:",omitempty"`

	FolderId *int32 `type:"int32" json:",omitempty"`

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

	MediaExtension *string `type:"string" json:",omitempty"`

	MediaFirstCategory *string `type:"string" json:",omitempty"`

	OriginMusicId *string `type:"string" json:",omitempty"`

	PanelId *string `type:"string" json:",omitempty"`

	ParamsDefinition *string `type:"string" json:",omitempty"`

	PreviewVideo *string `type:"string" json:",omitempty"`

	Provider *string `type:"string" json:",omitempty"`

	ProviderAttachInfo *string `type:"string" json:",omitempty"`

	ProviderMediaId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceItem *string `type:"string" json:",omitempty"`

	SourceFrom *string `type:"string" json:",omitempty"`

	Tags []*string `type:"list"`

	TeamSpaceId *int32 `type:"int32" json:",omitempty"`

	TeamVisibility *bool `type:"boolean" json:",omitempty"`

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

func (CreateFilmInput) GoString

func (s CreateFilmInput) GoString() string

GoString returns the string representation

func (*CreateFilmInput) SetAspectRatio

func (s *CreateFilmInput) SetAspectRatio(v string) *CreateFilmInput

SetAspectRatio sets the AspectRatio field's value.

func (*CreateFilmInput) SetCategoryCode

func (s *CreateFilmInput) SetCategoryCode(v string) *CreateFilmInput

SetCategoryCode sets the CategoryCode field's value.

func (*CreateFilmInput) SetClientExtraInfo

func (s *CreateFilmInput) SetClientExtraInfo(v string) *CreateFilmInput

SetClientExtraInfo sets the ClientExtraInfo field's value.

func (*CreateFilmInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateFilmInput) SetExtra

func (s *CreateFilmInput) SetExtra(v string) *CreateFilmInput

SetExtra sets the Extra field's value.

func (*CreateFilmInput) SetExtraStr

func (s *CreateFilmInput) SetExtraStr(v string) *CreateFilmInput

SetExtraStr sets the ExtraStr field's value.

func (*CreateFilmInput) SetFolderId

func (s *CreateFilmInput) SetFolderId(v int32) *CreateFilmInput

SetFolderId sets the FolderId field's value.

func (*CreateFilmInput) SetLang

func (s *CreateFilmInput) SetLang(v string) *CreateFilmInput

SetLang sets the Lang field's value.

func (*CreateFilmInput) SetMediaExtension

func (s *CreateFilmInput) SetMediaExtension(v string) *CreateFilmInput

SetMediaExtension sets the MediaExtension field's value.

func (*CreateFilmInput) SetMediaFirstCategory

func (s *CreateFilmInput) SetMediaFirstCategory(v string) *CreateFilmInput

SetMediaFirstCategory sets the MediaFirstCategory field's value.

func (*CreateFilmInput) SetOriginMusicId

func (s *CreateFilmInput) SetOriginMusicId(v string) *CreateFilmInput

SetOriginMusicId sets the OriginMusicId field's value.

func (*CreateFilmInput) SetPanelId

func (s *CreateFilmInput) SetPanelId(v string) *CreateFilmInput

SetPanelId sets the PanelId field's value.

func (*CreateFilmInput) SetParamsDefinition

func (s *CreateFilmInput) SetParamsDefinition(v string) *CreateFilmInput

SetParamsDefinition sets the ParamsDefinition field's value.

func (*CreateFilmInput) SetPreviewVideo

func (s *CreateFilmInput) SetPreviewVideo(v string) *CreateFilmInput

SetPreviewVideo sets the PreviewVideo field's value.

func (*CreateFilmInput) SetProvider

func (s *CreateFilmInput) SetProvider(v string) *CreateFilmInput

SetProvider sets the Provider field's value.

func (*CreateFilmInput) SetProviderAttachInfo

func (s *CreateFilmInput) SetProviderAttachInfo(v string) *CreateFilmInput

SetProviderAttachInfo sets the ProviderAttachInfo field's value.

func (*CreateFilmInput) SetProviderMediaId

func (s *CreateFilmInput) SetProviderMediaId(v string) *CreateFilmInput

SetProviderMediaId sets the ProviderMediaId field's value.

func (*CreateFilmInput) SetRegion

func (s *CreateFilmInput) SetRegion(v string) *CreateFilmInput

SetRegion sets the Region field's value.

func (*CreateFilmInput) SetResourceItem

func (s *CreateFilmInput) SetResourceItem(v string) *CreateFilmInput

SetResourceItem sets the ResourceItem field's value.

func (*CreateFilmInput) SetSourceFrom

func (s *CreateFilmInput) SetSourceFrom(v string) *CreateFilmInput

SetSourceFrom sets the SourceFrom field's value.

func (*CreateFilmInput) SetTags

func (s *CreateFilmInput) SetTags(v []*string) *CreateFilmInput

SetTags sets the Tags field's value.

func (*CreateFilmInput) SetTeamSpaceId

func (s *CreateFilmInput) SetTeamSpaceId(v int32) *CreateFilmInput

SetTeamSpaceId sets the TeamSpaceId field's value.

func (*CreateFilmInput) SetTeamVisibility

func (s *CreateFilmInput) SetTeamVisibility(v bool) *CreateFilmInput

SetTeamVisibility sets the TeamVisibility field's value.

func (*CreateFilmInput) SetTitle

func (s *CreateFilmInput) SetTitle(v string) *CreateFilmInput

SetTitle sets the Title field's value.

func (CreateFilmInput) String

func (s CreateFilmInput) String() string

String returns the string representation

type CreateFilmOutput

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

func (CreateFilmOutput) GoString

func (s CreateFilmOutput) GoString() string

GoString returns the string representation

func (CreateFilmOutput) String

func (s CreateFilmOutput) String() string

String returns the string representation

type CreateFolderInput

type CreateFolderInput struct {
	CreateFrom *int32 `type:"int32" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FolderType *int32 `type:"int32" json:",omitempty"`

	ParentFolderId *string `type:"string" json:",omitempty"`

	TeamSpaceId *string `type:"string" json:",omitempty"`

	TeamVisibility *int32 `type:"int32" json:",omitempty"`

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

func (CreateFolderInput) GoString

func (s CreateFolderInput) GoString() string

GoString returns the string representation

func (*CreateFolderInput) SetCreateFrom

func (s *CreateFolderInput) SetCreateFrom(v int32) *CreateFolderInput

SetCreateFrom sets the CreateFrom field's value.

func (*CreateFolderInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateFolderInput) SetFolderType

func (s *CreateFolderInput) SetFolderType(v int32) *CreateFolderInput

SetFolderType sets the FolderType field's value.

func (*CreateFolderInput) SetParentFolderId

func (s *CreateFolderInput) SetParentFolderId(v string) *CreateFolderInput

SetParentFolderId sets the ParentFolderId field's value.

func (*CreateFolderInput) SetTeamSpaceId

func (s *CreateFolderInput) SetTeamSpaceId(v string) *CreateFolderInput

SetTeamSpaceId sets the TeamSpaceId field's value.

func (*CreateFolderInput) SetTeamVisibility

func (s *CreateFolderInput) SetTeamVisibility(v int32) *CreateFolderInput

SetTeamVisibility sets the TeamVisibility field's value.

func (*CreateFolderInput) SetTitle

func (s *CreateFolderInput) SetTitle(v string) *CreateFolderInput

SetTitle sets the Title field's value.

func (CreateFolderInput) String

func (s CreateFolderInput) String() string

String returns the string representation

type CreateFolderOutput

type CreateFolderOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateFolderOutput) GoString

func (s CreateFolderOutput) GoString() string

GoString returns the string representation

func (*CreateFolderOutput) SetFolderId

func (s *CreateFolderOutput) SetFolderId(v string) *CreateFolderOutput

SetFolderId sets the FolderId field's value.

func (CreateFolderOutput) String

func (s CreateFolderOutput) String() string

String returns the string representation

type CreateItemInput

type CreateItemInput struct {
	BuyChannel *string `type:"string" json:",omitempty"`

	ComboStartDt *int32 `type:"int32" json:",omitempty"`

	EnterFrom *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

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

func (CreateItemInput) GoString

func (s CreateItemInput) GoString() string

GoString returns the string representation

func (*CreateItemInput) SetBuyChannel

func (s *CreateItemInput) SetBuyChannel(v string) *CreateItemInput

SetBuyChannel sets the BuyChannel field's value.

func (*CreateItemInput) SetComboStartDt

func (s *CreateItemInput) SetComboStartDt(v int32) *CreateItemInput

SetComboStartDt sets the ComboStartDt field's value.

func (*CreateItemInput) SetEnterFrom

func (s *CreateItemInput) SetEnterFrom(v string) *CreateItemInput

SetEnterFrom sets the EnterFrom field's value.

func (*CreateItemInput) SetId

func (s *CreateItemInput) SetId(v string) *CreateItemInput

SetId sets the Id field's value.

func (*CreateItemInput) SetIsInvitedByPartner

func (s *CreateItemInput) SetIsInvitedByPartner(v int32) *CreateItemInput

SetIsInvitedByPartner sets the IsInvitedByPartner field's value.

func (CreateItemInput) String

func (s CreateItemInput) String() string

String returns the string representation

type CreateItemOutput

type CreateItemOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:",omitempty"`

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

func (CreateItemOutput) GoString

func (s CreateItemOutput) GoString() string

GoString returns the string representation

func (*CreateItemOutput) SetCode

func (s *CreateItemOutput) SetCode(v int32) *CreateItemOutput

SetCode sets the Code field's value.

func (*CreateItemOutput) SetData

func (s *CreateItemOutput) SetData(v string) *CreateItemOutput

SetData sets the Data field's value.

func (CreateItemOutput) String

func (s CreateItemOutput) String() string

String returns the string representation

type CreateMaterialInput

type CreateMaterialInput struct {
	AspectRatio *string `type:"string" json:",omitempty"`

	CategoryCode *string `type:"string" json:",omitempty"`

	ChannelId *string `type:"string" json:",omitempty"`

	ClientExtraInfo *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	ExtraStr *string `type:"string" json:",omitempty"`

	FolderId *string `type:"string" json:",omitempty"`

	IsCloudNleTemplate *bool `type:"boolean" json:",omitempty"`

	IsExclusive *bool `type:"boolean" json:",omitempty"`

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

	MediaExtension *string `type:"string" json:",omitempty"`

	MediaFirstCategory *string `type:"string" json:",omitempty"`

	PreviewVideo *string `type:"string" json:",omitempty"`

	Provider *string `type:"string" json:",omitempty"`

	ProviderAttachInfo *string `type:"string" json:",omitempty"`

	ProviderMediaId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceItem *string `type:"string" json:",omitempty"`

	ScriptJson *string `type:"string" json:",omitempty"`

	SourceFrom *string `type:"string" json:",omitempty"`

	StoreId *string `type:"string" json:",omitempty"`

	Tags []*string `type:"list"`

	TeamSpaceId *string `type:"string" json:",omitempty"`

	TeamVisibility *bool `type:"boolean" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	Title *string `type:"string" json:",omitempty"`

	UserUploadCover *bool `type:"boolean" json:",omitempty"`

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

func (CreateMaterialInput) GoString

func (s CreateMaterialInput) GoString() string

GoString returns the string representation

func (*CreateMaterialInput) SetAspectRatio

func (s *CreateMaterialInput) SetAspectRatio(v string) *CreateMaterialInput

SetAspectRatio sets the AspectRatio field's value.

func (*CreateMaterialInput) SetCategoryCode

func (s *CreateMaterialInput) SetCategoryCode(v string) *CreateMaterialInput

SetCategoryCode sets the CategoryCode field's value.

func (*CreateMaterialInput) SetChannelId

func (s *CreateMaterialInput) SetChannelId(v string) *CreateMaterialInput

SetChannelId sets the ChannelId field's value.

func (*CreateMaterialInput) SetClientExtraInfo

func (s *CreateMaterialInput) SetClientExtraInfo(v string) *CreateMaterialInput

SetClientExtraInfo sets the ClientExtraInfo field's value.

func (*CreateMaterialInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateMaterialInput) SetExtra

SetExtra sets the Extra field's value.

func (*CreateMaterialInput) SetExtraStr

func (s *CreateMaterialInput) SetExtraStr(v string) *CreateMaterialInput

SetExtraStr sets the ExtraStr field's value.

func (*CreateMaterialInput) SetFolderId

func (s *CreateMaterialInput) SetFolderId(v string) *CreateMaterialInput

SetFolderId sets the FolderId field's value.

func (*CreateMaterialInput) SetIsCloudNleTemplate

func (s *CreateMaterialInput) SetIsCloudNleTemplate(v bool) *CreateMaterialInput

SetIsCloudNleTemplate sets the IsCloudNleTemplate field's value.

func (*CreateMaterialInput) SetIsExclusive

func (s *CreateMaterialInput) SetIsExclusive(v bool) *CreateMaterialInput

SetIsExclusive sets the IsExclusive field's value.

func (*CreateMaterialInput) SetLang

SetLang sets the Lang field's value.

func (*CreateMaterialInput) SetMediaExtension

func (s *CreateMaterialInput) SetMediaExtension(v string) *CreateMaterialInput

SetMediaExtension sets the MediaExtension field's value.

func (*CreateMaterialInput) SetMediaFirstCategory

func (s *CreateMaterialInput) SetMediaFirstCategory(v string) *CreateMaterialInput

SetMediaFirstCategory sets the MediaFirstCategory field's value.

func (*CreateMaterialInput) SetPreviewVideo

func (s *CreateMaterialInput) SetPreviewVideo(v string) *CreateMaterialInput

SetPreviewVideo sets the PreviewVideo field's value.

func (*CreateMaterialInput) SetProvider

func (s *CreateMaterialInput) SetProvider(v string) *CreateMaterialInput

SetProvider sets the Provider field's value.

func (*CreateMaterialInput) SetProviderAttachInfo

func (s *CreateMaterialInput) SetProviderAttachInfo(v string) *CreateMaterialInput

SetProviderAttachInfo sets the ProviderAttachInfo field's value.

func (*CreateMaterialInput) SetProviderMediaId

func (s *CreateMaterialInput) SetProviderMediaId(v string) *CreateMaterialInput

SetProviderMediaId sets the ProviderMediaId field's value.

func (*CreateMaterialInput) SetRegion

SetRegion sets the Region field's value.

func (*CreateMaterialInput) SetResourceItem

func (s *CreateMaterialInput) SetResourceItem(v string) *CreateMaterialInput

SetResourceItem sets the ResourceItem field's value.

func (*CreateMaterialInput) SetScriptJson

func (s *CreateMaterialInput) SetScriptJson(v string) *CreateMaterialInput

SetScriptJson sets the ScriptJson field's value.

func (*CreateMaterialInput) SetSourceFrom

func (s *CreateMaterialInput) SetSourceFrom(v string) *CreateMaterialInput

SetSourceFrom sets the SourceFrom field's value.

func (*CreateMaterialInput) SetStoreId

SetStoreId sets the StoreId field's value.

func (*CreateMaterialInput) SetTags

SetTags sets the Tags field's value.

func (*CreateMaterialInput) SetTeamSpaceId

func (s *CreateMaterialInput) SetTeamSpaceId(v string) *CreateMaterialInput

SetTeamSpaceId sets the TeamSpaceId field's value.

func (*CreateMaterialInput) SetTeamVisibility

func (s *CreateMaterialInput) SetTeamVisibility(v bool) *CreateMaterialInput

SetTeamVisibility sets the TeamVisibility field's value.

func (*CreateMaterialInput) SetTemplateType

func (s *CreateMaterialInput) SetTemplateType(v string) *CreateMaterialInput

SetTemplateType sets the TemplateType field's value.

func (*CreateMaterialInput) SetTitle

SetTitle sets the Title field's value.

func (*CreateMaterialInput) SetUserUploadCover

func (s *CreateMaterialInput) SetUserUploadCover(v bool) *CreateMaterialInput

SetUserUploadCover sets the UserUploadCover field's value.

func (*CreateMaterialInput) SetUserUploadPreview

func (s *CreateMaterialInput) SetUserUploadPreview(v bool) *CreateMaterialInput

SetUserUploadPreview sets the UserUploadPreview field's value.

func (CreateMaterialInput) String

func (s CreateMaterialInput) String() string

String returns the string representation

type CreateMaterialOutput

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

func (CreateMaterialOutput) GoString

func (s CreateMaterialOutput) GoString() string

GoString returns the string representation

func (CreateMaterialOutput) String

func (s CreateMaterialOutput) String() string

String returns the string representation

type CreateMediaInput

type CreateMediaInput struct {
	AspectRatio *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FolderId *int64 `type:"int64" json:",omitempty"`

	MediaExtension *string `type:"string" json:",omitempty"`

	NotSaveToAsset *bool `type:"boolean" json:",omitempty"`

	ResourceItem *string `type:"string" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	Tags []*string `type:"list"`

	TeamSpaceId *int64 `type:"int64" json:",omitempty"`

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

func (CreateMediaInput) GoString

func (s CreateMediaInput) GoString() string

GoString returns the string representation

func (*CreateMediaInput) SetAspectRatio

func (s *CreateMediaInput) SetAspectRatio(v string) *CreateMediaInput

SetAspectRatio sets the AspectRatio field's value.

func (*CreateMediaInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateMediaInput) SetFolderId

func (s *CreateMediaInput) SetFolderId(v int64) *CreateMediaInput

SetFolderId sets the FolderId field's value.

func (*CreateMediaInput) SetMediaExtension

func (s *CreateMediaInput) SetMediaExtension(v string) *CreateMediaInput

SetMediaExtension sets the MediaExtension field's value.

func (*CreateMediaInput) SetNotSaveToAsset

func (s *CreateMediaInput) SetNotSaveToAsset(v bool) *CreateMediaInput

SetNotSaveToAsset sets the NotSaveToAsset field's value.

func (*CreateMediaInput) SetResourceItem

func (s *CreateMediaInput) SetResourceItem(v string) *CreateMediaInput

SetResourceItem sets the ResourceItem field's value.

func (*CreateMediaInput) SetResourceType

func (s *CreateMediaInput) SetResourceType(v string) *CreateMediaInput

SetResourceType sets the ResourceType field's value.

func (*CreateMediaInput) SetTags

func (s *CreateMediaInput) SetTags(v []*string) *CreateMediaInput

SetTags sets the Tags field's value.

func (*CreateMediaInput) SetTeamSpaceId

func (s *CreateMediaInput) SetTeamSpaceId(v int64) *CreateMediaInput

SetTeamSpaceId sets the TeamSpaceId field's value.

func (*CreateMediaInput) SetTitle

func (s *CreateMediaInput) SetTitle(v string) *CreateMediaInput

SetTitle sets the Title field's value.

func (CreateMediaInput) String

func (s CreateMediaInput) String() string

String returns the string representation

type CreateMediaOutput

type CreateMediaOutput struct {
	Metadata *response.ResponseMetadata

	MediaId *string `type:"string" json:",omitempty"`

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

func (CreateMediaOutput) GoString

func (s CreateMediaOutput) GoString() string

GoString returns the string representation

func (*CreateMediaOutput) SetMediaId

func (s *CreateMediaOutput) SetMediaId(v string) *CreateMediaOutput

SetMediaId sets the MediaId field's value.

func (*CreateMediaOutput) SetMediaStoreId

func (s *CreateMediaOutput) SetMediaStoreId(v string) *CreateMediaOutput

SetMediaStoreId sets the MediaStoreId field's value.

func (CreateMediaOutput) String

func (s CreateMediaOutput) String() string

String returns the string representation

type CreateProjectFromTemplateInput

type CreateProjectFromTemplateInput struct {
	MediaIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProjectFromTemplateInput) GoString

GoString returns the string representation

func (*CreateProjectFromTemplateInput) SetMediaIds

SetMediaIds sets the MediaIds field's value.

func (CreateProjectFromTemplateInput) String

String returns the string representation

type CreateProjectFromTemplateOutput

type CreateProjectFromTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateProjectFromTemplateOutput) GoString

GoString returns the string representation

func (*CreateProjectFromTemplateOutput) SetType

SetType sets the Type field's value.

func (CreateProjectFromTemplateOutput) String

String returns the string representation

type CreateProjectInput

type CreateProjectInput struct {
	Cover *string `type:"string" json:",omitempty"`

	Duration []*int32 `type:"list"`

	Images []*string `type:"list"`

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

	LlmType *string `type:"string" json:",omitempty"`

	MediaIds []*string `type:"list"`

	PreviewVideo *string `type:"string" json:",omitempty"`

	ProductDescription *string `type:"string" json:",omitempty"`

	ProductIds []*string `type:"list"`

	ProductName *string `type:"string" json:",omitempty"`

	ProductTitle *string `type:"string" json:",omitempty"`

	ProductUrls []*string `type:"list"`

	Prompt *string `type:"string" json:",omitempty"`

	Ratio *string `type:"string" json:",omitempty"`

	Videos []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProjectInput) GoString

func (s CreateProjectInput) GoString() string

GoString returns the string representation

func (*CreateProjectInput) SetCover

SetCover sets the Cover field's value.

func (*CreateProjectInput) SetDuration

func (s *CreateProjectInput) SetDuration(v []*int32) *CreateProjectInput

SetDuration sets the Duration field's value.

func (*CreateProjectInput) SetImages

func (s *CreateProjectInput) SetImages(v []*string) *CreateProjectInput

SetImages sets the Images field's value.

func (*CreateProjectInput) SetLang

SetLang sets the Lang field's value.

func (*CreateProjectInput) SetLlmType

func (s *CreateProjectInput) SetLlmType(v string) *CreateProjectInput

SetLlmType sets the LlmType field's value.

func (*CreateProjectInput) SetMediaIds

func (s *CreateProjectInput) SetMediaIds(v []*string) *CreateProjectInput

SetMediaIds sets the MediaIds field's value.

func (*CreateProjectInput) SetPreviewVideo

func (s *CreateProjectInput) SetPreviewVideo(v string) *CreateProjectInput

SetPreviewVideo sets the PreviewVideo field's value.

func (*CreateProjectInput) SetProductDescription

func (s *CreateProjectInput) SetProductDescription(v string) *CreateProjectInput

SetProductDescription sets the ProductDescription field's value.

func (*CreateProjectInput) SetProductIds

func (s *CreateProjectInput) SetProductIds(v []*string) *CreateProjectInput

SetProductIds sets the ProductIds field's value.

func (*CreateProjectInput) SetProductName

func (s *CreateProjectInput) SetProductName(v string) *CreateProjectInput

SetProductName sets the ProductName field's value.

func (*CreateProjectInput) SetProductTitle

func (s *CreateProjectInput) SetProductTitle(v string) *CreateProjectInput

SetProductTitle sets the ProductTitle field's value.

func (*CreateProjectInput) SetProductUrls

func (s *CreateProjectInput) SetProductUrls(v []*string) *CreateProjectInput

SetProductUrls sets the ProductUrls field's value.

func (*CreateProjectInput) SetPrompt

func (s *CreateProjectInput) SetPrompt(v string) *CreateProjectInput

SetPrompt sets the Prompt field's value.

func (*CreateProjectInput) SetRatio

SetRatio sets the Ratio field's value.

func (*CreateProjectInput) SetVideos

func (s *CreateProjectInput) SetVideos(v []*string) *CreateProjectInput

SetVideos sets the Videos field's value.

func (CreateProjectInput) String

func (s CreateProjectInput) String() string

String returns the string representation

type CreateProjectOutput

type CreateProjectOutput struct {
	Metadata *response.ResponseMetadata

	Blocks []*string `type:"list"`

	CompositionId *string `type:"string" json:",omitempty"`

	ProjectId *string `type:"string" json:",omitempty"`

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

func (CreateProjectOutput) GoString

func (s CreateProjectOutput) GoString() string

GoString returns the string representation

func (*CreateProjectOutput) SetBlocks

func (s *CreateProjectOutput) SetBlocks(v []*string) *CreateProjectOutput

SetBlocks sets the Blocks field's value.

func (*CreateProjectOutput) SetCompositionId

func (s *CreateProjectOutput) SetCompositionId(v string) *CreateProjectOutput

SetCompositionId sets the CompositionId field's value.

func (*CreateProjectOutput) SetProjectId

func (s *CreateProjectOutput) SetProjectId(v string) *CreateProjectOutput

SetProjectId sets the ProjectId field's value.

func (*CreateProjectOutput) SetVideoType

func (s *CreateProjectOutput) SetVideoType(v string) *CreateProjectOutput

SetVideoType sets the VideoType field's value.

func (CreateProjectOutput) String

func (s CreateProjectOutput) String() string

String returns the string representation

type CreateTemplateProjectInput

type CreateTemplateProjectInput struct {
	Lang *string `type:"string" json:",omitempty"`

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

func (CreateTemplateProjectInput) GoString

func (s CreateTemplateProjectInput) GoString() string

GoString returns the string representation

func (*CreateTemplateProjectInput) SetLang

SetLang sets the Lang field's value.

func (*CreateTemplateProjectInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (CreateTemplateProjectInput) String

String returns the string representation

type CreateTemplateProjectOutput

type CreateTemplateProjectOutput struct {
	Metadata *response.ResponseMetadata

	Blocks []*string `type:"list"`

	CompositionId *string `type:"string" json:",omitempty"`

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

func (CreateTemplateProjectOutput) GoString

func (s CreateTemplateProjectOutput) GoString() string

GoString returns the string representation

func (*CreateTemplateProjectOutput) SetBlocks

SetBlocks sets the Blocks field's value.

func (*CreateTemplateProjectOutput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*CreateTemplateProjectOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (CreateTemplateProjectOutput) String

String returns the string representation

type DeleteAllTaskItemInput

type DeleteAllTaskItemInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAllTaskItemInput) GoString

func (s DeleteAllTaskItemInput) GoString() string

GoString returns the string representation

func (*DeleteAllTaskItemInput) SetId

SetId sets the Id field's value.

func (DeleteAllTaskItemInput) String

func (s DeleteAllTaskItemInput) String() string

String returns the string representation

func (*DeleteAllTaskItemInput) Validate

func (s *DeleteAllTaskItemInput) Validate() error

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

type DeleteAllTaskItemOutput

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

func (DeleteAllTaskItemOutput) GoString

func (s DeleteAllTaskItemOutput) GoString() string

GoString returns the string representation

func (DeleteAllTaskItemOutput) String

func (s DeleteAllTaskItemOutput) String() string

String returns the string representation

type DeleteApiKeyInput

type DeleteApiKeyInput struct {
	ApiKeyId *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteApiKeyInput) GoString

func (s DeleteApiKeyInput) GoString() string

GoString returns the string representation

func (*DeleteApiKeyInput) SetApiKeyId

func (s *DeleteApiKeyInput) SetApiKeyId(v int32) *DeleteApiKeyInput

SetApiKeyId sets the ApiKeyId field's value.

func (DeleteApiKeyInput) String

func (s DeleteApiKeyInput) String() string

String returns the string representation

type DeleteApiKeyOutput

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

func (DeleteApiKeyOutput) GoString

func (s DeleteApiKeyOutput) GoString() string

GoString returns the string representation

func (DeleteApiKeyOutput) String

func (s DeleteApiKeyOutput) String() string

String returns the string representation

type DeleteTaskItemInput

type DeleteTaskItemInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteTaskItemInput) GoString

func (s DeleteTaskItemInput) GoString() string

GoString returns the string representation

func (*DeleteTaskItemInput) SetId

SetId sets the Id field's value.

func (DeleteTaskItemInput) String

func (s DeleteTaskItemInput) String() string

String returns the string representation

type DeleteTaskItemOutput

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

func (DeleteTaskItemOutput) GoString

func (s DeleteTaskItemOutput) GoString() string

GoString returns the string representation

func (DeleteTaskItemOutput) String

func (s DeleteTaskItemOutput) String() string

String returns the string representation

type DownloadAssetInput

type DownloadAssetInput struct {
	MediaId *string `type:"string" json:",omitempty"`

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

func (DownloadAssetInput) GoString

func (s DownloadAssetInput) GoString() string

GoString returns the string representation

func (*DownloadAssetInput) SetMediaId

func (s *DownloadAssetInput) SetMediaId(v string) *DownloadAssetInput

SetMediaId sets the MediaId field's value.

func (*DownloadAssetInput) SetWatermark

func (s *DownloadAssetInput) SetWatermark(v bool) *DownloadAssetInput

SetWatermark sets the Watermark field's value.

func (DownloadAssetInput) String

func (s DownloadAssetInput) String() string

String returns the string representation

type DownloadAssetOutput

type DownloadAssetOutput struct {
	Metadata *response.ResponseMetadata

	DownloadUrl *string `type:"string" json:",omitempty"`

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

func (DownloadAssetOutput) GoString

func (s DownloadAssetOutput) GoString() string

GoString returns the string representation

func (*DownloadAssetOutput) SetDownloadUrl

func (s *DownloadAssetOutput) SetDownloadUrl(v string) *DownloadAssetOutput

SetDownloadUrl sets the DownloadUrl field's value.

func (*DownloadAssetOutput) SetProcessingTaskId

func (s *DownloadAssetOutput) SetProcessingTaskId(v string) *DownloadAssetOutput

SetProcessingTaskId sets the ProcessingTaskId field's value.

func (DownloadAssetOutput) String

func (s DownloadAssetOutput) String() string

String returns the string representation

type ExportEditorVideoInput

type ExportEditorVideoInput struct {
	Crf *int32 `type:"int32" json:",omitempty"`

	DraftId *string `type:"string" json:",omitempty"`

	Duration *int32 `type:"int32" json:",omitempty"`

	Fps *int32 `type:"int32" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	Watermark *bool `type:"boolean" json:",omitempty"`

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

func (ExportEditorVideoInput) GoString

func (s ExportEditorVideoInput) GoString() string

GoString returns the string representation

func (*ExportEditorVideoInput) SetCrf

SetCrf sets the Crf field's value.

func (*ExportEditorVideoInput) SetDraftId

SetDraftId sets the DraftId field's value.

func (*ExportEditorVideoInput) SetDuration

SetDuration sets the Duration field's value.

func (*ExportEditorVideoInput) SetFps

SetFps sets the Fps field's value.

func (*ExportEditorVideoInput) SetHeight

SetHeight sets the Height field's value.

func (*ExportEditorVideoInput) SetWatermark

SetWatermark sets the Watermark field's value.

func (*ExportEditorVideoInput) SetWidth

SetWidth sets the Width field's value.

func (ExportEditorVideoInput) String

func (s ExportEditorVideoInput) String() string

String returns the string representation

type ExportEditorVideoOutput

type ExportEditorVideoOutput struct {
	Metadata *response.ResponseMetadata

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

func (ExportEditorVideoOutput) GoString

func (s ExportEditorVideoOutput) GoString() string

GoString returns the string representation

func (*ExportEditorVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (ExportEditorVideoOutput) String

func (s ExportEditorVideoOutput) String() string

String returns the string representation

type ExportVideoInput

type ExportVideoInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

func (ExportVideoInput) GoString

func (s ExportVideoInput) GoString() string

GoString returns the string representation

func (*ExportVideoInput) SetCompositionId

func (s *ExportVideoInput) SetCompositionId(v string) *ExportVideoInput

SetCompositionId sets the CompositionId field's value.

func (*ExportVideoInput) SetDraftIndex

func (s *ExportVideoInput) SetDraftIndex(v int32) *ExportVideoInput

SetDraftIndex sets the DraftIndex field's value.

func (ExportVideoInput) String

func (s ExportVideoInput) String() string

String returns the string representation

type ExportVideoOutput

type ExportVideoOutput struct {
	Metadata *response.ResponseMetadata

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

func (ExportVideoOutput) GoString

func (s ExportVideoOutput) GoString() string

GoString returns the string representation

func (*ExportVideoOutput) SetTaskId

func (s *ExportVideoOutput) SetTaskId(v string) *ExportVideoOutput

SetTaskId sets the TaskId field's value.

func (ExportVideoOutput) String

func (s ExportVideoOutput) String() string

String returns the string representation

type GenAdVariationsAnalysisInput

type GenAdVariationsAnalysisInput struct {

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

func (GenAdVariationsAnalysisInput) GoString

func (s GenAdVariationsAnalysisInput) GoString() string

GoString returns the string representation

func (*GenAdVariationsAnalysisInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (GenAdVariationsAnalysisInput) String

String returns the string representation

func (*GenAdVariationsAnalysisInput) Validate

func (s *GenAdVariationsAnalysisInput) Validate() error

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

type GenAdVariationsAnalysisOutput

type GenAdVariationsAnalysisOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenAdVariationsAnalysisOutput) GoString

GoString returns the string representation

func (*GenAdVariationsAnalysisOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenAdVariationsAnalysisOutput) String

String returns the string representation

type GenAdVariationsVideoInput

type GenAdVariationsVideoInput struct {

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

func (GenAdVariationsVideoInput) GoString

func (s GenAdVariationsVideoInput) GoString() string

GoString returns the string representation

func (*GenAdVariationsVideoInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (GenAdVariationsVideoInput) String

func (s GenAdVariationsVideoInput) String() string

String returns the string representation

func (*GenAdVariationsVideoInput) Validate

func (s *GenAdVariationsVideoInput) Validate() error

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

type GenAdVariationsVideoOutput

type GenAdVariationsVideoOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenAdVariationsVideoOutput) GoString

func (s GenAdVariationsVideoOutput) GoString() string

GoString returns the string representation

func (*GenAdVariationsVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenAdVariationsVideoOutput) String

String returns the string representation

type GenBgmByProductInput

type GenBgmByProductInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenBgmByProductInput) GoString

func (s GenBgmByProductInput) GoString() string

GoString returns the string representation

func (*GenBgmByProductInput) SetCompositionId

func (s *GenBgmByProductInput) SetCompositionId(v string) *GenBgmByProductInput

SetCompositionId sets the CompositionId field's value.

func (*GenBgmByProductInput) SetLang

SetLang sets the Lang field's value.

func (*GenBgmByProductInput) SetSceneId

SetSceneId sets the SceneId field's value.

func (GenBgmByProductInput) String

func (s GenBgmByProductInput) String() string

String returns the string representation

type GenBgmByProductOutput

type GenBgmByProductOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenBgmByProductOutput) GoString

func (s GenBgmByProductOutput) GoString() string

GoString returns the string representation

func (*GenBgmByProductOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenBgmByProductOutput) String

func (s GenBgmByProductOutput) String() string

String returns the string representation

type GenBgmByVideoInput

type GenBgmByVideoInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenBgmByVideoInput) GoString

func (s GenBgmByVideoInput) GoString() string

GoString returns the string representation

func (*GenBgmByVideoInput) SetCompositionId

func (s *GenBgmByVideoInput) SetCompositionId(v string) *GenBgmByVideoInput

SetCompositionId sets the CompositionId field's value.

func (*GenBgmByVideoInput) SetLang

SetLang sets the Lang field's value.

func (*GenBgmByVideoInput) SetSceneId

func (s *GenBgmByVideoInput) SetSceneId(v string) *GenBgmByVideoInput

SetSceneId sets the SceneId field's value.

func (GenBgmByVideoInput) String

func (s GenBgmByVideoInput) String() string

String returns the string representation

type GenBgmByVideoOutput

type GenBgmByVideoOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenBgmByVideoOutput) GoString

func (s GenBgmByVideoOutput) GoString() string

GoString returns the string representation

func (*GenBgmByVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenBgmByVideoOutput) String

func (s GenBgmByVideoOutput) String() string

String returns the string representation

type GenMainVideoInput

type GenMainVideoInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenMainVideoInput) GoString

func (s GenMainVideoInput) GoString() string

GoString returns the string representation

func (*GenMainVideoInput) SetCompositionId

func (s *GenMainVideoInput) SetCompositionId(v string) *GenMainVideoInput

SetCompositionId sets the CompositionId field's value.

func (*GenMainVideoInput) SetLang

SetLang sets the Lang field's value.

func (*GenMainVideoInput) SetSceneId

func (s *GenMainVideoInput) SetSceneId(v string) *GenMainVideoInput

SetSceneId sets the SceneId field's value.

func (GenMainVideoInput) String

func (s GenMainVideoInput) String() string

String returns the string representation

type GenMainVideoOutput

type GenMainVideoOutput struct {
	Metadata *response.ResponseMetadata

	NewBlocks []*string `type:"list"`

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

func (GenMainVideoOutput) GoString

func (s GenMainVideoOutput) GoString() string

GoString returns the string representation

func (*GenMainVideoOutput) SetNewBlocks

func (s *GenMainVideoOutput) SetNewBlocks(v []*string) *GenMainVideoOutput

SetNewBlocks sets the NewBlocks field's value.

func (*GenMainVideoOutput) SetTaskId

func (s *GenMainVideoOutput) SetTaskId(v string) *GenMainVideoOutput

SetTaskId sets the TaskId field's value.

func (GenMainVideoOutput) String

func (s GenMainVideoOutput) String() string

String returns the string representation

type GenPicByPromptInput

type GenPicByPromptInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenPicByPromptInput) GoString

func (s GenPicByPromptInput) GoString() string

GoString returns the string representation

func (*GenPicByPromptInput) SetCompositionId

func (s *GenPicByPromptInput) SetCompositionId(v string) *GenPicByPromptInput

SetCompositionId sets the CompositionId field's value.

func (*GenPicByPromptInput) SetLang

SetLang sets the Lang field's value.

func (*GenPicByPromptInput) SetSceneId

SetSceneId sets the SceneId field's value.

func (GenPicByPromptInput) String

func (s GenPicByPromptInput) String() string

String returns the string representation

type GenPicByPromptOutput

type GenPicByPromptOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenPicByPromptOutput) GoString

func (s GenPicByPromptOutput) GoString() string

GoString returns the string representation

func (*GenPicByPromptOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenPicByPromptOutput) String

func (s GenPicByPromptOutput) String() string

String returns the string representation

type GenPicsVideoByStoryInput

type GenPicsVideoByStoryInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenPicsVideoByStoryInput) GoString

func (s GenPicsVideoByStoryInput) GoString() string

GoString returns the string representation

func (*GenPicsVideoByStoryInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*GenPicsVideoByStoryInput) SetLang

SetLang sets the Lang field's value.

func (*GenPicsVideoByStoryInput) SetSceneId

SetSceneId sets the SceneId field's value.

func (GenPicsVideoByStoryInput) String

func (s GenPicsVideoByStoryInput) String() string

String returns the string representation

type GenPicsVideoByStoryOutput

type GenPicsVideoByStoryOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenPicsVideoByStoryOutput) GoString

func (s GenPicsVideoByStoryOutput) GoString() string

GoString returns the string representation

func (*GenPicsVideoByStoryOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenPicsVideoByStoryOutput) String

func (s GenPicsVideoByStoryOutput) String() string

String returns the string representation

type GenProductIntroCreativeInput

type GenProductIntroCreativeInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

func (GenProductIntroCreativeInput) GoString

func (s GenProductIntroCreativeInput) GoString() string

GoString returns the string representation

func (*GenProductIntroCreativeInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*GenProductIntroCreativeInput) SetLang

SetLang sets the Lang field's value.

func (GenProductIntroCreativeInput) String

String returns the string representation

type GenProductIntroCreativeOutput

type GenProductIntroCreativeOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenProductIntroCreativeOutput) GoString

GoString returns the string representation

func (*GenProductIntroCreativeOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenProductIntroCreativeOutput) String

String returns the string representation

type GenProductIntroScriptInput

type GenProductIntroScriptInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

	ScriptIndexList []*int32 `type:"list"`
	// contains filtered or unexported fields
}

func (GenProductIntroScriptInput) GoString

func (s GenProductIntroScriptInput) GoString() string

GoString returns the string representation

func (*GenProductIntroScriptInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*GenProductIntroScriptInput) SetScriptIndexList

func (s *GenProductIntroScriptInput) SetScriptIndexList(v []*int32) *GenProductIntroScriptInput

SetScriptIndexList sets the ScriptIndexList field's value.

func (GenProductIntroScriptInput) String

String returns the string representation

type GenProductIntroScriptOutput

type GenProductIntroScriptOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenProductIntroScriptOutput) GoString

func (s GenProductIntroScriptOutput) GoString() string

GoString returns the string representation

func (*GenProductIntroScriptOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenProductIntroScriptOutput) String

String returns the string representation

type GenProductIntroVideoInput

type GenProductIntroVideoInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

func (GenProductIntroVideoInput) GoString

func (s GenProductIntroVideoInput) GoString() string

GoString returns the string representation

func (*GenProductIntroVideoInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*GenProductIntroVideoInput) SetLang

SetLang sets the Lang field's value.

func (GenProductIntroVideoInput) String

func (s GenProductIntroVideoInput) String() string

String returns the string representation

type GenProductIntroVideoOutput

type GenProductIntroVideoOutput struct {
	Metadata *response.ResponseMetadata

	NewBlocks []*string `type:"list"`

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

func (GenProductIntroVideoOutput) GoString

func (s GenProductIntroVideoOutput) GoString() string

GoString returns the string representation

func (*GenProductIntroVideoOutput) SetNewBlocks

SetNewBlocks sets the NewBlocks field's value.

func (*GenProductIntroVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenProductIntroVideoOutput) String

String returns the string representation

type GenProductStoryboardOutlineInput

type GenProductStoryboardOutlineInput struct {
	BlockId *string `type:"string" json:",omitempty"`

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

func (GenProductStoryboardOutlineInput) GoString

GoString returns the string representation

func (*GenProductStoryboardOutlineInput) SetBlockId

SetBlockId sets the BlockId field's value.

func (*GenProductStoryboardOutlineInput) SetLang

SetLang sets the Lang field's value.

func (GenProductStoryboardOutlineInput) String

String returns the string representation

type GenProductStoryboardOutlineOutput

type GenProductStoryboardOutlineOutput struct {
	Metadata *response.ResponseMetadata

	TaskId *string `type:"string" json:",omitempty"`

	UpdateBlocks []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GenProductStoryboardOutlineOutput) GoString

GoString returns the string representation

func (*GenProductStoryboardOutlineOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*GenProductStoryboardOutlineOutput) SetUpdateBlocks

SetUpdateBlocks sets the UpdateBlocks field's value.

func (GenProductStoryboardOutlineOutput) String

String returns the string representation

type GenProductStoryboardVideoInput

type GenProductStoryboardVideoInput struct {
	BlockId *string `type:"string" json:",omitempty"`

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

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

func (GenProductStoryboardVideoInput) GoString

GoString returns the string representation

func (*GenProductStoryboardVideoInput) SetBlockId

SetBlockId sets the BlockId field's value.

func (*GenProductStoryboardVideoInput) SetLang

SetLang sets the Lang field's value.

func (*GenProductStoryboardVideoInput) SetSelectedId

SetSelectedId sets the SelectedId field's value.

func (GenProductStoryboardVideoInput) String

String returns the string representation

type GenProductStoryboardVideoOutput

type GenProductStoryboardVideoOutput struct {
	Metadata *response.ResponseMetadata

	NewBlocks []*string `type:"list"`

	TaskId *string `type:"string" json:",omitempty"`

	UpdateBlocks []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GenProductStoryboardVideoOutput) GoString

GoString returns the string representation

func (*GenProductStoryboardVideoOutput) SetNewBlocks

SetNewBlocks sets the NewBlocks field's value.

func (*GenProductStoryboardVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*GenProductStoryboardVideoOutput) SetUpdateBlocks

SetUpdateBlocks sets the UpdateBlocks field's value.

func (GenProductStoryboardVideoOutput) String

String returns the string representation

type GenStoryByPromptInput

type GenStoryByPromptInput struct {
	CompositionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GenStoryByPromptInput) GoString

func (s GenStoryByPromptInput) GoString() string

GoString returns the string representation

func (*GenStoryByPromptInput) SetCompositionId

func (s *GenStoryByPromptInput) SetCompositionId(v string) *GenStoryByPromptInput

SetCompositionId sets the CompositionId field's value.

func (GenStoryByPromptInput) String

func (s GenStoryByPromptInput) String() string

String returns the string representation

type GenStoryByPromptOutput

type GenStoryByPromptOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenStoryByPromptOutput) GoString

func (s GenStoryByPromptOutput) GoString() string

GoString returns the string representation

func (*GenStoryByPromptOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenStoryByPromptOutput) String

func (s GenStoryByPromptOutput) String() string

String returns the string representation

type GenTemplateScriptInput

type GenTemplateScriptInput struct {
	BlockId *string `type:"string" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

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

func (GenTemplateScriptInput) GoString

func (s GenTemplateScriptInput) GoString() string

GoString returns the string representation

func (*GenTemplateScriptInput) SetBlockId

SetBlockId sets the BlockId field's value.

func (*GenTemplateScriptInput) SetKey

SetKey sets the Key field's value.

func (*GenTemplateScriptInput) SetRiverProtocol

func (s *GenTemplateScriptInput) SetRiverProtocol(v string) *GenTemplateScriptInput

SetRiverProtocol sets the RiverProtocol field's value.

func (GenTemplateScriptInput) String

func (s GenTemplateScriptInput) String() string

String returns the string representation

type GenTemplateScriptOutput

type GenTemplateScriptOutput struct {
	Metadata *response.ResponseMetadata

	Key *string `type:"string" json:",omitempty"`

	RepeatTask *bool `type:"boolean" json:",omitempty"`

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

func (GenTemplateScriptOutput) GoString

func (s GenTemplateScriptOutput) GoString() string

GoString returns the string representation

func (*GenTemplateScriptOutput) SetKey

SetKey sets the Key field's value.

func (*GenTemplateScriptOutput) SetRepeatTask

SetRepeatTask sets the RepeatTask field's value.

func (*GenTemplateScriptOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenTemplateScriptOutput) String

func (s GenTemplateScriptOutput) String() string

String returns the string representation

type GenTemplateVideoInput

type GenTemplateVideoInput struct {
	BlockId *string `type:"string" json:",omitempty"`

	CompositionId *string `type:"string" json:",omitempty"`

	FormValue *string `type:"string" json:",omitempty"`

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

func (GenTemplateVideoInput) GoString

func (s GenTemplateVideoInput) GoString() string

GoString returns the string representation

func (*GenTemplateVideoInput) SetBlockId

SetBlockId sets the BlockId field's value.

func (*GenTemplateVideoInput) SetCompositionId

func (s *GenTemplateVideoInput) SetCompositionId(v string) *GenTemplateVideoInput

SetCompositionId sets the CompositionId field's value.

func (*GenTemplateVideoInput) SetFormValue

SetFormValue sets the FormValue field's value.

func (*GenTemplateVideoInput) SetLang

SetLang sets the Lang field's value.

func (GenTemplateVideoInput) String

func (s GenTemplateVideoInput) String() string

String returns the string representation

type GenTemplateVideoOutput

type GenTemplateVideoOutput struct {
	Metadata *response.ResponseMetadata

	NewBlocks []*string `type:"list"`

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

func (GenTemplateVideoOutput) GoString

func (s GenTemplateVideoOutput) GoString() string

GoString returns the string representation

func (*GenTemplateVideoOutput) SetNewBlocks

func (s *GenTemplateVideoOutput) SetNewBlocks(v []*string) *GenTemplateVideoOutput

SetNewBlocks sets the NewBlocks field's value.

func (*GenTemplateVideoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenTemplateVideoOutput) String

func (s GenTemplateVideoOutput) String() string

String returns the string representation

type GenVideoByPromptInput

type GenVideoByPromptInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

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

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

func (GenVideoByPromptInput) GoString

func (s GenVideoByPromptInput) GoString() string

GoString returns the string representation

func (*GenVideoByPromptInput) SetCompositionId

func (s *GenVideoByPromptInput) SetCompositionId(v string) *GenVideoByPromptInput

SetCompositionId sets the CompositionId field's value.

func (*GenVideoByPromptInput) SetLang

SetLang sets the Lang field's value.

func (*GenVideoByPromptInput) SetSceneId

SetSceneId sets the SceneId field's value.

func (GenVideoByPromptInput) String

func (s GenVideoByPromptInput) String() string

String returns the string representation

type GenVideoByPromptOutput

type GenVideoByPromptOutput struct {
	Metadata *response.ResponseMetadata

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

func (GenVideoByPromptOutput) GoString

func (s GenVideoByPromptOutput) GoString() string

GoString returns the string representation

func (*GenVideoByPromptOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GenVideoByPromptOutput) String

func (s GenVideoByPromptOutput) String() string

String returns the string representation

type GetAiTemplateTaskStatusInput

type GetAiTemplateTaskStatusInput struct {
	TaskId []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAiTemplateTaskStatusInput) GoString

func (s GetAiTemplateTaskStatusInput) GoString() string

GoString returns the string representation

func (*GetAiTemplateTaskStatusInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GetAiTemplateTaskStatusInput) String

String returns the string representation

type GetAiTemplateTaskStatusOutput

type GetAiTemplateTaskStatusOutput struct {
	Metadata *response.ResponseMetadata

	TaskResult []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAiTemplateTaskStatusOutput) GoString

GoString returns the string representation

func (*GetAiTemplateTaskStatusOutput) SetTaskResult

SetTaskResult sets the TaskResult field's value.

func (GetAiTemplateTaskStatusOutput) String

String returns the string representation

type GetAiTemplateTemplateInfoInput

type GetAiTemplateTemplateInfoInput struct {
	TemplateIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAiTemplateTemplateInfoInput) GoString

GoString returns the string representation

func (*GetAiTemplateTemplateInfoInput) SetTemplateIds

SetTemplateIds sets the TemplateIds field's value.

func (GetAiTemplateTemplateInfoInput) String

String returns the string representation

type GetAiTemplateTemplateInfoOutput

type GetAiTemplateTemplateInfoOutput struct {
	Metadata *response.ResponseMetadata

	TemplateInfos []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAiTemplateTemplateInfoOutput) GoString

GoString returns the string representation

func (*GetAiTemplateTemplateInfoOutput) SetTemplateInfos

SetTemplateInfos sets the TemplateInfos field's value.

func (GetAiTemplateTemplateInfoOutput) String

String returns the string representation

type GetAvatarInput

type GetAvatarInput struct {
	AvatarIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAvatarInput) GoString

func (s GetAvatarInput) GoString() string

GoString returns the string representation

func (*GetAvatarInput) SetAvatarIds

func (s *GetAvatarInput) SetAvatarIds(v []*string) *GetAvatarInput

SetAvatarIds sets the AvatarIds field's value.

func (GetAvatarInput) String

func (s GetAvatarInput) String() string

String returns the string representation

type GetAvatarOutput

type GetAvatarOutput struct {
	Metadata *response.ResponseMetadata

	Avatars []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetAvatarOutput) GoString

func (s GetAvatarOutput) GoString() string

GoString returns the string representation

func (*GetAvatarOutput) SetAvatars

func (s *GetAvatarOutput) SetAvatars(v []*string) *GetAvatarOutput

SetAvatars sets the Avatars field's value.

func (GetAvatarOutput) String

func (s GetAvatarOutput) String() string

String returns the string representation

type GetBlockDetailInput

type GetBlockDetailInput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (GetBlockDetailInput) GoString

func (s GetBlockDetailInput) GoString() string

GoString returns the string representation

func (*GetBlockDetailInput) SetId

SetId sets the Id field's value.

func (*GetBlockDetailInput) SetLang

SetLang sets the Lang field's value.

func (GetBlockDetailInput) String

func (s GetBlockDetailInput) String() string

String returns the string representation

type GetBlockDetailOutput

type GetBlockDetailOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetBlockDetailOutput) GoString

func (s GetBlockDetailOutput) GoString() string

GoString returns the string representation

func (*GetBlockDetailOutput) SetBlock

SetBlock sets the Block field's value.

func (GetBlockDetailOutput) String

func (s GetBlockDetailOutput) String() string

String returns the string representation

type GetBlockInput

type GetBlockInput struct {

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

func (GetBlockInput) GoString

func (s GetBlockInput) GoString() string

GoString returns the string representation

func (*GetBlockInput) SetId

func (s *GetBlockInput) SetId(v string) *GetBlockInput

SetId sets the Id field's value.

func (GetBlockInput) String

func (s GetBlockInput) String() string

String returns the string representation

func (*GetBlockInput) Validate

func (s *GetBlockInput) Validate() error

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

type GetBlockOutput

type GetBlockOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetBlockOutput) GoString

func (s GetBlockOutput) GoString() string

GoString returns the string representation

func (*GetBlockOutput) SetType

func (s *GetBlockOutput) SetType(v int32) *GetBlockOutput

SetType sets the Type field's value.

func (GetBlockOutput) String

func (s GetBlockOutput) String() string

String returns the string representation

type GetCategoryDetailInput

type GetCategoryDetailInput struct {
	BizId *string `type:"string" json:",omitempty"`

	CategoryCode *string `type:"string" json:",omitempty"`

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

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

func (GetCategoryDetailInput) GoString

func (s GetCategoryDetailInput) GoString() string

GoString returns the string representation

func (*GetCategoryDetailInput) SetBizId

SetBizId sets the BizId field's value.

func (*GetCategoryDetailInput) SetCategoryCode

func (s *GetCategoryDetailInput) SetCategoryCode(v string) *GetCategoryDetailInput

SetCategoryCode sets the CategoryCode field's value.

func (*GetCategoryDetailInput) SetLang

SetLang sets the Lang field's value.

func (*GetCategoryDetailInput) SetPanelId

SetPanelId sets the PanelId field's value.

func (GetCategoryDetailInput) String

func (s GetCategoryDetailInput) String() string

String returns the string representation

type GetCategoryDetailOutput

type GetCategoryDetailOutput struct {
	Metadata *response.ResponseMetadata

	CategoryDetails []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetCategoryDetailOutput) GoString

func (s GetCategoryDetailOutput) GoString() string

GoString returns the string representation

func (*GetCategoryDetailOutput) SetCategoryDetails

func (s *GetCategoryDetailOutput) SetCategoryDetails(v []*string) *GetCategoryDetailOutput

SetCategoryDetails sets the CategoryDetails field's value.

func (GetCategoryDetailOutput) String

func (s GetCategoryDetailOutput) String() string

String returns the string representation

type GetComboBalanceInput

type GetComboBalanceInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetComboBalanceInput) GoString

func (s GetComboBalanceInput) GoString() string

GoString returns the string representation

func (*GetComboBalanceInput) SetId

SetId sets the Id field's value.

func (GetComboBalanceInput) String

func (s GetComboBalanceInput) String() string

String returns the string representation

func (*GetComboBalanceInput) Validate

func (s *GetComboBalanceInput) Validate() error

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

type GetComboBalanceOutput

type GetComboBalanceOutput struct {
	Metadata *response.ResponseMetadata

	BalanceItems []*string `type:"list"`

	ComboWithBalanceItems []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetComboBalanceOutput) GoString

func (s GetComboBalanceOutput) GoString() string

GoString returns the string representation

func (*GetComboBalanceOutput) SetBalanceItems

func (s *GetComboBalanceOutput) SetBalanceItems(v []*string) *GetComboBalanceOutput

SetBalanceItems sets the BalanceItems field's value.

func (*GetComboBalanceOutput) SetComboWithBalanceItems

func (s *GetComboBalanceOutput) SetComboWithBalanceItems(v []*string) *GetComboBalanceOutput

SetComboWithBalanceItems sets the ComboWithBalanceItems field's value.

func (GetComboBalanceOutput) String

func (s GetComboBalanceOutput) String() string

String returns the string representation

type GetCompositionInput

type GetCompositionInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetCompositionInput) GoString

func (s GetCompositionInput) GoString() string

GoString returns the string representation

func (*GetCompositionInput) SetId

SetId sets the Id field's value.

func (GetCompositionInput) String

func (s GetCompositionInput) String() string

String returns the string representation

type GetCompositionOutput

type GetCompositionOutput struct {
	Metadata *response.ResponseMetadata

	CompositionParam *string `type:"string" json:",omitempty"`

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

	CreateTime *int64 `type:"int64" json:",omitempty"`

	RunningTaskIds []*string `type:"list"`

	UpdateExportVideos *string `type:"string" json:",omitempty"`

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

func (GetCompositionOutput) GoString

func (s GetCompositionOutput) GoString() string

GoString returns the string representation

func (*GetCompositionOutput) SetCompositionParam

func (s *GetCompositionOutput) SetCompositionParam(v string) *GetCompositionOutput

SetCompositionParam sets the CompositionParam field's value.

func (*GetCompositionOutput) SetContent

SetContent sets the Content field's value.

func (*GetCompositionOutput) SetCreateTime

func (s *GetCompositionOutput) SetCreateTime(v int64) *GetCompositionOutput

SetCreateTime sets the CreateTime field's value.

func (*GetCompositionOutput) SetRunningTaskIds

func (s *GetCompositionOutput) SetRunningTaskIds(v []*string) *GetCompositionOutput

SetRunningTaskIds sets the RunningTaskIds field's value.

func (*GetCompositionOutput) SetUpdateExportVideos

func (s *GetCompositionOutput) SetUpdateExportVideos(v string) *GetCompositionOutput

SetUpdateExportVideos sets the UpdateExportVideos field's value.

func (*GetCompositionOutput) SetUpdateTime

func (s *GetCompositionOutput) SetUpdateTime(v int64) *GetCompositionOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetCompositionOutput) String

func (s GetCompositionOutput) String() string

String returns the string representation

type GetCreateCostInput

type GetCreateCostInput struct {
	Resources []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetCreateCostInput) GoString

func (s GetCreateCostInput) GoString() string

GoString returns the string representation

func (*GetCreateCostInput) SetResources

func (s *GetCreateCostInput) SetResources(v []*string) *GetCreateCostInput

SetResources sets the Resources field's value.

func (GetCreateCostInput) String

func (s GetCreateCostInput) String() string

String returns the string representation

type GetCreateCostOutput

type GetCreateCostOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetCreateCostOutput) GoString

func (s GetCreateCostOutput) GoString() string

GoString returns the string representation

func (*GetCreateCostOutput) SetType

SetType sets the Type field's value.

func (GetCreateCostOutput) String

func (s GetCreateCostOutput) String() string

String returns the string representation

type GetCreatorInfoInput

type GetCreatorInfoInput struct {
	AccountIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetCreatorInfoInput) GoString

func (s GetCreatorInfoInput) GoString() string

GoString returns the string representation

func (*GetCreatorInfoInput) SetAccountIds

func (s *GetCreatorInfoInput) SetAccountIds(v []*string) *GetCreatorInfoInput

SetAccountIds sets the AccountIds field's value.

func (GetCreatorInfoInput) String

func (s GetCreatorInfoInput) String() string

String returns the string representation

type GetCreatorInfoOutput

type GetCreatorInfoOutput struct {
	Metadata *response.ResponseMetadata

	Info []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetCreatorInfoOutput) GoString

func (s GetCreatorInfoOutput) GoString() string

GoString returns the string representation

func (*GetCreatorInfoOutput) SetInfo

SetInfo sets the Info field's value.

func (GetCreatorInfoOutput) String

func (s GetCreatorInfoOutput) String() string

String returns the string representation

type GetDraftInput

type GetDraftInput struct {
	DraftIds []*int64 `type:"list"`
	// contains filtered or unexported fields
}

func (GetDraftInput) GoString

func (s GetDraftInput) GoString() string

GoString returns the string representation

func (*GetDraftInput) SetDraftIds

func (s *GetDraftInput) SetDraftIds(v []*int64) *GetDraftInput

SetDraftIds sets the DraftIds field's value.

func (GetDraftInput) String

func (s GetDraftInput) String() string

String returns the string representation

type GetDraftOutput

type GetDraftOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetDraftOutput) GoString

func (s GetDraftOutput) GoString() string

GoString returns the string representation

func (*GetDraftOutput) SetMediaId

func (s *GetDraftOutput) SetMediaId(v int64) *GetDraftOutput

SetMediaId sets the MediaId field's value.

func (GetDraftOutput) String

func (s GetDraftOutput) String() string

String returns the string representation

type GetFilmDetailInput

type GetFilmDetailInput struct {
	FilmIds []*string `type:"list"`

	NeedPubPlatformInfo *bool `type:"boolean" json:",omitempty"`

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

func (GetFilmDetailInput) GoString

func (s GetFilmDetailInput) GoString() string

GoString returns the string representation

func (*GetFilmDetailInput) SetFilmIds

func (s *GetFilmDetailInput) SetFilmIds(v []*string) *GetFilmDetailInput

SetFilmIds sets the FilmIds field's value.

func (*GetFilmDetailInput) SetNeedPubPlatformInfo

func (s *GetFilmDetailInput) SetNeedPubPlatformInfo(v bool) *GetFilmDetailInput

SetNeedPubPlatformInfo sets the NeedPubPlatformInfo field's value.

func (*GetFilmDetailInput) SetUserDefinedCategoryType

func (s *GetFilmDetailInput) SetUserDefinedCategoryType(v int32) *GetFilmDetailInput

SetUserDefinedCategoryType sets the UserDefinedCategoryType field's value.

func (GetFilmDetailInput) String

func (s GetFilmDetailInput) String() string

String returns the string representation

type GetFilmDetailOutput

type GetFilmDetailOutput struct {
	Metadata *response.ResponseMetadata

	Films []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetFilmDetailOutput) GoString

func (s GetFilmDetailOutput) GoString() string

GoString returns the string representation

func (*GetFilmDetailOutput) SetFilms

func (s *GetFilmDetailOutput) SetFilms(v []*string) *GetFilmDetailOutput

SetFilms sets the Films field's value.

func (GetFilmDetailOutput) String

func (s GetFilmDetailOutput) String() string

String returns the string representation

type GetGeniusProjectInput

type GetGeniusProjectInput struct {

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

func (GetGeniusProjectInput) GoString

func (s GetGeniusProjectInput) GoString() string

GoString returns the string representation

func (*GetGeniusProjectInput) SetPageNum

SetPageNum sets the PageNum field's value.

func (GetGeniusProjectInput) String

func (s GetGeniusProjectInput) String() string

String returns the string representation

func (*GetGeniusProjectInput) Validate

func (s *GetGeniusProjectInput) Validate() error

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

type GetGeniusProjectOutput

type GetGeniusProjectOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetGeniusProjectOutput) GoString

func (s GetGeniusProjectOutput) GoString() string

GoString returns the string representation

func (*GetGeniusProjectOutput) SetType

SetType sets the Type field's value.

func (GetGeniusProjectOutput) String

func (s GetGeniusProjectOutput) String() string

String returns the string representation

type GetGeniusTemplateInput

type GetGeniusTemplateInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetGeniusTemplateInput) GoString

func (s GetGeniusTemplateInput) GoString() string

GoString returns the string representation

func (*GetGeniusTemplateInput) SetId

SetId sets the Id field's value.

func (GetGeniusTemplateInput) String

func (s GetGeniusTemplateInput) String() string

String returns the string representation

type GetGeniusTemplateOutput

type GetGeniusTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetGeniusTemplateOutput) GoString

func (s GetGeniusTemplateOutput) GoString() string

GoString returns the string representation

func (*GetGeniusTemplateOutput) SetTemplate

SetTemplate sets the Template field's value.

func (GetGeniusTemplateOutput) String

func (s GetGeniusTemplateOutput) String() string

String returns the string representation

type GetHomeBootstrap2Input

type GetHomeBootstrap2Input struct {
	Include []*string `type:"list"`

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

func (GetHomeBootstrap2Input) GoString

func (s GetHomeBootstrap2Input) GoString() string

GoString returns the string representation

func (*GetHomeBootstrap2Input) SetInclude

SetInclude sets the Include field's value.

func (*GetHomeBootstrap2Input) SetLang

SetLang sets the Lang field's value.

func (GetHomeBootstrap2Input) String

func (s GetHomeBootstrap2Input) String() string

String returns the string representation

type GetHomeBootstrap2Output

type GetHomeBootstrap2Output struct {
	Metadata *response.ResponseMetadata

	ComboStatus *string `type:"string" json:",omitempty"`

	HasInstance *bool `type:"boolean" json:",omitempty"`

	NotifyMessage *string `type:"string" json:",omitempty"`

	Options *string `type:"string" json:",omitempty"`

	User *string `type:"string" json:",omitempty"`

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

func (GetHomeBootstrap2Output) GoString

func (s GetHomeBootstrap2Output) GoString() string

GoString returns the string representation

func (*GetHomeBootstrap2Output) SetComboStatus

SetComboStatus sets the ComboStatus field's value.

func (*GetHomeBootstrap2Output) SetHasInstance

SetHasInstance sets the HasInstance field's value.

func (*GetHomeBootstrap2Output) SetNotifyMessage

func (s *GetHomeBootstrap2Output) SetNotifyMessage(v string) *GetHomeBootstrap2Output

SetNotifyMessage sets the NotifyMessage field's value.

func (*GetHomeBootstrap2Output) SetOptions

SetOptions sets the Options field's value.

func (*GetHomeBootstrap2Output) SetUser

SetUser sets the User field's value.

func (*GetHomeBootstrap2Output) SetWatermarkNotified

func (s *GetHomeBootstrap2Output) SetWatermarkNotified(v bool) *GetHomeBootstrap2Output

SetWatermarkNotified sets the WatermarkNotified field's value.

func (GetHomeBootstrap2Output) String

func (s GetHomeBootstrap2Output) String() string

String returns the string representation

type GetHomeBootstrapInput

type GetHomeBootstrapInput struct {
	Include []*string `type:"list"`

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

func (GetHomeBootstrapInput) GoString

func (s GetHomeBootstrapInput) GoString() string

GoString returns the string representation

func (*GetHomeBootstrapInput) SetInclude

func (s *GetHomeBootstrapInput) SetInclude(v []*string) *GetHomeBootstrapInput

SetInclude sets the Include field's value.

func (*GetHomeBootstrapInput) SetLang

SetLang sets the Lang field's value.

func (GetHomeBootstrapInput) String

func (s GetHomeBootstrapInput) String() string

String returns the string representation

type GetHomeBootstrapOutput

type GetHomeBootstrapOutput struct {
	Metadata *response.ResponseMetadata

	ComboStatus *string `type:"string" json:",omitempty"`

	HasInstance *bool `type:"boolean" json:",omitempty"`

	NotifyMessage *string `type:"string" json:",omitempty"`

	Options *string `type:"string" json:",omitempty"`

	User *string `type:"string" json:",omitempty"`

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

func (GetHomeBootstrapOutput) GoString

func (s GetHomeBootstrapOutput) GoString() string

GoString returns the string representation

func (*GetHomeBootstrapOutput) SetComboStatus

SetComboStatus sets the ComboStatus field's value.

func (*GetHomeBootstrapOutput) SetHasInstance

func (s *GetHomeBootstrapOutput) SetHasInstance(v bool) *GetHomeBootstrapOutput

SetHasInstance sets the HasInstance field's value.

func (*GetHomeBootstrapOutput) SetNotifyMessage

func (s *GetHomeBootstrapOutput) SetNotifyMessage(v string) *GetHomeBootstrapOutput

SetNotifyMessage sets the NotifyMessage field's value.

func (*GetHomeBootstrapOutput) SetOptions

SetOptions sets the Options field's value.

func (*GetHomeBootstrapOutput) SetUser

SetUser sets the User field's value.

func (*GetHomeBootstrapOutput) SetWatermarkNotified

func (s *GetHomeBootstrapOutput) SetWatermarkNotified(v bool) *GetHomeBootstrapOutput

SetWatermarkNotified sets the WatermarkNotified field's value.

func (GetHomeBootstrapOutput) String

func (s GetHomeBootstrapOutput) String() string

String returns the string representation

type GetListInput

type GetListInput struct {

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

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

	TmplIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetListInput) GoString

func (s GetListInput) GoString() string

GoString returns the string representation

func (*GetListInput) SetPageNum

func (s *GetListInput) SetPageNum(v int32) *GetListInput

SetPageNum sets the PageNum field's value.

func (*GetListInput) SetPageSize

func (s *GetListInput) SetPageSize(v int32) *GetListInput

SetPageSize sets the PageSize field's value.

func (*GetListInput) SetTmplIds

func (s *GetListInput) SetTmplIds(v []*string) *GetListInput

SetTmplIds sets the TmplIds field's value.

func (GetListInput) String

func (s GetListInput) String() string

String returns the string representation

func (*GetListInput) Validate

func (s *GetListInput) Validate() error

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

type GetListOutput

type GetListOutput struct {
	Metadata *response.ResponseMetadata

	Extra *string `type:"string" json:",omitempty"`

	List []*string `type:"list"`

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

func (GetListOutput) GoString

func (s GetListOutput) GoString() string

GoString returns the string representation

func (*GetListOutput) SetExtra

func (s *GetListOutput) SetExtra(v string) *GetListOutput

SetExtra sets the Extra field's value.

func (*GetListOutput) SetList

func (s *GetListOutput) SetList(v []*string) *GetListOutput

SetList sets the List field's value.

func (*GetListOutput) SetPageInfo

func (s *GetListOutput) SetPageInfo(v string) *GetListOutput

SetPageInfo sets the PageInfo field's value.

func (GetListOutput) String

func (s GetListOutput) String() string

String returns the string representation

type GetMaterialDetailInput

type GetMaterialDetailInput struct {
	Extra *string `type:"string" json:",omitempty"`

	FetchInternalDomain *bool `type:"boolean" json:",omitempty"`

	MediaIds []*string `type:"list"`

	NeedAllocatedUserList *bool `type:"boolean" json:",omitempty"`

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

func (GetMaterialDetailInput) GoString

func (s GetMaterialDetailInput) GoString() string

GoString returns the string representation

func (*GetMaterialDetailInput) SetExtra

SetExtra sets the Extra field's value.

func (*GetMaterialDetailInput) SetFetchInternalDomain

func (s *GetMaterialDetailInput) SetFetchInternalDomain(v bool) *GetMaterialDetailInput

SetFetchInternalDomain sets the FetchInternalDomain field's value.

func (*GetMaterialDetailInput) SetMediaIds

SetMediaIds sets the MediaIds field's value.

func (*GetMaterialDetailInput) SetNeedAllocatedUserList

func (s *GetMaterialDetailInput) SetNeedAllocatedUserList(v bool) *GetMaterialDetailInput

SetNeedAllocatedUserList sets the NeedAllocatedUserList field's value.

func (*GetMaterialDetailInput) SetUserDefinedCategoryType

func (s *GetMaterialDetailInput) SetUserDefinedCategoryType(v int32) *GetMaterialDetailInput

SetUserDefinedCategoryType sets the UserDefinedCategoryType field's value.

func (GetMaterialDetailInput) String

func (s GetMaterialDetailInput) String() string

String returns the string representation

type GetMaterialDetailOutput

type GetMaterialDetailOutput struct {
	Metadata *response.ResponseMetadata

	Medias []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetMaterialDetailOutput) GoString

func (s GetMaterialDetailOutput) GoString() string

GoString returns the string representation

func (*GetMaterialDetailOutput) SetMedias

SetMedias sets the Medias field's value.

func (GetMaterialDetailOutput) String

func (s GetMaterialDetailOutput) String() string

String returns the string representation

type GetMaterialTranscodingListInput

type GetMaterialTranscodingListInput struct {
	FieldInfos []*string `type:"list"`

	MustNotFieldInfos []*string `type:"list"`

	Page *int32 `type:"int32" json:",omitempty"`

	Perpage *int32 `type:"int32" json:",omitempty"`

	ShouldFieldInfos []*string `type:"list"`

	SortName *string `type:"string" json:",omitempty"`

	SortParams []*string `type:"list"`

	SortReg *int32 `type:"int32" json:",omitempty"`

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

func (GetMaterialTranscodingListInput) GoString

GoString returns the string representation

func (*GetMaterialTranscodingListInput) SetFieldInfos

SetFieldInfos sets the FieldInfos field's value.

func (*GetMaterialTranscodingListInput) SetMustNotFieldInfos

SetMustNotFieldInfos sets the MustNotFieldInfos field's value.

func (*GetMaterialTranscodingListInput) SetPage

SetPage sets the Page field's value.

func (*GetMaterialTranscodingListInput) SetPerpage

SetPerpage sets the Perpage field's value.

func (*GetMaterialTranscodingListInput) SetShouldFieldInfos

SetShouldFieldInfos sets the ShouldFieldInfos field's value.

func (*GetMaterialTranscodingListInput) SetSortName

SetSortName sets the SortName field's value.

func (*GetMaterialTranscodingListInput) SetSortParams

SetSortParams sets the SortParams field's value.

func (*GetMaterialTranscodingListInput) SetSortReg

SetSortReg sets the SortReg field's value.

func (*GetMaterialTranscodingListInput) SetUserData

SetUserData sets the UserData field's value.

func (GetMaterialTranscodingListInput) String

String returns the string representation

type GetMaterialTranscodingListOutput

type GetMaterialTranscodingListOutput struct {
	Metadata *response.ResponseMetadata

	Medias []*string `type:"list"`

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

func (GetMaterialTranscodingListOutput) GoString

GoString returns the string representation

func (*GetMaterialTranscodingListOutput) SetMedias

SetMedias sets the Medias field's value.

func (*GetMaterialTranscodingListOutput) SetTotal

SetTotal sets the Total field's value.

func (GetMaterialTranscodingListOutput) String

String returns the string representation

type GetMediaInput

type GetMediaInput struct {
	MediaIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetMediaInput) GoString

func (s GetMediaInput) GoString() string

GoString returns the string representation

func (*GetMediaInput) SetMediaIds

func (s *GetMediaInput) SetMediaIds(v []*string) *GetMediaInput

SetMediaIds sets the MediaIds field's value.

func (GetMediaInput) String

func (s GetMediaInput) String() string

String returns the string representation

type GetMediaOutput

type GetMediaOutput struct {
	Metadata *response.ResponseMetadata

	Medias []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetMediaOutput) GoString

func (s GetMediaOutput) GoString() string

GoString returns the string representation

func (*GetMediaOutput) SetMedias

func (s *GetMediaOutput) SetMedias(v []*string) *GetMediaOutput

SetMedias sets the Medias field's value.

func (GetMediaOutput) String

func (s GetMediaOutput) String() string

String returns the string representation

type GetMetaListInput

type GetMetaListInput struct {
	FilterFree *int32 `type:"int32" json:",omitempty"`

	IsPublic *int32 `type:"int32" json:",omitempty"`

	MuseUtmContent *string `type:"string" json:",omitempty"`

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

func (GetMetaListInput) GoString

func (s GetMetaListInput) GoString() string

GoString returns the string representation

func (*GetMetaListInput) SetFilterFree

func (s *GetMetaListInput) SetFilterFree(v int32) *GetMetaListInput

SetFilterFree sets the FilterFree field's value.

func (*GetMetaListInput) SetIsPublic

func (s *GetMetaListInput) SetIsPublic(v int32) *GetMetaListInput

SetIsPublic sets the IsPublic field's value.

func (*GetMetaListInput) SetMuseUtmContent

func (s *GetMetaListInput) SetMuseUtmContent(v string) *GetMetaListInput

SetMuseUtmContent sets the MuseUtmContent field's value.

func (*GetMetaListInput) SetPreorderMetaType

func (s *GetMetaListInput) SetPreorderMetaType(v int32) *GetMetaListInput

SetPreorderMetaType sets the PreorderMetaType field's value.

func (GetMetaListInput) String

func (s GetMetaListInput) String() string

String returns the string representation

type GetMetaListOutput

type GetMetaListOutput struct {
	Metadata *response.ResponseMetadata

	ItemList []*string `type:"list"`

	MuseUtmContent *string `type:"string" json:",omitempty"`

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

func (GetMetaListOutput) GoString

func (s GetMetaListOutput) GoString() string

GoString returns the string representation

func (*GetMetaListOutput) SetItemList

func (s *GetMetaListOutput) SetItemList(v []*string) *GetMetaListOutput

SetItemList sets the ItemList field's value.

func (*GetMetaListOutput) SetMuseUtmContent

func (s *GetMetaListOutput) SetMuseUtmContent(v string) *GetMetaListOutput

SetMuseUtmContent sets the MuseUtmContent field's value.

func (*GetMetaListOutput) SetTypeDescription

func (s *GetMetaListOutput) SetTypeDescription(v string) *GetMetaListOutput

SetTypeDescription sets the TypeDescription field's value.

func (GetMetaListOutput) String

func (s GetMetaListOutput) String() string

String returns the string representation

type GetPriceInput

type GetPriceInput struct {
	Resources []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetPriceInput) GoString

func (s GetPriceInput) GoString() string

GoString returns the string representation

func (*GetPriceInput) SetResources

func (s *GetPriceInput) SetResources(v []*string) *GetPriceInput

SetResources sets the Resources field's value.

func (GetPriceInput) String

func (s GetPriceInput) String() string

String returns the string representation

type GetPriceOutput

type GetPriceOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetPriceOutput) GoString

func (s GetPriceOutput) GoString() string

GoString returns the string representation

func (*GetPriceOutput) SetType

func (s *GetPriceOutput) SetType(v int32) *GetPriceOutput

SetType sets the Type field's value.

func (GetPriceOutput) String

func (s GetPriceOutput) String() string

String returns the string representation

type GetProductInfoInput

type GetProductInfoInput struct {
	ProductId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetProductInfoInput) GoString

func (s GetProductInfoInput) GoString() string

GoString returns the string representation

func (*GetProductInfoInput) SetProductId

func (s *GetProductInfoInput) SetProductId(v string) *GetProductInfoInput

SetProductId sets the ProductId field's value.

func (GetProductInfoInput) String

func (s GetProductInfoInput) String() string

String returns the string representation

type GetProductInfoOutput

type GetProductInfoOutput struct {
	Metadata *response.ResponseMetadata

	ProductInfo *string `type:"string" json:",omitempty"`

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

func (GetProductInfoOutput) GoString

func (s GetProductInfoOutput) GoString() string

GoString returns the string representation

func (*GetProductInfoOutput) SetProductInfo

func (s *GetProductInfoOutput) SetProductInfo(v string) *GetProductInfoOutput

SetProductInfo sets the ProductInfo field's value.

func (*GetProductInfoOutput) SetQuotaLeft

func (s *GetProductInfoOutput) SetQuotaLeft(v int32) *GetProductInfoOutput

SetQuotaLeft sets the QuotaLeft field's value.

func (GetProductInfoOutput) String

func (s GetProductInfoOutput) String() string

String returns the string representation

type GetPublicTemplateListInput

type GetPublicTemplateListInput struct {
	Extra *string `type:"string" json:",omitempty"`

	FetchInternalDomain *bool `type:"boolean" json:",omitempty"`

	FieldInfos []*string `type:"list"`

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

	MustNotFieldInfos []*string `type:"list"`

	Page *int32 `type:"int32" json:",omitempty"`

	Perpage *int32 `type:"int32" json:",omitempty"`

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

	ShouldFieldInfos []*string `type:"list"`

	SortName *string `type:"string" json:",omitempty"`

	SortParams []*string `type:"list"`

	SortReg *int32 `type:"int32" json:",omitempty"`

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

func (GetPublicTemplateListInput) GoString

func (s GetPublicTemplateListInput) GoString() string

GoString returns the string representation

func (*GetPublicTemplateListInput) SetExtra

SetExtra sets the Extra field's value.

func (*GetPublicTemplateListInput) SetFetchInternalDomain

func (s *GetPublicTemplateListInput) SetFetchInternalDomain(v bool) *GetPublicTemplateListInput

SetFetchInternalDomain sets the FetchInternalDomain field's value.

func (*GetPublicTemplateListInput) SetFieldInfos

SetFieldInfos sets the FieldInfos field's value.

func (*GetPublicTemplateListInput) SetLang

SetLang sets the Lang field's value.

func (*GetPublicTemplateListInput) SetMustNotFieldInfos

func (s *GetPublicTemplateListInput) SetMustNotFieldInfos(v []*string) *GetPublicTemplateListInput

SetMustNotFieldInfos sets the MustNotFieldInfos field's value.

func (*GetPublicTemplateListInput) SetPage

SetPage sets the Page field's value.

func (*GetPublicTemplateListInput) SetPerpage

SetPerpage sets the Perpage field's value.

func (*GetPublicTemplateListInput) SetQuery

SetQuery sets the Query field's value.

func (*GetPublicTemplateListInput) SetShouldFieldInfos

func (s *GetPublicTemplateListInput) SetShouldFieldInfos(v []*string) *GetPublicTemplateListInput

SetShouldFieldInfos sets the ShouldFieldInfos field's value.

func (*GetPublicTemplateListInput) SetSortName

SetSortName sets the SortName field's value.

func (*GetPublicTemplateListInput) SetSortParams

SetSortParams sets the SortParams field's value.

func (*GetPublicTemplateListInput) SetSortReg

SetSortReg sets the SortReg field's value.

func (*GetPublicTemplateListInput) SetSpecialId

SetSpecialId sets the SpecialId field's value.

func (GetPublicTemplateListInput) String

String returns the string representation

func (*GetPublicTemplateListInput) Validate

func (s *GetPublicTemplateListInput) Validate() error

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

type GetPublicTemplateListOutput

type GetPublicTemplateListOutput struct {
	Metadata *response.ResponseMetadata

	Medias []*string `type:"list"`

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

func (GetPublicTemplateListOutput) GoString

func (s GetPublicTemplateListOutput) GoString() string

GoString returns the string representation

func (*GetPublicTemplateListOutput) SetMedias

SetMedias sets the Medias field's value.

func (*GetPublicTemplateListOutput) SetTotal

SetTotal sets the Total field's value.

func (GetPublicTemplateListOutput) String

String returns the string representation

type GetPublishDraftByTaskInput

type GetPublishDraftByTaskInput struct {

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

func (GetPublishDraftByTaskInput) GoString

func (s GetPublishDraftByTaskInput) GoString() string

GoString returns the string representation

func (*GetPublishDraftByTaskInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (GetPublishDraftByTaskInput) String

String returns the string representation

func (*GetPublishDraftByTaskInput) Validate

func (s *GetPublishDraftByTaskInput) Validate() error

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

type GetPublishDraftByTaskOutput

type GetPublishDraftByTaskOutput struct {
	Metadata *response.ResponseMetadata

	Draft *string `type:"string" json:",omitempty"`

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

func (GetPublishDraftByTaskOutput) GoString

func (s GetPublishDraftByTaskOutput) GoString() string

GoString returns the string representation

func (*GetPublishDraftByTaskOutput) SetDraft

SetDraft sets the Draft field's value.

func (*GetPublishDraftByTaskOutput) SetMode

SetMode sets the Mode field's value.

func (GetPublishDraftByTaskOutput) String

String returns the string representation

type GetPublishDraftInput

type GetPublishDraftInput struct {
	MediaId *string `type:"string" json:",omitempty"`

	PublishId *string `type:"string" json:",omitempty"`

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

func (GetPublishDraftInput) GoString

func (s GetPublishDraftInput) GoString() string

GoString returns the string representation

func (*GetPublishDraftInput) SetMediaId

SetMediaId sets the MediaId field's value.

func (*GetPublishDraftInput) SetPublishId

func (s *GetPublishDraftInput) SetPublishId(v string) *GetPublishDraftInput

SetPublishId sets the PublishId field's value.

func (*GetPublishDraftInput) SetSourceType

func (s *GetPublishDraftInput) SetSourceType(v int32) *GetPublishDraftInput

SetSourceType sets the SourceType field's value.

func (GetPublishDraftInput) String

func (s GetPublishDraftInput) String() string

String returns the string representation

type GetPublishDraftOutput

type GetPublishDraftOutput struct {
	Metadata *response.ResponseMetadata

	DraftList []*string `type:"list"`

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

func (GetPublishDraftOutput) GoString

func (s GetPublishDraftOutput) GoString() string

GoString returns the string representation

func (*GetPublishDraftOutput) SetDraftList

func (s *GetPublishDraftOutput) SetDraftList(v []*string) *GetPublishDraftOutput

SetDraftList sets the DraftList field's value.

func (*GetPublishDraftOutput) SetMode

SetMode sets the Mode field's value.

func (GetPublishDraftOutput) String

func (s GetPublishDraftOutput) String() string

String returns the string representation

type GetRawApiKeyInput

type GetRawApiKeyInput struct {
	ApiKeyId *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetRawApiKeyInput) GoString

func (s GetRawApiKeyInput) GoString() string

GoString returns the string representation

func (*GetRawApiKeyInput) SetApiKeyId

func (s *GetRawApiKeyInput) SetApiKeyId(v int32) *GetRawApiKeyInput

SetApiKeyId sets the ApiKeyId field's value.

func (GetRawApiKeyInput) String

func (s GetRawApiKeyInput) String() string

String returns the string representation

type GetRawApiKeyOutput

type GetRawApiKeyOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetRawApiKeyOutput) GoString

func (s GetRawApiKeyOutput) GoString() string

GoString returns the string representation

func (*GetRawApiKeyOutput) SetRawApiKey

func (s *GetRawApiKeyOutput) SetRawApiKey(v string) *GetRawApiKeyOutput

SetRawApiKey sets the RawApiKey field's value.

func (GetRawApiKeyOutput) String

func (s GetRawApiKeyOutput) String() string

String returns the string representation

type GetSpecialZoneConfigInput

type GetSpecialZoneConfigInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetSpecialZoneConfigInput) GoString

func (s GetSpecialZoneConfigInput) GoString() string

GoString returns the string representation

func (*GetSpecialZoneConfigInput) SetId

SetId sets the Id field's value.

func (GetSpecialZoneConfigInput) String

func (s GetSpecialZoneConfigInput) String() string

String returns the string representation

func (*GetSpecialZoneConfigInput) Validate

func (s *GetSpecialZoneConfigInput) Validate() error

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

type GetSpecialZoneConfigOutput

type GetSpecialZoneConfigOutput struct {
	Metadata *response.ResponseMetadata

	CategoryCode *string `type:"string"`

	Horse *string `type:"string"`

	IsSpringFestival *bool `type:"boolean"`

	Lantern *string `type:"string"`

	PlaceholderCount *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (GetSpecialZoneConfigOutput) GoString

func (s GetSpecialZoneConfigOutput) GoString() string

GoString returns the string representation

func (*GetSpecialZoneConfigOutput) SetCategoryCode

SetCategoryCode sets the CategoryCode field's value.

func (*GetSpecialZoneConfigOutput) SetHorse

SetHorse sets the Horse field's value.

func (*GetSpecialZoneConfigOutput) SetIsSpringFestival

func (s *GetSpecialZoneConfigOutput) SetIsSpringFestival(v bool) *GetSpecialZoneConfigOutput

SetIsSpringFestival sets the IsSpringFestival field's value.

func (*GetSpecialZoneConfigOutput) SetLantern

SetLantern sets the Lantern field's value.

func (*GetSpecialZoneConfigOutput) SetPlaceholderCount

func (s *GetSpecialZoneConfigOutput) SetPlaceholderCount(v int32) *GetSpecialZoneConfigOutput

SetPlaceholderCount sets the PlaceholderCount field's value.

func (GetSpecialZoneConfigOutput) String

String returns the string representation

type GetTaskItemInput

type GetTaskItemInput struct {
	Id *int32 `type:"int32" json:",omitempty"`

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

func (GetTaskItemInput) GoString

func (s GetTaskItemInput) GoString() string

GoString returns the string representation

func (*GetTaskItemInput) SetId

SetId sets the Id field's value.

func (*GetTaskItemInput) SetSysId

func (s *GetTaskItemInput) SetSysId(v string) *GetTaskItemInput

SetSysId sets the SysId field's value.

func (GetTaskItemInput) String

func (s GetTaskItemInput) String() string

String returns the string representation

type GetTaskItemOutput

type GetTaskItemOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:",omitempty"`

	CreateDt *int32 `type:"int32" json:",omitempty"`

	Duration *string `type:"string" json:",omitempty"`

	ExpireDt *int32 `type:"int32" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	FailReason *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

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

	Progress *int32 `type:"int32" json:",omitempty"`

	Result *string `type:"string" json:",omitempty"`

	RuntimeParams *string `type:"string" json:",omitempty"`

	StaticParams *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	StatusDesc *string `type:"string" json:",omitempty"`

	SubStatus *int32 `type:"int32" json:",omitempty"`

	SysId *string `type:"string" json:",omitempty"`

	TmplId *string `type:"string" json:",omitempty"`

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

func (GetTaskItemOutput) GoString

func (s GetTaskItemOutput) GoString() string

GoString returns the string representation

func (*GetTaskItemOutput) SetCode

func (s *GetTaskItemOutput) SetCode(v int32) *GetTaskItemOutput

SetCode sets the Code field's value.

func (*GetTaskItemOutput) SetCreateDt

func (s *GetTaskItemOutput) SetCreateDt(v int32) *GetTaskItemOutput

SetCreateDt sets the CreateDt field's value.

func (*GetTaskItemOutput) SetDuration

func (s *GetTaskItemOutput) SetDuration(v string) *GetTaskItemOutput

SetDuration sets the Duration field's value.

func (*GetTaskItemOutput) SetExpireDt

func (s *GetTaskItemOutput) SetExpireDt(v int32) *GetTaskItemOutput

SetExpireDt sets the ExpireDt field's value.

func (*GetTaskItemOutput) SetExtra

func (s *GetTaskItemOutput) SetExtra(v string) *GetTaskItemOutput

SetExtra sets the Extra field's value.

func (*GetTaskItemOutput) SetFailReason

func (s *GetTaskItemOutput) SetFailReason(v string) *GetTaskItemOutput

SetFailReason sets the FailReason field's value.

func (*GetTaskItemOutput) SetId

SetId sets the Id field's value.

func (*GetTaskItemOutput) SetName

SetName sets the Name field's value.

func (*GetTaskItemOutput) SetProgress

func (s *GetTaskItemOutput) SetProgress(v int32) *GetTaskItemOutput

SetProgress sets the Progress field's value.

func (*GetTaskItemOutput) SetResult

func (s *GetTaskItemOutput) SetResult(v string) *GetTaskItemOutput

SetResult sets the Result field's value.

func (*GetTaskItemOutput) SetRuntimeParams

func (s *GetTaskItemOutput) SetRuntimeParams(v string) *GetTaskItemOutput

SetRuntimeParams sets the RuntimeParams field's value.

func (*GetTaskItemOutput) SetStaticParams

func (s *GetTaskItemOutput) SetStaticParams(v string) *GetTaskItemOutput

SetStaticParams sets the StaticParams field's value.

func (*GetTaskItemOutput) SetStatus

func (s *GetTaskItemOutput) SetStatus(v int32) *GetTaskItemOutput

SetStatus sets the Status field's value.

func (*GetTaskItemOutput) SetStatusDesc

func (s *GetTaskItemOutput) SetStatusDesc(v string) *GetTaskItemOutput

SetStatusDesc sets the StatusDesc field's value.

func (*GetTaskItemOutput) SetSubStatus

func (s *GetTaskItemOutput) SetSubStatus(v int32) *GetTaskItemOutput

SetSubStatus sets the SubStatus field's value.

func (*GetTaskItemOutput) SetSysId

func (s *GetTaskItemOutput) SetSysId(v string) *GetTaskItemOutput

SetSysId sets the SysId field's value.

func (*GetTaskItemOutput) SetTmplId

func (s *GetTaskItemOutput) SetTmplId(v string) *GetTaskItemOutput

SetTmplId sets the TmplId field's value.

func (*GetTaskItemOutput) SetUpdateDt

func (s *GetTaskItemOutput) SetUpdateDt(v int32) *GetTaskItemOutput

SetUpdateDt sets the UpdateDt field's value.

func (GetTaskItemOutput) String

func (s GetTaskItemOutput) String() string

String returns the string representation

type GetTasksDetailInput

type GetTasksDetailInput struct {
	TaskIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetTasksDetailInput) GoString

func (s GetTasksDetailInput) GoString() string

GoString returns the string representation

func (*GetTasksDetailInput) SetTaskIds

func (s *GetTasksDetailInput) SetTaskIds(v []*string) *GetTasksDetailInput

SetTaskIds sets the TaskIds field's value.

func (GetTasksDetailInput) String

func (s GetTasksDetailInput) String() string

String returns the string representation

type GetTasksDetailOutput

type GetTasksDetailOutput struct {
	Metadata *response.ResponseMetadata

	Tasks []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetTasksDetailOutput) GoString

func (s GetTasksDetailOutput) GoString() string

GoString returns the string representation

func (*GetTasksDetailOutput) SetTasks

SetTasks sets the Tasks field's value.

func (GetTasksDetailOutput) String

func (s GetTasksDetailOutput) String() string

String returns the string representation

type GetTenantConfigInput

type GetTenantConfigInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetTenantConfigInput) GoString

func (s GetTenantConfigInput) GoString() string

GoString returns the string representation

func (*GetTenantConfigInput) SetId

SetId sets the Id field's value.

func (GetTenantConfigInput) String

func (s GetTenantConfigInput) String() string

String returns the string representation

func (*GetTenantConfigInput) Validate

func (s *GetTenantConfigInput) Validate() error

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

type GetTenantConfigOutput

type GetTenantConfigOutput struct {
	Metadata *response.ResponseMetadata

	AiTemplateBanners []*string `type:"list"`

	AiTemplateDoc *string `type:"string"`

	ApplicationWebsite *string `type:"string"`

	AuthSubId *string `type:"string"`

	AuthSubName *string `type:"string"`

	AuthSubType *int32 `type:"int32"`

	BackendCallback *string `type:"string"`

	Banners []*string `type:"list"`

	CallbackDomainWhiteLists *string `type:"string"`

	ChromeTrial *string `type:"string"`

	Cname *string `type:"string"`

	CreatedAt *int32 `type:"int32"`

	DerivedUid *string `type:"string"`

	DomainName *string `type:"string"`

	DomainStatus *int32 `type:"int32"`

	EditorIcon *string `type:"string"`

	HomePageConfigs []*string `type:"list"`

	HomePagePath *string `type:"string"`

	IsHasAuth *int32 `type:"int32"`

	LogoutRedirectUrl *string `type:"string"`

	Name *string `type:"string"`

	NickName *string `type:"string"`


	PublicKey *string `type:"string"`

	ResourceOpAppid *string `type:"string"`

	ResourceOpAppname *string `type:"string"`

	TenantId *int32 `type:"int32"`

	Tools []*string `type:"list"`

	UpdatedAt *int32 `type:"int32"`

	UserId *string `type:"string"`

	WebTag *string `type:"string"`

	// contains filtered or unexported fields
}

func (GetTenantConfigOutput) GoString

func (s GetTenantConfigOutput) GoString() string

GoString returns the string representation

func (*GetTenantConfigOutput) SetAiTemplateBanners

func (s *GetTenantConfigOutput) SetAiTemplateBanners(v []*string) *GetTenantConfigOutput

SetAiTemplateBanners sets the AiTemplateBanners field's value.

func (*GetTenantConfigOutput) SetAiTemplateDoc

func (s *GetTenantConfigOutput) SetAiTemplateDoc(v string) *GetTenantConfigOutput

SetAiTemplateDoc sets the AiTemplateDoc field's value.

func (*GetTenantConfigOutput) SetApplicationWebsite

func (s *GetTenantConfigOutput) SetApplicationWebsite(v string) *GetTenantConfigOutput

SetApplicationWebsite sets the ApplicationWebsite field's value.

func (*GetTenantConfigOutput) SetAuthSubId

SetAuthSubId sets the AuthSubId field's value.

func (*GetTenantConfigOutput) SetAuthSubName

func (s *GetTenantConfigOutput) SetAuthSubName(v string) *GetTenantConfigOutput

SetAuthSubName sets the AuthSubName field's value.

func (*GetTenantConfigOutput) SetAuthSubType

func (s *GetTenantConfigOutput) SetAuthSubType(v int32) *GetTenantConfigOutput

SetAuthSubType sets the AuthSubType field's value.

func (*GetTenantConfigOutput) SetBackendCallback

func (s *GetTenantConfigOutput) SetBackendCallback(v string) *GetTenantConfigOutput

SetBackendCallback sets the BackendCallback field's value.

func (*GetTenantConfigOutput) SetBanners

func (s *GetTenantConfigOutput) SetBanners(v []*string) *GetTenantConfigOutput

SetBanners sets the Banners field's value.

func (*GetTenantConfigOutput) SetCallbackDomainWhiteLists

func (s *GetTenantConfigOutput) SetCallbackDomainWhiteLists(v string) *GetTenantConfigOutput

SetCallbackDomainWhiteLists sets the CallbackDomainWhiteLists field's value.

func (*GetTenantConfigOutput) SetChromeTrial

func (s *GetTenantConfigOutput) SetChromeTrial(v string) *GetTenantConfigOutput

SetChromeTrial sets the ChromeTrial field's value.

func (*GetTenantConfigOutput) SetCname

SetCname sets the Cname field's value.

func (*GetTenantConfigOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*GetTenantConfigOutput) SetDerivedUid

func (s *GetTenantConfigOutput) SetDerivedUid(v string) *GetTenantConfigOutput

SetDerivedUid sets the DerivedUid field's value.

func (*GetTenantConfigOutput) SetDomainName

func (s *GetTenantConfigOutput) SetDomainName(v string) *GetTenantConfigOutput

SetDomainName sets the DomainName field's value.

func (*GetTenantConfigOutput) SetDomainStatus

func (s *GetTenantConfigOutput) SetDomainStatus(v int32) *GetTenantConfigOutput

SetDomainStatus sets the DomainStatus field's value.

func (*GetTenantConfigOutput) SetEditorIcon

func (s *GetTenantConfigOutput) SetEditorIcon(v string) *GetTenantConfigOutput

SetEditorIcon sets the EditorIcon field's value.

func (*GetTenantConfigOutput) SetHomePageConfigs

func (s *GetTenantConfigOutput) SetHomePageConfigs(v []*string) *GetTenantConfigOutput

SetHomePageConfigs sets the HomePageConfigs field's value.

func (*GetTenantConfigOutput) SetHomePagePath

func (s *GetTenantConfigOutput) SetHomePagePath(v string) *GetTenantConfigOutput

SetHomePagePath sets the HomePagePath field's value.

func (*GetTenantConfigOutput) SetIsHasAuth

SetIsHasAuth sets the IsHasAuth field's value.

func (*GetTenantConfigOutput) SetLogoutRedirectUrl

func (s *GetTenantConfigOutput) SetLogoutRedirectUrl(v string) *GetTenantConfigOutput

SetLogoutRedirectUrl sets the LogoutRedirectUrl field's value.

func (*GetTenantConfigOutput) SetName

SetName sets the Name field's value.

func (*GetTenantConfigOutput) SetNickName

SetNickName sets the NickName field's value.

func (s *GetTenantConfigOutput) SetPlatformLogo(v string) *GetTenantConfigOutput

SetPlatformLogo sets the PlatformLogo field's value.

func (*GetTenantConfigOutput) SetPublicKey

SetPublicKey sets the PublicKey field's value.

func (*GetTenantConfigOutput) SetResourceOpAppid

func (s *GetTenantConfigOutput) SetResourceOpAppid(v string) *GetTenantConfigOutput

SetResourceOpAppid sets the ResourceOpAppid field's value.

func (*GetTenantConfigOutput) SetResourceOpAppname

func (s *GetTenantConfigOutput) SetResourceOpAppname(v string) *GetTenantConfigOutput

SetResourceOpAppname sets the ResourceOpAppname field's value.

func (*GetTenantConfigOutput) SetTenantId

SetTenantId sets the TenantId field's value.

func (*GetTenantConfigOutput) SetTools

SetTools sets the Tools field's value.

func (*GetTenantConfigOutput) SetUpdatedAt

SetUpdatedAt sets the UpdatedAt field's value.

func (*GetTenantConfigOutput) SetUserId

SetUserId sets the UserId field's value.

func (*GetTenantConfigOutput) SetWebTag

SetWebTag sets the WebTag field's value.

func (s *GetTenantConfigOutput) SetWebTagLogo(v string) *GetTenantConfigOutput

SetWebTagLogo sets the WebTagLogo field's value.

func (GetTenantConfigOutput) String

func (s GetTenantConfigOutput) String() string

String returns the string representation

type GetVoiceRecommendationInput

type GetVoiceRecommendationInput struct {
	AgeGroupFilter []*string `type:"list"`

	AvatarId *string `type:"string" json:",omitempty"`

	CompositionId *string `type:"string" json:",omitempty"`

	GenderFilter []*string `type:"list"`

	LanguageFilter []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetVoiceRecommendationInput) GoString

func (s GetVoiceRecommendationInput) GoString() string

GoString returns the string representation

func (*GetVoiceRecommendationInput) SetAgeGroupFilter

SetAgeGroupFilter sets the AgeGroupFilter field's value.

func (*GetVoiceRecommendationInput) SetAvatarId

SetAvatarId sets the AvatarId field's value.

func (*GetVoiceRecommendationInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*GetVoiceRecommendationInput) SetGenderFilter

SetGenderFilter sets the GenderFilter field's value.

func (*GetVoiceRecommendationInput) SetLanguageFilter

SetLanguageFilter sets the LanguageFilter field's value.

func (GetVoiceRecommendationInput) String

String returns the string representation

type GetVoiceRecommendationOutput

type GetVoiceRecommendationOutput struct {
	Metadata *response.ResponseMetadata

	AvatarVoices []*string `type:"list"`
	// contains filtered or unexported fields
}

func (GetVoiceRecommendationOutput) GoString

func (s GetVoiceRecommendationOutput) GoString() string

GoString returns the string representation

func (*GetVoiceRecommendationOutput) SetAvatarVoices

SetAvatarVoices sets the AvatarVoices field's value.

func (GetVoiceRecommendationOutput) String

String returns the string representation

type GetWatermarkSwitchStatusInput

type GetWatermarkSwitchStatusInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetWatermarkSwitchStatusInput) GoString

GoString returns the string representation

func (*GetWatermarkSwitchStatusInput) SetId

SetId sets the Id field's value.

func (GetWatermarkSwitchStatusInput) String

String returns the string representation

func (*GetWatermarkSwitchStatusInput) Validate

func (s *GetWatermarkSwitchStatusInput) Validate() error

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

type GetWatermarkSwitchStatusOutput

type GetWatermarkSwitchStatusOutput struct {
	Metadata *response.ResponseMetadata

	BrightWatermark *bool `type:"boolean"`

	BroadcastServiceProvider *bool `type:"boolean"`

	Company *string `type:"string"`

	ComposeServiceProvider *bool `type:"boolean"`

	DarkWatermark *bool `type:"boolean"`

	SocialCreditCode *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetWatermarkSwitchStatusOutput) GoString

GoString returns the string representation

func (*GetWatermarkSwitchStatusOutput) SetBrightWatermark

SetBrightWatermark sets the BrightWatermark field's value.

func (*GetWatermarkSwitchStatusOutput) SetBroadcastServiceProvider

func (s *GetWatermarkSwitchStatusOutput) SetBroadcastServiceProvider(v bool) *GetWatermarkSwitchStatusOutput

SetBroadcastServiceProvider sets the BroadcastServiceProvider field's value.

func (*GetWatermarkSwitchStatusOutput) SetCompany

SetCompany sets the Company field's value.

func (*GetWatermarkSwitchStatusOutput) SetComposeServiceProvider

func (s *GetWatermarkSwitchStatusOutput) SetComposeServiceProvider(v bool) *GetWatermarkSwitchStatusOutput

SetComposeServiceProvider sets the ComposeServiceProvider field's value.

func (*GetWatermarkSwitchStatusOutput) SetDarkWatermark

SetDarkWatermark sets the DarkWatermark field's value.

func (*GetWatermarkSwitchStatusOutput) SetSocialCreditCode

SetSocialCreditCode sets the SocialCreditCode field's value.

func (GetWatermarkSwitchStatusOutput) String

String returns the string representation

type HandleOAuthCallbackInput

type HandleOAuthCallbackInput struct {

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

	RedirectUrl *string `type:"string" json:",omitempty"`

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

func (HandleOAuthCallbackInput) GoString

func (s HandleOAuthCallbackInput) GoString() string

GoString returns the string representation

func (*HandleOAuthCallbackInput) SetCode

SetCode sets the Code field's value.

func (*HandleOAuthCallbackInput) SetRedirectUrl

SetRedirectUrl sets the RedirectUrl field's value.

func (*HandleOAuthCallbackInput) SetState

SetState sets the State field's value.

func (HandleOAuthCallbackInput) String

func (s HandleOAuthCallbackInput) String() string

String returns the string representation

func (*HandleOAuthCallbackInput) Validate

func (s *HandleOAuthCallbackInput) Validate() error

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

type HandleOAuthCallbackOutput

type HandleOAuthCallbackOutput struct {
	Metadata *response.ResponseMetadata

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

func (HandleOAuthCallbackOutput) GoString

func (s HandleOAuthCallbackOutput) GoString() string

GoString returns the string representation

func (*HandleOAuthCallbackOutput) SetAccount

SetAccount sets the Account field's value.

func (HandleOAuthCallbackOutput) String

func (s HandleOAuthCallbackOutput) String() string

String returns the string representation

type HealthCheckInput

type HealthCheckInput struct {
	Path *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HealthCheckInput) GoString

func (s HealthCheckInput) GoString() string

GoString returns the string representation

func (*HealthCheckInput) SetPath

func (s *HealthCheckInput) SetPath(v string) *HealthCheckInput

SetPath sets the Path field's value.

func (HealthCheckInput) String

func (s HealthCheckInput) String() string

String returns the string representation

type HealthCheckOutput

type HealthCheckOutput struct {
	Metadata *response.ResponseMetadata

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

func (HealthCheckOutput) GoString

func (s HealthCheckOutput) GoString() string

GoString returns the string representation

func (*HealthCheckOutput) SetMessage

func (s *HealthCheckOutput) SetMessage(v string) *HealthCheckOutput

SetMessage sets the Message field's value.

func (HealthCheckOutput) String

func (s HealthCheckOutput) String() string

String returns the string representation

type InvokeProjectEventInput

type InvokeProjectEventInput struct {
	BlockId *string `type:"string" json:",omitempty"`

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

	Param *string `type:"string" json:",omitempty"`

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

func (InvokeProjectEventInput) GoString

func (s InvokeProjectEventInput) GoString() string

GoString returns the string representation

func (*InvokeProjectEventInput) SetBlockId

SetBlockId sets the BlockId field's value.

func (*InvokeProjectEventInput) SetLang

SetLang sets the Lang field's value.

func (*InvokeProjectEventInput) SetParam

SetParam sets the Param field's value.

func (*InvokeProjectEventInput) SetType

SetType sets the Type field's value.

func (InvokeProjectEventInput) String

func (s InvokeProjectEventInput) String() string

String returns the string representation

type InvokeProjectEventOutput

type InvokeProjectEventOutput struct {
	Metadata *response.ResponseMetadata

	NewBlocks []*string `type:"list"`
	// contains filtered or unexported fields
}

func (InvokeProjectEventOutput) GoString

func (s InvokeProjectEventOutput) GoString() string

GoString returns the string representation

func (*InvokeProjectEventOutput) SetNewBlocks

SetNewBlocks sets the NewBlocks field's value.

func (InvokeProjectEventOutput) String

func (s InvokeProjectEventOutput) String() string

String returns the string representation

type KICKART

type KICKART struct {
	*client.Client
}

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

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

func New

func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *KICKART

New create int can support ssl or region locate set

func (*KICKART) BatchDeleteAsset

func (c *KICKART) BatchDeleteAsset(input *BatchDeleteAssetInput) (*BatchDeleteAssetOutput, error)

BatchDeleteAsset API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation BatchDeleteAsset for usage and error information.

func (*KICKART) BatchDeleteAssetCommon

func (c *KICKART) BatchDeleteAssetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BatchDeleteAssetCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation BatchDeleteAssetCommon for usage and error information.

func (*KICKART) BatchDeleteAssetCommonRequest

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

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

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

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

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

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

func (*KICKART) BatchDeleteAssetCommonWithContext

func (c *KICKART) BatchDeleteAssetCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See BatchDeleteAssetCommon 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 (*KICKART) BatchDeleteAssetRequest

func (c *KICKART) BatchDeleteAssetRequest(input *BatchDeleteAssetInput) (req *request.Request, output *BatchDeleteAssetOutput)

BatchDeleteAssetRequest generates a "byteplus/request.Request" representing the client's request for the BatchDeleteAsset operation. The "output" return value will be populated with the BatchDeleteAssetCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) BatchDeleteAssetWithContext

func (c *KICKART) BatchDeleteAssetWithContext(ctx byteplus.Context, input *BatchDeleteAssetInput, opts ...request.Option) (*BatchDeleteAssetOutput, error)

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

See BatchDeleteAsset 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 (*KICKART) BatchDeleteMedia

func (c *KICKART) BatchDeleteMedia(input *BatchDeleteMediaInput) (*BatchDeleteMediaOutput, error)

BatchDeleteMedia API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation BatchDeleteMedia for usage and error information.

func (*KICKART) BatchDeleteMediaCommon

func (c *KICKART) BatchDeleteMediaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BatchDeleteMediaCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation BatchDeleteMediaCommon for usage and error information.

func (*KICKART) BatchDeleteMediaCommonRequest

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

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

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

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

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

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

func (*KICKART) BatchDeleteMediaCommonWithContext

func (c *KICKART) BatchDeleteMediaCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See BatchDeleteMediaCommon 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 (*KICKART) BatchDeleteMediaRequest

func (c *KICKART) BatchDeleteMediaRequest(input *BatchDeleteMediaInput) (req *request.Request, output *BatchDeleteMediaOutput)

BatchDeleteMediaRequest generates a "byteplus/request.Request" representing the client's request for the BatchDeleteMedia operation. The "output" return value will be populated with the BatchDeleteMediaCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) BatchDeleteMediaWithContext

func (c *KICKART) BatchDeleteMediaWithContext(ctx byteplus.Context, input *BatchDeleteMediaInput, opts ...request.Option) (*BatchDeleteMediaOutput, error)

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

See BatchDeleteMedia 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 (*KICKART) CheckDeleteMedia

func (c *KICKART) CheckDeleteMedia(input *CheckDeleteMediaInput) (*CheckDeleteMediaOutput, error)

CheckDeleteMedia API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CheckDeleteMedia for usage and error information.

func (*KICKART) CheckDeleteMediaCommon

func (c *KICKART) CheckDeleteMediaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CheckDeleteMediaCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CheckDeleteMediaCommon for usage and error information.

func (*KICKART) CheckDeleteMediaCommonRequest

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

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

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

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

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

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

func (*KICKART) CheckDeleteMediaCommonWithContext

func (c *KICKART) CheckDeleteMediaCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CheckDeleteMediaCommon 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 (*KICKART) CheckDeleteMediaRequest

func (c *KICKART) CheckDeleteMediaRequest(input *CheckDeleteMediaInput) (req *request.Request, output *CheckDeleteMediaOutput)

CheckDeleteMediaRequest generates a "byteplus/request.Request" representing the client's request for the CheckDeleteMedia operation. The "output" return value will be populated with the CheckDeleteMediaCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CheckDeleteMediaWithContext

func (c *KICKART) CheckDeleteMediaWithContext(ctx byteplus.Context, input *CheckDeleteMediaInput, opts ...request.Option) (*CheckDeleteMediaOutput, error)

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

See CheckDeleteMedia 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 (*KICKART) CheckProductUrl

func (c *KICKART) CheckProductUrl(input *CheckProductUrlInput) (*CheckProductUrlOutput, error)

CheckProductUrl API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CheckProductUrl for usage and error information.

func (*KICKART) CheckProductUrlCommon

func (c *KICKART) CheckProductUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CheckProductUrlCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CheckProductUrlCommon for usage and error information.

func (*KICKART) CheckProductUrlCommonRequest

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

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

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

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

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

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

func (*KICKART) CheckProductUrlCommonWithContext

func (c *KICKART) CheckProductUrlCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CheckProductUrlCommon 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 (*KICKART) CheckProductUrlRequest

func (c *KICKART) CheckProductUrlRequest(input *CheckProductUrlInput) (req *request.Request, output *CheckProductUrlOutput)

CheckProductUrlRequest generates a "byteplus/request.Request" representing the client's request for the CheckProductUrl operation. The "output" return value will be populated with the CheckProductUrlCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CheckProductUrlWithContext

func (c *KICKART) CheckProductUrlWithContext(ctx byteplus.Context, input *CheckProductUrlInput, opts ...request.Option) (*CheckProductUrlOutput, error)

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

See CheckProductUrl 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 (*KICKART) ClearAdVariationsOutputVideos

func (c *KICKART) ClearAdVariationsOutputVideos(input *ClearAdVariationsOutputVideosInput) (*ClearAdVariationsOutputVideosOutput, error)

ClearAdVariationsOutputVideos API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ClearAdVariationsOutputVideos for usage and error information.

func (*KICKART) ClearAdVariationsOutputVideosCommon

func (c *KICKART) ClearAdVariationsOutputVideosCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ClearAdVariationsOutputVideosCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ClearAdVariationsOutputVideosCommon for usage and error information.

func (*KICKART) ClearAdVariationsOutputVideosCommonRequest

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

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

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

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

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

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

func (*KICKART) ClearAdVariationsOutputVideosCommonWithContext

func (c *KICKART) ClearAdVariationsOutputVideosCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ClearAdVariationsOutputVideosCommon 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 (*KICKART) ClearAdVariationsOutputVideosRequest

func (c *KICKART) ClearAdVariationsOutputVideosRequest(input *ClearAdVariationsOutputVideosInput) (req *request.Request, output *ClearAdVariationsOutputVideosOutput)

ClearAdVariationsOutputVideosRequest generates a "byteplus/request.Request" representing the client's request for the ClearAdVariationsOutputVideos operation. The "output" return value will be populated with the ClearAdVariationsOutputVideosCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) ClearAdVariationsOutputVideosWithContext

func (c *KICKART) ClearAdVariationsOutputVideosWithContext(ctx byteplus.Context, input *ClearAdVariationsOutputVideosInput, opts ...request.Option) (*ClearAdVariationsOutputVideosOutput, error)

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

See ClearAdVariationsOutputVideos 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 (*KICKART) ClearAdVariationsProject

func (c *KICKART) ClearAdVariationsProject(input *ClearAdVariationsProjectInput) (*ClearAdVariationsProjectOutput, error)

ClearAdVariationsProject API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ClearAdVariationsProject for usage and error information.

func (*KICKART) ClearAdVariationsProjectCommon

func (c *KICKART) ClearAdVariationsProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ClearAdVariationsProjectCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ClearAdVariationsProjectCommon for usage and error information.

func (*KICKART) ClearAdVariationsProjectCommonRequest

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

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

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

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

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

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

func (*KICKART) ClearAdVariationsProjectCommonWithContext

func (c *KICKART) ClearAdVariationsProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ClearAdVariationsProjectCommon 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 (*KICKART) ClearAdVariationsProjectRequest

func (c *KICKART) ClearAdVariationsProjectRequest(input *ClearAdVariationsProjectInput) (req *request.Request, output *ClearAdVariationsProjectOutput)

ClearAdVariationsProjectRequest generates a "byteplus/request.Request" representing the client's request for the ClearAdVariationsProject operation. The "output" return value will be populated with the ClearAdVariationsProjectCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) ClearAdVariationsProjectWithContext

func (c *KICKART) ClearAdVariationsProjectWithContext(ctx byteplus.Context, input *ClearAdVariationsProjectInput, opts ...request.Option) (*ClearAdVariationsProjectOutput, error)

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

See ClearAdVariationsProject 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 (*KICKART) CopyGeniusProject

func (c *KICKART) CopyGeniusProject(input *CopyGeniusProjectInput) (*CopyGeniusProjectOutput, error)

CopyGeniusProject API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CopyGeniusProject for usage and error information.

func (*KICKART) CopyGeniusProjectCommon

func (c *KICKART) CopyGeniusProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CopyGeniusProjectCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CopyGeniusProjectCommon for usage and error information.

func (*KICKART) CopyGeniusProjectCommonRequest

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

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

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

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

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

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

func (*KICKART) CopyGeniusProjectCommonWithContext

func (c *KICKART) CopyGeniusProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CopyGeniusProjectCommon 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 (*KICKART) CopyGeniusProjectRequest

func (c *KICKART) CopyGeniusProjectRequest(input *CopyGeniusProjectInput) (req *request.Request, output *CopyGeniusProjectOutput)

CopyGeniusProjectRequest generates a "byteplus/request.Request" representing the client's request for the CopyGeniusProject operation. The "output" return value will be populated with the CopyGeniusProjectCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CopyGeniusProjectWithContext

func (c *KICKART) CopyGeniusProjectWithContext(ctx byteplus.Context, input *CopyGeniusProjectInput, opts ...request.Option) (*CopyGeniusProjectOutput, error)

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

See CopyGeniusProject 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 (*KICKART) CreateAdVariationsProject

func (c *KICKART) CreateAdVariationsProject(input *CreateAdVariationsProjectInput) (*CreateAdVariationsProjectOutput, error)

CreateAdVariationsProject API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAdVariationsProject for usage and error information.

func (*KICKART) CreateAdVariationsProjectCommon

func (c *KICKART) CreateAdVariationsProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAdVariationsProjectCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAdVariationsProjectCommon for usage and error information.

func (*KICKART) CreateAdVariationsProjectCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateAdVariationsProjectCommonWithContext

func (c *KICKART) CreateAdVariationsProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAdVariationsProjectCommon 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 (*KICKART) CreateAdVariationsProjectRequest

func (c *KICKART) CreateAdVariationsProjectRequest(input *CreateAdVariationsProjectInput) (req *request.Request, output *CreateAdVariationsProjectOutput)

CreateAdVariationsProjectRequest generates a "byteplus/request.Request" representing the client's request for the CreateAdVariationsProject operation. The "output" return value will be populated with the CreateAdVariationsProjectCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateAdVariationsProjectWithContext

func (c *KICKART) CreateAdVariationsProjectWithContext(ctx byteplus.Context, input *CreateAdVariationsProjectInput, opts ...request.Option) (*CreateAdVariationsProjectOutput, error)

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

See CreateAdVariationsProject 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 (*KICKART) CreateAiTemplateTask

func (c *KICKART) CreateAiTemplateTask(input *CreateAiTemplateTaskInput) (*CreateAiTemplateTaskOutput, error)

CreateAiTemplateTask API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAiTemplateTask for usage and error information.

func (*KICKART) CreateAiTemplateTaskCommon

func (c *KICKART) CreateAiTemplateTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAiTemplateTaskCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAiTemplateTaskCommon for usage and error information.

func (*KICKART) CreateAiTemplateTaskCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateAiTemplateTaskCommonWithContext

func (c *KICKART) CreateAiTemplateTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAiTemplateTaskCommon 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 (*KICKART) CreateAiTemplateTaskRequest

func (c *KICKART) CreateAiTemplateTaskRequest(input *CreateAiTemplateTaskInput) (req *request.Request, output *CreateAiTemplateTaskOutput)

CreateAiTemplateTaskRequest generates a "byteplus/request.Request" representing the client's request for the CreateAiTemplateTask operation. The "output" return value will be populated with the CreateAiTemplateTaskCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateAiTemplateTaskWithContext

func (c *KICKART) CreateAiTemplateTaskWithContext(ctx byteplus.Context, input *CreateAiTemplateTaskInput, opts ...request.Option) (*CreateAiTemplateTaskOutput, error)

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

See CreateAiTemplateTask 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 (*KICKART) CreateApiKey

func (c *KICKART) CreateApiKey(input *CreateApiKeyInput) (*CreateApiKeyOutput, error)

CreateApiKey API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateApiKey for usage and error information.

func (*KICKART) CreateApiKeyCommon

func (c *KICKART) CreateApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateApiKeyCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateApiKeyCommon for usage and error information.

func (*KICKART) CreateApiKeyCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateApiKeyCommonWithContext

func (c *KICKART) CreateApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateApiKeyCommon 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 (*KICKART) CreateApiKeyRequest

func (c *KICKART) CreateApiKeyRequest(input *CreateApiKeyInput) (req *request.Request, output *CreateApiKeyOutput)

CreateApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the CreateApiKey operation. The "output" return value will be populated with the CreateApiKeyCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateApiKeyWithContext

func (c *KICKART) CreateApiKeyWithContext(ctx byteplus.Context, input *CreateApiKeyInput, opts ...request.Option) (*CreateApiKeyOutput, error)

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

See CreateApiKey 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 (*KICKART) CreateAuthUrl

func (c *KICKART) CreateAuthUrl(input *CreateAuthUrlInput) (*CreateAuthUrlOutput, error)

CreateAuthUrl API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAuthUrl for usage and error information.

func (*KICKART) CreateAuthUrlCommon

func (c *KICKART) CreateAuthUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAuthUrlCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAuthUrlCommon for usage and error information.

func (*KICKART) CreateAuthUrlCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateAuthUrlCommonWithContext

func (c *KICKART) CreateAuthUrlCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAuthUrlCommon 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 (*KICKART) CreateAuthUrlRequest

func (c *KICKART) CreateAuthUrlRequest(input *CreateAuthUrlInput) (req *request.Request, output *CreateAuthUrlOutput)

CreateAuthUrlRequest generates a "byteplus/request.Request" representing the client's request for the CreateAuthUrl operation. The "output" return value will be populated with the CreateAuthUrlCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateAuthUrlWithContext

func (c *KICKART) CreateAuthUrlWithContext(ctx byteplus.Context, input *CreateAuthUrlInput, opts ...request.Option) (*CreateAuthUrlOutput, error)

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

See CreateAuthUrl 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 (*KICKART) CreateAvatar

func (c *KICKART) CreateAvatar(input *CreateAvatarInput) (*CreateAvatarOutput, error)

CreateAvatar API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAvatar for usage and error information.

func (*KICKART) CreateAvatarCommon

func (c *KICKART) CreateAvatarCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAvatarCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateAvatarCommon for usage and error information.

func (*KICKART) CreateAvatarCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateAvatarCommonWithContext

func (c *KICKART) CreateAvatarCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAvatarCommon 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 (*KICKART) CreateAvatarRequest

func (c *KICKART) CreateAvatarRequest(input *CreateAvatarInput) (req *request.Request, output *CreateAvatarOutput)

CreateAvatarRequest generates a "byteplus/request.Request" representing the client's request for the CreateAvatar operation. The "output" return value will be populated with the CreateAvatarCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateAvatarWithContext

func (c *KICKART) CreateAvatarWithContext(ctx byteplus.Context, input *CreateAvatarInput, opts ...request.Option) (*CreateAvatarOutput, error)

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

See CreateAvatar 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 (*KICKART) CreateDraft

func (c *KICKART) CreateDraft(input *CreateDraftInput) (*CreateDraftOutput, error)

CreateDraft API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateDraft for usage and error information.

func (*KICKART) CreateDraftCommon

func (c *KICKART) CreateDraftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDraftCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateDraftCommon for usage and error information.

func (*KICKART) CreateDraftCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateDraftCommonWithContext

func (c *KICKART) CreateDraftCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateDraftCommon 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 (*KICKART) CreateDraftRequest

func (c *KICKART) CreateDraftRequest(input *CreateDraftInput) (req *request.Request, output *CreateDraftOutput)

CreateDraftRequest generates a "byteplus/request.Request" representing the client's request for the CreateDraft operation. The "output" return value will be populated with the CreateDraftCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateDraftWithContext

func (c *KICKART) CreateDraftWithContext(ctx byteplus.Context, input *CreateDraftInput, opts ...request.Option) (*CreateDraftOutput, error)

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

See CreateDraft 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 (*KICKART) CreateFilm

func (c *KICKART) CreateFilm(input *CreateFilmInput) (*CreateFilmOutput, error)

CreateFilm API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateFilm for usage and error information.

func (*KICKART) CreateFilmCommon

func (c *KICKART) CreateFilmCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFilmCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateFilmCommon for usage and error information.

func (*KICKART) CreateFilmCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateFilmCommonWithContext

func (c *KICKART) CreateFilmCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateFilmCommon 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 (*KICKART) CreateFilmRequest

func (c *KICKART) CreateFilmRequest(input *CreateFilmInput) (req *request.Request, output *CreateFilmOutput)

CreateFilmRequest generates a "byteplus/request.Request" representing the client's request for the CreateFilm operation. The "output" return value will be populated with the CreateFilmCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateFilmWithContext

func (c *KICKART) CreateFilmWithContext(ctx byteplus.Context, input *CreateFilmInput, opts ...request.Option) (*CreateFilmOutput, error)

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

See CreateFilm 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 (*KICKART) CreateFolder

func (c *KICKART) CreateFolder(input *CreateFolderInput) (*CreateFolderOutput, error)

CreateFolder API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateFolder for usage and error information.

func (*KICKART) CreateFolderCommon

func (c *KICKART) CreateFolderCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFolderCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateFolderCommon for usage and error information.

func (*KICKART) CreateFolderCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateFolderCommonWithContext

func (c *KICKART) CreateFolderCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateFolderCommon 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 (*KICKART) CreateFolderRequest

func (c *KICKART) CreateFolderRequest(input *CreateFolderInput) (req *request.Request, output *CreateFolderOutput)

CreateFolderRequest generates a "byteplus/request.Request" representing the client's request for the CreateFolder operation. The "output" return value will be populated with the CreateFolderCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateFolderWithContext

func (c *KICKART) CreateFolderWithContext(ctx byteplus.Context, input *CreateFolderInput, opts ...request.Option) (*CreateFolderOutput, error)

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

See CreateFolder 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 (*KICKART) CreateItem

func (c *KICKART) CreateItem(input *CreateItemInput) (*CreateItemOutput, error)

CreateItem API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateItem for usage and error information.

func (*KICKART) CreateItemCommon

func (c *KICKART) CreateItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateItemCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateItemCommon for usage and error information.

func (*KICKART) CreateItemCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateItemCommonWithContext

func (c *KICKART) CreateItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateItemCommon 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 (*KICKART) CreateItemRequest

func (c *KICKART) CreateItemRequest(input *CreateItemInput) (req *request.Request, output *CreateItemOutput)

CreateItemRequest generates a "byteplus/request.Request" representing the client's request for the CreateItem operation. The "output" return value will be populated with the CreateItemCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateItemWithContext

func (c *KICKART) CreateItemWithContext(ctx byteplus.Context, input *CreateItemInput, opts ...request.Option) (*CreateItemOutput, error)

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

See CreateItem 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 (*KICKART) CreateMaterial

func (c *KICKART) CreateMaterial(input *CreateMaterialInput) (*CreateMaterialOutput, error)

CreateMaterial API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateMaterial for usage and error information.

func (*KICKART) CreateMaterialCommon

func (c *KICKART) CreateMaterialCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateMaterialCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateMaterialCommon for usage and error information.

func (*KICKART) CreateMaterialCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateMaterialCommonWithContext

func (c *KICKART) CreateMaterialCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateMaterialCommon 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 (*KICKART) CreateMaterialRequest

func (c *KICKART) CreateMaterialRequest(input *CreateMaterialInput) (req *request.Request, output *CreateMaterialOutput)

CreateMaterialRequest generates a "byteplus/request.Request" representing the client's request for the CreateMaterial operation. The "output" return value will be populated with the CreateMaterialCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateMaterialWithContext

func (c *KICKART) CreateMaterialWithContext(ctx byteplus.Context, input *CreateMaterialInput, opts ...request.Option) (*CreateMaterialOutput, error)

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

See CreateMaterial 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 (*KICKART) CreateMedia

func (c *KICKART) CreateMedia(input *CreateMediaInput) (*CreateMediaOutput, error)

CreateMedia API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateMedia for usage and error information.

func (*KICKART) CreateMediaCommon

func (c *KICKART) CreateMediaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateMediaCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateMediaCommon for usage and error information.

func (*KICKART) CreateMediaCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateMediaCommonWithContext

func (c *KICKART) CreateMediaCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateMediaCommon 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 (*KICKART) CreateMediaRequest

func (c *KICKART) CreateMediaRequest(input *CreateMediaInput) (req *request.Request, output *CreateMediaOutput)

CreateMediaRequest generates a "byteplus/request.Request" representing the client's request for the CreateMedia operation. The "output" return value will be populated with the CreateMediaCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateMediaWithContext

func (c *KICKART) CreateMediaWithContext(ctx byteplus.Context, input *CreateMediaInput, opts ...request.Option) (*CreateMediaOutput, error)

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

See CreateMedia 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 (*KICKART) CreateProject

func (c *KICKART) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)

CreateProject API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateProject for usage and error information.

func (*KICKART) CreateProjectCommon

func (c *KICKART) CreateProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateProjectCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateProjectCommon for usage and error information.

func (*KICKART) CreateProjectCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateProjectCommonWithContext

func (c *KICKART) CreateProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateProjectCommon 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 (*KICKART) CreateProjectFromTemplate

func (c *KICKART) CreateProjectFromTemplate(input *CreateProjectFromTemplateInput) (*CreateProjectFromTemplateOutput, error)

CreateProjectFromTemplate API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateProjectFromTemplate for usage and error information.

func (*KICKART) CreateProjectFromTemplateCommon

func (c *KICKART) CreateProjectFromTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateProjectFromTemplateCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateProjectFromTemplateCommon for usage and error information.

func (*KICKART) CreateProjectFromTemplateCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateProjectFromTemplateCommonWithContext

func (c *KICKART) CreateProjectFromTemplateCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateProjectFromTemplateCommon 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 (*KICKART) CreateProjectFromTemplateRequest

func (c *KICKART) CreateProjectFromTemplateRequest(input *CreateProjectFromTemplateInput) (req *request.Request, output *CreateProjectFromTemplateOutput)

CreateProjectFromTemplateRequest generates a "byteplus/request.Request" representing the client's request for the CreateProjectFromTemplate operation. The "output" return value will be populated with the CreateProjectFromTemplateCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateProjectFromTemplateWithContext

func (c *KICKART) CreateProjectFromTemplateWithContext(ctx byteplus.Context, input *CreateProjectFromTemplateInput, opts ...request.Option) (*CreateProjectFromTemplateOutput, error)

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

See CreateProjectFromTemplate 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 (*KICKART) CreateProjectRequest

func (c *KICKART) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)

CreateProjectRequest generates a "byteplus/request.Request" representing the client's request for the CreateProject operation. The "output" return value will be populated with the CreateProjectCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateProjectWithContext

func (c *KICKART) CreateProjectWithContext(ctx byteplus.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)

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

See CreateProject 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 (*KICKART) CreateTemplateProject

func (c *KICKART) CreateTemplateProject(input *CreateTemplateProjectInput) (*CreateTemplateProjectOutput, error)

CreateTemplateProject API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateTemplateProject for usage and error information.

func (*KICKART) CreateTemplateProjectCommon

func (c *KICKART) CreateTemplateProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTemplateProjectCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation CreateTemplateProjectCommon for usage and error information.

func (*KICKART) CreateTemplateProjectCommonRequest

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

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

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

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

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

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

func (*KICKART) CreateTemplateProjectCommonWithContext

func (c *KICKART) CreateTemplateProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateTemplateProjectCommon 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 (*KICKART) CreateTemplateProjectRequest

func (c *KICKART) CreateTemplateProjectRequest(input *CreateTemplateProjectInput) (req *request.Request, output *CreateTemplateProjectOutput)

CreateTemplateProjectRequest generates a "byteplus/request.Request" representing the client's request for the CreateTemplateProject operation. The "output" return value will be populated with the CreateTemplateProjectCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) CreateTemplateProjectWithContext

func (c *KICKART) CreateTemplateProjectWithContext(ctx byteplus.Context, input *CreateTemplateProjectInput, opts ...request.Option) (*CreateTemplateProjectOutput, error)

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

See CreateTemplateProject 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 (*KICKART) DeleteAllTaskItem

func (c *KICKART) DeleteAllTaskItem(input *DeleteAllTaskItemInput) (*DeleteAllTaskItemOutput, error)

DeleteAllTaskItem API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteAllTaskItem for usage and error information.

func (*KICKART) DeleteAllTaskItemCommon

func (c *KICKART) DeleteAllTaskItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAllTaskItemCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteAllTaskItemCommon for usage and error information.

func (*KICKART) DeleteAllTaskItemCommonRequest

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

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

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

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

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

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

func (*KICKART) DeleteAllTaskItemCommonWithContext

func (c *KICKART) DeleteAllTaskItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteAllTaskItemCommon 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 (*KICKART) DeleteAllTaskItemRequest

func (c *KICKART) DeleteAllTaskItemRequest(input *DeleteAllTaskItemInput) (req *request.Request, output *DeleteAllTaskItemOutput)

DeleteAllTaskItemRequest generates a "byteplus/request.Request" representing the client's request for the DeleteAllTaskItem operation. The "output" return value will be populated with the DeleteAllTaskItemCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) DeleteAllTaskItemWithContext

func (c *KICKART) DeleteAllTaskItemWithContext(ctx byteplus.Context, input *DeleteAllTaskItemInput, opts ...request.Option) (*DeleteAllTaskItemOutput, error)

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

See DeleteAllTaskItem 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 (*KICKART) DeleteApiKey

func (c *KICKART) DeleteApiKey(input *DeleteApiKeyInput) (*DeleteApiKeyOutput, error)

DeleteApiKey API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteApiKey for usage and error information.

func (*KICKART) DeleteApiKeyCommon

func (c *KICKART) DeleteApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteApiKeyCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteApiKeyCommon for usage and error information.

func (*KICKART) DeleteApiKeyCommonRequest

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

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

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

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

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

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

func (*KICKART) DeleteApiKeyCommonWithContext

func (c *KICKART) DeleteApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteApiKeyCommon 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 (*KICKART) DeleteApiKeyRequest

func (c *KICKART) DeleteApiKeyRequest(input *DeleteApiKeyInput) (req *request.Request, output *DeleteApiKeyOutput)

DeleteApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the DeleteApiKey operation. The "output" return value will be populated with the DeleteApiKeyCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) DeleteApiKeyWithContext

func (c *KICKART) DeleteApiKeyWithContext(ctx byteplus.Context, input *DeleteApiKeyInput, opts ...request.Option) (*DeleteApiKeyOutput, error)

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

See DeleteApiKey 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 (*KICKART) DeleteTaskItem

func (c *KICKART) DeleteTaskItem(input *DeleteTaskItemInput) (*DeleteTaskItemOutput, error)

DeleteTaskItem API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteTaskItem for usage and error information.

func (*KICKART) DeleteTaskItemCommon

func (c *KICKART) DeleteTaskItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTaskItemCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DeleteTaskItemCommon for usage and error information.

func (*KICKART) DeleteTaskItemCommonRequest

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

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

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

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

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

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

func (*KICKART) DeleteTaskItemCommonWithContext

func (c *KICKART) DeleteTaskItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteTaskItemCommon 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 (*KICKART) DeleteTaskItemRequest

func (c *KICKART) DeleteTaskItemRequest(input *DeleteTaskItemInput) (req *request.Request, output *DeleteTaskItemOutput)

DeleteTaskItemRequest generates a "byteplus/request.Request" representing the client's request for the DeleteTaskItem operation. The "output" return value will be populated with the DeleteTaskItemCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) DeleteTaskItemWithContext

func (c *KICKART) DeleteTaskItemWithContext(ctx byteplus.Context, input *DeleteTaskItemInput, opts ...request.Option) (*DeleteTaskItemOutput, error)

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

See DeleteTaskItem 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 (*KICKART) DownloadAsset

func (c *KICKART) DownloadAsset(input *DownloadAssetInput) (*DownloadAssetOutput, error)

DownloadAsset API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DownloadAsset for usage and error information.

func (*KICKART) DownloadAssetCommon

func (c *KICKART) DownloadAssetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DownloadAssetCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation DownloadAssetCommon for usage and error information.

func (*KICKART) DownloadAssetCommonRequest

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

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

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

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

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

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

func (*KICKART) DownloadAssetCommonWithContext

func (c *KICKART) DownloadAssetCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DownloadAssetCommon 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 (*KICKART) DownloadAssetRequest

func (c *KICKART) DownloadAssetRequest(input *DownloadAssetInput) (req *request.Request, output *DownloadAssetOutput)

DownloadAssetRequest generates a "byteplus/request.Request" representing the client's request for the DownloadAsset operation. The "output" return value will be populated with the DownloadAssetCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) DownloadAssetWithContext

func (c *KICKART) DownloadAssetWithContext(ctx byteplus.Context, input *DownloadAssetInput, opts ...request.Option) (*DownloadAssetOutput, error)

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

See DownloadAsset 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 (*KICKART) ExportEditorVideo

func (c *KICKART) ExportEditorVideo(input *ExportEditorVideoInput) (*ExportEditorVideoOutput, error)

ExportEditorVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ExportEditorVideo for usage and error information.

func (*KICKART) ExportEditorVideoCommon

func (c *KICKART) ExportEditorVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExportEditorVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ExportEditorVideoCommon for usage and error information.

func (*KICKART) ExportEditorVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) ExportEditorVideoCommonWithContext

func (c *KICKART) ExportEditorVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ExportEditorVideoCommon 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 (*KICKART) ExportEditorVideoRequest

func (c *KICKART) ExportEditorVideoRequest(input *ExportEditorVideoInput) (req *request.Request, output *ExportEditorVideoOutput)

ExportEditorVideoRequest generates a "byteplus/request.Request" representing the client's request for the ExportEditorVideo operation. The "output" return value will be populated with the ExportEditorVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) ExportEditorVideoWithContext

func (c *KICKART) ExportEditorVideoWithContext(ctx byteplus.Context, input *ExportEditorVideoInput, opts ...request.Option) (*ExportEditorVideoOutput, error)

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

See ExportEditorVideo 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 (*KICKART) ExportVideo

func (c *KICKART) ExportVideo(input *ExportVideoInput) (*ExportVideoOutput, error)

ExportVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ExportVideo for usage and error information.

func (*KICKART) ExportVideoCommon

func (c *KICKART) ExportVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExportVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation ExportVideoCommon for usage and error information.

func (*KICKART) ExportVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) ExportVideoCommonWithContext

func (c *KICKART) ExportVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ExportVideoCommon 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 (*KICKART) ExportVideoRequest

func (c *KICKART) ExportVideoRequest(input *ExportVideoInput) (req *request.Request, output *ExportVideoOutput)

ExportVideoRequest generates a "byteplus/request.Request" representing the client's request for the ExportVideo operation. The "output" return value will be populated with the ExportVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) ExportVideoWithContext

func (c *KICKART) ExportVideoWithContext(ctx byteplus.Context, input *ExportVideoInput, opts ...request.Option) (*ExportVideoOutput, error)

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

See ExportVideo 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 (*KICKART) GenAdVariationsAnalysis

func (c *KICKART) GenAdVariationsAnalysis(input *GenAdVariationsAnalysisInput) (*GenAdVariationsAnalysisOutput, error)

GenAdVariationsAnalysis API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenAdVariationsAnalysis for usage and error information.

func (*KICKART) GenAdVariationsAnalysisCommon

func (c *KICKART) GenAdVariationsAnalysisCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenAdVariationsAnalysisCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenAdVariationsAnalysisCommon for usage and error information.

func (*KICKART) GenAdVariationsAnalysisCommonRequest

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

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

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

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

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

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

func (*KICKART) GenAdVariationsAnalysisCommonWithContext

func (c *KICKART) GenAdVariationsAnalysisCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenAdVariationsAnalysisCommon 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 (*KICKART) GenAdVariationsAnalysisRequest

func (c *KICKART) GenAdVariationsAnalysisRequest(input *GenAdVariationsAnalysisInput) (req *request.Request, output *GenAdVariationsAnalysisOutput)

GenAdVariationsAnalysisRequest generates a "byteplus/request.Request" representing the client's request for the GenAdVariationsAnalysis operation. The "output" return value will be populated with the GenAdVariationsAnalysisCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenAdVariationsAnalysisWithContext

func (c *KICKART) GenAdVariationsAnalysisWithContext(ctx byteplus.Context, input *GenAdVariationsAnalysisInput, opts ...request.Option) (*GenAdVariationsAnalysisOutput, error)

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

See GenAdVariationsAnalysis 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 (*KICKART) GenAdVariationsVideo

func (c *KICKART) GenAdVariationsVideo(input *GenAdVariationsVideoInput) (*GenAdVariationsVideoOutput, error)

GenAdVariationsVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenAdVariationsVideo for usage and error information.

func (*KICKART) GenAdVariationsVideoCommon

func (c *KICKART) GenAdVariationsVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenAdVariationsVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenAdVariationsVideoCommon for usage and error information.

func (*KICKART) GenAdVariationsVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenAdVariationsVideoCommonWithContext

func (c *KICKART) GenAdVariationsVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenAdVariationsVideoCommon 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 (*KICKART) GenAdVariationsVideoRequest

func (c *KICKART) GenAdVariationsVideoRequest(input *GenAdVariationsVideoInput) (req *request.Request, output *GenAdVariationsVideoOutput)

GenAdVariationsVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenAdVariationsVideo operation. The "output" return value will be populated with the GenAdVariationsVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenAdVariationsVideoWithContext

func (c *KICKART) GenAdVariationsVideoWithContext(ctx byteplus.Context, input *GenAdVariationsVideoInput, opts ...request.Option) (*GenAdVariationsVideoOutput, error)

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

See GenAdVariationsVideo 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 (*KICKART) GenBgmByProduct

func (c *KICKART) GenBgmByProduct(input *GenBgmByProductInput) (*GenBgmByProductOutput, error)

GenBgmByProduct API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenBgmByProduct for usage and error information.

func (*KICKART) GenBgmByProductCommon

func (c *KICKART) GenBgmByProductCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenBgmByProductCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenBgmByProductCommon for usage and error information.

func (*KICKART) GenBgmByProductCommonRequest

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

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

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

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

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

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

func (*KICKART) GenBgmByProductCommonWithContext

func (c *KICKART) GenBgmByProductCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenBgmByProductCommon 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 (*KICKART) GenBgmByProductRequest

func (c *KICKART) GenBgmByProductRequest(input *GenBgmByProductInput) (req *request.Request, output *GenBgmByProductOutput)

GenBgmByProductRequest generates a "byteplus/request.Request" representing the client's request for the GenBgmByProduct operation. The "output" return value will be populated with the GenBgmByProductCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenBgmByProductWithContext

func (c *KICKART) GenBgmByProductWithContext(ctx byteplus.Context, input *GenBgmByProductInput, opts ...request.Option) (*GenBgmByProductOutput, error)

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

See GenBgmByProduct 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 (*KICKART) GenBgmByVideo

func (c *KICKART) GenBgmByVideo(input *GenBgmByVideoInput) (*GenBgmByVideoOutput, error)

GenBgmByVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenBgmByVideo for usage and error information.

func (*KICKART) GenBgmByVideoCommon

func (c *KICKART) GenBgmByVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenBgmByVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenBgmByVideoCommon for usage and error information.

func (*KICKART) GenBgmByVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenBgmByVideoCommonWithContext

func (c *KICKART) GenBgmByVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenBgmByVideoCommon 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 (*KICKART) GenBgmByVideoRequest

func (c *KICKART) GenBgmByVideoRequest(input *GenBgmByVideoInput) (req *request.Request, output *GenBgmByVideoOutput)

GenBgmByVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenBgmByVideo operation. The "output" return value will be populated with the GenBgmByVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenBgmByVideoWithContext

func (c *KICKART) GenBgmByVideoWithContext(ctx byteplus.Context, input *GenBgmByVideoInput, opts ...request.Option) (*GenBgmByVideoOutput, error)

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

See GenBgmByVideo 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 (*KICKART) GenMainVideo

func (c *KICKART) GenMainVideo(input *GenMainVideoInput) (*GenMainVideoOutput, error)

GenMainVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenMainVideo for usage and error information.

func (*KICKART) GenMainVideoCommon

func (c *KICKART) GenMainVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenMainVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenMainVideoCommon for usage and error information.

func (*KICKART) GenMainVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenMainVideoCommonWithContext

func (c *KICKART) GenMainVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenMainVideoCommon 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 (*KICKART) GenMainVideoRequest

func (c *KICKART) GenMainVideoRequest(input *GenMainVideoInput) (req *request.Request, output *GenMainVideoOutput)

GenMainVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenMainVideo operation. The "output" return value will be populated with the GenMainVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenMainVideoWithContext

func (c *KICKART) GenMainVideoWithContext(ctx byteplus.Context, input *GenMainVideoInput, opts ...request.Option) (*GenMainVideoOutput, error)

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

See GenMainVideo 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 (*KICKART) GenPicByPrompt

func (c *KICKART) GenPicByPrompt(input *GenPicByPromptInput) (*GenPicByPromptOutput, error)

GenPicByPrompt API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenPicByPrompt for usage and error information.

func (*KICKART) GenPicByPromptCommon

func (c *KICKART) GenPicByPromptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenPicByPromptCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenPicByPromptCommon for usage and error information.

func (*KICKART) GenPicByPromptCommonRequest

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

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

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

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

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

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

func (*KICKART) GenPicByPromptCommonWithContext

func (c *KICKART) GenPicByPromptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenPicByPromptCommon 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 (*KICKART) GenPicByPromptRequest

func (c *KICKART) GenPicByPromptRequest(input *GenPicByPromptInput) (req *request.Request, output *GenPicByPromptOutput)

GenPicByPromptRequest generates a "byteplus/request.Request" representing the client's request for the GenPicByPrompt operation. The "output" return value will be populated with the GenPicByPromptCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenPicByPromptWithContext

func (c *KICKART) GenPicByPromptWithContext(ctx byteplus.Context, input *GenPicByPromptInput, opts ...request.Option) (*GenPicByPromptOutput, error)

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

See GenPicByPrompt 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 (*KICKART) GenPicsVideoByStory

func (c *KICKART) GenPicsVideoByStory(input *GenPicsVideoByStoryInput) (*GenPicsVideoByStoryOutput, error)

GenPicsVideoByStory API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenPicsVideoByStory for usage and error information.

func (*KICKART) GenPicsVideoByStoryCommon

func (c *KICKART) GenPicsVideoByStoryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenPicsVideoByStoryCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenPicsVideoByStoryCommon for usage and error information.

func (*KICKART) GenPicsVideoByStoryCommonRequest

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

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

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

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

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

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

func (*KICKART) GenPicsVideoByStoryCommonWithContext

func (c *KICKART) GenPicsVideoByStoryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenPicsVideoByStoryCommon 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 (*KICKART) GenPicsVideoByStoryRequest

func (c *KICKART) GenPicsVideoByStoryRequest(input *GenPicsVideoByStoryInput) (req *request.Request, output *GenPicsVideoByStoryOutput)

GenPicsVideoByStoryRequest generates a "byteplus/request.Request" representing the client's request for the GenPicsVideoByStory operation. The "output" return value will be populated with the GenPicsVideoByStoryCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenPicsVideoByStoryWithContext

func (c *KICKART) GenPicsVideoByStoryWithContext(ctx byteplus.Context, input *GenPicsVideoByStoryInput, opts ...request.Option) (*GenPicsVideoByStoryOutput, error)

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

See GenPicsVideoByStory 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 (*KICKART) GenProductIntroCreative

func (c *KICKART) GenProductIntroCreative(input *GenProductIntroCreativeInput) (*GenProductIntroCreativeOutput, error)

GenProductIntroCreative API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroCreative for usage and error information.

func (*KICKART) GenProductIntroCreativeCommon

func (c *KICKART) GenProductIntroCreativeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenProductIntroCreativeCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroCreativeCommon for usage and error information.

func (*KICKART) GenProductIntroCreativeCommonRequest

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

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

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

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

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

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

func (*KICKART) GenProductIntroCreativeCommonWithContext

func (c *KICKART) GenProductIntroCreativeCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenProductIntroCreativeCommon 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 (*KICKART) GenProductIntroCreativeRequest

func (c *KICKART) GenProductIntroCreativeRequest(input *GenProductIntroCreativeInput) (req *request.Request, output *GenProductIntroCreativeOutput)

GenProductIntroCreativeRequest generates a "byteplus/request.Request" representing the client's request for the GenProductIntroCreative operation. The "output" return value will be populated with the GenProductIntroCreativeCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenProductIntroCreativeWithContext

func (c *KICKART) GenProductIntroCreativeWithContext(ctx byteplus.Context, input *GenProductIntroCreativeInput, opts ...request.Option) (*GenProductIntroCreativeOutput, error)

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

See GenProductIntroCreative 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 (*KICKART) GenProductIntroScript

func (c *KICKART) GenProductIntroScript(input *GenProductIntroScriptInput) (*GenProductIntroScriptOutput, error)

GenProductIntroScript API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroScript for usage and error information.

func (*KICKART) GenProductIntroScriptCommon

func (c *KICKART) GenProductIntroScriptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenProductIntroScriptCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroScriptCommon for usage and error information.

func (*KICKART) GenProductIntroScriptCommonRequest

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

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

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

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

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

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

func (*KICKART) GenProductIntroScriptCommonWithContext

func (c *KICKART) GenProductIntroScriptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenProductIntroScriptCommon 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 (*KICKART) GenProductIntroScriptRequest

func (c *KICKART) GenProductIntroScriptRequest(input *GenProductIntroScriptInput) (req *request.Request, output *GenProductIntroScriptOutput)

GenProductIntroScriptRequest generates a "byteplus/request.Request" representing the client's request for the GenProductIntroScript operation. The "output" return value will be populated with the GenProductIntroScriptCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenProductIntroScriptWithContext

func (c *KICKART) GenProductIntroScriptWithContext(ctx byteplus.Context, input *GenProductIntroScriptInput, opts ...request.Option) (*GenProductIntroScriptOutput, error)

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

See GenProductIntroScript 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 (*KICKART) GenProductIntroVideo

func (c *KICKART) GenProductIntroVideo(input *GenProductIntroVideoInput) (*GenProductIntroVideoOutput, error)

GenProductIntroVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroVideo for usage and error information.

func (*KICKART) GenProductIntroVideoCommon

func (c *KICKART) GenProductIntroVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenProductIntroVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductIntroVideoCommon for usage and error information.

func (*KICKART) GenProductIntroVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenProductIntroVideoCommonWithContext

func (c *KICKART) GenProductIntroVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenProductIntroVideoCommon 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 (*KICKART) GenProductIntroVideoRequest

func (c *KICKART) GenProductIntroVideoRequest(input *GenProductIntroVideoInput) (req *request.Request, output *GenProductIntroVideoOutput)

GenProductIntroVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenProductIntroVideo operation. The "output" return value will be populated with the GenProductIntroVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenProductIntroVideoWithContext

func (c *KICKART) GenProductIntroVideoWithContext(ctx byteplus.Context, input *GenProductIntroVideoInput, opts ...request.Option) (*GenProductIntroVideoOutput, error)

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

See GenProductIntroVideo 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 (*KICKART) GenProductStoryboardOutline

func (c *KICKART) GenProductStoryboardOutline(input *GenProductStoryboardOutlineInput) (*GenProductStoryboardOutlineOutput, error)

GenProductStoryboardOutline API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductStoryboardOutline for usage and error information.

func (*KICKART) GenProductStoryboardOutlineCommon

func (c *KICKART) GenProductStoryboardOutlineCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenProductStoryboardOutlineCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductStoryboardOutlineCommon for usage and error information.

func (*KICKART) GenProductStoryboardOutlineCommonRequest

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

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

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

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

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

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

func (*KICKART) GenProductStoryboardOutlineCommonWithContext

func (c *KICKART) GenProductStoryboardOutlineCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenProductStoryboardOutlineCommon 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 (*KICKART) GenProductStoryboardOutlineRequest

func (c *KICKART) GenProductStoryboardOutlineRequest(input *GenProductStoryboardOutlineInput) (req *request.Request, output *GenProductStoryboardOutlineOutput)

GenProductStoryboardOutlineRequest generates a "byteplus/request.Request" representing the client's request for the GenProductStoryboardOutline operation. The "output" return value will be populated with the GenProductStoryboardOutlineCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenProductStoryboardOutlineWithContext

func (c *KICKART) GenProductStoryboardOutlineWithContext(ctx byteplus.Context, input *GenProductStoryboardOutlineInput, opts ...request.Option) (*GenProductStoryboardOutlineOutput, error)

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

See GenProductStoryboardOutline 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 (*KICKART) GenProductStoryboardVideo

func (c *KICKART) GenProductStoryboardVideo(input *GenProductStoryboardVideoInput) (*GenProductStoryboardVideoOutput, error)

GenProductStoryboardVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductStoryboardVideo for usage and error information.

func (*KICKART) GenProductStoryboardVideoCommon

func (c *KICKART) GenProductStoryboardVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenProductStoryboardVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenProductStoryboardVideoCommon for usage and error information.

func (*KICKART) GenProductStoryboardVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenProductStoryboardVideoCommonWithContext

func (c *KICKART) GenProductStoryboardVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenProductStoryboardVideoCommon 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 (*KICKART) GenProductStoryboardVideoRequest

func (c *KICKART) GenProductStoryboardVideoRequest(input *GenProductStoryboardVideoInput) (req *request.Request, output *GenProductStoryboardVideoOutput)

GenProductStoryboardVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenProductStoryboardVideo operation. The "output" return value will be populated with the GenProductStoryboardVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenProductStoryboardVideoWithContext

func (c *KICKART) GenProductStoryboardVideoWithContext(ctx byteplus.Context, input *GenProductStoryboardVideoInput, opts ...request.Option) (*GenProductStoryboardVideoOutput, error)

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

See GenProductStoryboardVideo 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 (*KICKART) GenStoryByPrompt

func (c *KICKART) GenStoryByPrompt(input *GenStoryByPromptInput) (*GenStoryByPromptOutput, error)

GenStoryByPrompt API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenStoryByPrompt for usage and error information.

func (*KICKART) GenStoryByPromptCommon

func (c *KICKART) GenStoryByPromptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenStoryByPromptCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenStoryByPromptCommon for usage and error information.

func (*KICKART) GenStoryByPromptCommonRequest

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

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

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

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

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

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

func (*KICKART) GenStoryByPromptCommonWithContext

func (c *KICKART) GenStoryByPromptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenStoryByPromptCommon 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 (*KICKART) GenStoryByPromptRequest

func (c *KICKART) GenStoryByPromptRequest(input *GenStoryByPromptInput) (req *request.Request, output *GenStoryByPromptOutput)

GenStoryByPromptRequest generates a "byteplus/request.Request" representing the client's request for the GenStoryByPrompt operation. The "output" return value will be populated with the GenStoryByPromptCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenStoryByPromptWithContext

func (c *KICKART) GenStoryByPromptWithContext(ctx byteplus.Context, input *GenStoryByPromptInput, opts ...request.Option) (*GenStoryByPromptOutput, error)

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

See GenStoryByPrompt 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 (*KICKART) GenTemplateScript

func (c *KICKART) GenTemplateScript(input *GenTemplateScriptInput) (*GenTemplateScriptOutput, error)

GenTemplateScript API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenTemplateScript for usage and error information.

func (*KICKART) GenTemplateScriptCommon

func (c *KICKART) GenTemplateScriptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenTemplateScriptCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenTemplateScriptCommon for usage and error information.

func (*KICKART) GenTemplateScriptCommonRequest

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

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

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

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

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

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

func (*KICKART) GenTemplateScriptCommonWithContext

func (c *KICKART) GenTemplateScriptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenTemplateScriptCommon 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 (*KICKART) GenTemplateScriptRequest

func (c *KICKART) GenTemplateScriptRequest(input *GenTemplateScriptInput) (req *request.Request, output *GenTemplateScriptOutput)

GenTemplateScriptRequest generates a "byteplus/request.Request" representing the client's request for the GenTemplateScript operation. The "output" return value will be populated with the GenTemplateScriptCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenTemplateScriptWithContext

func (c *KICKART) GenTemplateScriptWithContext(ctx byteplus.Context, input *GenTemplateScriptInput, opts ...request.Option) (*GenTemplateScriptOutput, error)

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

See GenTemplateScript 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 (*KICKART) GenTemplateVideo

func (c *KICKART) GenTemplateVideo(input *GenTemplateVideoInput) (*GenTemplateVideoOutput, error)

GenTemplateVideo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenTemplateVideo for usage and error information.

func (*KICKART) GenTemplateVideoCommon

func (c *KICKART) GenTemplateVideoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenTemplateVideoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenTemplateVideoCommon for usage and error information.

func (*KICKART) GenTemplateVideoCommonRequest

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

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

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

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

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

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

func (*KICKART) GenTemplateVideoCommonWithContext

func (c *KICKART) GenTemplateVideoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenTemplateVideoCommon 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 (*KICKART) GenTemplateVideoRequest

func (c *KICKART) GenTemplateVideoRequest(input *GenTemplateVideoInput) (req *request.Request, output *GenTemplateVideoOutput)

GenTemplateVideoRequest generates a "byteplus/request.Request" representing the client's request for the GenTemplateVideo operation. The "output" return value will be populated with the GenTemplateVideoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenTemplateVideoWithContext

func (c *KICKART) GenTemplateVideoWithContext(ctx byteplus.Context, input *GenTemplateVideoInput, opts ...request.Option) (*GenTemplateVideoOutput, error)

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

See GenTemplateVideo 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 (*KICKART) GenVideoByPrompt

func (c *KICKART) GenVideoByPrompt(input *GenVideoByPromptInput) (*GenVideoByPromptOutput, error)

GenVideoByPrompt API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenVideoByPrompt for usage and error information.

func (*KICKART) GenVideoByPromptCommon

func (c *KICKART) GenVideoByPromptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GenVideoByPromptCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GenVideoByPromptCommon for usage and error information.

func (*KICKART) GenVideoByPromptCommonRequest

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

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

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

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

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

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

func (*KICKART) GenVideoByPromptCommonWithContext

func (c *KICKART) GenVideoByPromptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GenVideoByPromptCommon 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 (*KICKART) GenVideoByPromptRequest

func (c *KICKART) GenVideoByPromptRequest(input *GenVideoByPromptInput) (req *request.Request, output *GenVideoByPromptOutput)

GenVideoByPromptRequest generates a "byteplus/request.Request" representing the client's request for the GenVideoByPrompt operation. The "output" return value will be populated with the GenVideoByPromptCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GenVideoByPromptWithContext

func (c *KICKART) GenVideoByPromptWithContext(ctx byteplus.Context, input *GenVideoByPromptInput, opts ...request.Option) (*GenVideoByPromptOutput, error)

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

See GenVideoByPrompt 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 (*KICKART) GetAiTemplateTaskStatus

func (c *KICKART) GetAiTemplateTaskStatus(input *GetAiTemplateTaskStatusInput) (*GetAiTemplateTaskStatusOutput, error)

GetAiTemplateTaskStatus API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAiTemplateTaskStatus for usage and error information.

func (*KICKART) GetAiTemplateTaskStatusCommon

func (c *KICKART) GetAiTemplateTaskStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAiTemplateTaskStatusCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAiTemplateTaskStatusCommon for usage and error information.

func (*KICKART) GetAiTemplateTaskStatusCommonRequest

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

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

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

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

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

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

func (*KICKART) GetAiTemplateTaskStatusCommonWithContext

func (c *KICKART) GetAiTemplateTaskStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GetAiTemplateTaskStatusCommon 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 (*KICKART) GetAiTemplateTaskStatusRequest

func (c *KICKART) GetAiTemplateTaskStatusRequest(input *GetAiTemplateTaskStatusInput) (req *request.Request, output *GetAiTemplateTaskStatusOutput)

GetAiTemplateTaskStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetAiTemplateTaskStatus operation. The "output" return value will be populated with the GetAiTemplateTaskStatusCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GetAiTemplateTaskStatusWithContext

func (c *KICKART) GetAiTemplateTaskStatusWithContext(ctx byteplus.Context, input *GetAiTemplateTaskStatusInput, opts ...request.Option) (*GetAiTemplateTaskStatusOutput, error)

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

See GetAiTemplateTaskStatus 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 (*KICKART) GetAiTemplateTemplateInfo

func (c *KICKART) GetAiTemplateTemplateInfo(input *GetAiTemplateTemplateInfoInput) (*GetAiTemplateTemplateInfoOutput, error)

GetAiTemplateTemplateInfo API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAiTemplateTemplateInfo for usage and error information.

func (*KICKART) GetAiTemplateTemplateInfoCommon

func (c *KICKART) GetAiTemplateTemplateInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAiTemplateTemplateInfoCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAiTemplateTemplateInfoCommon for usage and error information.

func (*KICKART) GetAiTemplateTemplateInfoCommonRequest

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

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

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

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

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

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

func (*KICKART) GetAiTemplateTemplateInfoCommonWithContext

func (c *KICKART) GetAiTemplateTemplateInfoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GetAiTemplateTemplateInfoCommon 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 (*KICKART) GetAiTemplateTemplateInfoRequest

func (c *KICKART) GetAiTemplateTemplateInfoRequest(input *GetAiTemplateTemplateInfoInput) (req *request.Request, output *GetAiTemplateTemplateInfoOutput)

GetAiTemplateTemplateInfoRequest generates a "byteplus/request.Request" representing the client's request for the GetAiTemplateTemplateInfo operation. The "output" return value will be populated with the GetAiTemplateTemplateInfoCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GetAiTemplateTemplateInfoWithContext

func (c *KICKART) GetAiTemplateTemplateInfoWithContext(ctx byteplus.Context, input *GetAiTemplateTemplateInfoInput, opts ...request.Option) (*GetAiTemplateTemplateInfoOutput, error)

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

See GetAiTemplateTemplateInfo 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 (*KICKART) GetAvatar

func (c *KICKART) GetAvatar(input *GetAvatarInput) (*GetAvatarOutput, error)

GetAvatar API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAvatar for usage and error information.

func (*KICKART) GetAvatarCommon

func (c *KICKART) GetAvatarCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAvatarCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetAvatarCommon for usage and error information.

func (*KICKART) GetAvatarCommonRequest

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

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

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

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

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

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

func (*KICKART) GetAvatarCommonWithContext

func (c *KICKART) GetAvatarCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See GetAvatarCommon 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 (*KICKART) GetAvatarRequest

func (c *KICKART) GetAvatarRequest(input *GetAvatarInput) (req *request.Request, output *GetAvatarOutput)

GetAvatarRequest generates a "byteplus/request.Request" representing the client's request for the GetAvatar operation. The "output" return value will be populated with the GetAvatarCommon request's response once the request completes successfully.

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

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

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

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

func (*KICKART) GetAvatarWithContext

func (c *KICKART) GetAvatarWithContext(ctx byteplus.Context, input *GetAvatarInput, opts ...request.Option) (*GetAvatarOutput, error)

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

See GetAvatar 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 (*KICKART) GetBlock

func (c *KICKART) GetBlock(input *GetBlockInput) (*GetBlockOutput, error)

GetBlock API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetBlock for usage and error information.

func (*KICKART) GetBlockCommon

func (c *KICKART) GetBlockCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBlockCommon API operation for KICKART.

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

See the BYTEPLUS API reference guide for KICKART's API operation GetBlockCommon for usage and error information.

func (*KICKART) GetBlockCommonRequest

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

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

Use "Send" method on the returned GetBlockCommon Request to send the API call to the service. the "output" return value is not valid until after GetBlockCommon Send returns without error.

See GetBlockCommon for more information on using the GetBlockCommon API call, and error handling.

// Example sending a request using the GetBlockCommonRequest method.
req, resp := client.GetBlockCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetBlockCommonWithContext

func (c *KICKART) GetBlockCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBlockCommonWithContext is the same as GetBlockCommon with the addition of the ability to pass a context and additional request options.

See GetBlockCommon 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 (*KICKART) GetBlockDetail

func (c *KICKART) GetBlockDetail(input *GetBlockDetailInput) (*GetBlockDetailOutput, error)

GetBlockDetail API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetBlockDetail for usage and error information.

func (*KICKART) GetBlockDetailCommon

func (c *KICKART) GetBlockDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBlockDetailCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetBlockDetailCommon for usage and error information.

func (*KICKART) GetBlockDetailCommonRequest

func (c *KICKART) GetBlockDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBlockDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetBlockDetailCommon operation. The "output" return value will be populated with the GetBlockDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBlockDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetBlockDetailCommon Send returns without error.

See GetBlockDetailCommon for more information on using the GetBlockDetailCommon API call, and error handling.

// Example sending a request using the GetBlockDetailCommonRequest method.
req, resp := client.GetBlockDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetBlockDetailCommonWithContext

func (c *KICKART) GetBlockDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBlockDetailCommonWithContext is the same as GetBlockDetailCommon with the addition of the ability to pass a context and additional request options.

See GetBlockDetailCommon 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 (*KICKART) GetBlockDetailRequest

func (c *KICKART) GetBlockDetailRequest(input *GetBlockDetailInput) (req *request.Request, output *GetBlockDetailOutput)

GetBlockDetailRequest generates a "byteplus/request.Request" representing the client's request for the GetBlockDetail operation. The "output" return value will be populated with the GetBlockDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBlockDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetBlockDetailCommon Send returns without error.

See GetBlockDetail for more information on using the GetBlockDetail API call, and error handling.

// Example sending a request using the GetBlockDetailRequest method.
req, resp := client.GetBlockDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetBlockDetailWithContext

func (c *KICKART) GetBlockDetailWithContext(ctx byteplus.Context, input *GetBlockDetailInput, opts ...request.Option) (*GetBlockDetailOutput, error)

GetBlockDetailWithContext is the same as GetBlockDetail with the addition of the ability to pass a context and additional request options.

See GetBlockDetail 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 (*KICKART) GetBlockRequest

func (c *KICKART) GetBlockRequest(input *GetBlockInput) (req *request.Request, output *GetBlockOutput)

GetBlockRequest generates a "byteplus/request.Request" representing the client's request for the GetBlock operation. The "output" return value will be populated with the GetBlockCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBlockCommon Request to send the API call to the service. the "output" return value is not valid until after GetBlockCommon Send returns without error.

See GetBlock for more information on using the GetBlock API call, and error handling.

// Example sending a request using the GetBlockRequest method.
req, resp := client.GetBlockRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetBlockWithContext

func (c *KICKART) GetBlockWithContext(ctx byteplus.Context, input *GetBlockInput, opts ...request.Option) (*GetBlockOutput, error)

GetBlockWithContext is the same as GetBlock with the addition of the ability to pass a context and additional request options.

See GetBlock 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 (*KICKART) GetCategoryDetail

func (c *KICKART) GetCategoryDetail(input *GetCategoryDetailInput) (*GetCategoryDetailOutput, error)

GetCategoryDetail API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCategoryDetail for usage and error information.

func (*KICKART) GetCategoryDetailCommon

func (c *KICKART) GetCategoryDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetCategoryDetailCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCategoryDetailCommon for usage and error information.

func (*KICKART) GetCategoryDetailCommonRequest

func (c *KICKART) GetCategoryDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetCategoryDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetCategoryDetailCommon operation. The "output" return value will be populated with the GetCategoryDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCategoryDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetCategoryDetailCommon Send returns without error.

See GetCategoryDetailCommon for more information on using the GetCategoryDetailCommon API call, and error handling.

// Example sending a request using the GetCategoryDetailCommonRequest method.
req, resp := client.GetCategoryDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCategoryDetailCommonWithContext

func (c *KICKART) GetCategoryDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetCategoryDetailCommonWithContext is the same as GetCategoryDetailCommon with the addition of the ability to pass a context and additional request options.

See GetCategoryDetailCommon 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 (*KICKART) GetCategoryDetailRequest

func (c *KICKART) GetCategoryDetailRequest(input *GetCategoryDetailInput) (req *request.Request, output *GetCategoryDetailOutput)

GetCategoryDetailRequest generates a "byteplus/request.Request" representing the client's request for the GetCategoryDetail operation. The "output" return value will be populated with the GetCategoryDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCategoryDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetCategoryDetailCommon Send returns without error.

See GetCategoryDetail for more information on using the GetCategoryDetail API call, and error handling.

// Example sending a request using the GetCategoryDetailRequest method.
req, resp := client.GetCategoryDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCategoryDetailWithContext

func (c *KICKART) GetCategoryDetailWithContext(ctx byteplus.Context, input *GetCategoryDetailInput, opts ...request.Option) (*GetCategoryDetailOutput, error)

GetCategoryDetailWithContext is the same as GetCategoryDetail with the addition of the ability to pass a context and additional request options.

See GetCategoryDetail 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 (*KICKART) GetComboBalance

func (c *KICKART) GetComboBalance(input *GetComboBalanceInput) (*GetComboBalanceOutput, error)

GetComboBalance API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetComboBalance for usage and error information.

func (*KICKART) GetComboBalanceCommon

func (c *KICKART) GetComboBalanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetComboBalanceCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetComboBalanceCommon for usage and error information.

func (*KICKART) GetComboBalanceCommonRequest

func (c *KICKART) GetComboBalanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetComboBalanceCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetComboBalanceCommon operation. The "output" return value will be populated with the GetComboBalanceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetComboBalanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetComboBalanceCommon Send returns without error.

See GetComboBalanceCommon for more information on using the GetComboBalanceCommon API call, and error handling.

// Example sending a request using the GetComboBalanceCommonRequest method.
req, resp := client.GetComboBalanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetComboBalanceCommonWithContext

func (c *KICKART) GetComboBalanceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetComboBalanceCommonWithContext is the same as GetComboBalanceCommon with the addition of the ability to pass a context and additional request options.

See GetComboBalanceCommon 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 (*KICKART) GetComboBalanceRequest

func (c *KICKART) GetComboBalanceRequest(input *GetComboBalanceInput) (req *request.Request, output *GetComboBalanceOutput)

GetComboBalanceRequest generates a "byteplus/request.Request" representing the client's request for the GetComboBalance operation. The "output" return value will be populated with the GetComboBalanceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetComboBalanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetComboBalanceCommon Send returns without error.

See GetComboBalance for more information on using the GetComboBalance API call, and error handling.

// Example sending a request using the GetComboBalanceRequest method.
req, resp := client.GetComboBalanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetComboBalanceWithContext

func (c *KICKART) GetComboBalanceWithContext(ctx byteplus.Context, input *GetComboBalanceInput, opts ...request.Option) (*GetComboBalanceOutput, error)

GetComboBalanceWithContext is the same as GetComboBalance with the addition of the ability to pass a context and additional request options.

See GetComboBalance 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 (*KICKART) GetComposition

func (c *KICKART) GetComposition(input *GetCompositionInput) (*GetCompositionOutput, error)

GetComposition API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetComposition for usage and error information.

func (*KICKART) GetCompositionCommon

func (c *KICKART) GetCompositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetCompositionCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCompositionCommon for usage and error information.

func (*KICKART) GetCompositionCommonRequest

func (c *KICKART) GetCompositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetCompositionCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetCompositionCommon operation. The "output" return value will be populated with the GetCompositionCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCompositionCommon Request to send the API call to the service. the "output" return value is not valid until after GetCompositionCommon Send returns without error.

See GetCompositionCommon for more information on using the GetCompositionCommon API call, and error handling.

// Example sending a request using the GetCompositionCommonRequest method.
req, resp := client.GetCompositionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCompositionCommonWithContext

func (c *KICKART) GetCompositionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetCompositionCommonWithContext is the same as GetCompositionCommon with the addition of the ability to pass a context and additional request options.

See GetCompositionCommon 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 (*KICKART) GetCompositionRequest

func (c *KICKART) GetCompositionRequest(input *GetCompositionInput) (req *request.Request, output *GetCompositionOutput)

GetCompositionRequest generates a "byteplus/request.Request" representing the client's request for the GetComposition operation. The "output" return value will be populated with the GetCompositionCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCompositionCommon Request to send the API call to the service. the "output" return value is not valid until after GetCompositionCommon Send returns without error.

See GetComposition for more information on using the GetComposition API call, and error handling.

// Example sending a request using the GetCompositionRequest method.
req, resp := client.GetCompositionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCompositionWithContext

func (c *KICKART) GetCompositionWithContext(ctx byteplus.Context, input *GetCompositionInput, opts ...request.Option) (*GetCompositionOutput, error)

GetCompositionWithContext is the same as GetComposition with the addition of the ability to pass a context and additional request options.

See GetComposition 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 (*KICKART) GetCreateCost

func (c *KICKART) GetCreateCost(input *GetCreateCostInput) (*GetCreateCostOutput, error)

GetCreateCost API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCreateCost for usage and error information.

func (*KICKART) GetCreateCostCommon

func (c *KICKART) GetCreateCostCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetCreateCostCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCreateCostCommon for usage and error information.

func (*KICKART) GetCreateCostCommonRequest

func (c *KICKART) GetCreateCostCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetCreateCostCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetCreateCostCommon operation. The "output" return value will be populated with the GetCreateCostCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCreateCostCommon Request to send the API call to the service. the "output" return value is not valid until after GetCreateCostCommon Send returns without error.

See GetCreateCostCommon for more information on using the GetCreateCostCommon API call, and error handling.

// Example sending a request using the GetCreateCostCommonRequest method.
req, resp := client.GetCreateCostCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCreateCostCommonWithContext

func (c *KICKART) GetCreateCostCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetCreateCostCommonWithContext is the same as GetCreateCostCommon with the addition of the ability to pass a context and additional request options.

See GetCreateCostCommon 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 (*KICKART) GetCreateCostRequest

func (c *KICKART) GetCreateCostRequest(input *GetCreateCostInput) (req *request.Request, output *GetCreateCostOutput)

GetCreateCostRequest generates a "byteplus/request.Request" representing the client's request for the GetCreateCost operation. The "output" return value will be populated with the GetCreateCostCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCreateCostCommon Request to send the API call to the service. the "output" return value is not valid until after GetCreateCostCommon Send returns without error.

See GetCreateCost for more information on using the GetCreateCost API call, and error handling.

// Example sending a request using the GetCreateCostRequest method.
req, resp := client.GetCreateCostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCreateCostWithContext

func (c *KICKART) GetCreateCostWithContext(ctx byteplus.Context, input *GetCreateCostInput, opts ...request.Option) (*GetCreateCostOutput, error)

GetCreateCostWithContext is the same as GetCreateCost with the addition of the ability to pass a context and additional request options.

See GetCreateCost 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 (*KICKART) GetCreatorInfo

func (c *KICKART) GetCreatorInfo(input *GetCreatorInfoInput) (*GetCreatorInfoOutput, error)

GetCreatorInfo API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCreatorInfo for usage and error information.

func (*KICKART) GetCreatorInfoCommon

func (c *KICKART) GetCreatorInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetCreatorInfoCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetCreatorInfoCommon for usage and error information.

func (*KICKART) GetCreatorInfoCommonRequest

func (c *KICKART) GetCreatorInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetCreatorInfoCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetCreatorInfoCommon operation. The "output" return value will be populated with the GetCreatorInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCreatorInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetCreatorInfoCommon Send returns without error.

See GetCreatorInfoCommon for more information on using the GetCreatorInfoCommon API call, and error handling.

// Example sending a request using the GetCreatorInfoCommonRequest method.
req, resp := client.GetCreatorInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCreatorInfoCommonWithContext

func (c *KICKART) GetCreatorInfoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetCreatorInfoCommonWithContext is the same as GetCreatorInfoCommon with the addition of the ability to pass a context and additional request options.

See GetCreatorInfoCommon 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 (*KICKART) GetCreatorInfoRequest

func (c *KICKART) GetCreatorInfoRequest(input *GetCreatorInfoInput) (req *request.Request, output *GetCreatorInfoOutput)

GetCreatorInfoRequest generates a "byteplus/request.Request" representing the client's request for the GetCreatorInfo operation. The "output" return value will be populated with the GetCreatorInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetCreatorInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetCreatorInfoCommon Send returns without error.

See GetCreatorInfo for more information on using the GetCreatorInfo API call, and error handling.

// Example sending a request using the GetCreatorInfoRequest method.
req, resp := client.GetCreatorInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetCreatorInfoWithContext

func (c *KICKART) GetCreatorInfoWithContext(ctx byteplus.Context, input *GetCreatorInfoInput, opts ...request.Option) (*GetCreatorInfoOutput, error)

GetCreatorInfoWithContext is the same as GetCreatorInfo with the addition of the ability to pass a context and additional request options.

See GetCreatorInfo 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 (*KICKART) GetDraft

func (c *KICKART) GetDraft(input *GetDraftInput) (*GetDraftOutput, error)

GetDraft API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetDraft for usage and error information.

func (*KICKART) GetDraftCommon

func (c *KICKART) GetDraftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetDraftCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetDraftCommon for usage and error information.

func (*KICKART) GetDraftCommonRequest

func (c *KICKART) GetDraftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetDraftCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetDraftCommon operation. The "output" return value will be populated with the GetDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDraftCommon Request to send the API call to the service. the "output" return value is not valid until after GetDraftCommon Send returns without error.

See GetDraftCommon for more information on using the GetDraftCommon API call, and error handling.

// Example sending a request using the GetDraftCommonRequest method.
req, resp := client.GetDraftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetDraftCommonWithContext

func (c *KICKART) GetDraftCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetDraftCommonWithContext is the same as GetDraftCommon with the addition of the ability to pass a context and additional request options.

See GetDraftCommon 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 (*KICKART) GetDraftRequest

func (c *KICKART) GetDraftRequest(input *GetDraftInput) (req *request.Request, output *GetDraftOutput)

GetDraftRequest generates a "byteplus/request.Request" representing the client's request for the GetDraft operation. The "output" return value will be populated with the GetDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDraftCommon Request to send the API call to the service. the "output" return value is not valid until after GetDraftCommon Send returns without error.

See GetDraft for more information on using the GetDraft API call, and error handling.

// Example sending a request using the GetDraftRequest method.
req, resp := client.GetDraftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetDraftWithContext

func (c *KICKART) GetDraftWithContext(ctx byteplus.Context, input *GetDraftInput, opts ...request.Option) (*GetDraftOutput, error)

GetDraftWithContext is the same as GetDraft with the addition of the ability to pass a context and additional request options.

See GetDraft 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 (*KICKART) GetFilmDetail

func (c *KICKART) GetFilmDetail(input *GetFilmDetailInput) (*GetFilmDetailOutput, error)

GetFilmDetail API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetFilmDetail for usage and error information.

func (*KICKART) GetFilmDetailCommon

func (c *KICKART) GetFilmDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetFilmDetailCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetFilmDetailCommon for usage and error information.

func (*KICKART) GetFilmDetailCommonRequest

func (c *KICKART) GetFilmDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetFilmDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetFilmDetailCommon operation. The "output" return value will be populated with the GetFilmDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetFilmDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetFilmDetailCommon Send returns without error.

See GetFilmDetailCommon for more information on using the GetFilmDetailCommon API call, and error handling.

// Example sending a request using the GetFilmDetailCommonRequest method.
req, resp := client.GetFilmDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetFilmDetailCommonWithContext

func (c *KICKART) GetFilmDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetFilmDetailCommonWithContext is the same as GetFilmDetailCommon with the addition of the ability to pass a context and additional request options.

See GetFilmDetailCommon 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 (*KICKART) GetFilmDetailRequest

func (c *KICKART) GetFilmDetailRequest(input *GetFilmDetailInput) (req *request.Request, output *GetFilmDetailOutput)

GetFilmDetailRequest generates a "byteplus/request.Request" representing the client's request for the GetFilmDetail operation. The "output" return value will be populated with the GetFilmDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetFilmDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetFilmDetailCommon Send returns without error.

See GetFilmDetail for more information on using the GetFilmDetail API call, and error handling.

// Example sending a request using the GetFilmDetailRequest method.
req, resp := client.GetFilmDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetFilmDetailWithContext

func (c *KICKART) GetFilmDetailWithContext(ctx byteplus.Context, input *GetFilmDetailInput, opts ...request.Option) (*GetFilmDetailOutput, error)

GetFilmDetailWithContext is the same as GetFilmDetail with the addition of the ability to pass a context and additional request options.

See GetFilmDetail 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 (*KICKART) GetGeniusProject

func (c *KICKART) GetGeniusProject(input *GetGeniusProjectInput) (*GetGeniusProjectOutput, error)

GetGeniusProject API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetGeniusProject for usage and error information.

func (*KICKART) GetGeniusProjectCommon

func (c *KICKART) GetGeniusProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetGeniusProjectCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetGeniusProjectCommon for usage and error information.

func (*KICKART) GetGeniusProjectCommonRequest

func (c *KICKART) GetGeniusProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetGeniusProjectCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetGeniusProjectCommon operation. The "output" return value will be populated with the GetGeniusProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned GetGeniusProjectCommon Request to send the API call to the service. the "output" return value is not valid until after GetGeniusProjectCommon Send returns without error.

See GetGeniusProjectCommon for more information on using the GetGeniusProjectCommon API call, and error handling.

// Example sending a request using the GetGeniusProjectCommonRequest method.
req, resp := client.GetGeniusProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetGeniusProjectCommonWithContext

func (c *KICKART) GetGeniusProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetGeniusProjectCommonWithContext is the same as GetGeniusProjectCommon with the addition of the ability to pass a context and additional request options.

See GetGeniusProjectCommon 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 (*KICKART) GetGeniusProjectRequest

func (c *KICKART) GetGeniusProjectRequest(input *GetGeniusProjectInput) (req *request.Request, output *GetGeniusProjectOutput)

GetGeniusProjectRequest generates a "byteplus/request.Request" representing the client's request for the GetGeniusProject operation. The "output" return value will be populated with the GetGeniusProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned GetGeniusProjectCommon Request to send the API call to the service. the "output" return value is not valid until after GetGeniusProjectCommon Send returns without error.

See GetGeniusProject for more information on using the GetGeniusProject API call, and error handling.

// Example sending a request using the GetGeniusProjectRequest method.
req, resp := client.GetGeniusProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetGeniusProjectWithContext

func (c *KICKART) GetGeniusProjectWithContext(ctx byteplus.Context, input *GetGeniusProjectInput, opts ...request.Option) (*GetGeniusProjectOutput, error)

GetGeniusProjectWithContext is the same as GetGeniusProject with the addition of the ability to pass a context and additional request options.

See GetGeniusProject 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 (*KICKART) GetGeniusTemplate

func (c *KICKART) GetGeniusTemplate(input *GetGeniusTemplateInput) (*GetGeniusTemplateOutput, error)

GetGeniusTemplate API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetGeniusTemplate for usage and error information.

func (*KICKART) GetGeniusTemplateCommon

func (c *KICKART) GetGeniusTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetGeniusTemplateCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetGeniusTemplateCommon for usage and error information.

func (*KICKART) GetGeniusTemplateCommonRequest

func (c *KICKART) GetGeniusTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetGeniusTemplateCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetGeniusTemplateCommon operation. The "output" return value will be populated with the GetGeniusTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned GetGeniusTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after GetGeniusTemplateCommon Send returns without error.

See GetGeniusTemplateCommon for more information on using the GetGeniusTemplateCommon API call, and error handling.

// Example sending a request using the GetGeniusTemplateCommonRequest method.
req, resp := client.GetGeniusTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetGeniusTemplateCommonWithContext

func (c *KICKART) GetGeniusTemplateCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetGeniusTemplateCommonWithContext is the same as GetGeniusTemplateCommon with the addition of the ability to pass a context and additional request options.

See GetGeniusTemplateCommon 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 (*KICKART) GetGeniusTemplateRequest

func (c *KICKART) GetGeniusTemplateRequest(input *GetGeniusTemplateInput) (req *request.Request, output *GetGeniusTemplateOutput)

GetGeniusTemplateRequest generates a "byteplus/request.Request" representing the client's request for the GetGeniusTemplate operation. The "output" return value will be populated with the GetGeniusTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned GetGeniusTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after GetGeniusTemplateCommon Send returns without error.

See GetGeniusTemplate for more information on using the GetGeniusTemplate API call, and error handling.

// Example sending a request using the GetGeniusTemplateRequest method.
req, resp := client.GetGeniusTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetGeniusTemplateWithContext

func (c *KICKART) GetGeniusTemplateWithContext(ctx byteplus.Context, input *GetGeniusTemplateInput, opts ...request.Option) (*GetGeniusTemplateOutput, error)

GetGeniusTemplateWithContext is the same as GetGeniusTemplate with the addition of the ability to pass a context and additional request options.

See GetGeniusTemplate 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 (*KICKART) GetHomeBootstrap

func (c *KICKART) GetHomeBootstrap(input *GetHomeBootstrapInput) (*GetHomeBootstrapOutput, error)

GetHomeBootstrap API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetHomeBootstrap for usage and error information.

func (*KICKART) GetHomeBootstrap2

func (c *KICKART) GetHomeBootstrap2(input *GetHomeBootstrap2Input) (*GetHomeBootstrap2Output, error)

GetHomeBootstrap2 API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetHomeBootstrap2 for usage and error information.

func (*KICKART) GetHomeBootstrap2Common

func (c *KICKART) GetHomeBootstrap2Common(input *map[string]interface{}) (*map[string]interface{}, error)

GetHomeBootstrap2Common API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetHomeBootstrap2Common for usage and error information.

func (*KICKART) GetHomeBootstrap2CommonRequest

func (c *KICKART) GetHomeBootstrap2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetHomeBootstrap2CommonRequest generates a "byteplus/request.Request" representing the client's request for the GetHomeBootstrap2Common operation. The "output" return value will be populated with the GetHomeBootstrap2Common request's response once the request completes successfully.

Use "Send" method on the returned GetHomeBootstrap2Common Request to send the API call to the service. the "output" return value is not valid until after GetHomeBootstrap2Common Send returns without error.

See GetHomeBootstrap2Common for more information on using the GetHomeBootstrap2Common API call, and error handling.

// Example sending a request using the GetHomeBootstrap2CommonRequest method.
req, resp := client.GetHomeBootstrap2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetHomeBootstrap2CommonWithContext

func (c *KICKART) GetHomeBootstrap2CommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetHomeBootstrap2CommonWithContext is the same as GetHomeBootstrap2Common with the addition of the ability to pass a context and additional request options.

See GetHomeBootstrap2Common 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 (*KICKART) GetHomeBootstrap2Request

func (c *KICKART) GetHomeBootstrap2Request(input *GetHomeBootstrap2Input) (req *request.Request, output *GetHomeBootstrap2Output)

GetHomeBootstrap2Request generates a "byteplus/request.Request" representing the client's request for the GetHomeBootstrap2 operation. The "output" return value will be populated with the GetHomeBootstrap2Common request's response once the request completes successfully.

Use "Send" method on the returned GetHomeBootstrap2Common Request to send the API call to the service. the "output" return value is not valid until after GetHomeBootstrap2Common Send returns without error.

See GetHomeBootstrap2 for more information on using the GetHomeBootstrap2 API call, and error handling.

// Example sending a request using the GetHomeBootstrap2Request method.
req, resp := client.GetHomeBootstrap2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetHomeBootstrap2WithContext

func (c *KICKART) GetHomeBootstrap2WithContext(ctx byteplus.Context, input *GetHomeBootstrap2Input, opts ...request.Option) (*GetHomeBootstrap2Output, error)

GetHomeBootstrap2WithContext is the same as GetHomeBootstrap2 with the addition of the ability to pass a context and additional request options.

See GetHomeBootstrap2 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 (*KICKART) GetHomeBootstrapCommon

func (c *KICKART) GetHomeBootstrapCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetHomeBootstrapCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetHomeBootstrapCommon for usage and error information.

func (*KICKART) GetHomeBootstrapCommonRequest

func (c *KICKART) GetHomeBootstrapCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetHomeBootstrapCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetHomeBootstrapCommon operation. The "output" return value will be populated with the GetHomeBootstrapCommon request's response once the request completes successfully.

Use "Send" method on the returned GetHomeBootstrapCommon Request to send the API call to the service. the "output" return value is not valid until after GetHomeBootstrapCommon Send returns without error.

See GetHomeBootstrapCommon for more information on using the GetHomeBootstrapCommon API call, and error handling.

// Example sending a request using the GetHomeBootstrapCommonRequest method.
req, resp := client.GetHomeBootstrapCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetHomeBootstrapCommonWithContext

func (c *KICKART) GetHomeBootstrapCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetHomeBootstrapCommonWithContext is the same as GetHomeBootstrapCommon with the addition of the ability to pass a context and additional request options.

See GetHomeBootstrapCommon 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 (*KICKART) GetHomeBootstrapRequest

func (c *KICKART) GetHomeBootstrapRequest(input *GetHomeBootstrapInput) (req *request.Request, output *GetHomeBootstrapOutput)

GetHomeBootstrapRequest generates a "byteplus/request.Request" representing the client's request for the GetHomeBootstrap operation. The "output" return value will be populated with the GetHomeBootstrapCommon request's response once the request completes successfully.

Use "Send" method on the returned GetHomeBootstrapCommon Request to send the API call to the service. the "output" return value is not valid until after GetHomeBootstrapCommon Send returns without error.

See GetHomeBootstrap for more information on using the GetHomeBootstrap API call, and error handling.

// Example sending a request using the GetHomeBootstrapRequest method.
req, resp := client.GetHomeBootstrapRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetHomeBootstrapWithContext

func (c *KICKART) GetHomeBootstrapWithContext(ctx byteplus.Context, input *GetHomeBootstrapInput, opts ...request.Option) (*GetHomeBootstrapOutput, error)

GetHomeBootstrapWithContext is the same as GetHomeBootstrap with the addition of the ability to pass a context and additional request options.

See GetHomeBootstrap 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 (*KICKART) GetList

func (c *KICKART) GetList(input *GetListInput) (*GetListOutput, error)

GetList API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetList for usage and error information.

func (*KICKART) GetListCommon

func (c *KICKART) GetListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetListCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetListCommon for usage and error information.

func (*KICKART) GetListCommonRequest

func (c *KICKART) GetListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetListCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetListCommon operation. The "output" return value will be populated with the GetListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetListCommon Request to send the API call to the service. the "output" return value is not valid until after GetListCommon Send returns without error.

See GetListCommon for more information on using the GetListCommon API call, and error handling.

// Example sending a request using the GetListCommonRequest method.
req, resp := client.GetListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetListCommonWithContext

func (c *KICKART) GetListCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetListCommonWithContext is the same as GetListCommon with the addition of the ability to pass a context and additional request options.

See GetListCommon 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 (*KICKART) GetListRequest

func (c *KICKART) GetListRequest(input *GetListInput) (req *request.Request, output *GetListOutput)

GetListRequest generates a "byteplus/request.Request" representing the client's request for the GetList operation. The "output" return value will be populated with the GetListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetListCommon Request to send the API call to the service. the "output" return value is not valid until after GetListCommon Send returns without error.

See GetList for more information on using the GetList API call, and error handling.

// Example sending a request using the GetListRequest method.
req, resp := client.GetListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetListWithContext

func (c *KICKART) GetListWithContext(ctx byteplus.Context, input *GetListInput, opts ...request.Option) (*GetListOutput, error)

GetListWithContext is the same as GetList with the addition of the ability to pass a context and additional request options.

See GetList 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 (*KICKART) GetMaterialDetail

func (c *KICKART) GetMaterialDetail(input *GetMaterialDetailInput) (*GetMaterialDetailOutput, error)

GetMaterialDetail API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMaterialDetail for usage and error information.

func (*KICKART) GetMaterialDetailCommon

func (c *KICKART) GetMaterialDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMaterialDetailCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMaterialDetailCommon for usage and error information.

func (*KICKART) GetMaterialDetailCommonRequest

func (c *KICKART) GetMaterialDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMaterialDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMaterialDetailCommon operation. The "output" return value will be populated with the GetMaterialDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMaterialDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetMaterialDetailCommon Send returns without error.

See GetMaterialDetailCommon for more information on using the GetMaterialDetailCommon API call, and error handling.

// Example sending a request using the GetMaterialDetailCommonRequest method.
req, resp := client.GetMaterialDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMaterialDetailCommonWithContext

func (c *KICKART) GetMaterialDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMaterialDetailCommonWithContext is the same as GetMaterialDetailCommon with the addition of the ability to pass a context and additional request options.

See GetMaterialDetailCommon 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 (*KICKART) GetMaterialDetailRequest

func (c *KICKART) GetMaterialDetailRequest(input *GetMaterialDetailInput) (req *request.Request, output *GetMaterialDetailOutput)

GetMaterialDetailRequest generates a "byteplus/request.Request" representing the client's request for the GetMaterialDetail operation. The "output" return value will be populated with the GetMaterialDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMaterialDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetMaterialDetailCommon Send returns without error.

See GetMaterialDetail for more information on using the GetMaterialDetail API call, and error handling.

// Example sending a request using the GetMaterialDetailRequest method.
req, resp := client.GetMaterialDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMaterialDetailWithContext

func (c *KICKART) GetMaterialDetailWithContext(ctx byteplus.Context, input *GetMaterialDetailInput, opts ...request.Option) (*GetMaterialDetailOutput, error)

GetMaterialDetailWithContext is the same as GetMaterialDetail with the addition of the ability to pass a context and additional request options.

See GetMaterialDetail 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 (*KICKART) GetMaterialTranscodingList

func (c *KICKART) GetMaterialTranscodingList(input *GetMaterialTranscodingListInput) (*GetMaterialTranscodingListOutput, error)

GetMaterialTranscodingList API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMaterialTranscodingList for usage and error information.

func (*KICKART) GetMaterialTranscodingListCommon

func (c *KICKART) GetMaterialTranscodingListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMaterialTranscodingListCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMaterialTranscodingListCommon for usage and error information.

func (*KICKART) GetMaterialTranscodingListCommonRequest

func (c *KICKART) GetMaterialTranscodingListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMaterialTranscodingListCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMaterialTranscodingListCommon operation. The "output" return value will be populated with the GetMaterialTranscodingListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMaterialTranscodingListCommon Request to send the API call to the service. the "output" return value is not valid until after GetMaterialTranscodingListCommon Send returns without error.

See GetMaterialTranscodingListCommon for more information on using the GetMaterialTranscodingListCommon API call, and error handling.

// Example sending a request using the GetMaterialTranscodingListCommonRequest method.
req, resp := client.GetMaterialTranscodingListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMaterialTranscodingListCommonWithContext

func (c *KICKART) GetMaterialTranscodingListCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMaterialTranscodingListCommonWithContext is the same as GetMaterialTranscodingListCommon with the addition of the ability to pass a context and additional request options.

See GetMaterialTranscodingListCommon 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 (*KICKART) GetMaterialTranscodingListRequest

func (c *KICKART) GetMaterialTranscodingListRequest(input *GetMaterialTranscodingListInput) (req *request.Request, output *GetMaterialTranscodingListOutput)

GetMaterialTranscodingListRequest generates a "byteplus/request.Request" representing the client's request for the GetMaterialTranscodingList operation. The "output" return value will be populated with the GetMaterialTranscodingListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMaterialTranscodingListCommon Request to send the API call to the service. the "output" return value is not valid until after GetMaterialTranscodingListCommon Send returns without error.

See GetMaterialTranscodingList for more information on using the GetMaterialTranscodingList API call, and error handling.

// Example sending a request using the GetMaterialTranscodingListRequest method.
req, resp := client.GetMaterialTranscodingListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMaterialTranscodingListWithContext

func (c *KICKART) GetMaterialTranscodingListWithContext(ctx byteplus.Context, input *GetMaterialTranscodingListInput, opts ...request.Option) (*GetMaterialTranscodingListOutput, error)

GetMaterialTranscodingListWithContext is the same as GetMaterialTranscodingList with the addition of the ability to pass a context and additional request options.

See GetMaterialTranscodingList 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 (*KICKART) GetMedia

func (c *KICKART) GetMedia(input *GetMediaInput) (*GetMediaOutput, error)

GetMedia API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMedia for usage and error information.

func (*KICKART) GetMediaCommon

func (c *KICKART) GetMediaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMediaCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMediaCommon for usage and error information.

func (*KICKART) GetMediaCommonRequest

func (c *KICKART) GetMediaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMediaCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMediaCommon operation. The "output" return value will be populated with the GetMediaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMediaCommon Request to send the API call to the service. the "output" return value is not valid until after GetMediaCommon Send returns without error.

See GetMediaCommon for more information on using the GetMediaCommon API call, and error handling.

// Example sending a request using the GetMediaCommonRequest method.
req, resp := client.GetMediaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMediaCommonWithContext

func (c *KICKART) GetMediaCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMediaCommonWithContext is the same as GetMediaCommon with the addition of the ability to pass a context and additional request options.

See GetMediaCommon 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 (*KICKART) GetMediaRequest

func (c *KICKART) GetMediaRequest(input *GetMediaInput) (req *request.Request, output *GetMediaOutput)

GetMediaRequest generates a "byteplus/request.Request" representing the client's request for the GetMedia operation. The "output" return value will be populated with the GetMediaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMediaCommon Request to send the API call to the service. the "output" return value is not valid until after GetMediaCommon Send returns without error.

See GetMedia for more information on using the GetMedia API call, and error handling.

// Example sending a request using the GetMediaRequest method.
req, resp := client.GetMediaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMediaWithContext

func (c *KICKART) GetMediaWithContext(ctx byteplus.Context, input *GetMediaInput, opts ...request.Option) (*GetMediaOutput, error)

GetMediaWithContext is the same as GetMedia with the addition of the ability to pass a context and additional request options.

See GetMedia 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 (*KICKART) GetMetaList

func (c *KICKART) GetMetaList(input *GetMetaListInput) (*GetMetaListOutput, error)

GetMetaList API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMetaList for usage and error information.

func (*KICKART) GetMetaListCommon

func (c *KICKART) GetMetaListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMetaListCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetMetaListCommon for usage and error information.

func (*KICKART) GetMetaListCommonRequest

func (c *KICKART) GetMetaListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMetaListCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMetaListCommon operation. The "output" return value will be populated with the GetMetaListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetaListCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetaListCommon Send returns without error.

See GetMetaListCommon for more information on using the GetMetaListCommon API call, and error handling.

// Example sending a request using the GetMetaListCommonRequest method.
req, resp := client.GetMetaListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMetaListCommonWithContext

func (c *KICKART) GetMetaListCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMetaListCommonWithContext is the same as GetMetaListCommon with the addition of the ability to pass a context and additional request options.

See GetMetaListCommon 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 (*KICKART) GetMetaListRequest

func (c *KICKART) GetMetaListRequest(input *GetMetaListInput) (req *request.Request, output *GetMetaListOutput)

GetMetaListRequest generates a "byteplus/request.Request" representing the client's request for the GetMetaList operation. The "output" return value will be populated with the GetMetaListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetaListCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetaListCommon Send returns without error.

See GetMetaList for more information on using the GetMetaList API call, and error handling.

// Example sending a request using the GetMetaListRequest method.
req, resp := client.GetMetaListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetMetaListWithContext

func (c *KICKART) GetMetaListWithContext(ctx byteplus.Context, input *GetMetaListInput, opts ...request.Option) (*GetMetaListOutput, error)

GetMetaListWithContext is the same as GetMetaList with the addition of the ability to pass a context and additional request options.

See GetMetaList 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 (*KICKART) GetPrice

func (c *KICKART) GetPrice(input *GetPriceInput) (*GetPriceOutput, error)

GetPrice API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPrice for usage and error information.

func (*KICKART) GetPriceCommon

func (c *KICKART) GetPriceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetPriceCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPriceCommon for usage and error information.

func (*KICKART) GetPriceCommonRequest

func (c *KICKART) GetPriceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetPriceCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetPriceCommon operation. The "output" return value will be populated with the GetPriceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPriceCommon Request to send the API call to the service. the "output" return value is not valid until after GetPriceCommon Send returns without error.

See GetPriceCommon for more information on using the GetPriceCommon API call, and error handling.

// Example sending a request using the GetPriceCommonRequest method.
req, resp := client.GetPriceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPriceCommonWithContext

func (c *KICKART) GetPriceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetPriceCommonWithContext is the same as GetPriceCommon with the addition of the ability to pass a context and additional request options.

See GetPriceCommon 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 (*KICKART) GetPriceRequest

func (c *KICKART) GetPriceRequest(input *GetPriceInput) (req *request.Request, output *GetPriceOutput)

GetPriceRequest generates a "byteplus/request.Request" representing the client's request for the GetPrice operation. The "output" return value will be populated with the GetPriceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPriceCommon Request to send the API call to the service. the "output" return value is not valid until after GetPriceCommon Send returns without error.

See GetPrice for more information on using the GetPrice API call, and error handling.

// Example sending a request using the GetPriceRequest method.
req, resp := client.GetPriceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPriceWithContext

func (c *KICKART) GetPriceWithContext(ctx byteplus.Context, input *GetPriceInput, opts ...request.Option) (*GetPriceOutput, error)

GetPriceWithContext is the same as GetPrice with the addition of the ability to pass a context and additional request options.

See GetPrice 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 (*KICKART) GetProductInfo

func (c *KICKART) GetProductInfo(input *GetProductInfoInput) (*GetProductInfoOutput, error)

GetProductInfo API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetProductInfo for usage and error information.

func (*KICKART) GetProductInfoCommon

func (c *KICKART) GetProductInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetProductInfoCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetProductInfoCommon for usage and error information.

func (*KICKART) GetProductInfoCommonRequest

func (c *KICKART) GetProductInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetProductInfoCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetProductInfoCommon operation. The "output" return value will be populated with the GetProductInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetProductInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetProductInfoCommon Send returns without error.

See GetProductInfoCommon for more information on using the GetProductInfoCommon API call, and error handling.

// Example sending a request using the GetProductInfoCommonRequest method.
req, resp := client.GetProductInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetProductInfoCommonWithContext

func (c *KICKART) GetProductInfoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetProductInfoCommonWithContext is the same as GetProductInfoCommon with the addition of the ability to pass a context and additional request options.

See GetProductInfoCommon 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 (*KICKART) GetProductInfoRequest

func (c *KICKART) GetProductInfoRequest(input *GetProductInfoInput) (req *request.Request, output *GetProductInfoOutput)

GetProductInfoRequest generates a "byteplus/request.Request" representing the client's request for the GetProductInfo operation. The "output" return value will be populated with the GetProductInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetProductInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetProductInfoCommon Send returns without error.

See GetProductInfo for more information on using the GetProductInfo API call, and error handling.

// Example sending a request using the GetProductInfoRequest method.
req, resp := client.GetProductInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetProductInfoWithContext

func (c *KICKART) GetProductInfoWithContext(ctx byteplus.Context, input *GetProductInfoInput, opts ...request.Option) (*GetProductInfoOutput, error)

GetProductInfoWithContext is the same as GetProductInfo with the addition of the ability to pass a context and additional request options.

See GetProductInfo 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 (*KICKART) GetPublicTemplateList

func (c *KICKART) GetPublicTemplateList(input *GetPublicTemplateListInput) (*GetPublicTemplateListOutput, error)

GetPublicTemplateList API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublicTemplateList for usage and error information.

func (*KICKART) GetPublicTemplateListCommon

func (c *KICKART) GetPublicTemplateListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetPublicTemplateListCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublicTemplateListCommon for usage and error information.

func (*KICKART) GetPublicTemplateListCommonRequest

func (c *KICKART) GetPublicTemplateListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetPublicTemplateListCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetPublicTemplateListCommon operation. The "output" return value will be populated with the GetPublicTemplateListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublicTemplateListCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublicTemplateListCommon Send returns without error.

See GetPublicTemplateListCommon for more information on using the GetPublicTemplateListCommon API call, and error handling.

// Example sending a request using the GetPublicTemplateListCommonRequest method.
req, resp := client.GetPublicTemplateListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublicTemplateListCommonWithContext

func (c *KICKART) GetPublicTemplateListCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetPublicTemplateListCommonWithContext is the same as GetPublicTemplateListCommon with the addition of the ability to pass a context and additional request options.

See GetPublicTemplateListCommon 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 (*KICKART) GetPublicTemplateListRequest

func (c *KICKART) GetPublicTemplateListRequest(input *GetPublicTemplateListInput) (req *request.Request, output *GetPublicTemplateListOutput)

GetPublicTemplateListRequest generates a "byteplus/request.Request" representing the client's request for the GetPublicTemplateList operation. The "output" return value will be populated with the GetPublicTemplateListCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublicTemplateListCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublicTemplateListCommon Send returns without error.

See GetPublicTemplateList for more information on using the GetPublicTemplateList API call, and error handling.

// Example sending a request using the GetPublicTemplateListRequest method.
req, resp := client.GetPublicTemplateListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublicTemplateListWithContext

func (c *KICKART) GetPublicTemplateListWithContext(ctx byteplus.Context, input *GetPublicTemplateListInput, opts ...request.Option) (*GetPublicTemplateListOutput, error)

GetPublicTemplateListWithContext is the same as GetPublicTemplateList with the addition of the ability to pass a context and additional request options.

See GetPublicTemplateList 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 (*KICKART) GetPublishDraft

func (c *KICKART) GetPublishDraft(input *GetPublishDraftInput) (*GetPublishDraftOutput, error)

GetPublishDraft API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublishDraft for usage and error information.

func (*KICKART) GetPublishDraftByTask

func (c *KICKART) GetPublishDraftByTask(input *GetPublishDraftByTaskInput) (*GetPublishDraftByTaskOutput, error)

GetPublishDraftByTask API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublishDraftByTask for usage and error information.

func (*KICKART) GetPublishDraftByTaskCommon

func (c *KICKART) GetPublishDraftByTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetPublishDraftByTaskCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublishDraftByTaskCommon for usage and error information.

func (*KICKART) GetPublishDraftByTaskCommonRequest

func (c *KICKART) GetPublishDraftByTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetPublishDraftByTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetPublishDraftByTaskCommon operation. The "output" return value will be populated with the GetPublishDraftByTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublishDraftByTaskCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublishDraftByTaskCommon Send returns without error.

See GetPublishDraftByTaskCommon for more information on using the GetPublishDraftByTaskCommon API call, and error handling.

// Example sending a request using the GetPublishDraftByTaskCommonRequest method.
req, resp := client.GetPublishDraftByTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublishDraftByTaskCommonWithContext

func (c *KICKART) GetPublishDraftByTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetPublishDraftByTaskCommonWithContext is the same as GetPublishDraftByTaskCommon with the addition of the ability to pass a context and additional request options.

See GetPublishDraftByTaskCommon 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 (*KICKART) GetPublishDraftByTaskRequest

func (c *KICKART) GetPublishDraftByTaskRequest(input *GetPublishDraftByTaskInput) (req *request.Request, output *GetPublishDraftByTaskOutput)

GetPublishDraftByTaskRequest generates a "byteplus/request.Request" representing the client's request for the GetPublishDraftByTask operation. The "output" return value will be populated with the GetPublishDraftByTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublishDraftByTaskCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublishDraftByTaskCommon Send returns without error.

See GetPublishDraftByTask for more information on using the GetPublishDraftByTask API call, and error handling.

// Example sending a request using the GetPublishDraftByTaskRequest method.
req, resp := client.GetPublishDraftByTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublishDraftByTaskWithContext

func (c *KICKART) GetPublishDraftByTaskWithContext(ctx byteplus.Context, input *GetPublishDraftByTaskInput, opts ...request.Option) (*GetPublishDraftByTaskOutput, error)

GetPublishDraftByTaskWithContext is the same as GetPublishDraftByTask with the addition of the ability to pass a context and additional request options.

See GetPublishDraftByTask 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 (*KICKART) GetPublishDraftCommon

func (c *KICKART) GetPublishDraftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetPublishDraftCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetPublishDraftCommon for usage and error information.

func (*KICKART) GetPublishDraftCommonRequest

func (c *KICKART) GetPublishDraftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetPublishDraftCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetPublishDraftCommon operation. The "output" return value will be populated with the GetPublishDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublishDraftCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublishDraftCommon Send returns without error.

See GetPublishDraftCommon for more information on using the GetPublishDraftCommon API call, and error handling.

// Example sending a request using the GetPublishDraftCommonRequest method.
req, resp := client.GetPublishDraftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublishDraftCommonWithContext

func (c *KICKART) GetPublishDraftCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetPublishDraftCommonWithContext is the same as GetPublishDraftCommon with the addition of the ability to pass a context and additional request options.

See GetPublishDraftCommon 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 (*KICKART) GetPublishDraftRequest

func (c *KICKART) GetPublishDraftRequest(input *GetPublishDraftInput) (req *request.Request, output *GetPublishDraftOutput)

GetPublishDraftRequest generates a "byteplus/request.Request" representing the client's request for the GetPublishDraft operation. The "output" return value will be populated with the GetPublishDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned GetPublishDraftCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublishDraftCommon Send returns without error.

See GetPublishDraft for more information on using the GetPublishDraft API call, and error handling.

// Example sending a request using the GetPublishDraftRequest method.
req, resp := client.GetPublishDraftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetPublishDraftWithContext

func (c *KICKART) GetPublishDraftWithContext(ctx byteplus.Context, input *GetPublishDraftInput, opts ...request.Option) (*GetPublishDraftOutput, error)

GetPublishDraftWithContext is the same as GetPublishDraft with the addition of the ability to pass a context and additional request options.

See GetPublishDraft 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 (*KICKART) GetRawApiKey

func (c *KICKART) GetRawApiKey(input *GetRawApiKeyInput) (*GetRawApiKeyOutput, error)

GetRawApiKey API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetRawApiKey for usage and error information.

func (*KICKART) GetRawApiKeyCommon

func (c *KICKART) GetRawApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetRawApiKeyCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetRawApiKeyCommon for usage and error information.

func (*KICKART) GetRawApiKeyCommonRequest

func (c *KICKART) GetRawApiKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetRawApiKeyCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetRawApiKeyCommon operation. The "output" return value will be populated with the GetRawApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned GetRawApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetRawApiKeyCommon Send returns without error.

See GetRawApiKeyCommon for more information on using the GetRawApiKeyCommon API call, and error handling.

// Example sending a request using the GetRawApiKeyCommonRequest method.
req, resp := client.GetRawApiKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetRawApiKeyCommonWithContext

func (c *KICKART) GetRawApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetRawApiKeyCommonWithContext is the same as GetRawApiKeyCommon with the addition of the ability to pass a context and additional request options.

See GetRawApiKeyCommon 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 (*KICKART) GetRawApiKeyRequest

func (c *KICKART) GetRawApiKeyRequest(input *GetRawApiKeyInput) (req *request.Request, output *GetRawApiKeyOutput)

GetRawApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the GetRawApiKey operation. The "output" return value will be populated with the GetRawApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned GetRawApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetRawApiKeyCommon Send returns without error.

See GetRawApiKey for more information on using the GetRawApiKey API call, and error handling.

// Example sending a request using the GetRawApiKeyRequest method.
req, resp := client.GetRawApiKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetRawApiKeyWithContext

func (c *KICKART) GetRawApiKeyWithContext(ctx byteplus.Context, input *GetRawApiKeyInput, opts ...request.Option) (*GetRawApiKeyOutput, error)

GetRawApiKeyWithContext is the same as GetRawApiKey with the addition of the ability to pass a context and additional request options.

See GetRawApiKey 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 (*KICKART) GetSpecialZoneConfig

func (c *KICKART) GetSpecialZoneConfig(input *GetSpecialZoneConfigInput) (*GetSpecialZoneConfigOutput, error)

GetSpecialZoneConfig API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetSpecialZoneConfig for usage and error information.

func (*KICKART) GetSpecialZoneConfigCommon

func (c *KICKART) GetSpecialZoneConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetSpecialZoneConfigCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetSpecialZoneConfigCommon for usage and error information.

func (*KICKART) GetSpecialZoneConfigCommonRequest

func (c *KICKART) GetSpecialZoneConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetSpecialZoneConfigCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetSpecialZoneConfigCommon operation. The "output" return value will be populated with the GetSpecialZoneConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetSpecialZoneConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetSpecialZoneConfigCommon Send returns without error.

See GetSpecialZoneConfigCommon for more information on using the GetSpecialZoneConfigCommon API call, and error handling.

// Example sending a request using the GetSpecialZoneConfigCommonRequest method.
req, resp := client.GetSpecialZoneConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetSpecialZoneConfigCommonWithContext

func (c *KICKART) GetSpecialZoneConfigCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetSpecialZoneConfigCommonWithContext is the same as GetSpecialZoneConfigCommon with the addition of the ability to pass a context and additional request options.

See GetSpecialZoneConfigCommon 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 (*KICKART) GetSpecialZoneConfigRequest

func (c *KICKART) GetSpecialZoneConfigRequest(input *GetSpecialZoneConfigInput) (req *request.Request, output *GetSpecialZoneConfigOutput)

GetSpecialZoneConfigRequest generates a "byteplus/request.Request" representing the client's request for the GetSpecialZoneConfig operation. The "output" return value will be populated with the GetSpecialZoneConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetSpecialZoneConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetSpecialZoneConfigCommon Send returns without error.

See GetSpecialZoneConfig for more information on using the GetSpecialZoneConfig API call, and error handling.

// Example sending a request using the GetSpecialZoneConfigRequest method.
req, resp := client.GetSpecialZoneConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetSpecialZoneConfigWithContext

func (c *KICKART) GetSpecialZoneConfigWithContext(ctx byteplus.Context, input *GetSpecialZoneConfigInput, opts ...request.Option) (*GetSpecialZoneConfigOutput, error)

GetSpecialZoneConfigWithContext is the same as GetSpecialZoneConfig with the addition of the ability to pass a context and additional request options.

See GetSpecialZoneConfig 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 (*KICKART) GetTaskItem

func (c *KICKART) GetTaskItem(input *GetTaskItemInput) (*GetTaskItemOutput, error)

GetTaskItem API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTaskItem for usage and error information.

func (*KICKART) GetTaskItemCommon

func (c *KICKART) GetTaskItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTaskItemCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTaskItemCommon for usage and error information.

func (*KICKART) GetTaskItemCommonRequest

func (c *KICKART) GetTaskItemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTaskItemCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskItemCommon operation. The "output" return value will be populated with the GetTaskItemCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTaskItemCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskItemCommon Send returns without error.

See GetTaskItemCommon for more information on using the GetTaskItemCommon API call, and error handling.

// Example sending a request using the GetTaskItemCommonRequest method.
req, resp := client.GetTaskItemCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTaskItemCommonWithContext

func (c *KICKART) GetTaskItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTaskItemCommonWithContext is the same as GetTaskItemCommon with the addition of the ability to pass a context and additional request options.

See GetTaskItemCommon 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 (*KICKART) GetTaskItemRequest

func (c *KICKART) GetTaskItemRequest(input *GetTaskItemInput) (req *request.Request, output *GetTaskItemOutput)

GetTaskItemRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskItem operation. The "output" return value will be populated with the GetTaskItemCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTaskItemCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskItemCommon Send returns without error.

See GetTaskItem for more information on using the GetTaskItem API call, and error handling.

// Example sending a request using the GetTaskItemRequest method.
req, resp := client.GetTaskItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTaskItemWithContext

func (c *KICKART) GetTaskItemWithContext(ctx byteplus.Context, input *GetTaskItemInput, opts ...request.Option) (*GetTaskItemOutput, error)

GetTaskItemWithContext is the same as GetTaskItem with the addition of the ability to pass a context and additional request options.

See GetTaskItem 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 (*KICKART) GetTasksDetail

func (c *KICKART) GetTasksDetail(input *GetTasksDetailInput) (*GetTasksDetailOutput, error)

GetTasksDetail API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTasksDetail for usage and error information.

func (*KICKART) GetTasksDetailCommon

func (c *KICKART) GetTasksDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTasksDetailCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTasksDetailCommon for usage and error information.

func (*KICKART) GetTasksDetailCommonRequest

func (c *KICKART) GetTasksDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTasksDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTasksDetailCommon operation. The "output" return value will be populated with the GetTasksDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTasksDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetTasksDetailCommon Send returns without error.

See GetTasksDetailCommon for more information on using the GetTasksDetailCommon API call, and error handling.

// Example sending a request using the GetTasksDetailCommonRequest method.
req, resp := client.GetTasksDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTasksDetailCommonWithContext

func (c *KICKART) GetTasksDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTasksDetailCommonWithContext is the same as GetTasksDetailCommon with the addition of the ability to pass a context and additional request options.

See GetTasksDetailCommon 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 (*KICKART) GetTasksDetailRequest

func (c *KICKART) GetTasksDetailRequest(input *GetTasksDetailInput) (req *request.Request, output *GetTasksDetailOutput)

GetTasksDetailRequest generates a "byteplus/request.Request" representing the client's request for the GetTasksDetail operation. The "output" return value will be populated with the GetTasksDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTasksDetailCommon Request to send the API call to the service. the "output" return value is not valid until after GetTasksDetailCommon Send returns without error.

See GetTasksDetail for more information on using the GetTasksDetail API call, and error handling.

// Example sending a request using the GetTasksDetailRequest method.
req, resp := client.GetTasksDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTasksDetailWithContext

func (c *KICKART) GetTasksDetailWithContext(ctx byteplus.Context, input *GetTasksDetailInput, opts ...request.Option) (*GetTasksDetailOutput, error)

GetTasksDetailWithContext is the same as GetTasksDetail with the addition of the ability to pass a context and additional request options.

See GetTasksDetail 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 (*KICKART) GetTenantConfig

func (c *KICKART) GetTenantConfig(input *GetTenantConfigInput) (*GetTenantConfigOutput, error)

GetTenantConfig API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTenantConfig for usage and error information.

func (*KICKART) GetTenantConfigCommon

func (c *KICKART) GetTenantConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTenantConfigCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetTenantConfigCommon for usage and error information.

func (*KICKART) GetTenantConfigCommonRequest

func (c *KICKART) GetTenantConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTenantConfigCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTenantConfigCommon operation. The "output" return value will be populated with the GetTenantConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTenantConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetTenantConfigCommon Send returns without error.

See GetTenantConfigCommon for more information on using the GetTenantConfigCommon API call, and error handling.

// Example sending a request using the GetTenantConfigCommonRequest method.
req, resp := client.GetTenantConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTenantConfigCommonWithContext

func (c *KICKART) GetTenantConfigCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTenantConfigCommonWithContext is the same as GetTenantConfigCommon with the addition of the ability to pass a context and additional request options.

See GetTenantConfigCommon 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 (*KICKART) GetTenantConfigRequest

func (c *KICKART) GetTenantConfigRequest(input *GetTenantConfigInput) (req *request.Request, output *GetTenantConfigOutput)

GetTenantConfigRequest generates a "byteplus/request.Request" representing the client's request for the GetTenantConfig operation. The "output" return value will be populated with the GetTenantConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTenantConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetTenantConfigCommon Send returns without error.

See GetTenantConfig for more information on using the GetTenantConfig API call, and error handling.

// Example sending a request using the GetTenantConfigRequest method.
req, resp := client.GetTenantConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetTenantConfigWithContext

func (c *KICKART) GetTenantConfigWithContext(ctx byteplus.Context, input *GetTenantConfigInput, opts ...request.Option) (*GetTenantConfigOutput, error)

GetTenantConfigWithContext is the same as GetTenantConfig with the addition of the ability to pass a context and additional request options.

See GetTenantConfig 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 (*KICKART) GetVoiceRecommendation

func (c *KICKART) GetVoiceRecommendation(input *GetVoiceRecommendationInput) (*GetVoiceRecommendationOutput, error)

GetVoiceRecommendation API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetVoiceRecommendation for usage and error information.

func (*KICKART) GetVoiceRecommendationCommon

func (c *KICKART) GetVoiceRecommendationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVoiceRecommendationCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetVoiceRecommendationCommon for usage and error information.

func (*KICKART) GetVoiceRecommendationCommonRequest

func (c *KICKART) GetVoiceRecommendationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetVoiceRecommendationCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetVoiceRecommendationCommon operation. The "output" return value will be populated with the GetVoiceRecommendationCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVoiceRecommendationCommon Request to send the API call to the service. the "output" return value is not valid until after GetVoiceRecommendationCommon Send returns without error.

See GetVoiceRecommendationCommon for more information on using the GetVoiceRecommendationCommon API call, and error handling.

// Example sending a request using the GetVoiceRecommendationCommonRequest method.
req, resp := client.GetVoiceRecommendationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetVoiceRecommendationCommonWithContext

func (c *KICKART) GetVoiceRecommendationCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetVoiceRecommendationCommonWithContext is the same as GetVoiceRecommendationCommon with the addition of the ability to pass a context and additional request options.

See GetVoiceRecommendationCommon 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 (*KICKART) GetVoiceRecommendationRequest

func (c *KICKART) GetVoiceRecommendationRequest(input *GetVoiceRecommendationInput) (req *request.Request, output *GetVoiceRecommendationOutput)

GetVoiceRecommendationRequest generates a "byteplus/request.Request" representing the client's request for the GetVoiceRecommendation operation. The "output" return value will be populated with the GetVoiceRecommendationCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVoiceRecommendationCommon Request to send the API call to the service. the "output" return value is not valid until after GetVoiceRecommendationCommon Send returns without error.

See GetVoiceRecommendation for more information on using the GetVoiceRecommendation API call, and error handling.

// Example sending a request using the GetVoiceRecommendationRequest method.
req, resp := client.GetVoiceRecommendationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetVoiceRecommendationWithContext

func (c *KICKART) GetVoiceRecommendationWithContext(ctx byteplus.Context, input *GetVoiceRecommendationInput, opts ...request.Option) (*GetVoiceRecommendationOutput, error)

GetVoiceRecommendationWithContext is the same as GetVoiceRecommendation with the addition of the ability to pass a context and additional request options.

See GetVoiceRecommendation 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 (*KICKART) GetWatermarkSwitchStatus

func (c *KICKART) GetWatermarkSwitchStatus(input *GetWatermarkSwitchStatusInput) (*GetWatermarkSwitchStatusOutput, error)

GetWatermarkSwitchStatus API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetWatermarkSwitchStatus for usage and error information.

func (*KICKART) GetWatermarkSwitchStatusCommon

func (c *KICKART) GetWatermarkSwitchStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetWatermarkSwitchStatusCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation GetWatermarkSwitchStatusCommon for usage and error information.

func (*KICKART) GetWatermarkSwitchStatusCommonRequest

func (c *KICKART) GetWatermarkSwitchStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetWatermarkSwitchStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetWatermarkSwitchStatusCommon operation. The "output" return value will be populated with the GetWatermarkSwitchStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetWatermarkSwitchStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetWatermarkSwitchStatusCommon Send returns without error.

See GetWatermarkSwitchStatusCommon for more information on using the GetWatermarkSwitchStatusCommon API call, and error handling.

// Example sending a request using the GetWatermarkSwitchStatusCommonRequest method.
req, resp := client.GetWatermarkSwitchStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetWatermarkSwitchStatusCommonWithContext

func (c *KICKART) GetWatermarkSwitchStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetWatermarkSwitchStatusCommonWithContext is the same as GetWatermarkSwitchStatusCommon with the addition of the ability to pass a context and additional request options.

See GetWatermarkSwitchStatusCommon 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 (*KICKART) GetWatermarkSwitchStatusRequest

func (c *KICKART) GetWatermarkSwitchStatusRequest(input *GetWatermarkSwitchStatusInput) (req *request.Request, output *GetWatermarkSwitchStatusOutput)

GetWatermarkSwitchStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetWatermarkSwitchStatus operation. The "output" return value will be populated with the GetWatermarkSwitchStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetWatermarkSwitchStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetWatermarkSwitchStatusCommon Send returns without error.

See GetWatermarkSwitchStatus for more information on using the GetWatermarkSwitchStatus API call, and error handling.

// Example sending a request using the GetWatermarkSwitchStatusRequest method.
req, resp := client.GetWatermarkSwitchStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) GetWatermarkSwitchStatusWithContext

func (c *KICKART) GetWatermarkSwitchStatusWithContext(ctx byteplus.Context, input *GetWatermarkSwitchStatusInput, opts ...request.Option) (*GetWatermarkSwitchStatusOutput, error)

GetWatermarkSwitchStatusWithContext is the same as GetWatermarkSwitchStatus with the addition of the ability to pass a context and additional request options.

See GetWatermarkSwitchStatus 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 (*KICKART) HandleOAuthCallback

func (c *KICKART) HandleOAuthCallback(input *HandleOAuthCallbackInput) (*HandleOAuthCallbackOutput, error)

HandleOAuthCallback API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation HandleOAuthCallback for usage and error information.

func (*KICKART) HandleOAuthCallbackCommon

func (c *KICKART) HandleOAuthCallbackCommon(input *map[string]interface{}) (*map[string]interface{}, error)

HandleOAuthCallbackCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation HandleOAuthCallbackCommon for usage and error information.

func (*KICKART) HandleOAuthCallbackCommonRequest

func (c *KICKART) HandleOAuthCallbackCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HandleOAuthCallbackCommonRequest generates a "byteplus/request.Request" representing the client's request for the HandleOAuthCallbackCommon operation. The "output" return value will be populated with the HandleOAuthCallbackCommon request's response once the request completes successfully.

Use "Send" method on the returned HandleOAuthCallbackCommon Request to send the API call to the service. the "output" return value is not valid until after HandleOAuthCallbackCommon Send returns without error.

See HandleOAuthCallbackCommon for more information on using the HandleOAuthCallbackCommon API call, and error handling.

// Example sending a request using the HandleOAuthCallbackCommonRequest method.
req, resp := client.HandleOAuthCallbackCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) HandleOAuthCallbackCommonWithContext

func (c *KICKART) HandleOAuthCallbackCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HandleOAuthCallbackCommonWithContext is the same as HandleOAuthCallbackCommon with the addition of the ability to pass a context and additional request options.

See HandleOAuthCallbackCommon 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 (*KICKART) HandleOAuthCallbackRequest

func (c *KICKART) HandleOAuthCallbackRequest(input *HandleOAuthCallbackInput) (req *request.Request, output *HandleOAuthCallbackOutput)

HandleOAuthCallbackRequest generates a "byteplus/request.Request" representing the client's request for the HandleOAuthCallback operation. The "output" return value will be populated with the HandleOAuthCallbackCommon request's response once the request completes successfully.

Use "Send" method on the returned HandleOAuthCallbackCommon Request to send the API call to the service. the "output" return value is not valid until after HandleOAuthCallbackCommon Send returns without error.

See HandleOAuthCallback for more information on using the HandleOAuthCallback API call, and error handling.

// Example sending a request using the HandleOAuthCallbackRequest method.
req, resp := client.HandleOAuthCallbackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) HandleOAuthCallbackWithContext

func (c *KICKART) HandleOAuthCallbackWithContext(ctx byteplus.Context, input *HandleOAuthCallbackInput, opts ...request.Option) (*HandleOAuthCallbackOutput, error)

HandleOAuthCallbackWithContext is the same as HandleOAuthCallback with the addition of the ability to pass a context and additional request options.

See HandleOAuthCallback 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 (*KICKART) HealthCheck

func (c *KICKART) HealthCheck(input *HealthCheckInput) (*HealthCheckOutput, error)

HealthCheck API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation HealthCheck for usage and error information.

func (*KICKART) HealthCheckCommon

func (c *KICKART) HealthCheckCommon(input *map[string]interface{}) (*map[string]interface{}, error)

HealthCheckCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation HealthCheckCommon for usage and error information.

func (*KICKART) HealthCheckCommonRequest

func (c *KICKART) HealthCheckCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HealthCheckCommonRequest generates a "byteplus/request.Request" representing the client's request for the HealthCheckCommon operation. The "output" return value will be populated with the HealthCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned HealthCheckCommon Request to send the API call to the service. the "output" return value is not valid until after HealthCheckCommon Send returns without error.

See HealthCheckCommon for more information on using the HealthCheckCommon API call, and error handling.

// Example sending a request using the HealthCheckCommonRequest method.
req, resp := client.HealthCheckCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) HealthCheckCommonWithContext

func (c *KICKART) HealthCheckCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HealthCheckCommonWithContext is the same as HealthCheckCommon with the addition of the ability to pass a context and additional request options.

See HealthCheckCommon 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 (*KICKART) HealthCheckRequest

func (c *KICKART) HealthCheckRequest(input *HealthCheckInput) (req *request.Request, output *HealthCheckOutput)

HealthCheckRequest generates a "byteplus/request.Request" representing the client's request for the HealthCheck operation. The "output" return value will be populated with the HealthCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned HealthCheckCommon Request to send the API call to the service. the "output" return value is not valid until after HealthCheckCommon Send returns without error.

See HealthCheck for more information on using the HealthCheck API call, and error handling.

// Example sending a request using the HealthCheckRequest method.
req, resp := client.HealthCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) HealthCheckWithContext

func (c *KICKART) HealthCheckWithContext(ctx byteplus.Context, input *HealthCheckInput, opts ...request.Option) (*HealthCheckOutput, error)

HealthCheckWithContext is the same as HealthCheck with the addition of the ability to pass a context and additional request options.

See HealthCheck 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 (*KICKART) InvokeProjectEvent

func (c *KICKART) InvokeProjectEvent(input *InvokeProjectEventInput) (*InvokeProjectEventOutput, error)

InvokeProjectEvent API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation InvokeProjectEvent for usage and error information.

func (*KICKART) InvokeProjectEventCommon

func (c *KICKART) InvokeProjectEventCommon(input *map[string]interface{}) (*map[string]interface{}, error)

InvokeProjectEventCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation InvokeProjectEventCommon for usage and error information.

func (*KICKART) InvokeProjectEventCommonRequest

func (c *KICKART) InvokeProjectEventCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

InvokeProjectEventCommonRequest generates a "byteplus/request.Request" representing the client's request for the InvokeProjectEventCommon operation. The "output" return value will be populated with the InvokeProjectEventCommon request's response once the request completes successfully.

Use "Send" method on the returned InvokeProjectEventCommon Request to send the API call to the service. the "output" return value is not valid until after InvokeProjectEventCommon Send returns without error.

See InvokeProjectEventCommon for more information on using the InvokeProjectEventCommon API call, and error handling.

// Example sending a request using the InvokeProjectEventCommonRequest method.
req, resp := client.InvokeProjectEventCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) InvokeProjectEventCommonWithContext

func (c *KICKART) InvokeProjectEventCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

InvokeProjectEventCommonWithContext is the same as InvokeProjectEventCommon with the addition of the ability to pass a context and additional request options.

See InvokeProjectEventCommon 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 (*KICKART) InvokeProjectEventRequest

func (c *KICKART) InvokeProjectEventRequest(input *InvokeProjectEventInput) (req *request.Request, output *InvokeProjectEventOutput)

InvokeProjectEventRequest generates a "byteplus/request.Request" representing the client's request for the InvokeProjectEvent operation. The "output" return value will be populated with the InvokeProjectEventCommon request's response once the request completes successfully.

Use "Send" method on the returned InvokeProjectEventCommon Request to send the API call to the service. the "output" return value is not valid until after InvokeProjectEventCommon Send returns without error.

See InvokeProjectEvent for more information on using the InvokeProjectEvent API call, and error handling.

// Example sending a request using the InvokeProjectEventRequest method.
req, resp := client.InvokeProjectEventRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) InvokeProjectEventWithContext

func (c *KICKART) InvokeProjectEventWithContext(ctx byteplus.Context, input *InvokeProjectEventInput, opts ...request.Option) (*InvokeProjectEventOutput, error)

InvokeProjectEventWithContext is the same as InvokeProjectEvent with the addition of the ability to pass a context and additional request options.

See InvokeProjectEvent 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 (*KICKART) ListApiKey

func (c *KICKART) ListApiKey(input *ListApiKeyInput) (*ListApiKeyOutput, error)

ListApiKey API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListApiKey for usage and error information.

func (*KICKART) ListApiKeyCommon

func (c *KICKART) ListApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListApiKeyCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListApiKeyCommon for usage and error information.

func (*KICKART) ListApiKeyCommonRequest

func (c *KICKART) ListApiKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListApiKeyCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListApiKeyCommon operation. The "output" return value will be populated with the ListApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after ListApiKeyCommon Send returns without error.

See ListApiKeyCommon for more information on using the ListApiKeyCommon API call, and error handling.

// Example sending a request using the ListApiKeyCommonRequest method.
req, resp := client.ListApiKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListApiKeyCommonWithContext

func (c *KICKART) ListApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListApiKeyCommonWithContext is the same as ListApiKeyCommon with the addition of the ability to pass a context and additional request options.

See ListApiKeyCommon 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 (*KICKART) ListApiKeyRequest

func (c *KICKART) ListApiKeyRequest(input *ListApiKeyInput) (req *request.Request, output *ListApiKeyOutput)

ListApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the ListApiKey operation. The "output" return value will be populated with the ListApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after ListApiKeyCommon Send returns without error.

See ListApiKey for more information on using the ListApiKey API call, and error handling.

// Example sending a request using the ListApiKeyRequest method.
req, resp := client.ListApiKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListApiKeyWithContext

func (c *KICKART) ListApiKeyWithContext(ctx byteplus.Context, input *ListApiKeyInput, opts ...request.Option) (*ListApiKeyOutput, error)

ListApiKeyWithContext is the same as ListApiKey with the addition of the ability to pass a context and additional request options.

See ListApiKey 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 (*KICKART) ListAvatar

func (c *KICKART) ListAvatar(input *ListAvatarInput) (*ListAvatarOutput, error)

ListAvatar API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListAvatar for usage and error information.

func (*KICKART) ListAvatarCommon

func (c *KICKART) ListAvatarCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAvatarCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListAvatarCommon for usage and error information.

func (*KICKART) ListAvatarCommonRequest

func (c *KICKART) ListAvatarCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListAvatarCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListAvatarCommon operation. The "output" return value will be populated with the ListAvatarCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvatarCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvatarCommon Send returns without error.

See ListAvatarCommon for more information on using the ListAvatarCommon API call, and error handling.

// Example sending a request using the ListAvatarCommonRequest method.
req, resp := client.ListAvatarCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListAvatarCommonWithContext

func (c *KICKART) ListAvatarCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListAvatarCommonWithContext is the same as ListAvatarCommon with the addition of the ability to pass a context and additional request options.

See ListAvatarCommon 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 (*KICKART) ListAvatarRequest

func (c *KICKART) ListAvatarRequest(input *ListAvatarInput) (req *request.Request, output *ListAvatarOutput)

ListAvatarRequest generates a "byteplus/request.Request" representing the client's request for the ListAvatar operation. The "output" return value will be populated with the ListAvatarCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvatarCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvatarCommon Send returns without error.

See ListAvatar for more information on using the ListAvatar API call, and error handling.

// Example sending a request using the ListAvatarRequest method.
req, resp := client.ListAvatarRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListAvatarVoice

func (c *KICKART) ListAvatarVoice(input *ListAvatarVoiceInput) (*ListAvatarVoiceOutput, error)

ListAvatarVoice API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListAvatarVoice for usage and error information.

func (*KICKART) ListAvatarVoiceCommon

func (c *KICKART) ListAvatarVoiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAvatarVoiceCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListAvatarVoiceCommon for usage and error information.

func (*KICKART) ListAvatarVoiceCommonRequest

func (c *KICKART) ListAvatarVoiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListAvatarVoiceCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListAvatarVoiceCommon operation. The "output" return value will be populated with the ListAvatarVoiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvatarVoiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvatarVoiceCommon Send returns without error.

See ListAvatarVoiceCommon for more information on using the ListAvatarVoiceCommon API call, and error handling.

// Example sending a request using the ListAvatarVoiceCommonRequest method.
req, resp := client.ListAvatarVoiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListAvatarVoiceCommonWithContext

func (c *KICKART) ListAvatarVoiceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListAvatarVoiceCommonWithContext is the same as ListAvatarVoiceCommon with the addition of the ability to pass a context and additional request options.

See ListAvatarVoiceCommon 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 (*KICKART) ListAvatarVoiceRequest

func (c *KICKART) ListAvatarVoiceRequest(input *ListAvatarVoiceInput) (req *request.Request, output *ListAvatarVoiceOutput)

ListAvatarVoiceRequest generates a "byteplus/request.Request" representing the client's request for the ListAvatarVoice operation. The "output" return value will be populated with the ListAvatarVoiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvatarVoiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvatarVoiceCommon Send returns without error.

See ListAvatarVoice for more information on using the ListAvatarVoice API call, and error handling.

// Example sending a request using the ListAvatarVoiceRequest method.
req, resp := client.ListAvatarVoiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListAvatarVoiceWithContext

func (c *KICKART) ListAvatarVoiceWithContext(ctx byteplus.Context, input *ListAvatarVoiceInput, opts ...request.Option) (*ListAvatarVoiceOutput, error)

ListAvatarVoiceWithContext is the same as ListAvatarVoice with the addition of the ability to pass a context and additional request options.

See ListAvatarVoice 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 (*KICKART) ListAvatarWithContext

func (c *KICKART) ListAvatarWithContext(ctx byteplus.Context, input *ListAvatarInput, opts ...request.Option) (*ListAvatarOutput, error)

ListAvatarWithContext is the same as ListAvatar with the addition of the ability to pass a context and additional request options.

See ListAvatar 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 (*KICKART) ListBlock

func (c *KICKART) ListBlock(input *ListBlockInput) (*ListBlockOutput, error)

ListBlock API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListBlock for usage and error information.

func (*KICKART) ListBlockCommon

func (c *KICKART) ListBlockCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBlockCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListBlockCommon for usage and error information.

func (*KICKART) ListBlockCommonRequest

func (c *KICKART) ListBlockCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBlockCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListBlockCommon operation. The "output" return value will be populated with the ListBlockCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBlockCommon Request to send the API call to the service. the "output" return value is not valid until after ListBlockCommon Send returns without error.

See ListBlockCommon for more information on using the ListBlockCommon API call, and error handling.

// Example sending a request using the ListBlockCommonRequest method.
req, resp := client.ListBlockCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListBlockCommonWithContext

func (c *KICKART) ListBlockCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBlockCommonWithContext is the same as ListBlockCommon with the addition of the ability to pass a context and additional request options.

See ListBlockCommon 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 (*KICKART) ListBlockRequest

func (c *KICKART) ListBlockRequest(input *ListBlockInput) (req *request.Request, output *ListBlockOutput)

ListBlockRequest generates a "byteplus/request.Request" representing the client's request for the ListBlock operation. The "output" return value will be populated with the ListBlockCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBlockCommon Request to send the API call to the service. the "output" return value is not valid until after ListBlockCommon Send returns without error.

See ListBlock for more information on using the ListBlock API call, and error handling.

// Example sending a request using the ListBlockRequest method.
req, resp := client.ListBlockRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListBlockWithContext

func (c *KICKART) ListBlockWithContext(ctx byteplus.Context, input *ListBlockInput, opts ...request.Option) (*ListBlockOutput, error)

ListBlockWithContext is the same as ListBlock with the addition of the ability to pass a context and additional request options.

See ListBlock 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 (*KICKART) ListCombo

func (c *KICKART) ListCombo(input *ListComboInput) (*ListComboOutput, error)

ListCombo API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListCombo for usage and error information.

func (*KICKART) ListComboCommon

func (c *KICKART) ListComboCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListComboCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListComboCommon for usage and error information.

func (*KICKART) ListComboCommonRequest

func (c *KICKART) ListComboCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListComboCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListComboCommon operation. The "output" return value will be populated with the ListComboCommon request's response once the request completes successfully.

Use "Send" method on the returned ListComboCommon Request to send the API call to the service. the "output" return value is not valid until after ListComboCommon Send returns without error.

See ListComboCommon for more information on using the ListComboCommon API call, and error handling.

// Example sending a request using the ListComboCommonRequest method.
req, resp := client.ListComboCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListComboCommonWithContext

func (c *KICKART) ListComboCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListComboCommonWithContext is the same as ListComboCommon with the addition of the ability to pass a context and additional request options.

See ListComboCommon 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 (*KICKART) ListComboRequest

func (c *KICKART) ListComboRequest(input *ListComboInput) (req *request.Request, output *ListComboOutput)

ListComboRequest generates a "byteplus/request.Request" representing the client's request for the ListCombo operation. The "output" return value will be populated with the ListComboCommon request's response once the request completes successfully.

Use "Send" method on the returned ListComboCommon Request to send the API call to the service. the "output" return value is not valid until after ListComboCommon Send returns without error.

See ListCombo for more information on using the ListCombo API call, and error handling.

// Example sending a request using the ListComboRequest method.
req, resp := client.ListComboRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListComboWithContext

func (c *KICKART) ListComboWithContext(ctx byteplus.Context, input *ListComboInput, opts ...request.Option) (*ListComboOutput, error)

ListComboWithContext is the same as ListCombo with the addition of the ability to pass a context and additional request options.

See ListCombo 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 (*KICKART) ListCreateCost

func (c *KICKART) ListCreateCost(input *ListCreateCostInput) (*ListCreateCostOutput, error)

ListCreateCost API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListCreateCost for usage and error information.

func (*KICKART) ListCreateCostCommon

func (c *KICKART) ListCreateCostCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListCreateCostCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListCreateCostCommon for usage and error information.

func (*KICKART) ListCreateCostCommonRequest

func (c *KICKART) ListCreateCostCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListCreateCostCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListCreateCostCommon operation. The "output" return value will be populated with the ListCreateCostCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCreateCostCommon Request to send the API call to the service. the "output" return value is not valid until after ListCreateCostCommon Send returns without error.

See ListCreateCostCommon for more information on using the ListCreateCostCommon API call, and error handling.

// Example sending a request using the ListCreateCostCommonRequest method.
req, resp := client.ListCreateCostCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListCreateCostCommonWithContext

func (c *KICKART) ListCreateCostCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListCreateCostCommonWithContext is the same as ListCreateCostCommon with the addition of the ability to pass a context and additional request options.

See ListCreateCostCommon 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 (*KICKART) ListCreateCostRequest

func (c *KICKART) ListCreateCostRequest(input *ListCreateCostInput) (req *request.Request, output *ListCreateCostOutput)

ListCreateCostRequest generates a "byteplus/request.Request" representing the client's request for the ListCreateCost operation. The "output" return value will be populated with the ListCreateCostCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCreateCostCommon Request to send the API call to the service. the "output" return value is not valid until after ListCreateCostCommon Send returns without error.

See ListCreateCost for more information on using the ListCreateCost API call, and error handling.

// Example sending a request using the ListCreateCostRequest method.
req, resp := client.ListCreateCostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListCreateCostWithContext

func (c *KICKART) ListCreateCostWithContext(ctx byteplus.Context, input *ListCreateCostInput, opts ...request.Option) (*ListCreateCostOutput, error)

ListCreateCostWithContext is the same as ListCreateCost with the addition of the ability to pass a context and additional request options.

See ListCreateCost 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 (*KICKART) ListCreativePointLogs

func (c *KICKART) ListCreativePointLogs(input *ListCreativePointLogsInput) (*ListCreativePointLogsOutput, error)

ListCreativePointLogs API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListCreativePointLogs for usage and error information.

func (*KICKART) ListCreativePointLogsCommon

func (c *KICKART) ListCreativePointLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListCreativePointLogsCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListCreativePointLogsCommon for usage and error information.

func (*KICKART) ListCreativePointLogsCommonRequest

func (c *KICKART) ListCreativePointLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListCreativePointLogsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListCreativePointLogsCommon operation. The "output" return value will be populated with the ListCreativePointLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCreativePointLogsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCreativePointLogsCommon Send returns without error.

See ListCreativePointLogsCommon for more information on using the ListCreativePointLogsCommon API call, and error handling.

// Example sending a request using the ListCreativePointLogsCommonRequest method.
req, resp := client.ListCreativePointLogsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListCreativePointLogsCommonWithContext

func (c *KICKART) ListCreativePointLogsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListCreativePointLogsCommonWithContext is the same as ListCreativePointLogsCommon with the addition of the ability to pass a context and additional request options.

See ListCreativePointLogsCommon 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 (*KICKART) ListCreativePointLogsRequest

func (c *KICKART) ListCreativePointLogsRequest(input *ListCreativePointLogsInput) (req *request.Request, output *ListCreativePointLogsOutput)

ListCreativePointLogsRequest generates a "byteplus/request.Request" representing the client's request for the ListCreativePointLogs operation. The "output" return value will be populated with the ListCreativePointLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCreativePointLogsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCreativePointLogsCommon Send returns without error.

See ListCreativePointLogs for more information on using the ListCreativePointLogs API call, and error handling.

// Example sending a request using the ListCreativePointLogsRequest method.
req, resp := client.ListCreativePointLogsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListCreativePointLogsWithContext

func (c *KICKART) ListCreativePointLogsWithContext(ctx byteplus.Context, input *ListCreativePointLogsInput, opts ...request.Option) (*ListCreativePointLogsOutput, error)

ListCreativePointLogsWithContext is the same as ListCreativePointLogs with the addition of the ability to pass a context and additional request options.

See ListCreativePointLogs 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 (*KICKART) ListGeniusProject

func (c *KICKART) ListGeniusProject(input *ListGeniusProjectInput) (*ListGeniusProjectOutput, error)

ListGeniusProject API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListGeniusProject for usage and error information.

func (*KICKART) ListGeniusProjectCommon

func (c *KICKART) ListGeniusProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListGeniusProjectCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListGeniusProjectCommon for usage and error information.

func (*KICKART) ListGeniusProjectCommonRequest

func (c *KICKART) ListGeniusProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListGeniusProjectCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListGeniusProjectCommon operation. The "output" return value will be populated with the ListGeniusProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGeniusProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListGeniusProjectCommon Send returns without error.

See ListGeniusProjectCommon for more information on using the ListGeniusProjectCommon API call, and error handling.

// Example sending a request using the ListGeniusProjectCommonRequest method.
req, resp := client.ListGeniusProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListGeniusProjectCommonWithContext

func (c *KICKART) ListGeniusProjectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListGeniusProjectCommonWithContext is the same as ListGeniusProjectCommon with the addition of the ability to pass a context and additional request options.

See ListGeniusProjectCommon 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 (*KICKART) ListGeniusProjectRequest

func (c *KICKART) ListGeniusProjectRequest(input *ListGeniusProjectInput) (req *request.Request, output *ListGeniusProjectOutput)

ListGeniusProjectRequest generates a "byteplus/request.Request" representing the client's request for the ListGeniusProject operation. The "output" return value will be populated with the ListGeniusProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGeniusProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListGeniusProjectCommon Send returns without error.

See ListGeniusProject for more information on using the ListGeniusProject API call, and error handling.

// Example sending a request using the ListGeniusProjectRequest method.
req, resp := client.ListGeniusProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListGeniusProjectWithContext

func (c *KICKART) ListGeniusProjectWithContext(ctx byteplus.Context, input *ListGeniusProjectInput, opts ...request.Option) (*ListGeniusProjectOutput, error)

ListGeniusProjectWithContext is the same as ListGeniusProject with the addition of the ability to pass a context and additional request options.

See ListGeniusProject 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 (*KICKART) ListGeniusTemplate

func (c *KICKART) ListGeniusTemplate(input *ListGeniusTemplateInput) (*ListGeniusTemplateOutput, error)

ListGeniusTemplate API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListGeniusTemplate for usage and error information.

func (*KICKART) ListGeniusTemplateCommon

func (c *KICKART) ListGeniusTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListGeniusTemplateCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListGeniusTemplateCommon for usage and error information.

func (*KICKART) ListGeniusTemplateCommonRequest

func (c *KICKART) ListGeniusTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListGeniusTemplateCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListGeniusTemplateCommon operation. The "output" return value will be populated with the ListGeniusTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGeniusTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ListGeniusTemplateCommon Send returns without error.

See ListGeniusTemplateCommon for more information on using the ListGeniusTemplateCommon API call, and error handling.

// Example sending a request using the ListGeniusTemplateCommonRequest method.
req, resp := client.ListGeniusTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListGeniusTemplateCommonWithContext

func (c *KICKART) ListGeniusTemplateCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListGeniusTemplateCommonWithContext is the same as ListGeniusTemplateCommon with the addition of the ability to pass a context and additional request options.

See ListGeniusTemplateCommon 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 (*KICKART) ListGeniusTemplateRequest

func (c *KICKART) ListGeniusTemplateRequest(input *ListGeniusTemplateInput) (req *request.Request, output *ListGeniusTemplateOutput)

ListGeniusTemplateRequest generates a "byteplus/request.Request" representing the client's request for the ListGeniusTemplate operation. The "output" return value will be populated with the ListGeniusTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGeniusTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ListGeniusTemplateCommon Send returns without error.

See ListGeniusTemplate for more information on using the ListGeniusTemplate API call, and error handling.

// Example sending a request using the ListGeniusTemplateRequest method.
req, resp := client.ListGeniusTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListGeniusTemplateWithContext

func (c *KICKART) ListGeniusTemplateWithContext(ctx byteplus.Context, input *ListGeniusTemplateInput, opts ...request.Option) (*ListGeniusTemplateOutput, error)

ListGeniusTemplateWithContext is the same as ListGeniusTemplate with the addition of the ability to pass a context and additional request options.

See ListGeniusTemplate 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 (*KICKART) ListPrompt

func (c *KICKART) ListPrompt(input *ListPromptInput) (*ListPromptOutput, error)

ListPrompt API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListPrompt for usage and error information.

func (*KICKART) ListPromptCommon

func (c *KICKART) ListPromptCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPromptCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListPromptCommon for usage and error information.

func (*KICKART) ListPromptCommonRequest

func (c *KICKART) ListPromptCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPromptCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListPromptCommon operation. The "output" return value will be populated with the ListPromptCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPromptCommon Request to send the API call to the service. the "output" return value is not valid until after ListPromptCommon Send returns without error.

See ListPromptCommon for more information on using the ListPromptCommon API call, and error handling.

// Example sending a request using the ListPromptCommonRequest method.
req, resp := client.ListPromptCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListPromptCommonWithContext

func (c *KICKART) ListPromptCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPromptCommonWithContext is the same as ListPromptCommon with the addition of the ability to pass a context and additional request options.

See ListPromptCommon 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 (*KICKART) ListPromptRequest

func (c *KICKART) ListPromptRequest(input *ListPromptInput) (req *request.Request, output *ListPromptOutput)

ListPromptRequest generates a "byteplus/request.Request" representing the client's request for the ListPrompt operation. The "output" return value will be populated with the ListPromptCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPromptCommon Request to send the API call to the service. the "output" return value is not valid until after ListPromptCommon Send returns without error.

See ListPrompt for more information on using the ListPrompt API call, and error handling.

// Example sending a request using the ListPromptRequest method.
req, resp := client.ListPromptRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListPromptWithContext

func (c *KICKART) ListPromptWithContext(ctx byteplus.Context, input *ListPromptInput, opts ...request.Option) (*ListPromptOutput, error)

ListPromptWithContext is the same as ListPrompt with the addition of the ability to pass a context and additional request options.

See ListPrompt 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 (*KICKART) ListPublishAccounts

func (c *KICKART) ListPublishAccounts(input *ListPublishAccountsInput) (*ListPublishAccountsOutput, error)

ListPublishAccounts API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListPublishAccounts for usage and error information.

func (*KICKART) ListPublishAccountsCommon

func (c *KICKART) ListPublishAccountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPublishAccountsCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListPublishAccountsCommon for usage and error information.

func (*KICKART) ListPublishAccountsCommonRequest

func (c *KICKART) ListPublishAccountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPublishAccountsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListPublishAccountsCommon operation. The "output" return value will be populated with the ListPublishAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublishAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublishAccountsCommon Send returns without error.

See ListPublishAccountsCommon for more information on using the ListPublishAccountsCommon API call, and error handling.

// Example sending a request using the ListPublishAccountsCommonRequest method.
req, resp := client.ListPublishAccountsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListPublishAccountsCommonWithContext

func (c *KICKART) ListPublishAccountsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPublishAccountsCommonWithContext is the same as ListPublishAccountsCommon with the addition of the ability to pass a context and additional request options.

See ListPublishAccountsCommon 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 (*KICKART) ListPublishAccountsRequest

func (c *KICKART) ListPublishAccountsRequest(input *ListPublishAccountsInput) (req *request.Request, output *ListPublishAccountsOutput)

ListPublishAccountsRequest generates a "byteplus/request.Request" representing the client's request for the ListPublishAccounts operation. The "output" return value will be populated with the ListPublishAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublishAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublishAccountsCommon Send returns without error.

See ListPublishAccounts for more information on using the ListPublishAccounts API call, and error handling.

// Example sending a request using the ListPublishAccountsRequest method.
req, resp := client.ListPublishAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListPublishAccountsWithContext

func (c *KICKART) ListPublishAccountsWithContext(ctx byteplus.Context, input *ListPublishAccountsInput, opts ...request.Option) (*ListPublishAccountsOutput, error)

ListPublishAccountsWithContext is the same as ListPublishAccounts with the addition of the ability to pass a context and additional request options.

See ListPublishAccounts 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 (*KICKART) ListResources

func (c *KICKART) ListResources(input *ListResourcesInput) (*ListResourcesOutput, error)

ListResources API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListResources for usage and error information.

func (*KICKART) ListResourcesCommon

func (c *KICKART) ListResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourcesCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListResourcesCommon for usage and error information.

func (*KICKART) ListResourcesCommonRequest

func (c *KICKART) ListResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListResourcesCommon operation. The "output" return value will be populated with the ListResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcesCommon Send returns without error.

See ListResourcesCommon for more information on using the ListResourcesCommon API call, and error handling.

// Example sending a request using the ListResourcesCommonRequest method.
req, resp := client.ListResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListResourcesCommonWithContext

func (c *KICKART) ListResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourcesCommonWithContext is the same as ListResourcesCommon with the addition of the ability to pass a context and additional request options.

See ListResourcesCommon 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 (*KICKART) ListResourcesRequest

func (c *KICKART) ListResourcesRequest(input *ListResourcesInput) (req *request.Request, output *ListResourcesOutput)

ListResourcesRequest generates a "byteplus/request.Request" representing the client's request for the ListResources operation. The "output" return value will be populated with the ListResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcesCommon Send returns without error.

See ListResources for more information on using the ListResources API call, and error handling.

// Example sending a request using the ListResourcesRequest method.
req, resp := client.ListResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListResourcesWithContext

func (c *KICKART) ListResourcesWithContext(ctx byteplus.Context, input *ListResourcesInput, opts ...request.Option) (*ListResourcesOutput, error)

ListResourcesWithContext is the same as ListResources with the addition of the ability to pass a context and additional request options.

See ListResources 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 (*KICKART) ListSelectItem

func (c *KICKART) ListSelectItem(input *ListSelectItemInput) (*ListSelectItemOutput, error)

ListSelectItem API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListSelectItem for usage and error information.

func (*KICKART) ListSelectItemCommon

func (c *KICKART) ListSelectItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListSelectItemCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListSelectItemCommon for usage and error information.

func (*KICKART) ListSelectItemCommonRequest

func (c *KICKART) ListSelectItemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListSelectItemCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListSelectItemCommon operation. The "output" return value will be populated with the ListSelectItemCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSelectItemCommon Request to send the API call to the service. the "output" return value is not valid until after ListSelectItemCommon Send returns without error.

See ListSelectItemCommon for more information on using the ListSelectItemCommon API call, and error handling.

// Example sending a request using the ListSelectItemCommonRequest method.
req, resp := client.ListSelectItemCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListSelectItemCommonWithContext

func (c *KICKART) ListSelectItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListSelectItemCommonWithContext is the same as ListSelectItemCommon with the addition of the ability to pass a context and additional request options.

See ListSelectItemCommon 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 (*KICKART) ListSelectItemRequest

func (c *KICKART) ListSelectItemRequest(input *ListSelectItemInput) (req *request.Request, output *ListSelectItemOutput)

ListSelectItemRequest generates a "byteplus/request.Request" representing the client's request for the ListSelectItem operation. The "output" return value will be populated with the ListSelectItemCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSelectItemCommon Request to send the API call to the service. the "output" return value is not valid until after ListSelectItemCommon Send returns without error.

See ListSelectItem for more information on using the ListSelectItem API call, and error handling.

// Example sending a request using the ListSelectItemRequest method.
req, resp := client.ListSelectItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListSelectItemWithContext

func (c *KICKART) ListSelectItemWithContext(ctx byteplus.Context, input *ListSelectItemInput, opts ...request.Option) (*ListSelectItemOutput, error)

ListSelectItemWithContext is the same as ListSelectItem with the addition of the ability to pass a context and additional request options.

See ListSelectItem 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 (*KICKART) ListTasks

func (c *KICKART) ListTasks(input *ListTasksInput) (*ListTasksOutput, error)

ListTasks API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListTasks for usage and error information.

func (*KICKART) ListTasksCommon

func (c *KICKART) ListTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTasksCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ListTasksCommon for usage and error information.

func (*KICKART) ListTasksCommonRequest

func (c *KICKART) ListTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTasksCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListTasksCommon operation. The "output" return value will be populated with the ListTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListTasksCommon Send returns without error.

See ListTasksCommon for more information on using the ListTasksCommon API call, and error handling.

// Example sending a request using the ListTasksCommonRequest method.
req, resp := client.ListTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListTasksCommonWithContext

func (c *KICKART) ListTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTasksCommonWithContext is the same as ListTasksCommon with the addition of the ability to pass a context and additional request options.

See ListTasksCommon 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 (*KICKART) ListTasksRequest

func (c *KICKART) ListTasksRequest(input *ListTasksInput) (req *request.Request, output *ListTasksOutput)

ListTasksRequest generates a "byteplus/request.Request" representing the client's request for the ListTasks operation. The "output" return value will be populated with the ListTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListTasksCommon Send returns without error.

See ListTasks for more information on using the ListTasks API call, and error handling.

// Example sending a request using the ListTasksRequest method.
req, resp := client.ListTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ListTasksWithContext

func (c *KICKART) ListTasksWithContext(ctx byteplus.Context, input *ListTasksInput, opts ...request.Option) (*ListTasksOutput, error)

ListTasksWithContext is the same as ListTasks with the addition of the ability to pass a context and additional request options.

See ListTasks 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 (*KICKART) QueryCreativePointLogs

func (c *KICKART) QueryCreativePointLogs(input *QueryCreativePointLogsInput) (*QueryCreativePointLogsOutput, error)

QueryCreativePointLogs API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation QueryCreativePointLogs for usage and error information.

func (*KICKART) QueryCreativePointLogsCommon

func (c *KICKART) QueryCreativePointLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryCreativePointLogsCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation QueryCreativePointLogsCommon for usage and error information.

func (*KICKART) QueryCreativePointLogsCommonRequest

func (c *KICKART) QueryCreativePointLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryCreativePointLogsCommonRequest generates a "byteplus/request.Request" representing the client's request for the QueryCreativePointLogsCommon operation. The "output" return value will be populated with the QueryCreativePointLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryCreativePointLogsCommon Request to send the API call to the service. the "output" return value is not valid until after QueryCreativePointLogsCommon Send returns without error.

See QueryCreativePointLogsCommon for more information on using the QueryCreativePointLogsCommon API call, and error handling.

// Example sending a request using the QueryCreativePointLogsCommonRequest method.
req, resp := client.QueryCreativePointLogsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) QueryCreativePointLogsCommonWithContext

func (c *KICKART) QueryCreativePointLogsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryCreativePointLogsCommonWithContext is the same as QueryCreativePointLogsCommon with the addition of the ability to pass a context and additional request options.

See QueryCreativePointLogsCommon 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 (*KICKART) QueryCreativePointLogsRequest

func (c *KICKART) QueryCreativePointLogsRequest(input *QueryCreativePointLogsInput) (req *request.Request, output *QueryCreativePointLogsOutput)

QueryCreativePointLogsRequest generates a "byteplus/request.Request" representing the client's request for the QueryCreativePointLogs operation. The "output" return value will be populated with the QueryCreativePointLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryCreativePointLogsCommon Request to send the API call to the service. the "output" return value is not valid until after QueryCreativePointLogsCommon Send returns without error.

See QueryCreativePointLogs for more information on using the QueryCreativePointLogs API call, and error handling.

// Example sending a request using the QueryCreativePointLogsRequest method.
req, resp := client.QueryCreativePointLogsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) QueryCreativePointLogsWithContext

func (c *KICKART) QueryCreativePointLogsWithContext(ctx byteplus.Context, input *QueryCreativePointLogsInput, opts ...request.Option) (*QueryCreativePointLogsOutput, error)

QueryCreativePointLogsWithContext is the same as QueryCreativePointLogs with the addition of the ability to pass a context and additional request options.

See QueryCreativePointLogs 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 (*KICKART) QuerySelectItem

func (c *KICKART) QuerySelectItem(input *QuerySelectItemInput) (*QuerySelectItemOutput, error)

QuerySelectItem API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation QuerySelectItem for usage and error information.

func (*KICKART) QuerySelectItemCommon

func (c *KICKART) QuerySelectItemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QuerySelectItemCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation QuerySelectItemCommon for usage and error information.

func (*KICKART) QuerySelectItemCommonRequest

func (c *KICKART) QuerySelectItemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QuerySelectItemCommonRequest generates a "byteplus/request.Request" representing the client's request for the QuerySelectItemCommon operation. The "output" return value will be populated with the QuerySelectItemCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySelectItemCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySelectItemCommon Send returns without error.

See QuerySelectItemCommon for more information on using the QuerySelectItemCommon API call, and error handling.

// Example sending a request using the QuerySelectItemCommonRequest method.
req, resp := client.QuerySelectItemCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) QuerySelectItemCommonWithContext

func (c *KICKART) QuerySelectItemCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QuerySelectItemCommonWithContext is the same as QuerySelectItemCommon with the addition of the ability to pass a context and additional request options.

See QuerySelectItemCommon 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 (*KICKART) QuerySelectItemRequest

func (c *KICKART) QuerySelectItemRequest(input *QuerySelectItemInput) (req *request.Request, output *QuerySelectItemOutput)

QuerySelectItemRequest generates a "byteplus/request.Request" representing the client's request for the QuerySelectItem operation. The "output" return value will be populated with the QuerySelectItemCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySelectItemCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySelectItemCommon Send returns without error.

See QuerySelectItem for more information on using the QuerySelectItem API call, and error handling.

// Example sending a request using the QuerySelectItemRequest method.
req, resp := client.QuerySelectItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) QuerySelectItemWithContext

func (c *KICKART) QuerySelectItemWithContext(ctx byteplus.Context, input *QuerySelectItemInput, opts ...request.Option) (*QuerySelectItemOutput, error)

QuerySelectItemWithContext is the same as QuerySelectItem with the addition of the ability to pass a context and additional request options.

See QuerySelectItem 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 (*KICKART) ReorderCheck

func (c *KICKART) ReorderCheck(input *ReorderCheckInput) (*ReorderCheckOutput, error)

ReorderCheck API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ReorderCheck for usage and error information.

func (*KICKART) ReorderCheckCommon

func (c *KICKART) ReorderCheckCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ReorderCheckCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ReorderCheckCommon for usage and error information.

func (*KICKART) ReorderCheckCommonRequest

func (c *KICKART) ReorderCheckCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ReorderCheckCommonRequest generates a "byteplus/request.Request" representing the client's request for the ReorderCheckCommon operation. The "output" return value will be populated with the ReorderCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned ReorderCheckCommon Request to send the API call to the service. the "output" return value is not valid until after ReorderCheckCommon Send returns without error.

See ReorderCheckCommon for more information on using the ReorderCheckCommon API call, and error handling.

// Example sending a request using the ReorderCheckCommonRequest method.
req, resp := client.ReorderCheckCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ReorderCheckCommonWithContext

func (c *KICKART) ReorderCheckCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ReorderCheckCommonWithContext is the same as ReorderCheckCommon with the addition of the ability to pass a context and additional request options.

See ReorderCheckCommon 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 (*KICKART) ReorderCheckRequest

func (c *KICKART) ReorderCheckRequest(input *ReorderCheckInput) (req *request.Request, output *ReorderCheckOutput)

ReorderCheckRequest generates a "byteplus/request.Request" representing the client's request for the ReorderCheck operation. The "output" return value will be populated with the ReorderCheckCommon request's response once the request completes successfully.

Use "Send" method on the returned ReorderCheckCommon Request to send the API call to the service. the "output" return value is not valid until after ReorderCheckCommon Send returns without error.

See ReorderCheck for more information on using the ReorderCheck API call, and error handling.

// Example sending a request using the ReorderCheckRequest method.
req, resp := client.ReorderCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ReorderCheckWithContext

func (c *KICKART) ReorderCheckWithContext(ctx byteplus.Context, input *ReorderCheckInput, opts ...request.Option) (*ReorderCheckOutput, error)

ReorderCheckWithContext is the same as ReorderCheck with the addition of the ability to pass a context and additional request options.

See ReorderCheck 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 (*KICKART) RetryRiskTask

func (c *KICKART) RetryRiskTask(input *RetryRiskTaskInput) (*RetryRiskTaskOutput, error)

RetryRiskTask API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation RetryRiskTask for usage and error information.

func (*KICKART) RetryRiskTaskCommon

func (c *KICKART) RetryRiskTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RetryRiskTaskCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation RetryRiskTaskCommon for usage and error information.

func (*KICKART) RetryRiskTaskCommonRequest

func (c *KICKART) RetryRiskTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RetryRiskTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the RetryRiskTaskCommon operation. The "output" return value will be populated with the RetryRiskTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned RetryRiskTaskCommon Request to send the API call to the service. the "output" return value is not valid until after RetryRiskTaskCommon Send returns without error.

See RetryRiskTaskCommon for more information on using the RetryRiskTaskCommon API call, and error handling.

// Example sending a request using the RetryRiskTaskCommonRequest method.
req, resp := client.RetryRiskTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) RetryRiskTaskCommonWithContext

func (c *KICKART) RetryRiskTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RetryRiskTaskCommonWithContext is the same as RetryRiskTaskCommon with the addition of the ability to pass a context and additional request options.

See RetryRiskTaskCommon 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 (*KICKART) RetryRiskTaskRequest

func (c *KICKART) RetryRiskTaskRequest(input *RetryRiskTaskInput) (req *request.Request, output *RetryRiskTaskOutput)

RetryRiskTaskRequest generates a "byteplus/request.Request" representing the client's request for the RetryRiskTask operation. The "output" return value will be populated with the RetryRiskTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned RetryRiskTaskCommon Request to send the API call to the service. the "output" return value is not valid until after RetryRiskTaskCommon Send returns without error.

See RetryRiskTask for more information on using the RetryRiskTask API call, and error handling.

// Example sending a request using the RetryRiskTaskRequest method.
req, resp := client.RetryRiskTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) RetryRiskTaskWithContext

func (c *KICKART) RetryRiskTaskWithContext(ctx byteplus.Context, input *RetryRiskTaskInput, opts ...request.Option) (*RetryRiskTaskOutput, error)

RetryRiskTaskWithContext is the same as RetryRiskTask with the addition of the ability to pass a context and additional request options.

See RetryRiskTask 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 (*KICKART) RetryTask

func (c *KICKART) RetryTask(input *RetryTaskInput) (*RetryTaskOutput, error)

RetryTask API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation RetryTask for usage and error information.

func (*KICKART) RetryTaskCommon

func (c *KICKART) RetryTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RetryTaskCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation RetryTaskCommon for usage and error information.

func (*KICKART) RetryTaskCommonRequest

func (c *KICKART) RetryTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RetryTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the RetryTaskCommon operation. The "output" return value will be populated with the RetryTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned RetryTaskCommon Request to send the API call to the service. the "output" return value is not valid until after RetryTaskCommon Send returns without error.

See RetryTaskCommon for more information on using the RetryTaskCommon API call, and error handling.

// Example sending a request using the RetryTaskCommonRequest method.
req, resp := client.RetryTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) RetryTaskCommonWithContext

func (c *KICKART) RetryTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RetryTaskCommonWithContext is the same as RetryTaskCommon with the addition of the ability to pass a context and additional request options.

See RetryTaskCommon 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 (*KICKART) RetryTaskRequest

func (c *KICKART) RetryTaskRequest(input *RetryTaskInput) (req *request.Request, output *RetryTaskOutput)

RetryTaskRequest generates a "byteplus/request.Request" representing the client's request for the RetryTask operation. The "output" return value will be populated with the RetryTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned RetryTaskCommon Request to send the API call to the service. the "output" return value is not valid until after RetryTaskCommon Send returns without error.

See RetryTask for more information on using the RetryTask API call, and error handling.

// Example sending a request using the RetryTaskRequest method.
req, resp := client.RetryTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) RetryTaskWithContext

func (c *KICKART) RetryTaskWithContext(ctx byteplus.Context, input *RetryTaskInput, opts ...request.Option) (*RetryTaskOutput, error)

RetryTaskWithContext is the same as RetryTask with the addition of the ability to pass a context and additional request options.

See RetryTask 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 (*KICKART) SavePublishDraft

func (c *KICKART) SavePublishDraft(input *SavePublishDraftInput) (*SavePublishDraftOutput, error)

SavePublishDraft API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SavePublishDraft for usage and error information.

func (*KICKART) SavePublishDraftCommon

func (c *KICKART) SavePublishDraftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SavePublishDraftCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SavePublishDraftCommon for usage and error information.

func (*KICKART) SavePublishDraftCommonRequest

func (c *KICKART) SavePublishDraftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SavePublishDraftCommonRequest generates a "byteplus/request.Request" representing the client's request for the SavePublishDraftCommon operation. The "output" return value will be populated with the SavePublishDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned SavePublishDraftCommon Request to send the API call to the service. the "output" return value is not valid until after SavePublishDraftCommon Send returns without error.

See SavePublishDraftCommon for more information on using the SavePublishDraftCommon API call, and error handling.

// Example sending a request using the SavePublishDraftCommonRequest method.
req, resp := client.SavePublishDraftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SavePublishDraftCommonWithContext

func (c *KICKART) SavePublishDraftCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SavePublishDraftCommonWithContext is the same as SavePublishDraftCommon with the addition of the ability to pass a context and additional request options.

See SavePublishDraftCommon 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 (*KICKART) SavePublishDraftRequest

func (c *KICKART) SavePublishDraftRequest(input *SavePublishDraftInput) (req *request.Request, output *SavePublishDraftOutput)

SavePublishDraftRequest generates a "byteplus/request.Request" representing the client's request for the SavePublishDraft operation. The "output" return value will be populated with the SavePublishDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned SavePublishDraftCommon Request to send the API call to the service. the "output" return value is not valid until after SavePublishDraftCommon Send returns without error.

See SavePublishDraft for more information on using the SavePublishDraft API call, and error handling.

// Example sending a request using the SavePublishDraftRequest method.
req, resp := client.SavePublishDraftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SavePublishDraftWithContext

func (c *KICKART) SavePublishDraftWithContext(ctx byteplus.Context, input *SavePublishDraftInput, opts ...request.Option) (*SavePublishDraftOutput, error)

SavePublishDraftWithContext is the same as SavePublishDraft with the addition of the ability to pass a context and additional request options.

See SavePublishDraft 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 (*KICKART) SearchAsset

func (c *KICKART) SearchAsset(input *SearchAssetInput) (*SearchAssetOutput, error)

SearchAsset API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SearchAsset for usage and error information.

func (*KICKART) SearchAssetCommon

func (c *KICKART) SearchAssetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SearchAssetCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SearchAssetCommon for usage and error information.

func (*KICKART) SearchAssetCommonRequest

func (c *KICKART) SearchAssetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SearchAssetCommonRequest generates a "byteplus/request.Request" representing the client's request for the SearchAssetCommon operation. The "output" return value will be populated with the SearchAssetCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchAssetCommon Request to send the API call to the service. the "output" return value is not valid until after SearchAssetCommon Send returns without error.

See SearchAssetCommon for more information on using the SearchAssetCommon API call, and error handling.

// Example sending a request using the SearchAssetCommonRequest method.
req, resp := client.SearchAssetCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SearchAssetCommonWithContext

func (c *KICKART) SearchAssetCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SearchAssetCommonWithContext is the same as SearchAssetCommon with the addition of the ability to pass a context and additional request options.

See SearchAssetCommon 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 (*KICKART) SearchAssetRequest

func (c *KICKART) SearchAssetRequest(input *SearchAssetInput) (req *request.Request, output *SearchAssetOutput)

SearchAssetRequest generates a "byteplus/request.Request" representing the client's request for the SearchAsset operation. The "output" return value will be populated with the SearchAssetCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchAssetCommon Request to send the API call to the service. the "output" return value is not valid until after SearchAssetCommon Send returns without error.

See SearchAsset for more information on using the SearchAsset API call, and error handling.

// Example sending a request using the SearchAssetRequest method.
req, resp := client.SearchAssetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SearchAssetWithContext

func (c *KICKART) SearchAssetWithContext(ctx byteplus.Context, input *SearchAssetInput, opts ...request.Option) (*SearchAssetOutput, error)

SearchAssetWithContext is the same as SearchAsset with the addition of the ability to pass a context and additional request options.

See SearchAsset 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 (*KICKART) SearchListMedia

func (c *KICKART) SearchListMedia(input *SearchListMediaInput) (*SearchListMediaOutput, error)

SearchListMedia API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SearchListMedia for usage and error information.

func (*KICKART) SearchListMediaCommon

func (c *KICKART) SearchListMediaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SearchListMediaCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SearchListMediaCommon for usage and error information.

func (*KICKART) SearchListMediaCommonRequest

func (c *KICKART) SearchListMediaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SearchListMediaCommonRequest generates a "byteplus/request.Request" representing the client's request for the SearchListMediaCommon operation. The "output" return value will be populated with the SearchListMediaCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchListMediaCommon Request to send the API call to the service. the "output" return value is not valid until after SearchListMediaCommon Send returns without error.

See SearchListMediaCommon for more information on using the SearchListMediaCommon API call, and error handling.

// Example sending a request using the SearchListMediaCommonRequest method.
req, resp := client.SearchListMediaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SearchListMediaCommonWithContext

func (c *KICKART) SearchListMediaCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SearchListMediaCommonWithContext is the same as SearchListMediaCommon with the addition of the ability to pass a context and additional request options.

See SearchListMediaCommon 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 (*KICKART) SearchListMediaRequest

func (c *KICKART) SearchListMediaRequest(input *SearchListMediaInput) (req *request.Request, output *SearchListMediaOutput)

SearchListMediaRequest generates a "byteplus/request.Request" representing the client's request for the SearchListMedia operation. The "output" return value will be populated with the SearchListMediaCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchListMediaCommon Request to send the API call to the service. the "output" return value is not valid until after SearchListMediaCommon Send returns without error.

See SearchListMedia for more information on using the SearchListMedia API call, and error handling.

// Example sending a request using the SearchListMediaRequest method.
req, resp := client.SearchListMediaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SearchListMediaWithContext

func (c *KICKART) SearchListMediaWithContext(ctx byteplus.Context, input *SearchListMediaInput, opts ...request.Option) (*SearchListMediaOutput, error)

SearchListMediaWithContext is the same as SearchListMedia with the addition of the ability to pass a context and additional request options.

See SearchListMedia 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 (*KICKART) SetWatermarkSwitchStatus

func (c *KICKART) SetWatermarkSwitchStatus(input *SetWatermarkSwitchStatusInput) (*SetWatermarkSwitchStatusOutput, error)

SetWatermarkSwitchStatus API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SetWatermarkSwitchStatus for usage and error information.

func (*KICKART) SetWatermarkSwitchStatusCommon

func (c *KICKART) SetWatermarkSwitchStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetWatermarkSwitchStatusCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SetWatermarkSwitchStatusCommon for usage and error information.

func (*KICKART) SetWatermarkSwitchStatusCommonRequest

func (c *KICKART) SetWatermarkSwitchStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetWatermarkSwitchStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the SetWatermarkSwitchStatusCommon operation. The "output" return value will be populated with the SetWatermarkSwitchStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned SetWatermarkSwitchStatusCommon Request to send the API call to the service. the "output" return value is not valid until after SetWatermarkSwitchStatusCommon Send returns without error.

See SetWatermarkSwitchStatusCommon for more information on using the SetWatermarkSwitchStatusCommon API call, and error handling.

// Example sending a request using the SetWatermarkSwitchStatusCommonRequest method.
req, resp := client.SetWatermarkSwitchStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SetWatermarkSwitchStatusCommonWithContext

func (c *KICKART) SetWatermarkSwitchStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SetWatermarkSwitchStatusCommonWithContext is the same as SetWatermarkSwitchStatusCommon with the addition of the ability to pass a context and additional request options.

See SetWatermarkSwitchStatusCommon 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 (*KICKART) SetWatermarkSwitchStatusRequest

func (c *KICKART) SetWatermarkSwitchStatusRequest(input *SetWatermarkSwitchStatusInput) (req *request.Request, output *SetWatermarkSwitchStatusOutput)

SetWatermarkSwitchStatusRequest generates a "byteplus/request.Request" representing the client's request for the SetWatermarkSwitchStatus operation. The "output" return value will be populated with the SetWatermarkSwitchStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned SetWatermarkSwitchStatusCommon Request to send the API call to the service. the "output" return value is not valid until after SetWatermarkSwitchStatusCommon Send returns without error.

See SetWatermarkSwitchStatus for more information on using the SetWatermarkSwitchStatus API call, and error handling.

// Example sending a request using the SetWatermarkSwitchStatusRequest method.
req, resp := client.SetWatermarkSwitchStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SetWatermarkSwitchStatusWithContext

func (c *KICKART) SetWatermarkSwitchStatusWithContext(ctx byteplus.Context, input *SetWatermarkSwitchStatusInput, opts ...request.Option) (*SetWatermarkSwitchStatusOutput, error)

SetWatermarkSwitchStatusWithContext is the same as SetWatermarkSwitchStatus with the addition of the ability to pass a context and additional request options.

See SetWatermarkSwitchStatus 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 (*KICKART) ShowPopup

func (c *KICKART) ShowPopup(input *ShowPopupInput) (*ShowPopupOutput, error)

ShowPopup API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ShowPopup for usage and error information.

func (*KICKART) ShowPopupCommon

func (c *KICKART) ShowPopupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ShowPopupCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ShowPopupCommon for usage and error information.

func (*KICKART) ShowPopupCommonRequest

func (c *KICKART) ShowPopupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ShowPopupCommonRequest generates a "byteplus/request.Request" representing the client's request for the ShowPopupCommon operation. The "output" return value will be populated with the ShowPopupCommon request's response once the request completes successfully.

Use "Send" method on the returned ShowPopupCommon Request to send the API call to the service. the "output" return value is not valid until after ShowPopupCommon Send returns without error.

See ShowPopupCommon for more information on using the ShowPopupCommon API call, and error handling.

// Example sending a request using the ShowPopupCommonRequest method.
req, resp := client.ShowPopupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ShowPopupCommonWithContext

func (c *KICKART) ShowPopupCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ShowPopupCommonWithContext is the same as ShowPopupCommon with the addition of the ability to pass a context and additional request options.

See ShowPopupCommon 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 (*KICKART) ShowPopupRequest

func (c *KICKART) ShowPopupRequest(input *ShowPopupInput) (req *request.Request, output *ShowPopupOutput)

ShowPopupRequest generates a "byteplus/request.Request" representing the client's request for the ShowPopup operation. The "output" return value will be populated with the ShowPopupCommon request's response once the request completes successfully.

Use "Send" method on the returned ShowPopupCommon Request to send the API call to the service. the "output" return value is not valid until after ShowPopupCommon Send returns without error.

See ShowPopup for more information on using the ShowPopup API call, and error handling.

// Example sending a request using the ShowPopupRequest method.
req, resp := client.ShowPopupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ShowPopupWithContext

func (c *KICKART) ShowPopupWithContext(ctx byteplus.Context, input *ShowPopupInput, opts ...request.Option) (*ShowPopupOutput, error)

ShowPopupWithContext is the same as ShowPopup with the addition of the ability to pass a context and additional request options.

See ShowPopup 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 (*KICKART) SubmitPublish

func (c *KICKART) SubmitPublish(input *SubmitPublishInput) (*SubmitPublishOutput, error)

SubmitPublish API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SubmitPublish for usage and error information.

func (*KICKART) SubmitPublishCommon

func (c *KICKART) SubmitPublishCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SubmitPublishCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation SubmitPublishCommon for usage and error information.

func (*KICKART) SubmitPublishCommonRequest

func (c *KICKART) SubmitPublishCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SubmitPublishCommonRequest generates a "byteplus/request.Request" representing the client's request for the SubmitPublishCommon operation. The "output" return value will be populated with the SubmitPublishCommon request's response once the request completes successfully.

Use "Send" method on the returned SubmitPublishCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitPublishCommon Send returns without error.

See SubmitPublishCommon for more information on using the SubmitPublishCommon API call, and error handling.

// Example sending a request using the SubmitPublishCommonRequest method.
req, resp := client.SubmitPublishCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SubmitPublishCommonWithContext

func (c *KICKART) SubmitPublishCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SubmitPublishCommonWithContext is the same as SubmitPublishCommon with the addition of the ability to pass a context and additional request options.

See SubmitPublishCommon 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 (*KICKART) SubmitPublishRequest

func (c *KICKART) SubmitPublishRequest(input *SubmitPublishInput) (req *request.Request, output *SubmitPublishOutput)

SubmitPublishRequest generates a "byteplus/request.Request" representing the client's request for the SubmitPublish operation. The "output" return value will be populated with the SubmitPublishCommon request's response once the request completes successfully.

Use "Send" method on the returned SubmitPublishCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitPublishCommon Send returns without error.

See SubmitPublish for more information on using the SubmitPublish API call, and error handling.

// Example sending a request using the SubmitPublishRequest method.
req, resp := client.SubmitPublishRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) SubmitPublishWithContext

func (c *KICKART) SubmitPublishWithContext(ctx byteplus.Context, input *SubmitPublishInput, opts ...request.Option) (*SubmitPublishOutput, error)

SubmitPublishWithContext is the same as SubmitPublish with the addition of the ability to pass a context and additional request options.

See SubmitPublish 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 (*KICKART) UnbindPublishAccount

func (c *KICKART) UnbindPublishAccount(input *UnbindPublishAccountInput) (*UnbindPublishAccountOutput, error)

UnbindPublishAccount API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UnbindPublishAccount for usage and error information.

func (*KICKART) UnbindPublishAccountCommon

func (c *KICKART) UnbindPublishAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindPublishAccountCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UnbindPublishAccountCommon for usage and error information.

func (*KICKART) UnbindPublishAccountCommonRequest

func (c *KICKART) UnbindPublishAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindPublishAccountCommonRequest generates a "byteplus/request.Request" representing the client's request for the UnbindPublishAccountCommon operation. The "output" return value will be populated with the UnbindPublishAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned UnbindPublishAccountCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindPublishAccountCommon Send returns without error.

See UnbindPublishAccountCommon for more information on using the UnbindPublishAccountCommon API call, and error handling.

// Example sending a request using the UnbindPublishAccountCommonRequest method.
req, resp := client.UnbindPublishAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UnbindPublishAccountCommonWithContext

func (c *KICKART) UnbindPublishAccountCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindPublishAccountCommonWithContext is the same as UnbindPublishAccountCommon with the addition of the ability to pass a context and additional request options.

See UnbindPublishAccountCommon 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 (*KICKART) UnbindPublishAccountRequest

func (c *KICKART) UnbindPublishAccountRequest(input *UnbindPublishAccountInput) (req *request.Request, output *UnbindPublishAccountOutput)

UnbindPublishAccountRequest generates a "byteplus/request.Request" representing the client's request for the UnbindPublishAccount operation. The "output" return value will be populated with the UnbindPublishAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned UnbindPublishAccountCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindPublishAccountCommon Send returns without error.

See UnbindPublishAccount for more information on using the UnbindPublishAccount API call, and error handling.

// Example sending a request using the UnbindPublishAccountRequest method.
req, resp := client.UnbindPublishAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UnbindPublishAccountWithContext

func (c *KICKART) UnbindPublishAccountWithContext(ctx byteplus.Context, input *UnbindPublishAccountInput, opts ...request.Option) (*UnbindPublishAccountOutput, error)

UnbindPublishAccountWithContext is the same as UnbindPublishAccount with the addition of the ability to pass a context and additional request options.

See UnbindPublishAccount 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 (*KICKART) UpdateApiKey

func (c *KICKART) UpdateApiKey(input *UpdateApiKeyInput) (*UpdateApiKeyOutput, error)

UpdateApiKey API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateApiKey for usage and error information.

func (*KICKART) UpdateApiKeyCommon

func (c *KICKART) UpdateApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateApiKeyCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateApiKeyCommon for usage and error information.

func (*KICKART) UpdateApiKeyCommonRequest

func (c *KICKART) UpdateApiKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateApiKeyCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateApiKeyCommon operation. The "output" return value will be populated with the UpdateApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateApiKeyCommon Send returns without error.

See UpdateApiKeyCommon for more information on using the UpdateApiKeyCommon API call, and error handling.

// Example sending a request using the UpdateApiKeyCommonRequest method.
req, resp := client.UpdateApiKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateApiKeyCommonWithContext

func (c *KICKART) UpdateApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateApiKeyCommonWithContext is the same as UpdateApiKeyCommon with the addition of the ability to pass a context and additional request options.

See UpdateApiKeyCommon 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 (*KICKART) UpdateApiKeyRequest

func (c *KICKART) UpdateApiKeyRequest(input *UpdateApiKeyInput) (req *request.Request, output *UpdateApiKeyOutput)

UpdateApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the UpdateApiKey operation. The "output" return value will be populated with the UpdateApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateApiKeyCommon Send returns without error.

See UpdateApiKey for more information on using the UpdateApiKey API call, and error handling.

// Example sending a request using the UpdateApiKeyRequest method.
req, resp := client.UpdateApiKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateApiKeyWithContext

func (c *KICKART) UpdateApiKeyWithContext(ctx byteplus.Context, input *UpdateApiKeyInput, opts ...request.Option) (*UpdateApiKeyOutput, error)

UpdateApiKeyWithContext is the same as UpdateApiKey with the addition of the ability to pass a context and additional request options.

See UpdateApiKey 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 (*KICKART) UpdateAsset

func (c *KICKART) UpdateAsset(input *UpdateAssetInput) (*UpdateAssetOutput, error)

UpdateAsset API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateAsset for usage and error information.

func (*KICKART) UpdateAssetCommon

func (c *KICKART) UpdateAssetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateAssetCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateAssetCommon for usage and error information.

func (*KICKART) UpdateAssetCommonRequest

func (c *KICKART) UpdateAssetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateAssetCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateAssetCommon operation. The "output" return value will be populated with the UpdateAssetCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAssetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAssetCommon Send returns without error.

See UpdateAssetCommon for more information on using the UpdateAssetCommon API call, and error handling.

// Example sending a request using the UpdateAssetCommonRequest method.
req, resp := client.UpdateAssetCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateAssetCommonWithContext

func (c *KICKART) UpdateAssetCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateAssetCommonWithContext is the same as UpdateAssetCommon with the addition of the ability to pass a context and additional request options.

See UpdateAssetCommon 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 (*KICKART) UpdateAssetRequest

func (c *KICKART) UpdateAssetRequest(input *UpdateAssetInput) (req *request.Request, output *UpdateAssetOutput)

UpdateAssetRequest generates a "byteplus/request.Request" representing the client's request for the UpdateAsset operation. The "output" return value will be populated with the UpdateAssetCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAssetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAssetCommon Send returns without error.

See UpdateAsset for more information on using the UpdateAsset API call, and error handling.

// Example sending a request using the UpdateAssetRequest method.
req, resp := client.UpdateAssetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateAssetWithContext

func (c *KICKART) UpdateAssetWithContext(ctx byteplus.Context, input *UpdateAssetInput, opts ...request.Option) (*UpdateAssetOutput, error)

UpdateAssetWithContext is the same as UpdateAsset with the addition of the ability to pass a context and additional request options.

See UpdateAsset 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 (*KICKART) UpdateComposition

func (c *KICKART) UpdateComposition(input *UpdateCompositionInput) (*UpdateCompositionOutput, error)

UpdateComposition API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateComposition for usage and error information.

func (*KICKART) UpdateCompositionCommon

func (c *KICKART) UpdateCompositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateCompositionCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateCompositionCommon for usage and error information.

func (*KICKART) UpdateCompositionCommonRequest

func (c *KICKART) UpdateCompositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateCompositionCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateCompositionCommon operation. The "output" return value will be populated with the UpdateCompositionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCompositionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCompositionCommon Send returns without error.

See UpdateCompositionCommon for more information on using the UpdateCompositionCommon API call, and error handling.

// Example sending a request using the UpdateCompositionCommonRequest method.
req, resp := client.UpdateCompositionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateCompositionCommonWithContext

func (c *KICKART) UpdateCompositionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateCompositionCommonWithContext is the same as UpdateCompositionCommon with the addition of the ability to pass a context and additional request options.

See UpdateCompositionCommon 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 (*KICKART) UpdateCompositionProductInfo

func (c *KICKART) UpdateCompositionProductInfo(input *UpdateCompositionProductInfoInput) (*UpdateCompositionProductInfoOutput, error)

UpdateCompositionProductInfo API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateCompositionProductInfo for usage and error information.

func (*KICKART) UpdateCompositionProductInfoCommon

func (c *KICKART) UpdateCompositionProductInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateCompositionProductInfoCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateCompositionProductInfoCommon for usage and error information.

func (*KICKART) UpdateCompositionProductInfoCommonRequest

func (c *KICKART) UpdateCompositionProductInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateCompositionProductInfoCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateCompositionProductInfoCommon operation. The "output" return value will be populated with the UpdateCompositionProductInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCompositionProductInfoCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCompositionProductInfoCommon Send returns without error.

See UpdateCompositionProductInfoCommon for more information on using the UpdateCompositionProductInfoCommon API call, and error handling.

// Example sending a request using the UpdateCompositionProductInfoCommonRequest method.
req, resp := client.UpdateCompositionProductInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateCompositionProductInfoCommonWithContext

func (c *KICKART) UpdateCompositionProductInfoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateCompositionProductInfoCommonWithContext is the same as UpdateCompositionProductInfoCommon with the addition of the ability to pass a context and additional request options.

See UpdateCompositionProductInfoCommon 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 (*KICKART) UpdateCompositionProductInfoRequest

func (c *KICKART) UpdateCompositionProductInfoRequest(input *UpdateCompositionProductInfoInput) (req *request.Request, output *UpdateCompositionProductInfoOutput)

UpdateCompositionProductInfoRequest generates a "byteplus/request.Request" representing the client's request for the UpdateCompositionProductInfo operation. The "output" return value will be populated with the UpdateCompositionProductInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCompositionProductInfoCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCompositionProductInfoCommon Send returns without error.

See UpdateCompositionProductInfo for more information on using the UpdateCompositionProductInfo API call, and error handling.

// Example sending a request using the UpdateCompositionProductInfoRequest method.
req, resp := client.UpdateCompositionProductInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateCompositionProductInfoWithContext

func (c *KICKART) UpdateCompositionProductInfoWithContext(ctx byteplus.Context, input *UpdateCompositionProductInfoInput, opts ...request.Option) (*UpdateCompositionProductInfoOutput, error)

UpdateCompositionProductInfoWithContext is the same as UpdateCompositionProductInfo with the addition of the ability to pass a context and additional request options.

See UpdateCompositionProductInfo 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 (*KICKART) UpdateCompositionRequest

func (c *KICKART) UpdateCompositionRequest(input *UpdateCompositionInput) (req *request.Request, output *UpdateCompositionOutput)

UpdateCompositionRequest generates a "byteplus/request.Request" representing the client's request for the UpdateComposition operation. The "output" return value will be populated with the UpdateCompositionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCompositionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCompositionCommon Send returns without error.

See UpdateComposition for more information on using the UpdateComposition API call, and error handling.

// Example sending a request using the UpdateCompositionRequest method.
req, resp := client.UpdateCompositionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateCompositionWithContext

func (c *KICKART) UpdateCompositionWithContext(ctx byteplus.Context, input *UpdateCompositionInput, opts ...request.Option) (*UpdateCompositionOutput, error)

UpdateCompositionWithContext is the same as UpdateComposition with the addition of the ability to pass a context and additional request options.

See UpdateComposition 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 (*KICKART) UpdateDraft

func (c *KICKART) UpdateDraft(input *UpdateDraftInput) (*UpdateDraftOutput, error)

UpdateDraft API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateDraft for usage and error information.

func (*KICKART) UpdateDraftCommon

func (c *KICKART) UpdateDraftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDraftCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateDraftCommon for usage and error information.

func (*KICKART) UpdateDraftCommonRequest

func (c *KICKART) UpdateDraftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateDraftCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateDraftCommon operation. The "output" return value will be populated with the UpdateDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDraftCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDraftCommon Send returns without error.

See UpdateDraftCommon for more information on using the UpdateDraftCommon API call, and error handling.

// Example sending a request using the UpdateDraftCommonRequest method.
req, resp := client.UpdateDraftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateDraftCommonWithContext

func (c *KICKART) UpdateDraftCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateDraftCommonWithContext is the same as UpdateDraftCommon with the addition of the ability to pass a context and additional request options.

See UpdateDraftCommon 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 (*KICKART) UpdateDraftRequest

func (c *KICKART) UpdateDraftRequest(input *UpdateDraftInput) (req *request.Request, output *UpdateDraftOutput)

UpdateDraftRequest generates a "byteplus/request.Request" representing the client's request for the UpdateDraft operation. The "output" return value will be populated with the UpdateDraftCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDraftCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDraftCommon Send returns without error.

See UpdateDraft for more information on using the UpdateDraft API call, and error handling.

// Example sending a request using the UpdateDraftRequest method.
req, resp := client.UpdateDraftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateDraftTitle

func (c *KICKART) UpdateDraftTitle(input *UpdateDraftTitleInput) (*UpdateDraftTitleOutput, error)

UpdateDraftTitle API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateDraftTitle for usage and error information.

func (*KICKART) UpdateDraftTitleCommon

func (c *KICKART) UpdateDraftTitleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDraftTitleCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateDraftTitleCommon for usage and error information.

func (*KICKART) UpdateDraftTitleCommonRequest

func (c *KICKART) UpdateDraftTitleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateDraftTitleCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateDraftTitleCommon operation. The "output" return value will be populated with the UpdateDraftTitleCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDraftTitleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDraftTitleCommon Send returns without error.

See UpdateDraftTitleCommon for more information on using the UpdateDraftTitleCommon API call, and error handling.

// Example sending a request using the UpdateDraftTitleCommonRequest method.
req, resp := client.UpdateDraftTitleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateDraftTitleCommonWithContext

func (c *KICKART) UpdateDraftTitleCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateDraftTitleCommonWithContext is the same as UpdateDraftTitleCommon with the addition of the ability to pass a context and additional request options.

See UpdateDraftTitleCommon 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 (*KICKART) UpdateDraftTitleRequest

func (c *KICKART) UpdateDraftTitleRequest(input *UpdateDraftTitleInput) (req *request.Request, output *UpdateDraftTitleOutput)

UpdateDraftTitleRequest generates a "byteplus/request.Request" representing the client's request for the UpdateDraftTitle operation. The "output" return value will be populated with the UpdateDraftTitleCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDraftTitleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDraftTitleCommon Send returns without error.

See UpdateDraftTitle for more information on using the UpdateDraftTitle API call, and error handling.

// Example sending a request using the UpdateDraftTitleRequest method.
req, resp := client.UpdateDraftTitleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateDraftTitleWithContext

func (c *KICKART) UpdateDraftTitleWithContext(ctx byteplus.Context, input *UpdateDraftTitleInput, opts ...request.Option) (*UpdateDraftTitleOutput, error)

UpdateDraftTitleWithContext is the same as UpdateDraftTitle with the addition of the ability to pass a context and additional request options.

See UpdateDraftTitle 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 (*KICKART) UpdateDraftWithContext

func (c *KICKART) UpdateDraftWithContext(ctx byteplus.Context, input *UpdateDraftInput, opts ...request.Option) (*UpdateDraftOutput, error)

UpdateDraftWithContext is the same as UpdateDraft with the addition of the ability to pass a context and additional request options.

See UpdateDraft 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 (*KICKART) UpdateFilm

func (c *KICKART) UpdateFilm(input *UpdateFilmInput) (*UpdateFilmOutput, error)

UpdateFilm API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateFilm for usage and error information.

func (*KICKART) UpdateFilmCommon

func (c *KICKART) UpdateFilmCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateFilmCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateFilmCommon for usage and error information.

func (*KICKART) UpdateFilmCommonRequest

func (c *KICKART) UpdateFilmCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateFilmCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFilmCommon operation. The "output" return value will be populated with the UpdateFilmCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFilmCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilmCommon Send returns without error.

See UpdateFilmCommon for more information on using the UpdateFilmCommon API call, and error handling.

// Example sending a request using the UpdateFilmCommonRequest method.
req, resp := client.UpdateFilmCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateFilmCommonWithContext

func (c *KICKART) UpdateFilmCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateFilmCommonWithContext is the same as UpdateFilmCommon with the addition of the ability to pass a context and additional request options.

See UpdateFilmCommon 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 (*KICKART) UpdateFilmRequest

func (c *KICKART) UpdateFilmRequest(input *UpdateFilmInput) (req *request.Request, output *UpdateFilmOutput)

UpdateFilmRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFilm operation. The "output" return value will be populated with the UpdateFilmCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFilmCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilmCommon Send returns without error.

See UpdateFilm for more information on using the UpdateFilm API call, and error handling.

// Example sending a request using the UpdateFilmRequest method.
req, resp := client.UpdateFilmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateFilmWithContext

func (c *KICKART) UpdateFilmWithContext(ctx byteplus.Context, input *UpdateFilmInput, opts ...request.Option) (*UpdateFilmOutput, error)

UpdateFilmWithContext is the same as UpdateFilm with the addition of the ability to pass a context and additional request options.

See UpdateFilm 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 (*KICKART) UpdateFolderMediaPath

func (c *KICKART) UpdateFolderMediaPath(input *UpdateFolderMediaPathInput) (*UpdateFolderMediaPathOutput, error)

UpdateFolderMediaPath API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateFolderMediaPath for usage and error information.

func (*KICKART) UpdateFolderMediaPathCommon

func (c *KICKART) UpdateFolderMediaPathCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateFolderMediaPathCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateFolderMediaPathCommon for usage and error information.

func (*KICKART) UpdateFolderMediaPathCommonRequest

func (c *KICKART) UpdateFolderMediaPathCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateFolderMediaPathCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFolderMediaPathCommon operation. The "output" return value will be populated with the UpdateFolderMediaPathCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFolderMediaPathCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFolderMediaPathCommon Send returns without error.

See UpdateFolderMediaPathCommon for more information on using the UpdateFolderMediaPathCommon API call, and error handling.

// Example sending a request using the UpdateFolderMediaPathCommonRequest method.
req, resp := client.UpdateFolderMediaPathCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateFolderMediaPathCommonWithContext

func (c *KICKART) UpdateFolderMediaPathCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateFolderMediaPathCommonWithContext is the same as UpdateFolderMediaPathCommon with the addition of the ability to pass a context and additional request options.

See UpdateFolderMediaPathCommon 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 (*KICKART) UpdateFolderMediaPathRequest

func (c *KICKART) UpdateFolderMediaPathRequest(input *UpdateFolderMediaPathInput) (req *request.Request, output *UpdateFolderMediaPathOutput)

UpdateFolderMediaPathRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFolderMediaPath operation. The "output" return value will be populated with the UpdateFolderMediaPathCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFolderMediaPathCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFolderMediaPathCommon Send returns without error.

See UpdateFolderMediaPath for more information on using the UpdateFolderMediaPath API call, and error handling.

// Example sending a request using the UpdateFolderMediaPathRequest method.
req, resp := client.UpdateFolderMediaPathRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateFolderMediaPathWithContext

func (c *KICKART) UpdateFolderMediaPathWithContext(ctx byteplus.Context, input *UpdateFolderMediaPathInput, opts ...request.Option) (*UpdateFolderMediaPathOutput, error)

UpdateFolderMediaPathWithContext is the same as UpdateFolderMediaPath with the addition of the ability to pass a context and additional request options.

See UpdateFolderMediaPath 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 (*KICKART) UpdateMaterial

func (c *KICKART) UpdateMaterial(input *UpdateMaterialInput) (*UpdateMaterialOutput, error)

UpdateMaterial API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateMaterial for usage and error information.

func (*KICKART) UpdateMaterialCommon

func (c *KICKART) UpdateMaterialCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateMaterialCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation UpdateMaterialCommon for usage and error information.

func (*KICKART) UpdateMaterialCommonRequest

func (c *KICKART) UpdateMaterialCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateMaterialCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateMaterialCommon operation. The "output" return value will be populated with the UpdateMaterialCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateMaterialCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMaterialCommon Send returns without error.

See UpdateMaterialCommon for more information on using the UpdateMaterialCommon API call, and error handling.

// Example sending a request using the UpdateMaterialCommonRequest method.
req, resp := client.UpdateMaterialCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateMaterialCommonWithContext

func (c *KICKART) UpdateMaterialCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateMaterialCommonWithContext is the same as UpdateMaterialCommon with the addition of the ability to pass a context and additional request options.

See UpdateMaterialCommon 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 (*KICKART) UpdateMaterialRequest

func (c *KICKART) UpdateMaterialRequest(input *UpdateMaterialInput) (req *request.Request, output *UpdateMaterialOutput)

UpdateMaterialRequest generates a "byteplus/request.Request" representing the client's request for the UpdateMaterial operation. The "output" return value will be populated with the UpdateMaterialCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateMaterialCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMaterialCommon Send returns without error.

See UpdateMaterial for more information on using the UpdateMaterial API call, and error handling.

// Example sending a request using the UpdateMaterialRequest method.
req, resp := client.UpdateMaterialRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) UpdateMaterialWithContext

func (c *KICKART) UpdateMaterialWithContext(ctx byteplus.Context, input *UpdateMaterialInput, opts ...request.Option) (*UpdateMaterialOutput, error)

UpdateMaterialWithContext is the same as UpdateMaterial with the addition of the ability to pass a context and additional request options.

See UpdateMaterial 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 (*KICKART) ValidateAvatarImage

func (c *KICKART) ValidateAvatarImage(input *ValidateAvatarImageInput) (*ValidateAvatarImageOutput, error)

ValidateAvatarImage API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ValidateAvatarImage for usage and error information.

func (*KICKART) ValidateAvatarImageCommon

func (c *KICKART) ValidateAvatarImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ValidateAvatarImageCommon API operation for KICKART.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KICKART's API operation ValidateAvatarImageCommon for usage and error information.

func (*KICKART) ValidateAvatarImageCommonRequest

func (c *KICKART) ValidateAvatarImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ValidateAvatarImageCommonRequest generates a "byteplus/request.Request" representing the client's request for the ValidateAvatarImageCommon operation. The "output" return value will be populated with the ValidateAvatarImageCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateAvatarImageCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateAvatarImageCommon Send returns without error.

See ValidateAvatarImageCommon for more information on using the ValidateAvatarImageCommon API call, and error handling.

// Example sending a request using the ValidateAvatarImageCommonRequest method.
req, resp := client.ValidateAvatarImageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ValidateAvatarImageCommonWithContext

func (c *KICKART) ValidateAvatarImageCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ValidateAvatarImageCommonWithContext is the same as ValidateAvatarImageCommon with the addition of the ability to pass a context and additional request options.

See ValidateAvatarImageCommon 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 (*KICKART) ValidateAvatarImageRequest

func (c *KICKART) ValidateAvatarImageRequest(input *ValidateAvatarImageInput) (req *request.Request, output *ValidateAvatarImageOutput)

ValidateAvatarImageRequest generates a "byteplus/request.Request" representing the client's request for the ValidateAvatarImage operation. The "output" return value will be populated with the ValidateAvatarImageCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateAvatarImageCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateAvatarImageCommon Send returns without error.

See ValidateAvatarImage for more information on using the ValidateAvatarImage API call, and error handling.

// Example sending a request using the ValidateAvatarImageRequest method.
req, resp := client.ValidateAvatarImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*KICKART) ValidateAvatarImageWithContext

func (c *KICKART) ValidateAvatarImageWithContext(ctx byteplus.Context, input *ValidateAvatarImageInput, opts ...request.Option) (*ValidateAvatarImageOutput, error)

ValidateAvatarImageWithContext is the same as ValidateAvatarImage with the addition of the ability to pass a context and additional request options.

See ValidateAvatarImage 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 KICKARTAPI

type KICKARTAPI interface {
	BatchDeleteAssetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BatchDeleteAssetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BatchDeleteAssetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BatchDeleteAsset(*BatchDeleteAssetInput) (*BatchDeleteAssetOutput, error)
	BatchDeleteAssetWithContext(byteplus.Context, *BatchDeleteAssetInput, ...request.Option) (*BatchDeleteAssetOutput, error)
	BatchDeleteAssetRequest(*BatchDeleteAssetInput) (*request.Request, *BatchDeleteAssetOutput)

	BatchDeleteMediaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BatchDeleteMediaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BatchDeleteMediaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BatchDeleteMedia(*BatchDeleteMediaInput) (*BatchDeleteMediaOutput, error)
	BatchDeleteMediaWithContext(byteplus.Context, *BatchDeleteMediaInput, ...request.Option) (*BatchDeleteMediaOutput, error)
	BatchDeleteMediaRequest(*BatchDeleteMediaInput) (*request.Request, *BatchDeleteMediaOutput)

	CheckDeleteMediaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CheckDeleteMediaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CheckDeleteMediaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CheckDeleteMedia(*CheckDeleteMediaInput) (*CheckDeleteMediaOutput, error)
	CheckDeleteMediaWithContext(byteplus.Context, *CheckDeleteMediaInput, ...request.Option) (*CheckDeleteMediaOutput, error)
	CheckDeleteMediaRequest(*CheckDeleteMediaInput) (*request.Request, *CheckDeleteMediaOutput)

	CheckProductUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CheckProductUrlCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CheckProductUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CheckProductUrl(*CheckProductUrlInput) (*CheckProductUrlOutput, error)
	CheckProductUrlWithContext(byteplus.Context, *CheckProductUrlInput, ...request.Option) (*CheckProductUrlOutput, error)
	CheckProductUrlRequest(*CheckProductUrlInput) (*request.Request, *CheckProductUrlOutput)

	ClearAdVariationsOutputVideosCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ClearAdVariationsOutputVideosCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ClearAdVariationsOutputVideosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ClearAdVariationsOutputVideos(*ClearAdVariationsOutputVideosInput) (*ClearAdVariationsOutputVideosOutput, error)
	ClearAdVariationsOutputVideosWithContext(byteplus.Context, *ClearAdVariationsOutputVideosInput, ...request.Option) (*ClearAdVariationsOutputVideosOutput, error)
	ClearAdVariationsOutputVideosRequest(*ClearAdVariationsOutputVideosInput) (*request.Request, *ClearAdVariationsOutputVideosOutput)

	ClearAdVariationsProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ClearAdVariationsProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ClearAdVariationsProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ClearAdVariationsProject(*ClearAdVariationsProjectInput) (*ClearAdVariationsProjectOutput, error)
	ClearAdVariationsProjectWithContext(byteplus.Context, *ClearAdVariationsProjectInput, ...request.Option) (*ClearAdVariationsProjectOutput, error)
	ClearAdVariationsProjectRequest(*ClearAdVariationsProjectInput) (*request.Request, *ClearAdVariationsProjectOutput)

	CopyGeniusProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CopyGeniusProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CopyGeniusProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CopyGeniusProject(*CopyGeniusProjectInput) (*CopyGeniusProjectOutput, error)
	CopyGeniusProjectWithContext(byteplus.Context, *CopyGeniusProjectInput, ...request.Option) (*CopyGeniusProjectOutput, error)
	CopyGeniusProjectRequest(*CopyGeniusProjectInput) (*request.Request, *CopyGeniusProjectOutput)

	CreateAdVariationsProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAdVariationsProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAdVariationsProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAdVariationsProject(*CreateAdVariationsProjectInput) (*CreateAdVariationsProjectOutput, error)
	CreateAdVariationsProjectWithContext(byteplus.Context, *CreateAdVariationsProjectInput, ...request.Option) (*CreateAdVariationsProjectOutput, error)
	CreateAdVariationsProjectRequest(*CreateAdVariationsProjectInput) (*request.Request, *CreateAdVariationsProjectOutput)

	CreateAiTemplateTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAiTemplateTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAiTemplateTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAiTemplateTask(*CreateAiTemplateTaskInput) (*CreateAiTemplateTaskOutput, error)
	CreateAiTemplateTaskWithContext(byteplus.Context, *CreateAiTemplateTaskInput, ...request.Option) (*CreateAiTemplateTaskOutput, error)
	CreateAiTemplateTaskRequest(*CreateAiTemplateTaskInput) (*request.Request, *CreateAiTemplateTaskOutput)

	CreateApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateApiKey(*CreateApiKeyInput) (*CreateApiKeyOutput, error)
	CreateApiKeyWithContext(byteplus.Context, *CreateApiKeyInput, ...request.Option) (*CreateApiKeyOutput, error)
	CreateApiKeyRequest(*CreateApiKeyInput) (*request.Request, *CreateApiKeyOutput)

	CreateAuthUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAuthUrlCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAuthUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAuthUrl(*CreateAuthUrlInput) (*CreateAuthUrlOutput, error)
	CreateAuthUrlWithContext(byteplus.Context, *CreateAuthUrlInput, ...request.Option) (*CreateAuthUrlOutput, error)
	CreateAuthUrlRequest(*CreateAuthUrlInput) (*request.Request, *CreateAuthUrlOutput)

	CreateAvatarCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAvatarCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAvatarCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAvatar(*CreateAvatarInput) (*CreateAvatarOutput, error)
	CreateAvatarWithContext(byteplus.Context, *CreateAvatarInput, ...request.Option) (*CreateAvatarOutput, error)
	CreateAvatarRequest(*CreateAvatarInput) (*request.Request, *CreateAvatarOutput)

	CreateDraftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDraftCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDraftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDraft(*CreateDraftInput) (*CreateDraftOutput, error)
	CreateDraftWithContext(byteplus.Context, *CreateDraftInput, ...request.Option) (*CreateDraftOutput, error)
	CreateDraftRequest(*CreateDraftInput) (*request.Request, *CreateDraftOutput)

	CreateFilmCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFilmCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFilmCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFilm(*CreateFilmInput) (*CreateFilmOutput, error)
	CreateFilmWithContext(byteplus.Context, *CreateFilmInput, ...request.Option) (*CreateFilmOutput, error)
	CreateFilmRequest(*CreateFilmInput) (*request.Request, *CreateFilmOutput)

	CreateFolderCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFolderCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFolderCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFolder(*CreateFolderInput) (*CreateFolderOutput, error)
	CreateFolderWithContext(byteplus.Context, *CreateFolderInput, ...request.Option) (*CreateFolderOutput, error)
	CreateFolderRequest(*CreateFolderInput) (*request.Request, *CreateFolderOutput)

	CreateItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateItem(*CreateItemInput) (*CreateItemOutput, error)
	CreateItemWithContext(byteplus.Context, *CreateItemInput, ...request.Option) (*CreateItemOutput, error)
	CreateItemRequest(*CreateItemInput) (*request.Request, *CreateItemOutput)

	CreateMaterialCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMaterialCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMaterialCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMaterial(*CreateMaterialInput) (*CreateMaterialOutput, error)
	CreateMaterialWithContext(byteplus.Context, *CreateMaterialInput, ...request.Option) (*CreateMaterialOutput, error)
	CreateMaterialRequest(*CreateMaterialInput) (*request.Request, *CreateMaterialOutput)

	CreateMediaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMediaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMediaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMedia(*CreateMediaInput) (*CreateMediaOutput, error)
	CreateMediaWithContext(byteplus.Context, *CreateMediaInput, ...request.Option) (*CreateMediaOutput, error)
	CreateMediaRequest(*CreateMediaInput) (*request.Request, *CreateMediaOutput)

	CreateProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateProject(*CreateProjectInput) (*CreateProjectOutput, error)
	CreateProjectWithContext(byteplus.Context, *CreateProjectInput, ...request.Option) (*CreateProjectOutput, error)
	CreateProjectRequest(*CreateProjectInput) (*request.Request, *CreateProjectOutput)

	CreateProjectFromTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateProjectFromTemplateCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateProjectFromTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateProjectFromTemplate(*CreateProjectFromTemplateInput) (*CreateProjectFromTemplateOutput, error)
	CreateProjectFromTemplateWithContext(byteplus.Context, *CreateProjectFromTemplateInput, ...request.Option) (*CreateProjectFromTemplateOutput, error)
	CreateProjectFromTemplateRequest(*CreateProjectFromTemplateInput) (*request.Request, *CreateProjectFromTemplateOutput)

	CreateTemplateProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTemplateProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTemplateProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTemplateProject(*CreateTemplateProjectInput) (*CreateTemplateProjectOutput, error)
	CreateTemplateProjectWithContext(byteplus.Context, *CreateTemplateProjectInput, ...request.Option) (*CreateTemplateProjectOutput, error)
	CreateTemplateProjectRequest(*CreateTemplateProjectInput) (*request.Request, *CreateTemplateProjectOutput)

	DeleteAllTaskItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllTaskItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllTaskItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllTaskItem(*DeleteAllTaskItemInput) (*DeleteAllTaskItemOutput, error)
	DeleteAllTaskItemWithContext(byteplus.Context, *DeleteAllTaskItemInput, ...request.Option) (*DeleteAllTaskItemOutput, error)
	DeleteAllTaskItemRequest(*DeleteAllTaskItemInput) (*request.Request, *DeleteAllTaskItemOutput)

	DeleteApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteApiKey(*DeleteApiKeyInput) (*DeleteApiKeyOutput, error)
	DeleteApiKeyWithContext(byteplus.Context, *DeleteApiKeyInput, ...request.Option) (*DeleteApiKeyOutput, error)
	DeleteApiKeyRequest(*DeleteApiKeyInput) (*request.Request, *DeleteApiKeyOutput)

	DeleteTaskItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTaskItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTaskItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTaskItem(*DeleteTaskItemInput) (*DeleteTaskItemOutput, error)
	DeleteTaskItemWithContext(byteplus.Context, *DeleteTaskItemInput, ...request.Option) (*DeleteTaskItemOutput, error)
	DeleteTaskItemRequest(*DeleteTaskItemInput) (*request.Request, *DeleteTaskItemOutput)

	DownloadAssetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DownloadAssetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DownloadAssetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DownloadAsset(*DownloadAssetInput) (*DownloadAssetOutput, error)
	DownloadAssetWithContext(byteplus.Context, *DownloadAssetInput, ...request.Option) (*DownloadAssetOutput, error)
	DownloadAssetRequest(*DownloadAssetInput) (*request.Request, *DownloadAssetOutput)

	ExportEditorVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExportEditorVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExportEditorVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExportEditorVideo(*ExportEditorVideoInput) (*ExportEditorVideoOutput, error)
	ExportEditorVideoWithContext(byteplus.Context, *ExportEditorVideoInput, ...request.Option) (*ExportEditorVideoOutput, error)
	ExportEditorVideoRequest(*ExportEditorVideoInput) (*request.Request, *ExportEditorVideoOutput)

	ExportVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExportVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExportVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExportVideo(*ExportVideoInput) (*ExportVideoOutput, error)
	ExportVideoWithContext(byteplus.Context, *ExportVideoInput, ...request.Option) (*ExportVideoOutput, error)
	ExportVideoRequest(*ExportVideoInput) (*request.Request, *ExportVideoOutput)

	GenAdVariationsAnalysisCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenAdVariationsAnalysisCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenAdVariationsAnalysisCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenAdVariationsAnalysis(*GenAdVariationsAnalysisInput) (*GenAdVariationsAnalysisOutput, error)
	GenAdVariationsAnalysisWithContext(byteplus.Context, *GenAdVariationsAnalysisInput, ...request.Option) (*GenAdVariationsAnalysisOutput, error)
	GenAdVariationsAnalysisRequest(*GenAdVariationsAnalysisInput) (*request.Request, *GenAdVariationsAnalysisOutput)

	GenAdVariationsVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenAdVariationsVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenAdVariationsVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenAdVariationsVideo(*GenAdVariationsVideoInput) (*GenAdVariationsVideoOutput, error)
	GenAdVariationsVideoWithContext(byteplus.Context, *GenAdVariationsVideoInput, ...request.Option) (*GenAdVariationsVideoOutput, error)
	GenAdVariationsVideoRequest(*GenAdVariationsVideoInput) (*request.Request, *GenAdVariationsVideoOutput)

	GenBgmByProductCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenBgmByProductCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenBgmByProductCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenBgmByProduct(*GenBgmByProductInput) (*GenBgmByProductOutput, error)
	GenBgmByProductWithContext(byteplus.Context, *GenBgmByProductInput, ...request.Option) (*GenBgmByProductOutput, error)
	GenBgmByProductRequest(*GenBgmByProductInput) (*request.Request, *GenBgmByProductOutput)

	GenBgmByVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenBgmByVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenBgmByVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenBgmByVideo(*GenBgmByVideoInput) (*GenBgmByVideoOutput, error)
	GenBgmByVideoWithContext(byteplus.Context, *GenBgmByVideoInput, ...request.Option) (*GenBgmByVideoOutput, error)
	GenBgmByVideoRequest(*GenBgmByVideoInput) (*request.Request, *GenBgmByVideoOutput)

	GenMainVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenMainVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenMainVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenMainVideo(*GenMainVideoInput) (*GenMainVideoOutput, error)
	GenMainVideoWithContext(byteplus.Context, *GenMainVideoInput, ...request.Option) (*GenMainVideoOutput, error)
	GenMainVideoRequest(*GenMainVideoInput) (*request.Request, *GenMainVideoOutput)

	GenPicByPromptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenPicByPromptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenPicByPromptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenPicByPrompt(*GenPicByPromptInput) (*GenPicByPromptOutput, error)
	GenPicByPromptWithContext(byteplus.Context, *GenPicByPromptInput, ...request.Option) (*GenPicByPromptOutput, error)
	GenPicByPromptRequest(*GenPicByPromptInput) (*request.Request, *GenPicByPromptOutput)

	GenPicsVideoByStoryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenPicsVideoByStoryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenPicsVideoByStoryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenPicsVideoByStory(*GenPicsVideoByStoryInput) (*GenPicsVideoByStoryOutput, error)
	GenPicsVideoByStoryWithContext(byteplus.Context, *GenPicsVideoByStoryInput, ...request.Option) (*GenPicsVideoByStoryOutput, error)
	GenPicsVideoByStoryRequest(*GenPicsVideoByStoryInput) (*request.Request, *GenPicsVideoByStoryOutput)

	GenProductIntroCreativeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenProductIntroCreativeCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenProductIntroCreativeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenProductIntroCreative(*GenProductIntroCreativeInput) (*GenProductIntroCreativeOutput, error)
	GenProductIntroCreativeWithContext(byteplus.Context, *GenProductIntroCreativeInput, ...request.Option) (*GenProductIntroCreativeOutput, error)
	GenProductIntroCreativeRequest(*GenProductIntroCreativeInput) (*request.Request, *GenProductIntroCreativeOutput)

	GenProductIntroScriptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenProductIntroScriptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenProductIntroScriptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenProductIntroScript(*GenProductIntroScriptInput) (*GenProductIntroScriptOutput, error)
	GenProductIntroScriptWithContext(byteplus.Context, *GenProductIntroScriptInput, ...request.Option) (*GenProductIntroScriptOutput, error)
	GenProductIntroScriptRequest(*GenProductIntroScriptInput) (*request.Request, *GenProductIntroScriptOutput)

	GenProductIntroVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenProductIntroVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenProductIntroVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenProductIntroVideo(*GenProductIntroVideoInput) (*GenProductIntroVideoOutput, error)
	GenProductIntroVideoWithContext(byteplus.Context, *GenProductIntroVideoInput, ...request.Option) (*GenProductIntroVideoOutput, error)
	GenProductIntroVideoRequest(*GenProductIntroVideoInput) (*request.Request, *GenProductIntroVideoOutput)

	GenProductStoryboardOutlineCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenProductStoryboardOutlineCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenProductStoryboardOutlineCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenProductStoryboardOutline(*GenProductStoryboardOutlineInput) (*GenProductStoryboardOutlineOutput, error)
	GenProductStoryboardOutlineWithContext(byteplus.Context, *GenProductStoryboardOutlineInput, ...request.Option) (*GenProductStoryboardOutlineOutput, error)
	GenProductStoryboardOutlineRequest(*GenProductStoryboardOutlineInput) (*request.Request, *GenProductStoryboardOutlineOutput)

	GenProductStoryboardVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenProductStoryboardVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenProductStoryboardVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenProductStoryboardVideo(*GenProductStoryboardVideoInput) (*GenProductStoryboardVideoOutput, error)
	GenProductStoryboardVideoWithContext(byteplus.Context, *GenProductStoryboardVideoInput, ...request.Option) (*GenProductStoryboardVideoOutput, error)
	GenProductStoryboardVideoRequest(*GenProductStoryboardVideoInput) (*request.Request, *GenProductStoryboardVideoOutput)

	GenStoryByPromptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenStoryByPromptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenStoryByPromptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenStoryByPrompt(*GenStoryByPromptInput) (*GenStoryByPromptOutput, error)
	GenStoryByPromptWithContext(byteplus.Context, *GenStoryByPromptInput, ...request.Option) (*GenStoryByPromptOutput, error)
	GenStoryByPromptRequest(*GenStoryByPromptInput) (*request.Request, *GenStoryByPromptOutput)

	GenTemplateScriptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenTemplateScriptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenTemplateScriptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenTemplateScript(*GenTemplateScriptInput) (*GenTemplateScriptOutput, error)
	GenTemplateScriptWithContext(byteplus.Context, *GenTemplateScriptInput, ...request.Option) (*GenTemplateScriptOutput, error)
	GenTemplateScriptRequest(*GenTemplateScriptInput) (*request.Request, *GenTemplateScriptOutput)

	GenTemplateVideoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenTemplateVideoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenTemplateVideoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenTemplateVideo(*GenTemplateVideoInput) (*GenTemplateVideoOutput, error)
	GenTemplateVideoWithContext(byteplus.Context, *GenTemplateVideoInput, ...request.Option) (*GenTemplateVideoOutput, error)
	GenTemplateVideoRequest(*GenTemplateVideoInput) (*request.Request, *GenTemplateVideoOutput)

	GenVideoByPromptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GenVideoByPromptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GenVideoByPromptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GenVideoByPrompt(*GenVideoByPromptInput) (*GenVideoByPromptOutput, error)
	GenVideoByPromptWithContext(byteplus.Context, *GenVideoByPromptInput, ...request.Option) (*GenVideoByPromptOutput, error)
	GenVideoByPromptRequest(*GenVideoByPromptInput) (*request.Request, *GenVideoByPromptOutput)

	GetAiTemplateTaskStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAiTemplateTaskStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAiTemplateTaskStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAiTemplateTaskStatus(*GetAiTemplateTaskStatusInput) (*GetAiTemplateTaskStatusOutput, error)
	GetAiTemplateTaskStatusWithContext(byteplus.Context, *GetAiTemplateTaskStatusInput, ...request.Option) (*GetAiTemplateTaskStatusOutput, error)
	GetAiTemplateTaskStatusRequest(*GetAiTemplateTaskStatusInput) (*request.Request, *GetAiTemplateTaskStatusOutput)

	GetAiTemplateTemplateInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAiTemplateTemplateInfoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAiTemplateTemplateInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAiTemplateTemplateInfo(*GetAiTemplateTemplateInfoInput) (*GetAiTemplateTemplateInfoOutput, error)
	GetAiTemplateTemplateInfoWithContext(byteplus.Context, *GetAiTemplateTemplateInfoInput, ...request.Option) (*GetAiTemplateTemplateInfoOutput, error)
	GetAiTemplateTemplateInfoRequest(*GetAiTemplateTemplateInfoInput) (*request.Request, *GetAiTemplateTemplateInfoOutput)

	GetAvatarCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAvatarCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAvatarCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAvatar(*GetAvatarInput) (*GetAvatarOutput, error)
	GetAvatarWithContext(byteplus.Context, *GetAvatarInput, ...request.Option) (*GetAvatarOutput, error)
	GetAvatarRequest(*GetAvatarInput) (*request.Request, *GetAvatarOutput)

	GetBlockCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBlockCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBlockCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBlock(*GetBlockInput) (*GetBlockOutput, error)
	GetBlockWithContext(byteplus.Context, *GetBlockInput, ...request.Option) (*GetBlockOutput, error)
	GetBlockRequest(*GetBlockInput) (*request.Request, *GetBlockOutput)

	GetBlockDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBlockDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBlockDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBlockDetail(*GetBlockDetailInput) (*GetBlockDetailOutput, error)
	GetBlockDetailWithContext(byteplus.Context, *GetBlockDetailInput, ...request.Option) (*GetBlockDetailOutput, error)
	GetBlockDetailRequest(*GetBlockDetailInput) (*request.Request, *GetBlockDetailOutput)

	GetCategoryDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetCategoryDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetCategoryDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetCategoryDetail(*GetCategoryDetailInput) (*GetCategoryDetailOutput, error)
	GetCategoryDetailWithContext(byteplus.Context, *GetCategoryDetailInput, ...request.Option) (*GetCategoryDetailOutput, error)
	GetCategoryDetailRequest(*GetCategoryDetailInput) (*request.Request, *GetCategoryDetailOutput)

	GetComboBalanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetComboBalanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetComboBalanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetComboBalance(*GetComboBalanceInput) (*GetComboBalanceOutput, error)
	GetComboBalanceWithContext(byteplus.Context, *GetComboBalanceInput, ...request.Option) (*GetComboBalanceOutput, error)
	GetComboBalanceRequest(*GetComboBalanceInput) (*request.Request, *GetComboBalanceOutput)

	GetCompositionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetCompositionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetCompositionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetComposition(*GetCompositionInput) (*GetCompositionOutput, error)
	GetCompositionWithContext(byteplus.Context, *GetCompositionInput, ...request.Option) (*GetCompositionOutput, error)
	GetCompositionRequest(*GetCompositionInput) (*request.Request, *GetCompositionOutput)

	GetCreateCostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetCreateCostCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetCreateCostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetCreateCost(*GetCreateCostInput) (*GetCreateCostOutput, error)
	GetCreateCostWithContext(byteplus.Context, *GetCreateCostInput, ...request.Option) (*GetCreateCostOutput, error)
	GetCreateCostRequest(*GetCreateCostInput) (*request.Request, *GetCreateCostOutput)

	GetCreatorInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetCreatorInfoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetCreatorInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetCreatorInfo(*GetCreatorInfoInput) (*GetCreatorInfoOutput, error)
	GetCreatorInfoWithContext(byteplus.Context, *GetCreatorInfoInput, ...request.Option) (*GetCreatorInfoOutput, error)
	GetCreatorInfoRequest(*GetCreatorInfoInput) (*request.Request, *GetCreatorInfoOutput)

	GetDraftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDraftCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDraftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDraft(*GetDraftInput) (*GetDraftOutput, error)
	GetDraftWithContext(byteplus.Context, *GetDraftInput, ...request.Option) (*GetDraftOutput, error)
	GetDraftRequest(*GetDraftInput) (*request.Request, *GetDraftOutput)

	GetFilmDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetFilmDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetFilmDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetFilmDetail(*GetFilmDetailInput) (*GetFilmDetailOutput, error)
	GetFilmDetailWithContext(byteplus.Context, *GetFilmDetailInput, ...request.Option) (*GetFilmDetailOutput, error)
	GetFilmDetailRequest(*GetFilmDetailInput) (*request.Request, *GetFilmDetailOutput)

	GetGeniusProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetGeniusProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetGeniusProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetGeniusProject(*GetGeniusProjectInput) (*GetGeniusProjectOutput, error)
	GetGeniusProjectWithContext(byteplus.Context, *GetGeniusProjectInput, ...request.Option) (*GetGeniusProjectOutput, error)
	GetGeniusProjectRequest(*GetGeniusProjectInput) (*request.Request, *GetGeniusProjectOutput)

	GetGeniusTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetGeniusTemplateCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetGeniusTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetGeniusTemplate(*GetGeniusTemplateInput) (*GetGeniusTemplateOutput, error)
	GetGeniusTemplateWithContext(byteplus.Context, *GetGeniusTemplateInput, ...request.Option) (*GetGeniusTemplateOutput, error)
	GetGeniusTemplateRequest(*GetGeniusTemplateInput) (*request.Request, *GetGeniusTemplateOutput)

	GetHomeBootstrapCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetHomeBootstrapCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetHomeBootstrapCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetHomeBootstrap(*GetHomeBootstrapInput) (*GetHomeBootstrapOutput, error)
	GetHomeBootstrapWithContext(byteplus.Context, *GetHomeBootstrapInput, ...request.Option) (*GetHomeBootstrapOutput, error)
	GetHomeBootstrapRequest(*GetHomeBootstrapInput) (*request.Request, *GetHomeBootstrapOutput)

	GetHomeBootstrap2Common(*map[string]interface{}) (*map[string]interface{}, error)
	GetHomeBootstrap2CommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetHomeBootstrap2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetHomeBootstrap2(*GetHomeBootstrap2Input) (*GetHomeBootstrap2Output, error)
	GetHomeBootstrap2WithContext(byteplus.Context, *GetHomeBootstrap2Input, ...request.Option) (*GetHomeBootstrap2Output, error)
	GetHomeBootstrap2Request(*GetHomeBootstrap2Input) (*request.Request, *GetHomeBootstrap2Output)

	GetListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetList(*GetListInput) (*GetListOutput, error)
	GetListWithContext(byteplus.Context, *GetListInput, ...request.Option) (*GetListOutput, error)
	GetListRequest(*GetListInput) (*request.Request, *GetListOutput)

	GetMaterialDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMaterialDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMaterialDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMaterialDetail(*GetMaterialDetailInput) (*GetMaterialDetailOutput, error)
	GetMaterialDetailWithContext(byteplus.Context, *GetMaterialDetailInput, ...request.Option) (*GetMaterialDetailOutput, error)
	GetMaterialDetailRequest(*GetMaterialDetailInput) (*request.Request, *GetMaterialDetailOutput)

	GetMaterialTranscodingListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMaterialTranscodingListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMaterialTranscodingListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMaterialTranscodingList(*GetMaterialTranscodingListInput) (*GetMaterialTranscodingListOutput, error)
	GetMaterialTranscodingListWithContext(byteplus.Context, *GetMaterialTranscodingListInput, ...request.Option) (*GetMaterialTranscodingListOutput, error)
	GetMaterialTranscodingListRequest(*GetMaterialTranscodingListInput) (*request.Request, *GetMaterialTranscodingListOutput)

	GetMediaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMediaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMediaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMedia(*GetMediaInput) (*GetMediaOutput, error)
	GetMediaWithContext(byteplus.Context, *GetMediaInput, ...request.Option) (*GetMediaOutput, error)
	GetMediaRequest(*GetMediaInput) (*request.Request, *GetMediaOutput)

	GetMetaListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMetaListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMetaListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMetaList(*GetMetaListInput) (*GetMetaListOutput, error)
	GetMetaListWithContext(byteplus.Context, *GetMetaListInput, ...request.Option) (*GetMetaListOutput, error)
	GetMetaListRequest(*GetMetaListInput) (*request.Request, *GetMetaListOutput)

	GetPriceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPriceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPriceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPrice(*GetPriceInput) (*GetPriceOutput, error)
	GetPriceWithContext(byteplus.Context, *GetPriceInput, ...request.Option) (*GetPriceOutput, error)
	GetPriceRequest(*GetPriceInput) (*request.Request, *GetPriceOutput)

	GetProductInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetProductInfoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetProductInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetProductInfo(*GetProductInfoInput) (*GetProductInfoOutput, error)
	GetProductInfoWithContext(byteplus.Context, *GetProductInfoInput, ...request.Option) (*GetProductInfoOutput, error)
	GetProductInfoRequest(*GetProductInfoInput) (*request.Request, *GetProductInfoOutput)

	GetPublicTemplateListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPublicTemplateListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPublicTemplateListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPublicTemplateList(*GetPublicTemplateListInput) (*GetPublicTemplateListOutput, error)
	GetPublicTemplateListWithContext(byteplus.Context, *GetPublicTemplateListInput, ...request.Option) (*GetPublicTemplateListOutput, error)
	GetPublicTemplateListRequest(*GetPublicTemplateListInput) (*request.Request, *GetPublicTemplateListOutput)

	GetPublishDraftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPublishDraftCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPublishDraftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPublishDraft(*GetPublishDraftInput) (*GetPublishDraftOutput, error)
	GetPublishDraftWithContext(byteplus.Context, *GetPublishDraftInput, ...request.Option) (*GetPublishDraftOutput, error)
	GetPublishDraftRequest(*GetPublishDraftInput) (*request.Request, *GetPublishDraftOutput)

	GetPublishDraftByTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPublishDraftByTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPublishDraftByTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPublishDraftByTask(*GetPublishDraftByTaskInput) (*GetPublishDraftByTaskOutput, error)
	GetPublishDraftByTaskWithContext(byteplus.Context, *GetPublishDraftByTaskInput, ...request.Option) (*GetPublishDraftByTaskOutput, error)
	GetPublishDraftByTaskRequest(*GetPublishDraftByTaskInput) (*request.Request, *GetPublishDraftByTaskOutput)

	GetRawApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetRawApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetRawApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetRawApiKey(*GetRawApiKeyInput) (*GetRawApiKeyOutput, error)
	GetRawApiKeyWithContext(byteplus.Context, *GetRawApiKeyInput, ...request.Option) (*GetRawApiKeyOutput, error)
	GetRawApiKeyRequest(*GetRawApiKeyInput) (*request.Request, *GetRawApiKeyOutput)

	GetSpecialZoneConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetSpecialZoneConfigCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetSpecialZoneConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetSpecialZoneConfig(*GetSpecialZoneConfigInput) (*GetSpecialZoneConfigOutput, error)
	GetSpecialZoneConfigWithContext(byteplus.Context, *GetSpecialZoneConfigInput, ...request.Option) (*GetSpecialZoneConfigOutput, error)
	GetSpecialZoneConfigRequest(*GetSpecialZoneConfigInput) (*request.Request, *GetSpecialZoneConfigOutput)

	GetTaskItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTaskItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTaskItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTaskItem(*GetTaskItemInput) (*GetTaskItemOutput, error)
	GetTaskItemWithContext(byteplus.Context, *GetTaskItemInput, ...request.Option) (*GetTaskItemOutput, error)
	GetTaskItemRequest(*GetTaskItemInput) (*request.Request, *GetTaskItemOutput)

	GetTasksDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTasksDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTasksDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTasksDetail(*GetTasksDetailInput) (*GetTasksDetailOutput, error)
	GetTasksDetailWithContext(byteplus.Context, *GetTasksDetailInput, ...request.Option) (*GetTasksDetailOutput, error)
	GetTasksDetailRequest(*GetTasksDetailInput) (*request.Request, *GetTasksDetailOutput)

	GetTenantConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTenantConfigCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTenantConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTenantConfig(*GetTenantConfigInput) (*GetTenantConfigOutput, error)
	GetTenantConfigWithContext(byteplus.Context, *GetTenantConfigInput, ...request.Option) (*GetTenantConfigOutput, error)
	GetTenantConfigRequest(*GetTenantConfigInput) (*request.Request, *GetTenantConfigOutput)

	GetVoiceRecommendationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVoiceRecommendationCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVoiceRecommendationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVoiceRecommendation(*GetVoiceRecommendationInput) (*GetVoiceRecommendationOutput, error)
	GetVoiceRecommendationWithContext(byteplus.Context, *GetVoiceRecommendationInput, ...request.Option) (*GetVoiceRecommendationOutput, error)
	GetVoiceRecommendationRequest(*GetVoiceRecommendationInput) (*request.Request, *GetVoiceRecommendationOutput)

	GetWatermarkSwitchStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetWatermarkSwitchStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetWatermarkSwitchStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetWatermarkSwitchStatus(*GetWatermarkSwitchStatusInput) (*GetWatermarkSwitchStatusOutput, error)
	GetWatermarkSwitchStatusWithContext(byteplus.Context, *GetWatermarkSwitchStatusInput, ...request.Option) (*GetWatermarkSwitchStatusOutput, error)
	GetWatermarkSwitchStatusRequest(*GetWatermarkSwitchStatusInput) (*request.Request, *GetWatermarkSwitchStatusOutput)

	HandleOAuthCallbackCommon(*map[string]interface{}) (*map[string]interface{}, error)
	HandleOAuthCallbackCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HandleOAuthCallbackCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HandleOAuthCallback(*HandleOAuthCallbackInput) (*HandleOAuthCallbackOutput, error)
	HandleOAuthCallbackWithContext(byteplus.Context, *HandleOAuthCallbackInput, ...request.Option) (*HandleOAuthCallbackOutput, error)
	HandleOAuthCallbackRequest(*HandleOAuthCallbackInput) (*request.Request, *HandleOAuthCallbackOutput)

	HealthCheckCommon(*map[string]interface{}) (*map[string]interface{}, error)
	HealthCheckCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HealthCheckCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HealthCheck(*HealthCheckInput) (*HealthCheckOutput, error)
	HealthCheckWithContext(byteplus.Context, *HealthCheckInput, ...request.Option) (*HealthCheckOutput, error)
	HealthCheckRequest(*HealthCheckInput) (*request.Request, *HealthCheckOutput)

	InvokeProjectEventCommon(*map[string]interface{}) (*map[string]interface{}, error)
	InvokeProjectEventCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	InvokeProjectEventCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	InvokeProjectEvent(*InvokeProjectEventInput) (*InvokeProjectEventOutput, error)
	InvokeProjectEventWithContext(byteplus.Context, *InvokeProjectEventInput, ...request.Option) (*InvokeProjectEventOutput, error)
	InvokeProjectEventRequest(*InvokeProjectEventInput) (*request.Request, *InvokeProjectEventOutput)

	ListApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApiKey(*ListApiKeyInput) (*ListApiKeyOutput, error)
	ListApiKeyWithContext(byteplus.Context, *ListApiKeyInput, ...request.Option) (*ListApiKeyOutput, error)
	ListApiKeyRequest(*ListApiKeyInput) (*request.Request, *ListApiKeyOutput)

	ListAvatarCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAvatarCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAvatarCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAvatar(*ListAvatarInput) (*ListAvatarOutput, error)
	ListAvatarWithContext(byteplus.Context, *ListAvatarInput, ...request.Option) (*ListAvatarOutput, error)
	ListAvatarRequest(*ListAvatarInput) (*request.Request, *ListAvatarOutput)

	ListAvatarVoiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAvatarVoiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAvatarVoiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAvatarVoice(*ListAvatarVoiceInput) (*ListAvatarVoiceOutput, error)
	ListAvatarVoiceWithContext(byteplus.Context, *ListAvatarVoiceInput, ...request.Option) (*ListAvatarVoiceOutput, error)
	ListAvatarVoiceRequest(*ListAvatarVoiceInput) (*request.Request, *ListAvatarVoiceOutput)

	ListBlockCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBlockCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBlockCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBlock(*ListBlockInput) (*ListBlockOutput, error)
	ListBlockWithContext(byteplus.Context, *ListBlockInput, ...request.Option) (*ListBlockOutput, error)
	ListBlockRequest(*ListBlockInput) (*request.Request, *ListBlockOutput)

	ListComboCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListComboCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListComboCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListCombo(*ListComboInput) (*ListComboOutput, error)
	ListComboWithContext(byteplus.Context, *ListComboInput, ...request.Option) (*ListComboOutput, error)
	ListComboRequest(*ListComboInput) (*request.Request, *ListComboOutput)

	ListCreateCostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListCreateCostCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListCreateCostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListCreateCost(*ListCreateCostInput) (*ListCreateCostOutput, error)
	ListCreateCostWithContext(byteplus.Context, *ListCreateCostInput, ...request.Option) (*ListCreateCostOutput, error)
	ListCreateCostRequest(*ListCreateCostInput) (*request.Request, *ListCreateCostOutput)

	ListCreativePointLogsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListCreativePointLogsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListCreativePointLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListCreativePointLogs(*ListCreativePointLogsInput) (*ListCreativePointLogsOutput, error)
	ListCreativePointLogsWithContext(byteplus.Context, *ListCreativePointLogsInput, ...request.Option) (*ListCreativePointLogsOutput, error)
	ListCreativePointLogsRequest(*ListCreativePointLogsInput) (*request.Request, *ListCreativePointLogsOutput)

	ListGeniusProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListGeniusProjectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListGeniusProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListGeniusProject(*ListGeniusProjectInput) (*ListGeniusProjectOutput, error)
	ListGeniusProjectWithContext(byteplus.Context, *ListGeniusProjectInput, ...request.Option) (*ListGeniusProjectOutput, error)
	ListGeniusProjectRequest(*ListGeniusProjectInput) (*request.Request, *ListGeniusProjectOutput)

	ListGeniusTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListGeniusTemplateCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListGeniusTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListGeniusTemplate(*ListGeniusTemplateInput) (*ListGeniusTemplateOutput, error)
	ListGeniusTemplateWithContext(byteplus.Context, *ListGeniusTemplateInput, ...request.Option) (*ListGeniusTemplateOutput, error)
	ListGeniusTemplateRequest(*ListGeniusTemplateInput) (*request.Request, *ListGeniusTemplateOutput)

	ListPromptCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPromptCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPromptCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPrompt(*ListPromptInput) (*ListPromptOutput, error)
	ListPromptWithContext(byteplus.Context, *ListPromptInput, ...request.Option) (*ListPromptOutput, error)
	ListPromptRequest(*ListPromptInput) (*request.Request, *ListPromptOutput)

	ListPublishAccountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPublishAccountsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPublishAccountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPublishAccounts(*ListPublishAccountsInput) (*ListPublishAccountsOutput, error)
	ListPublishAccountsWithContext(byteplus.Context, *ListPublishAccountsInput, ...request.Option) (*ListPublishAccountsOutput, error)
	ListPublishAccountsRequest(*ListPublishAccountsInput) (*request.Request, *ListPublishAccountsOutput)

	ListResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResources(*ListResourcesInput) (*ListResourcesOutput, error)
	ListResourcesWithContext(byteplus.Context, *ListResourcesInput, ...request.Option) (*ListResourcesOutput, error)
	ListResourcesRequest(*ListResourcesInput) (*request.Request, *ListResourcesOutput)

	ListSelectItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListSelectItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListSelectItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListSelectItem(*ListSelectItemInput) (*ListSelectItemOutput, error)
	ListSelectItemWithContext(byteplus.Context, *ListSelectItemInput, ...request.Option) (*ListSelectItemOutput, error)
	ListSelectItemRequest(*ListSelectItemInput) (*request.Request, *ListSelectItemOutput)

	ListTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTasks(*ListTasksInput) (*ListTasksOutput, error)
	ListTasksWithContext(byteplus.Context, *ListTasksInput, ...request.Option) (*ListTasksOutput, error)
	ListTasksRequest(*ListTasksInput) (*request.Request, *ListTasksOutput)

	QueryCreativePointLogsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryCreativePointLogsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryCreativePointLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryCreativePointLogs(*QueryCreativePointLogsInput) (*QueryCreativePointLogsOutput, error)
	QueryCreativePointLogsWithContext(byteplus.Context, *QueryCreativePointLogsInput, ...request.Option) (*QueryCreativePointLogsOutput, error)
	QueryCreativePointLogsRequest(*QueryCreativePointLogsInput) (*request.Request, *QueryCreativePointLogsOutput)

	QuerySelectItemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QuerySelectItemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QuerySelectItemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QuerySelectItem(*QuerySelectItemInput) (*QuerySelectItemOutput, error)
	QuerySelectItemWithContext(byteplus.Context, *QuerySelectItemInput, ...request.Option) (*QuerySelectItemOutput, error)
	QuerySelectItemRequest(*QuerySelectItemInput) (*request.Request, *QuerySelectItemOutput)

	ReorderCheckCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ReorderCheckCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ReorderCheckCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ReorderCheck(*ReorderCheckInput) (*ReorderCheckOutput, error)
	ReorderCheckWithContext(byteplus.Context, *ReorderCheckInput, ...request.Option) (*ReorderCheckOutput, error)
	ReorderCheckRequest(*ReorderCheckInput) (*request.Request, *ReorderCheckOutput)

	RetryRiskTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RetryRiskTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RetryRiskTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RetryRiskTask(*RetryRiskTaskInput) (*RetryRiskTaskOutput, error)
	RetryRiskTaskWithContext(byteplus.Context, *RetryRiskTaskInput, ...request.Option) (*RetryRiskTaskOutput, error)
	RetryRiskTaskRequest(*RetryRiskTaskInput) (*request.Request, *RetryRiskTaskOutput)

	RetryTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RetryTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RetryTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RetryTask(*RetryTaskInput) (*RetryTaskOutput, error)
	RetryTaskWithContext(byteplus.Context, *RetryTaskInput, ...request.Option) (*RetryTaskOutput, error)
	RetryTaskRequest(*RetryTaskInput) (*request.Request, *RetryTaskOutput)

	SavePublishDraftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SavePublishDraftCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SavePublishDraftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SavePublishDraft(*SavePublishDraftInput) (*SavePublishDraftOutput, error)
	SavePublishDraftWithContext(byteplus.Context, *SavePublishDraftInput, ...request.Option) (*SavePublishDraftOutput, error)
	SavePublishDraftRequest(*SavePublishDraftInput) (*request.Request, *SavePublishDraftOutput)

	SearchAssetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SearchAssetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SearchAssetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SearchAsset(*SearchAssetInput) (*SearchAssetOutput, error)
	SearchAssetWithContext(byteplus.Context, *SearchAssetInput, ...request.Option) (*SearchAssetOutput, error)
	SearchAssetRequest(*SearchAssetInput) (*request.Request, *SearchAssetOutput)

	SearchListMediaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SearchListMediaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SearchListMediaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SearchListMedia(*SearchListMediaInput) (*SearchListMediaOutput, error)
	SearchListMediaWithContext(byteplus.Context, *SearchListMediaInput, ...request.Option) (*SearchListMediaOutput, error)
	SearchListMediaRequest(*SearchListMediaInput) (*request.Request, *SearchListMediaOutput)

	SetWatermarkSwitchStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetWatermarkSwitchStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetWatermarkSwitchStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetWatermarkSwitchStatus(*SetWatermarkSwitchStatusInput) (*SetWatermarkSwitchStatusOutput, error)
	SetWatermarkSwitchStatusWithContext(byteplus.Context, *SetWatermarkSwitchStatusInput, ...request.Option) (*SetWatermarkSwitchStatusOutput, error)
	SetWatermarkSwitchStatusRequest(*SetWatermarkSwitchStatusInput) (*request.Request, *SetWatermarkSwitchStatusOutput)

	ShowPopupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ShowPopupCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ShowPopupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ShowPopup(*ShowPopupInput) (*ShowPopupOutput, error)
	ShowPopupWithContext(byteplus.Context, *ShowPopupInput, ...request.Option) (*ShowPopupOutput, error)
	ShowPopupRequest(*ShowPopupInput) (*request.Request, *ShowPopupOutput)

	SubmitPublishCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SubmitPublishCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SubmitPublishCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SubmitPublish(*SubmitPublishInput) (*SubmitPublishOutput, error)
	SubmitPublishWithContext(byteplus.Context, *SubmitPublishInput, ...request.Option) (*SubmitPublishOutput, error)
	SubmitPublishRequest(*SubmitPublishInput) (*request.Request, *SubmitPublishOutput)

	UnbindPublishAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindPublishAccountCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindPublishAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindPublishAccount(*UnbindPublishAccountInput) (*UnbindPublishAccountOutput, error)
	UnbindPublishAccountWithContext(byteplus.Context, *UnbindPublishAccountInput, ...request.Option) (*UnbindPublishAccountOutput, error)
	UnbindPublishAccountRequest(*UnbindPublishAccountInput) (*request.Request, *UnbindPublishAccountOutput)

	UpdateApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateApiKey(*UpdateApiKeyInput) (*UpdateApiKeyOutput, error)
	UpdateApiKeyWithContext(byteplus.Context, *UpdateApiKeyInput, ...request.Option) (*UpdateApiKeyOutput, error)
	UpdateApiKeyRequest(*UpdateApiKeyInput) (*request.Request, *UpdateApiKeyOutput)

	UpdateAssetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateAssetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateAssetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateAsset(*UpdateAssetInput) (*UpdateAssetOutput, error)
	UpdateAssetWithContext(byteplus.Context, *UpdateAssetInput, ...request.Option) (*UpdateAssetOutput, error)
	UpdateAssetRequest(*UpdateAssetInput) (*request.Request, *UpdateAssetOutput)

	UpdateCompositionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateCompositionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateCompositionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateComposition(*UpdateCompositionInput) (*UpdateCompositionOutput, error)
	UpdateCompositionWithContext(byteplus.Context, *UpdateCompositionInput, ...request.Option) (*UpdateCompositionOutput, error)
	UpdateCompositionRequest(*UpdateCompositionInput) (*request.Request, *UpdateCompositionOutput)

	UpdateCompositionProductInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateCompositionProductInfoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateCompositionProductInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateCompositionProductInfo(*UpdateCompositionProductInfoInput) (*UpdateCompositionProductInfoOutput, error)
	UpdateCompositionProductInfoWithContext(byteplus.Context, *UpdateCompositionProductInfoInput, ...request.Option) (*UpdateCompositionProductInfoOutput, error)
	UpdateCompositionProductInfoRequest(*UpdateCompositionProductInfoInput) (*request.Request, *UpdateCompositionProductInfoOutput)

	UpdateDraftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDraftCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDraftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDraft(*UpdateDraftInput) (*UpdateDraftOutput, error)
	UpdateDraftWithContext(byteplus.Context, *UpdateDraftInput, ...request.Option) (*UpdateDraftOutput, error)
	UpdateDraftRequest(*UpdateDraftInput) (*request.Request, *UpdateDraftOutput)

	UpdateDraftTitleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDraftTitleCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDraftTitleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDraftTitle(*UpdateDraftTitleInput) (*UpdateDraftTitleOutput, error)
	UpdateDraftTitleWithContext(byteplus.Context, *UpdateDraftTitleInput, ...request.Option) (*UpdateDraftTitleOutput, error)
	UpdateDraftTitleRequest(*UpdateDraftTitleInput) (*request.Request, *UpdateDraftTitleOutput)

	UpdateFilmCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFilmCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFilmCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFilm(*UpdateFilmInput) (*UpdateFilmOutput, error)
	UpdateFilmWithContext(byteplus.Context, *UpdateFilmInput, ...request.Option) (*UpdateFilmOutput, error)
	UpdateFilmRequest(*UpdateFilmInput) (*request.Request, *UpdateFilmOutput)

	UpdateFolderMediaPathCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFolderMediaPathCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFolderMediaPathCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFolderMediaPath(*UpdateFolderMediaPathInput) (*UpdateFolderMediaPathOutput, error)
	UpdateFolderMediaPathWithContext(byteplus.Context, *UpdateFolderMediaPathInput, ...request.Option) (*UpdateFolderMediaPathOutput, error)
	UpdateFolderMediaPathRequest(*UpdateFolderMediaPathInput) (*request.Request, *UpdateFolderMediaPathOutput)

	UpdateMaterialCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMaterialCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMaterialCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMaterial(*UpdateMaterialInput) (*UpdateMaterialOutput, error)
	UpdateMaterialWithContext(byteplus.Context, *UpdateMaterialInput, ...request.Option) (*UpdateMaterialOutput, error)
	UpdateMaterialRequest(*UpdateMaterialInput) (*request.Request, *UpdateMaterialOutput)

	ValidateAvatarImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ValidateAvatarImageCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ValidateAvatarImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ValidateAvatarImage(*ValidateAvatarImageInput) (*ValidateAvatarImageOutput, error)
	ValidateAvatarImageWithContext(byteplus.Context, *ValidateAvatarImageInput, ...request.Option) (*ValidateAvatarImageOutput, error)
	ValidateAvatarImageRequest(*ValidateAvatarImageInput) (*request.Request, *ValidateAvatarImageOutput)
}

KICKARTAPI provides an interface to enable mocking the kickart.KICKART service client's API operation,

// byteplus sdk func uses an SDK service client to make a request to
// KICKART.
func myFunc(svc KICKARTAPI) bool {
    // Make svc.BatchDeleteAsset request
}

func main() {
    sess := session.New()
    svc := kickart.New(sess)

    myFunc(svc)
}

type ListApiKeyInput

type ListApiKeyInput struct {
	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListApiKeyInput) GoString

func (s ListApiKeyInput) GoString() string

GoString returns the string representation

func (*ListApiKeyInput) SetPageNumber

func (s *ListApiKeyInput) SetPageNumber(v int32) *ListApiKeyInput

SetPageNumber sets the PageNumber field's value.

func (*ListApiKeyInput) SetPageSize

func (s *ListApiKeyInput) SetPageSize(v int32) *ListApiKeyInput

SetPageSize sets the PageSize field's value.

func (ListApiKeyInput) String

func (s ListApiKeyInput) String() string

String returns the string representation

type ListApiKeyOutput

type ListApiKeyOutput struct {
	Metadata *response.ResponseMetadata

	List []*string `type:"list"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListApiKeyOutput) GoString

func (s ListApiKeyOutput) GoString() string

GoString returns the string representation

func (*ListApiKeyOutput) SetList

func (s *ListApiKeyOutput) SetList(v []*string) *ListApiKeyOutput

SetList sets the List field's value.

func (*ListApiKeyOutput) SetPageNumber

func (s *ListApiKeyOutput) SetPageNumber(v int32) *ListApiKeyOutput

SetPageNumber sets the PageNumber field's value.

func (*ListApiKeyOutput) SetPageSize

func (s *ListApiKeyOutput) SetPageSize(v int32) *ListApiKeyOutput

SetPageSize sets the PageSize field's value.

func (*ListApiKeyOutput) SetTotalCount

func (s *ListApiKeyOutput) SetTotalCount(v int32) *ListApiKeyOutput

SetTotalCount sets the TotalCount field's value.

func (ListApiKeyOutput) String

func (s ListApiKeyOutput) String() string

String returns the string representation

type ListAvatarInput

type ListAvatarInput struct {
	IsBuildin *bool `type:"boolean" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	StatusFilter []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListAvatarInput) GoString

func (s ListAvatarInput) GoString() string

GoString returns the string representation

func (*ListAvatarInput) SetIsBuildin

func (s *ListAvatarInput) SetIsBuildin(v bool) *ListAvatarInput

SetIsBuildin sets the IsBuildin field's value.

func (*ListAvatarInput) SetPageNumber

func (s *ListAvatarInput) SetPageNumber(v int32) *ListAvatarInput

SetPageNumber sets the PageNumber field's value.

func (*ListAvatarInput) SetPageSize

func (s *ListAvatarInput) SetPageSize(v int32) *ListAvatarInput

SetPageSize sets the PageSize field's value.

func (*ListAvatarInput) SetStatusFilter

func (s *ListAvatarInput) SetStatusFilter(v []*string) *ListAvatarInput

SetStatusFilter sets the StatusFilter field's value.

func (ListAvatarInput) String

func (s ListAvatarInput) String() string

String returns the string representation

type ListAvatarOutput

type ListAvatarOutput struct {
	Metadata *response.ResponseMetadata

	Avatars []*string `type:"list"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAvatarOutput) GoString

func (s ListAvatarOutput) GoString() string

GoString returns the string representation

func (*ListAvatarOutput) SetAvatars

func (s *ListAvatarOutput) SetAvatars(v []*string) *ListAvatarOutput

SetAvatars sets the Avatars field's value.

func (*ListAvatarOutput) SetPageNumber

func (s *ListAvatarOutput) SetPageNumber(v int32) *ListAvatarOutput

SetPageNumber sets the PageNumber field's value.

func (*ListAvatarOutput) SetPageSize

func (s *ListAvatarOutput) SetPageSize(v int32) *ListAvatarOutput

SetPageSize sets the PageSize field's value.

func (*ListAvatarOutput) SetTotalCount

func (s *ListAvatarOutput) SetTotalCount(v int32) *ListAvatarOutput

SetTotalCount sets the TotalCount field's value.

func (ListAvatarOutput) String

func (s ListAvatarOutput) String() string

String returns the string representation

type ListAvatarVoiceInput

type ListAvatarVoiceInput struct {
	AgeGroupFilter []*string `type:"list"`

	GenderFilter []*string `type:"list"`

	LanguageFilter []*string `type:"list"`

	NameFilter *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	StyleIdFilter []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListAvatarVoiceInput) GoString

func (s ListAvatarVoiceInput) GoString() string

GoString returns the string representation

func (*ListAvatarVoiceInput) SetAgeGroupFilter

func (s *ListAvatarVoiceInput) SetAgeGroupFilter(v []*string) *ListAvatarVoiceInput

SetAgeGroupFilter sets the AgeGroupFilter field's value.

func (*ListAvatarVoiceInput) SetGenderFilter

func (s *ListAvatarVoiceInput) SetGenderFilter(v []*string) *ListAvatarVoiceInput

SetGenderFilter sets the GenderFilter field's value.

func (*ListAvatarVoiceInput) SetLanguageFilter

func (s *ListAvatarVoiceInput) SetLanguageFilter(v []*string) *ListAvatarVoiceInput

SetLanguageFilter sets the LanguageFilter field's value.

func (*ListAvatarVoiceInput) SetNameFilter

func (s *ListAvatarVoiceInput) SetNameFilter(v string) *ListAvatarVoiceInput

SetNameFilter sets the NameFilter field's value.

func (*ListAvatarVoiceInput) SetPageNumber

func (s *ListAvatarVoiceInput) SetPageNumber(v int32) *ListAvatarVoiceInput

SetPageNumber sets the PageNumber field's value.

func (*ListAvatarVoiceInput) SetPageSize

func (s *ListAvatarVoiceInput) SetPageSize(v int32) *ListAvatarVoiceInput

SetPageSize sets the PageSize field's value.

func (*ListAvatarVoiceInput) SetStyleIdFilter

func (s *ListAvatarVoiceInput) SetStyleIdFilter(v []*string) *ListAvatarVoiceInput

SetStyleIdFilter sets the StyleIdFilter field's value.

func (ListAvatarVoiceInput) String

func (s ListAvatarVoiceInput) String() string

String returns the string representation

type ListAvatarVoiceOutput

type ListAvatarVoiceOutput struct {
	Metadata *response.ResponseMetadata

	AvatarVoices []*string `type:"list"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAvatarVoiceOutput) GoString

func (s ListAvatarVoiceOutput) GoString() string

GoString returns the string representation

func (*ListAvatarVoiceOutput) SetAvatarVoices

func (s *ListAvatarVoiceOutput) SetAvatarVoices(v []*string) *ListAvatarVoiceOutput

SetAvatarVoices sets the AvatarVoices field's value.

func (*ListAvatarVoiceOutput) SetPageNumber

func (s *ListAvatarVoiceOutput) SetPageNumber(v int32) *ListAvatarVoiceOutput

SetPageNumber sets the PageNumber field's value.

func (*ListAvatarVoiceOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListAvatarVoiceOutput) SetTotalCount

func (s *ListAvatarVoiceOutput) SetTotalCount(v int32) *ListAvatarVoiceOutput

SetTotalCount sets the TotalCount field's value.

func (ListAvatarVoiceOutput) String

func (s ListAvatarVoiceOutput) String() string

String returns the string representation

type ListBlockInput

type ListBlockInput struct {
	Lang *string `type:"string" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	ProjectId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBlockInput) GoString

func (s ListBlockInput) GoString() string

GoString returns the string representation

func (*ListBlockInput) SetLang

func (s *ListBlockInput) SetLang(v string) *ListBlockInput

SetLang sets the Lang field's value.

func (*ListBlockInput) SetMaxResults

func (s *ListBlockInput) SetMaxResults(v int32) *ListBlockInput

SetMaxResults sets the MaxResults field's value.

func (*ListBlockInput) SetNextToken

func (s *ListBlockInput) SetNextToken(v string) *ListBlockInput

SetNextToken sets the NextToken field's value.

func (*ListBlockInput) SetProjectId

func (s *ListBlockInput) SetProjectId(v string) *ListBlockInput

SetProjectId sets the ProjectId field's value.

func (ListBlockInput) String

func (s ListBlockInput) String() string

String returns the string representation

type ListBlockOutput

type ListBlockOutput struct {
	Metadata *response.ResponseMetadata

	Blocks []*string `type:"list"`

	NextToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBlockOutput) GoString

func (s ListBlockOutput) GoString() string

GoString returns the string representation

func (*ListBlockOutput) SetBlocks

func (s *ListBlockOutput) SetBlocks(v []*string) *ListBlockOutput

SetBlocks sets the Blocks field's value.

func (*ListBlockOutput) SetNextToken

func (s *ListBlockOutput) SetNextToken(v string) *ListBlockOutput

SetNextToken sets the NextToken field's value.

func (ListBlockOutput) String

func (s ListBlockOutput) String() string

String returns the string representation

type ListComboInput

type ListComboInput struct {
	Channel *string `type:"string" json:",omitempty"`

	ComboType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListComboInput) GoString

func (s ListComboInput) GoString() string

GoString returns the string representation

func (*ListComboInput) SetChannel

func (s *ListComboInput) SetChannel(v string) *ListComboInput

SetChannel sets the Channel field's value.

func (*ListComboInput) SetComboType

func (s *ListComboInput) SetComboType(v int32) *ListComboInput

SetComboType sets the ComboType field's value.

func (ListComboInput) String

func (s ListComboInput) String() string

String returns the string representation

type ListComboOutput

type ListComboOutput struct {
	Metadata *response.ResponseMetadata

	ItemList []*string `type:"list"`

	MuseUtmContent *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListComboOutput) GoString

func (s ListComboOutput) GoString() string

GoString returns the string representation

func (*ListComboOutput) SetItemList

func (s *ListComboOutput) SetItemList(v []*string) *ListComboOutput

SetItemList sets the ItemList field's value.

func (*ListComboOutput) SetMuseUtmContent

func (s *ListComboOutput) SetMuseUtmContent(v string) *ListComboOutput

SetMuseUtmContent sets the MuseUtmContent field's value.

func (ListComboOutput) String

func (s ListComboOutput) String() string

String returns the string representation

type ListCreateCostInput

type ListCreateCostInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

	SelectedBoardId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListCreateCostInput) GoString

func (s ListCreateCostInput) GoString() string

GoString returns the string representation

func (*ListCreateCostInput) SetCompositionId

func (s *ListCreateCostInput) SetCompositionId(v string) *ListCreateCostInput

SetCompositionId sets the CompositionId field's value.

func (*ListCreateCostInput) SetSelectedBoardId

func (s *ListCreateCostInput) SetSelectedBoardId(v string) *ListCreateCostInput

SetSelectedBoardId sets the SelectedBoardId field's value.

func (ListCreateCostInput) String

func (s ListCreateCostInput) String() string

String returns the string representation

type ListCreateCostOutput

type ListCreateCostOutput struct {
	Metadata *response.ResponseMetadata

	Cost *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListCreateCostOutput) GoString

func (s ListCreateCostOutput) GoString() string

GoString returns the string representation

func (*ListCreateCostOutput) SetCost

SetCost sets the Cost field's value.

func (ListCreateCostOutput) String

func (s ListCreateCostOutput) String() string

String returns the string representation

type ListCreativePointLogsInput

type ListCreativePointLogsInput struct {
	ConsumerItemIds []*int32 `type:"list"`

	FromTs *int32 `type:"int32" json:",omitempty"`

	OperatorIds []*string `type:"list"`

	Page *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ToTs *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListCreativePointLogsInput) GoString

func (s ListCreativePointLogsInput) GoString() string

GoString returns the string representation

func (*ListCreativePointLogsInput) SetConsumerItemIds

func (s *ListCreativePointLogsInput) SetConsumerItemIds(v []*int32) *ListCreativePointLogsInput

SetConsumerItemIds sets the ConsumerItemIds field's value.

func (*ListCreativePointLogsInput) SetFromTs

SetFromTs sets the FromTs field's value.

func (*ListCreativePointLogsInput) SetOperatorIds

SetOperatorIds sets the OperatorIds field's value.

func (*ListCreativePointLogsInput) SetPage

SetPage sets the Page field's value.

func (*ListCreativePointLogsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListCreativePointLogsInput) SetToTs

SetToTs sets the ToTs field's value.

func (ListCreativePointLogsInput) String

String returns the string representation

type ListCreativePointLogsOutput

type ListCreativePointLogsOutput struct {
	Metadata *response.ResponseMetadata

	Logs []*string `type:"list"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListCreativePointLogsOutput) GoString

func (s ListCreativePointLogsOutput) GoString() string

GoString returns the string representation

func (*ListCreativePointLogsOutput) SetLogs

SetLogs sets the Logs field's value.

func (*ListCreativePointLogsOutput) SetTotal

SetTotal sets the Total field's value.

func (ListCreativePointLogsOutput) String

String returns the string representation

type ListGeniusProjectInput

type ListGeniusProjectInput struct {
	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListGeniusProjectInput) GoString

func (s ListGeniusProjectInput) GoString() string

GoString returns the string representation

func (*ListGeniusProjectInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListGeniusProjectInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (ListGeniusProjectInput) String

func (s ListGeniusProjectInput) String() string

String returns the string representation

type ListGeniusProjectOutput

type ListGeniusProjectOutput struct {
	Metadata *response.ResponseMetadata

	Genius *string `type:"string" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListGeniusProjectOutput) GoString

func (s ListGeniusProjectOutput) GoString() string

GoString returns the string representation

func (*ListGeniusProjectOutput) SetGenius

SetGenius sets the Genius field's value.

func (*ListGeniusProjectOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListGeniusProjectOutput) String

func (s ListGeniusProjectOutput) String() string

String returns the string representation

type ListGeniusTemplateInput

type ListGeniusTemplateInput struct {
	Base *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListGeniusTemplateInput) GoString

func (s ListGeniusTemplateInput) GoString() string

GoString returns the string representation

func (*ListGeniusTemplateInput) SetBase

SetBase sets the Base field's value.

func (*ListGeniusTemplateInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListGeniusTemplateInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (ListGeniusTemplateInput) String

func (s ListGeniusTemplateInput) String() string

String returns the string representation

type ListGeniusTemplateOutput

type ListGeniusTemplateOutput struct {
	Metadata *response.ResponseMetadata

	List []*string `type:"list"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListGeniusTemplateOutput) GoString

func (s ListGeniusTemplateOutput) GoString() string

GoString returns the string representation

func (*ListGeniusTemplateOutput) SetList

SetList sets the List field's value.

func (*ListGeniusTemplateOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListGeniusTemplateOutput) String

func (s ListGeniusTemplateOutput) String() string

String returns the string representation

type ListPromptInput

type ListPromptInput struct {
	// contains filtered or unexported fields
}

func (ListPromptInput) GoString

func (s ListPromptInput) GoString() string

GoString returns the string representation

func (ListPromptInput) String

func (s ListPromptInput) String() string

String returns the string representation

type ListPromptOutput

type ListPromptOutput struct {
	Metadata *response.ResponseMetadata

	Prompts *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPromptOutput) GoString

func (s ListPromptOutput) GoString() string

GoString returns the string representation

func (*ListPromptOutput) SetPrompts

func (s *ListPromptOutput) SetPrompts(v string) *ListPromptOutput

SetPrompts sets the Prompts field's value.

func (ListPromptOutput) String

func (s ListPromptOutput) String() string

String returns the string representation

type ListPublishAccountsInput

type ListPublishAccountsInput struct {
	AccountIds []*string `type:"list"`

	BindPlatforms []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListPublishAccountsInput) GoString

func (s ListPublishAccountsInput) GoString() string

GoString returns the string representation

func (*ListPublishAccountsInput) SetAccountIds

SetAccountIds sets the AccountIds field's value.

func (*ListPublishAccountsInput) SetBindPlatforms

func (s *ListPublishAccountsInput) SetBindPlatforms(v []*string) *ListPublishAccountsInput

SetBindPlatforms sets the BindPlatforms field's value.

func (ListPublishAccountsInput) String

func (s ListPublishAccountsInput) String() string

String returns the string representation

type ListPublishAccountsOutput

type ListPublishAccountsOutput struct {
	Metadata *response.ResponseMetadata

	Accounts []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListPublishAccountsOutput) GoString

func (s ListPublishAccountsOutput) GoString() string

GoString returns the string representation

func (*ListPublishAccountsOutput) SetAccounts

SetAccounts sets the Accounts field's value.

func (ListPublishAccountsOutput) String

func (s ListPublishAccountsOutput) String() string

String returns the string representation

type ListResourcesInput

type ListResourcesInput struct {
	// contains filtered or unexported fields
}

func (ListResourcesInput) GoString

func (s ListResourcesInput) GoString() string

GoString returns the string representation

func (ListResourcesInput) String

func (s ListResourcesInput) String() string

String returns the string representation

type ListResourcesOutput

type ListResourcesOutput struct {
	Metadata *response.ResponseMetadata

	Resources *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourcesOutput) GoString

func (s ListResourcesOutput) GoString() string

GoString returns the string representation

func (*ListResourcesOutput) SetResources

func (s *ListResourcesOutput) SetResources(v string) *ListResourcesOutput

SetResources sets the Resources field's value.

func (ListResourcesOutput) String

func (s ListResourcesOutput) String() string

String returns the string representation

type ListSelectItemInput

type ListSelectItemInput struct {
	Lang *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListSelectItemInput) GoString

func (s ListSelectItemInput) GoString() string

GoString returns the string representation

func (*ListSelectItemInput) SetLang

SetLang sets the Lang field's value.

func (ListSelectItemInput) String

func (s ListSelectItemInput) String() string

String returns the string representation

type ListSelectItemOutput

type ListSelectItemOutput struct {
	Metadata *response.ResponseMetadata

	ConsumerItems []*string `type:"list"`

	Users []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListSelectItemOutput) GoString

func (s ListSelectItemOutput) GoString() string

GoString returns the string representation

func (*ListSelectItemOutput) SetConsumerItems

func (s *ListSelectItemOutput) SetConsumerItems(v []*string) *ListSelectItemOutput

SetConsumerItems sets the ConsumerItems field's value.

func (*ListSelectItemOutput) SetUsers

SetUsers sets the Users field's value.

func (ListSelectItemOutput) String

func (s ListSelectItemOutput) String() string

String returns the string representation

type ListTasksInput

type ListTasksInput struct {

	// PageNum is a required field
	PageNum *int32 `type:"int32" json:",omitempty" required:"true"`

	// PageSize is a required field
	PageSize *int32 `type:"int32" json:",omitempty" required:"true"`

	TmplIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListTasksInput) GoString

func (s ListTasksInput) GoString() string

GoString returns the string representation

func (*ListTasksInput) SetPageNum

func (s *ListTasksInput) SetPageNum(v int32) *ListTasksInput

SetPageNum sets the PageNum field's value.

func (*ListTasksInput) SetPageSize

func (s *ListTasksInput) SetPageSize(v int32) *ListTasksInput

SetPageSize sets the PageSize field's value.

func (*ListTasksInput) SetTmplIds

func (s *ListTasksInput) SetTmplIds(v []*string) *ListTasksInput

SetTmplIds sets the TmplIds field's value.

func (ListTasksInput) String

func (s ListTasksInput) String() string

String returns the string representation

func (*ListTasksInput) Validate

func (s *ListTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTasksOutput

type ListTasksOutput struct {
	Metadata *response.ResponseMetadata

	Extra *string `type:"string" json:",omitempty"`

	List []*string `type:"list"`

	PageInfo *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTasksOutput) GoString

func (s ListTasksOutput) GoString() string

GoString returns the string representation

func (*ListTasksOutput) SetExtra

func (s *ListTasksOutput) SetExtra(v string) *ListTasksOutput

SetExtra sets the Extra field's value.

func (*ListTasksOutput) SetList

func (s *ListTasksOutput) SetList(v []*string) *ListTasksOutput

SetList sets the List field's value.

func (*ListTasksOutput) SetPageInfo

func (s *ListTasksOutput) SetPageInfo(v string) *ListTasksOutput

SetPageInfo sets the PageInfo field's value.

func (ListTasksOutput) String

func (s ListTasksOutput) String() string

String returns the string representation

type QueryCreativePointLogsInput

type QueryCreativePointLogsInput struct {
	ConsumerItemIds []*int32 `type:"list"`

	FromTs *int32 `type:"int32" json:",omitempty"`

	OperatorIds []*string `type:"list"`

	Page *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ToTs *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryCreativePointLogsInput) GoString

func (s QueryCreativePointLogsInput) GoString() string

GoString returns the string representation

func (*QueryCreativePointLogsInput) SetConsumerItemIds

func (s *QueryCreativePointLogsInput) SetConsumerItemIds(v []*int32) *QueryCreativePointLogsInput

SetConsumerItemIds sets the ConsumerItemIds field's value.

func (*QueryCreativePointLogsInput) SetFromTs

SetFromTs sets the FromTs field's value.

func (*QueryCreativePointLogsInput) SetOperatorIds

SetOperatorIds sets the OperatorIds field's value.

func (*QueryCreativePointLogsInput) SetPage

SetPage sets the Page field's value.

func (*QueryCreativePointLogsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*QueryCreativePointLogsInput) SetToTs

SetToTs sets the ToTs field's value.

func (QueryCreativePointLogsInput) String

String returns the string representation

type QueryCreativePointLogsOutput

type QueryCreativePointLogsOutput struct {
	Metadata *response.ResponseMetadata

	Logs []*string `type:"list"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryCreativePointLogsOutput) GoString

func (s QueryCreativePointLogsOutput) GoString() string

GoString returns the string representation

func (*QueryCreativePointLogsOutput) SetLogs

SetLogs sets the Logs field's value.

func (*QueryCreativePointLogsOutput) SetTotal

SetTotal sets the Total field's value.

func (QueryCreativePointLogsOutput) String

String returns the string representation

type QuerySelectItemInput

type QuerySelectItemInput struct {
	Lang *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuerySelectItemInput) GoString

func (s QuerySelectItemInput) GoString() string

GoString returns the string representation

func (*QuerySelectItemInput) SetLang

SetLang sets the Lang field's value.

func (QuerySelectItemInput) String

func (s QuerySelectItemInput) String() string

String returns the string representation

type QuerySelectItemOutput

type QuerySelectItemOutput struct {
	Metadata *response.ResponseMetadata

	ConsumerItems []*string `type:"list"`

	Users []*string `type:"list"`
	// contains filtered or unexported fields
}

func (QuerySelectItemOutput) GoString

func (s QuerySelectItemOutput) GoString() string

GoString returns the string representation

func (*QuerySelectItemOutput) SetConsumerItems

func (s *QuerySelectItemOutput) SetConsumerItems(v []*string) *QuerySelectItemOutput

SetConsumerItems sets the ConsumerItems field's value.

func (*QuerySelectItemOutput) SetUsers

SetUsers sets the Users field's value.

func (QuerySelectItemOutput) String

func (s QuerySelectItemOutput) String() string

String returns the string representation

type ReorderCheckInput

type ReorderCheckInput struct {
	MediaIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ReorderCheckInput) GoString

func (s ReorderCheckInput) GoString() string

GoString returns the string representation

func (*ReorderCheckInput) SetMediaIds

func (s *ReorderCheckInput) SetMediaIds(v []*string) *ReorderCheckInput

SetMediaIds sets the MediaIds field's value.

func (ReorderCheckInput) String

func (s ReorderCheckInput) String() string

String returns the string representation

type ReorderCheckOutput

type ReorderCheckOutput struct {
	Metadata *response.ResponseMetadata

	Type *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReorderCheckOutput) GoString

func (s ReorderCheckOutput) GoString() string

GoString returns the string representation

func (*ReorderCheckOutput) SetType

SetType sets the Type field's value.

func (ReorderCheckOutput) String

func (s ReorderCheckOutput) String() string

String returns the string representation

type RetryRiskTaskInput

type RetryRiskTaskInput struct {
	CompositionId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryRiskTaskInput) GoString

func (s RetryRiskTaskInput) GoString() string

GoString returns the string representation

func (*RetryRiskTaskInput) SetCompositionId

func (s *RetryRiskTaskInput) SetCompositionId(v int64) *RetryRiskTaskInput

SetCompositionId sets the CompositionId field's value.

func (RetryRiskTaskInput) String

func (s RetryRiskTaskInput) String() string

String returns the string representation

type RetryRiskTaskOutput

type RetryRiskTaskOutput struct {
	Metadata *response.ResponseMetadata

	TaskId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryRiskTaskOutput) GoString

func (s RetryRiskTaskOutput) GoString() string

GoString returns the string representation

func (*RetryRiskTaskOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (RetryRiskTaskOutput) String

func (s RetryRiskTaskOutput) String() string

String returns the string representation

type RetryTaskInput

type RetryTaskInput struct {
	BlockId *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryTaskInput) GoString

func (s RetryTaskInput) GoString() string

GoString returns the string representation

func (*RetryTaskInput) SetBlockId

func (s *RetryTaskInput) SetBlockId(v string) *RetryTaskInput

SetBlockId sets the BlockId field's value.

func (*RetryTaskInput) SetTaskId

func (s *RetryTaskInput) SetTaskId(v string) *RetryTaskInput

SetTaskId sets the TaskId field's value.

func (RetryTaskInput) String

func (s RetryTaskInput) String() string

String returns the string representation

type RetryTaskOutput

type RetryTaskOutput struct {
	Metadata *response.ResponseMetadata

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryTaskOutput) GoString

func (s RetryTaskOutput) GoString() string

GoString returns the string representation

func (*RetryTaskOutput) SetTaskId

func (s *RetryTaskOutput) SetTaskId(v string) *RetryTaskOutput

SetTaskId sets the TaskId field's value.

func (RetryTaskOutput) String

func (s RetryTaskOutput) String() string

String returns the string representation

type SavePublishDraftInput

type SavePublishDraftInput struct {
	DraftList []*string `type:"list"`

	Mode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SavePublishDraftInput) GoString

func (s SavePublishDraftInput) GoString() string

GoString returns the string representation

func (*SavePublishDraftInput) SetDraftList

func (s *SavePublishDraftInput) SetDraftList(v []*string) *SavePublishDraftInput

SetDraftList sets the DraftList field's value.

func (*SavePublishDraftInput) SetMode

SetMode sets the Mode field's value.

func (SavePublishDraftInput) String

func (s SavePublishDraftInput) String() string

String returns the string representation

type SavePublishDraftOutput

type SavePublishDraftOutput struct {
	Metadata *response.ResponseMetadata

	PublishId *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SavePublishDraftOutput) GoString

func (s SavePublishDraftOutput) GoString() string

GoString returns the string representation

func (*SavePublishDraftOutput) SetPublishId

SetPublishId sets the PublishId field's value.

func (SavePublishDraftOutput) String

func (s SavePublishDraftOutput) String() string

String returns the string representation

type SearchAssetInput

type SearchAssetInput struct {
	AutoDel *int32 `type:"int32" json:",omitempty"`

	ExcludeInfos []*string `type:"list"`

	Extra *string `type:"string" json:",omitempty"`

	FetchInternalDomain *bool `type:"boolean" json:",omitempty"`

	FieldInfos []*string `type:"list"`

	FullPath *string `type:"string" json:",omitempty"`

	MaterialType *string `type:"string" json:",omitempty"`

	NeedCount *int32 `type:"int32" json:",omitempty"`

	Owner *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Query *string `type:"string" json:",omitempty"`

	SortName *string `type:"string" json:",omitempty"`

	SortParams []*string `type:"list"`

	SortReg *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchAssetInput) GoString

func (s SearchAssetInput) GoString() string

GoString returns the string representation

func (*SearchAssetInput) SetAutoDel

func (s *SearchAssetInput) SetAutoDel(v int32) *SearchAssetInput

SetAutoDel sets the AutoDel field's value.

func (*SearchAssetInput) SetExcludeInfos

func (s *SearchAssetInput) SetExcludeInfos(v []*string) *SearchAssetInput

SetExcludeInfos sets the ExcludeInfos field's value.

func (*SearchAssetInput) SetExtra

func (s *SearchAssetInput) SetExtra(v string) *SearchAssetInput

SetExtra sets the Extra field's value.

func (*SearchAssetInput) SetFetchInternalDomain

func (s *SearchAssetInput) SetFetchInternalDomain(v bool) *SearchAssetInput

SetFetchInternalDomain sets the FetchInternalDomain field's value.

func (*SearchAssetInput) SetFieldInfos

func (s *SearchAssetInput) SetFieldInfos(v []*string) *SearchAssetInput

SetFieldInfos sets the FieldInfos field's value.

func (*SearchAssetInput) SetFullPath

func (s *SearchAssetInput) SetFullPath(v string) *SearchAssetInput

SetFullPath sets the FullPath field's value.

func (*SearchAssetInput) SetMaterialType

func (s *SearchAssetInput) SetMaterialType(v string) *SearchAssetInput

SetMaterialType sets the MaterialType field's value.

func (*SearchAssetInput) SetNeedCount

func (s *SearchAssetInput) SetNeedCount(v int32) *SearchAssetInput

SetNeedCount sets the NeedCount field's value.

func (*SearchAssetInput) SetOwner

func (s *SearchAssetInput) SetOwner(v string) *SearchAssetInput

SetOwner sets the Owner field's value.

func (*SearchAssetInput) SetPageNumber

func (s *SearchAssetInput) SetPageNumber(v int32) *SearchAssetInput

SetPageNumber sets the PageNumber field's value.

func (*SearchAssetInput) SetPageSize

func (s *SearchAssetInput) SetPageSize(v int32) *SearchAssetInput

SetPageSize sets the PageSize field's value.

func (*SearchAssetInput) SetQuery

func (s *SearchAssetInput) SetQuery(v string) *SearchAssetInput

SetQuery sets the Query field's value.

func (*SearchAssetInput) SetSortName

func (s *SearchAssetInput) SetSortName(v string) *SearchAssetInput

SetSortName sets the SortName field's value.

func (*SearchAssetInput) SetSortParams

func (s *SearchAssetInput) SetSortParams(v []*string) *SearchAssetInput

SetSortParams sets the SortParams field's value.

func (*SearchAssetInput) SetSortReg

func (s *SearchAssetInput) SetSortReg(v int32) *SearchAssetInput

SetSortReg sets the SortReg field's value.

func (SearchAssetInput) String

func (s SearchAssetInput) String() string

String returns the string representation

type SearchAssetOutput

type SearchAssetOutput struct {
	Metadata *response.ResponseMetadata

	ItemList []*string `type:"list"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchAssetOutput) GoString

func (s SearchAssetOutput) GoString() string

GoString returns the string representation

func (*SearchAssetOutput) SetItemList

func (s *SearchAssetOutput) SetItemList(v []*string) *SearchAssetOutput

SetItemList sets the ItemList field's value.

func (*SearchAssetOutput) SetPageNumber

func (s *SearchAssetOutput) SetPageNumber(v int32) *SearchAssetOutput

SetPageNumber sets the PageNumber field's value.

func (*SearchAssetOutput) SetPageSize

func (s *SearchAssetOutput) SetPageSize(v int32) *SearchAssetOutput

SetPageSize sets the PageSize field's value.

func (*SearchAssetOutput) SetTotal

func (s *SearchAssetOutput) SetTotal(v int32) *SearchAssetOutput

SetTotal sets the Total field's value.

func (SearchAssetOutput) String

func (s SearchAssetOutput) String() string

String returns the string representation

type SearchListMediaInput

type SearchListMediaInput struct {
	AutoDel *int32 `type:"int32" json:",omitempty"`

	ExcludeInfos []*string `type:"list"`

	Extra *string `type:"string" json:",omitempty"`

	FetchInternalDomain *bool `type:"boolean" json:",omitempty"`

	FieldInfos []*string `type:"list"`

	FolderId *string `type:"string" json:",omitempty"`

	FolderType *int32 `type:"int32" json:",omitempty"`

	FullPath *string `type:"string" json:",omitempty"`

	ItemRenderer *string `type:"string" json:",omitempty"`

	MaterialType *string `type:"string" json:",omitempty"`

	NeedCount *int32 `type:"int32" json:",omitempty"`

	Owner *string `type:"string" json:",omitempty"`

	Page *int32 `type:"int32" json:",omitempty"`

	Perpage *int32 `type:"int32" json:",omitempty"`

	Query *string `type:"string" json:",omitempty"`

	SortName *string `type:"string" json:",omitempty"`

	SortParams []*string `type:"list"`

	SortReg *int32 `type:"int32" json:",omitempty"`

	SpecialId *string `type:"string" json:",omitempty"`

	UserData *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchListMediaInput) GoString

func (s SearchListMediaInput) GoString() string

GoString returns the string representation

func (*SearchListMediaInput) SetAutoDel

SetAutoDel sets the AutoDel field's value.

func (*SearchListMediaInput) SetExcludeInfos

func (s *SearchListMediaInput) SetExcludeInfos(v []*string) *SearchListMediaInput

SetExcludeInfos sets the ExcludeInfos field's value.

func (*SearchListMediaInput) SetExtra

SetExtra sets the Extra field's value.

func (*SearchListMediaInput) SetFetchInternalDomain

func (s *SearchListMediaInput) SetFetchInternalDomain(v bool) *SearchListMediaInput

SetFetchInternalDomain sets the FetchInternalDomain field's value.

func (*SearchListMediaInput) SetFieldInfos

func (s *SearchListMediaInput) SetFieldInfos(v []*string) *SearchListMediaInput

SetFieldInfos sets the FieldInfos field's value.

func (*SearchListMediaInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*SearchListMediaInput) SetFolderType

func (s *SearchListMediaInput) SetFolderType(v int32) *SearchListMediaInput

SetFolderType sets the FolderType field's value.

func (*SearchListMediaInput) SetFullPath

SetFullPath sets the FullPath field's value.

func (*SearchListMediaInput) SetItemRenderer

func (s *SearchListMediaInput) SetItemRenderer(v string) *SearchListMediaInput

SetItemRenderer sets the ItemRenderer field's value.

func (*SearchListMediaInput) SetMaterialType

func (s *SearchListMediaInput) SetMaterialType(v string) *SearchListMediaInput

SetMaterialType sets the MaterialType field's value.

func (*SearchListMediaInput) SetNeedCount

func (s *SearchListMediaInput) SetNeedCount(v int32) *SearchListMediaInput

SetNeedCount sets the NeedCount field's value.

func (*SearchListMediaInput) SetOwner

SetOwner sets the Owner field's value.

func (*SearchListMediaInput) SetPage

SetPage sets the Page field's value.

func (*SearchListMediaInput) SetPerpage

SetPerpage sets the Perpage field's value.

func (*SearchListMediaInput) SetQuery

SetQuery sets the Query field's value.

func (*SearchListMediaInput) SetSortName

SetSortName sets the SortName field's value.

func (*SearchListMediaInput) SetSortParams

func (s *SearchListMediaInput) SetSortParams(v []*string) *SearchListMediaInput

SetSortParams sets the SortParams field's value.

func (*SearchListMediaInput) SetSortReg

SetSortReg sets the SortReg field's value.

func (*SearchListMediaInput) SetSpecialId

func (s *SearchListMediaInput) SetSpecialId(v string) *SearchListMediaInput

SetSpecialId sets the SpecialId field's value.

func (*SearchListMediaInput) SetUserData

func (s *SearchListMediaInput) SetUserData(v int32) *SearchListMediaInput

SetUserData sets the UserData field's value.

func (SearchListMediaInput) String

func (s SearchListMediaInput) String() string

String returns the string representation

type SearchListMediaOutput

type SearchListMediaOutput struct {
	Metadata *response.ResponseMetadata

	ItemList []*string `type:"list"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchListMediaOutput) GoString

func (s SearchListMediaOutput) GoString() string

GoString returns the string representation

func (*SearchListMediaOutput) SetItemList

func (s *SearchListMediaOutput) SetItemList(v []*string) *SearchListMediaOutput

SetItemList sets the ItemList field's value.

func (*SearchListMediaOutput) SetPageNumber

func (s *SearchListMediaOutput) SetPageNumber(v int32) *SearchListMediaOutput

SetPageNumber sets the PageNumber field's value.

func (*SearchListMediaOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*SearchListMediaOutput) SetTotal

SetTotal sets the Total field's value.

func (SearchListMediaOutput) String

func (s SearchListMediaOutput) String() string

String returns the string representation

type SetWatermarkSwitchStatusInput

type SetWatermarkSwitchStatusInput struct {
	BrightWatermark *bool `type:"boolean" json:",omitempty"`

	BroadcastServiceProvider *bool `type:"boolean" json:",omitempty"`

	Company *string `type:"string" json:",omitempty"`

	ComposeServiceProvider *bool `type:"boolean" json:",omitempty"`

	DarkWatermark *bool `type:"boolean" json:",omitempty"`

	SocialCreditCode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SetWatermarkSwitchStatusInput) GoString

GoString returns the string representation

func (*SetWatermarkSwitchStatusInput) SetBrightWatermark

SetBrightWatermark sets the BrightWatermark field's value.

func (*SetWatermarkSwitchStatusInput) SetBroadcastServiceProvider

func (s *SetWatermarkSwitchStatusInput) SetBroadcastServiceProvider(v bool) *SetWatermarkSwitchStatusInput

SetBroadcastServiceProvider sets the BroadcastServiceProvider field's value.

func (*SetWatermarkSwitchStatusInput) SetCompany

SetCompany sets the Company field's value.

func (*SetWatermarkSwitchStatusInput) SetComposeServiceProvider

func (s *SetWatermarkSwitchStatusInput) SetComposeServiceProvider(v bool) *SetWatermarkSwitchStatusInput

SetComposeServiceProvider sets the ComposeServiceProvider field's value.

func (*SetWatermarkSwitchStatusInput) SetDarkWatermark

SetDarkWatermark sets the DarkWatermark field's value.

func (*SetWatermarkSwitchStatusInput) SetSocialCreditCode

SetSocialCreditCode sets the SocialCreditCode field's value.

func (SetWatermarkSwitchStatusInput) String

String returns the string representation

type SetWatermarkSwitchStatusOutput

type SetWatermarkSwitchStatusOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetWatermarkSwitchStatusOutput) GoString

GoString returns the string representation

func (SetWatermarkSwitchStatusOutput) String

String returns the string representation

type ShowPopupInput

type ShowPopupInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ShowPopupInput) GoString

func (s ShowPopupInput) GoString() string

GoString returns the string representation

func (*ShowPopupInput) SetId

func (s *ShowPopupInput) SetId(v string) *ShowPopupInput

SetId sets the Id field's value.

func (ShowPopupInput) String

func (s ShowPopupInput) String() string

String returns the string representation

func (*ShowPopupInput) Validate

func (s *ShowPopupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ShowPopupOutput

type ShowPopupOutput struct {
	Metadata *response.ResponseMetadata

	ItemList []*string `type:"list"`

	OpenStatus *string `type:"string"`

	TypeDescription *string `type:"string"`
	// contains filtered or unexported fields
}

func (ShowPopupOutput) GoString

func (s ShowPopupOutput) GoString() string

GoString returns the string representation

func (*ShowPopupOutput) SetItemList

func (s *ShowPopupOutput) SetItemList(v []*string) *ShowPopupOutput

SetItemList sets the ItemList field's value.

func (*ShowPopupOutput) SetOpenStatus

func (s *ShowPopupOutput) SetOpenStatus(v string) *ShowPopupOutput

SetOpenStatus sets the OpenStatus field's value.

func (*ShowPopupOutput) SetTypeDescription

func (s *ShowPopupOutput) SetTypeDescription(v string) *ShowPopupOutput

SetTypeDescription sets the TypeDescription field's value.

func (ShowPopupOutput) String

func (s ShowPopupOutput) String() string

String returns the string representation

type SubmitPublishInput

type SubmitPublishInput struct {

	// PublishId is a required field
	PublishId *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SubmitPublishInput) GoString

func (s SubmitPublishInput) GoString() string

GoString returns the string representation

func (*SubmitPublishInput) SetPublishId

func (s *SubmitPublishInput) SetPublishId(v int32) *SubmitPublishInput

SetPublishId sets the PublishId field's value.

func (SubmitPublishInput) String

func (s SubmitPublishInput) String() string

String returns the string representation

func (*SubmitPublishInput) Validate

func (s *SubmitPublishInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SubmitPublishOutput

type SubmitPublishOutput struct {
	Metadata *response.ResponseMetadata

	TaskIdList []*string `type:"list"`
	// contains filtered or unexported fields
}

func (SubmitPublishOutput) GoString

func (s SubmitPublishOutput) GoString() string

GoString returns the string representation

func (*SubmitPublishOutput) SetTaskIdList

func (s *SubmitPublishOutput) SetTaskIdList(v []*string) *SubmitPublishOutput

SetTaskIdList sets the TaskIdList field's value.

func (SubmitPublishOutput) String

func (s SubmitPublishOutput) String() string

String returns the string representation

type UnbindPublishAccountInput

type UnbindPublishAccountInput struct {

	// AccountId is a required field
	AccountId *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindPublishAccountInput) GoString

func (s UnbindPublishAccountInput) GoString() string

GoString returns the string representation

func (*UnbindPublishAccountInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (UnbindPublishAccountInput) String

func (s UnbindPublishAccountInput) String() string

String returns the string representation

func (*UnbindPublishAccountInput) Validate

func (s *UnbindPublishAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindPublishAccountOutput

type UnbindPublishAccountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UnbindPublishAccountOutput) GoString

func (s UnbindPublishAccountOutput) GoString() string

GoString returns the string representation

func (UnbindPublishAccountOutput) String

String returns the string representation

type UpdateApiKeyInput

type UpdateApiKeyInput struct {
	ActiveStatus *int32 `type:"int32" json:",omitempty"`

	ApiKeyId *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateApiKeyInput) GoString

func (s UpdateApiKeyInput) GoString() string

GoString returns the string representation

func (*UpdateApiKeyInput) SetActiveStatus

func (s *UpdateApiKeyInput) SetActiveStatus(v int32) *UpdateApiKeyInput

SetActiveStatus sets the ActiveStatus field's value.

func (*UpdateApiKeyInput) SetApiKeyId

func (s *UpdateApiKeyInput) SetApiKeyId(v int32) *UpdateApiKeyInput

SetApiKeyId sets the ApiKeyId field's value.

func (*UpdateApiKeyInput) SetName

SetName sets the Name field's value.

func (UpdateApiKeyInput) String

func (s UpdateApiKeyInput) String() string

String returns the string representation

type UpdateApiKeyOutput

type UpdateApiKeyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateApiKeyOutput) GoString

func (s UpdateApiKeyOutput) GoString() string

GoString returns the string representation

func (UpdateApiKeyOutput) String

func (s UpdateApiKeyOutput) String() string

String returns the string representation

type UpdateAssetInput

type UpdateAssetInput struct {
	MediaId *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateAssetInput) GoString

func (s UpdateAssetInput) GoString() string

GoString returns the string representation

func (*UpdateAssetInput) SetMediaId

func (s *UpdateAssetInput) SetMediaId(v string) *UpdateAssetInput

SetMediaId sets the MediaId field's value.

func (*UpdateAssetInput) SetName

func (s *UpdateAssetInput) SetName(v string) *UpdateAssetInput

SetName sets the Name field's value.

func (UpdateAssetInput) String

func (s UpdateAssetInput) String() string

String returns the string representation

type UpdateAssetOutput

type UpdateAssetOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateAssetOutput) GoString

func (s UpdateAssetOutput) GoString() string

GoString returns the string representation

func (UpdateAssetOutput) String

func (s UpdateAssetOutput) String() string

String returns the string representation

type UpdateCompositionInput

type UpdateCompositionInput struct {
	Id *string `type:"string" json:",omitempty"`

	Patches *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateCompositionInput) GoString

func (s UpdateCompositionInput) GoString() string

GoString returns the string representation

func (*UpdateCompositionInput) SetId

SetId sets the Id field's value.

func (*UpdateCompositionInput) SetPatches

SetPatches sets the Patches field's value.

func (UpdateCompositionInput) String

func (s UpdateCompositionInput) String() string

String returns the string representation

type UpdateCompositionOutput

type UpdateCompositionOutput struct {
	Metadata *response.ResponseMetadata

	ParamDiff *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateCompositionOutput) GoString

func (s UpdateCompositionOutput) GoString() string

GoString returns the string representation

func (*UpdateCompositionOutput) SetParamDiff

SetParamDiff sets the ParamDiff field's value.

func (UpdateCompositionOutput) String

func (s UpdateCompositionOutput) String() string

String returns the string representation

type UpdateCompositionProductInfoInput

type UpdateCompositionProductInfoInput struct {

	// CompositionId is a required field
	CompositionId *string `type:"string" json:",omitempty" required:"true"`

	// ProductUrl is a required field
	ProductUrl *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateCompositionProductInfoInput) GoString

GoString returns the string representation

func (*UpdateCompositionProductInfoInput) SetCompositionId

SetCompositionId sets the CompositionId field's value.

func (*UpdateCompositionProductInfoInput) SetProductUrl

SetProductUrl sets the ProductUrl field's value.

func (UpdateCompositionProductInfoInput) String

String returns the string representation

func (*UpdateCompositionProductInfoInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateCompositionProductInfoOutput

type UpdateCompositionProductInfoOutput struct {
	Metadata *response.ResponseMetadata

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateCompositionProductInfoOutput) GoString

GoString returns the string representation

func (*UpdateCompositionProductInfoOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (UpdateCompositionProductInfoOutput) String

String returns the string representation

type UpdateDraftInput

type UpdateDraftInput struct {
	CompositionId *string `type:"string" json:",omitempty"`

	CoverId *string `type:"string" json:",omitempty"`

	CoverUrl *string `type:"string" json:",omitempty"`

	MediaId *string `type:"string" json:",omitempty"`

	NleData *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDraftInput) GoString

func (s UpdateDraftInput) GoString() string

GoString returns the string representation

func (*UpdateDraftInput) SetCompositionId

func (s *UpdateDraftInput) SetCompositionId(v string) *UpdateDraftInput

SetCompositionId sets the CompositionId field's value.

func (*UpdateDraftInput) SetCoverId

func (s *UpdateDraftInput) SetCoverId(v string) *UpdateDraftInput

SetCoverId sets the CoverId field's value.

func (*UpdateDraftInput) SetCoverUrl

func (s *UpdateDraftInput) SetCoverUrl(v string) *UpdateDraftInput

SetCoverUrl sets the CoverUrl field's value.

func (*UpdateDraftInput) SetMediaId

func (s *UpdateDraftInput) SetMediaId(v string) *UpdateDraftInput

SetMediaId sets the MediaId field's value.

func (*UpdateDraftInput) SetNleData

func (s *UpdateDraftInput) SetNleData(v string) *UpdateDraftInput

SetNleData sets the NleData field's value.

func (UpdateDraftInput) String

func (s UpdateDraftInput) String() string

String returns the string representation

type UpdateDraftOutput

type UpdateDraftOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateDraftOutput) GoString

func (s UpdateDraftOutput) GoString() string

GoString returns the string representation

func (UpdateDraftOutput) String

func (s UpdateDraftOutput) String() string

String returns the string representation

type UpdateDraftTitleInput

type UpdateDraftTitleInput struct {

	// MediaId is a required field
	MediaId *string `type:"string" json:",omitempty" required:"true"`

	// Title is a required field
	Title *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDraftTitleInput) GoString

func (s UpdateDraftTitleInput) GoString() string

GoString returns the string representation

func (*UpdateDraftTitleInput) SetMediaId

SetMediaId sets the MediaId field's value.

func (*UpdateDraftTitleInput) SetTitle

SetTitle sets the Title field's value.

func (UpdateDraftTitleInput) String

func (s UpdateDraftTitleInput) String() string

String returns the string representation

func (*UpdateDraftTitleInput) Validate

func (s *UpdateDraftTitleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDraftTitleOutput

type UpdateDraftTitleOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDraftTitleOutput) GoString

func (s UpdateDraftTitleOutput) GoString() string

GoString returns the string representation

func (*UpdateDraftTitleOutput) SetMessage

SetMessage sets the Message field's value.

func (UpdateDraftTitleOutput) String

func (s UpdateDraftTitleOutput) String() string

String returns the string representation

type UpdateFilmInput

type UpdateFilmInput struct {
	ClientExtraInfo *string `type:"string" json:",omitempty"`

	CopyrightStatus *int32 `type:"int32" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Duration *int32 `type:"int32" json:",omitempty"`

	MediaId *string `type:"string" json:",omitempty"`

	NleData *string `type:"string" json:",omitempty"`

	SectionData *string `type:"string" json:",omitempty"`

	SourceFrom *string `type:"string" json:",omitempty"`

	StoreId *string `type:"string" json:",omitempty"`

	Tags []*string `type:"list"`

	Title *string `type:"string" json:",omitempty"`

	UpdateResources []*string `type:"list"`

	UserdefinedCategory []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateFilmInput) GoString

func (s UpdateFilmInput) GoString() string

GoString returns the string representation

func (*UpdateFilmInput) SetClientExtraInfo

func (s *UpdateFilmInput) SetClientExtraInfo(v string) *UpdateFilmInput

SetClientExtraInfo sets the ClientExtraInfo field's value.

func (*UpdateFilmInput) SetCopyrightStatus

func (s *UpdateFilmInput) SetCopyrightStatus(v int32) *UpdateFilmInput

SetCopyrightStatus sets the CopyrightStatus field's value.

func (*UpdateFilmInput) SetDescription

func (s *UpdateFilmInput) SetDescription(v string) *UpdateFilmInput

SetDescription sets the Description field's value.

func (*UpdateFilmInput) SetDuration

func (s *UpdateFilmInput) SetDuration(v int32) *UpdateFilmInput

SetDuration sets the Duration field's value.

func (*UpdateFilmInput) SetMediaId

func (s *UpdateFilmInput) SetMediaId(v string) *UpdateFilmInput

SetMediaId sets the MediaId field's value.

func (*UpdateFilmInput) SetNleData

func (s *UpdateFilmInput) SetNleData(v string) *UpdateFilmInput

SetNleData sets the NleData field's value.

func (*UpdateFilmInput) SetSectionData

func (s *UpdateFilmInput) SetSectionData(v string) *UpdateFilmInput

SetSectionData sets the SectionData field's value.

func (*UpdateFilmInput) SetSourceFrom

func (s *UpdateFilmInput) SetSourceFrom(v string) *UpdateFilmInput

SetSourceFrom sets the SourceFrom field's value.

func (*UpdateFilmInput) SetStoreId

func (s *UpdateFilmInput) SetStoreId(v string) *UpdateFilmInput

SetStoreId sets the StoreId field's value.

func (*UpdateFilmInput) SetTags

func (s *UpdateFilmInput) SetTags(v []*string) *UpdateFilmInput

SetTags sets the Tags field's value.

func (*UpdateFilmInput) SetTitle

func (s *UpdateFilmInput) SetTitle(v string) *UpdateFilmInput

SetTitle sets the Title field's value.

func (*UpdateFilmInput) SetUpdateResources

func (s *UpdateFilmInput) SetUpdateResources(v []*string) *UpdateFilmInput

SetUpdateResources sets the UpdateResources field's value.

func (*UpdateFilmInput) SetUserdefinedCategory

func (s *UpdateFilmInput) SetUserdefinedCategory(v []*string) *UpdateFilmInput

SetUserdefinedCategory sets the UserdefinedCategory field's value.

func (UpdateFilmInput) String

func (s UpdateFilmInput) String() string

String returns the string representation

type UpdateFilmOutput

type UpdateFilmOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateFilmOutput) GoString

func (s UpdateFilmOutput) GoString() string

GoString returns the string representation

func (UpdateFilmOutput) String

func (s UpdateFilmOutput) String() string

String returns the string representation

type UpdateFolderMediaPathInput

type UpdateFolderMediaPathInput struct {
	ItemList []*string `type:"list"`

	TargetFolderId *string `type:"string" json:",omitempty"`

	TeamId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateFolderMediaPathInput) GoString

func (s UpdateFolderMediaPathInput) GoString() string

GoString returns the string representation

func (*UpdateFolderMediaPathInput) SetItemList

SetItemList sets the ItemList field's value.

func (*UpdateFolderMediaPathInput) SetTargetFolderId

SetTargetFolderId sets the TargetFolderId field's value.

func (*UpdateFolderMediaPathInput) SetTeamId

SetTeamId sets the TeamId field's value.

func (UpdateFolderMediaPathInput) String

String returns the string representation

type UpdateFolderMediaPathOutput

type UpdateFolderMediaPathOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateFolderMediaPathOutput) GoString

func (s UpdateFolderMediaPathOutput) GoString() string

GoString returns the string representation

func (UpdateFolderMediaPathOutput) String

String returns the string representation

type UpdateMaterialInput

type UpdateMaterialInput struct {
	AspectRatio *string `type:"string" json:",omitempty"`

	ClientExtraInfo *string `type:"string" json:",omitempty"`

	Copyright *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	MediaFirstCategory *string `type:"string" json:",omitempty"`

	MediaId *string `type:"string" json:",omitempty"`

	ParamsDefinition *string `type:"string" json:",omitempty"`

	RelatedMediaList []*string `type:"list"`

	ScriptJson *string `type:"string" json:",omitempty"`

	Tags []*string `type:"list"`

	TeamVisibility *bool `type:"boolean" json:",omitempty"`

	TemplateSlotGuideVideo *string `type:"string" json:",omitempty"`

	Title *string `type:"string" json:",omitempty"`

	UpdateResources []*string `type:"list"`

	UserdefinedCategory []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateMaterialInput) GoString

func (s UpdateMaterialInput) GoString() string

GoString returns the string representation

func (*UpdateMaterialInput) SetAspectRatio

func (s *UpdateMaterialInput) SetAspectRatio(v string) *UpdateMaterialInput

SetAspectRatio sets the AspectRatio field's value.

func (*UpdateMaterialInput) SetClientExtraInfo

func (s *UpdateMaterialInput) SetClientExtraInfo(v string) *UpdateMaterialInput

SetClientExtraInfo sets the ClientExtraInfo field's value.

func (*UpdateMaterialInput) SetCopyright

func (s *UpdateMaterialInput) SetCopyright(v string) *UpdateMaterialInput

SetCopyright sets the Copyright field's value.

func (*UpdateMaterialInput) SetDescription

func (s *UpdateMaterialInput) SetDescription(v string) *UpdateMaterialInput

SetDescription sets the Description field's value.

func (*UpdateMaterialInput) SetExtra

SetExtra sets the Extra field's value.

func (*UpdateMaterialInput) SetMediaFirstCategory

func (s *UpdateMaterialInput) SetMediaFirstCategory(v string) *UpdateMaterialInput

SetMediaFirstCategory sets the MediaFirstCategory field's value.

func (*UpdateMaterialInput) SetMediaId

SetMediaId sets the MediaId field's value.

func (*UpdateMaterialInput) SetParamsDefinition

func (s *UpdateMaterialInput) SetParamsDefinition(v string) *UpdateMaterialInput

SetParamsDefinition sets the ParamsDefinition field's value.

func (*UpdateMaterialInput) SetRelatedMediaList

func (s *UpdateMaterialInput) SetRelatedMediaList(v []*string) *UpdateMaterialInput

SetRelatedMediaList sets the RelatedMediaList field's value.

func (*UpdateMaterialInput) SetScriptJson

func (s *UpdateMaterialInput) SetScriptJson(v string) *UpdateMaterialInput

SetScriptJson sets the ScriptJson field's value.

func (*UpdateMaterialInput) SetTags

SetTags sets the Tags field's value.

func (*UpdateMaterialInput) SetTeamVisibility

func (s *UpdateMaterialInput) SetTeamVisibility(v bool) *UpdateMaterialInput

SetTeamVisibility sets the TeamVisibility field's value.

func (*UpdateMaterialInput) SetTemplateSlotGuideVideo

func (s *UpdateMaterialInput) SetTemplateSlotGuideVideo(v string) *UpdateMaterialInput

SetTemplateSlotGuideVideo sets the TemplateSlotGuideVideo field's value.

func (*UpdateMaterialInput) SetTitle

SetTitle sets the Title field's value.

func (*UpdateMaterialInput) SetUpdateResources

func (s *UpdateMaterialInput) SetUpdateResources(v []*string) *UpdateMaterialInput

SetUpdateResources sets the UpdateResources field's value.

func (*UpdateMaterialInput) SetUserdefinedCategory

func (s *UpdateMaterialInput) SetUserdefinedCategory(v []*string) *UpdateMaterialInput

SetUserdefinedCategory sets the UserdefinedCategory field's value.

func (UpdateMaterialInput) String

func (s UpdateMaterialInput) String() string

String returns the string representation

type UpdateMaterialOutput

type UpdateMaterialOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateMaterialOutput) GoString

func (s UpdateMaterialOutput) GoString() string

GoString returns the string representation

func (UpdateMaterialOutput) String

func (s UpdateMaterialOutput) String() string

String returns the string representation

type ValidateAvatarImageInput

type ValidateAvatarImageInput struct {
	MediaId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidateAvatarImageInput) GoString

func (s ValidateAvatarImageInput) GoString() string

GoString returns the string representation

func (*ValidateAvatarImageInput) SetMediaId

SetMediaId sets the MediaId field's value.

func (ValidateAvatarImageInput) String

func (s ValidateAvatarImageInput) String() string

String returns the string representation

type ValidateAvatarImageOutput

type ValidateAvatarImageOutput struct {
	Metadata *response.ResponseMetadata

	ErrorCode *int32 `type:"int32" json:",omitempty"`

	IsValid *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidateAvatarImageOutput) GoString

func (s ValidateAvatarImageOutput) GoString() string

GoString returns the string representation

func (*ValidateAvatarImageOutput) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*ValidateAvatarImageOutput) SetIsValid

SetIsValid sets the IsValid field's value.

func (ValidateAvatarImageOutput) String

func (s ValidateAvatarImageOutput) String() string

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL