material_uploadVideoAsync_response

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaterialUploadVideoAsyncData

type MaterialUploadVideoAsyncData struct {
	// 素材id
	MaterialId string `json:"material_id"`
	// 素材所在文件夹id,0-素材中心的根目录
	FolderId string `json:"folder_id"`
	// 是否是新建,false-重复请求 true-新建
	IsNew bool `json:"is_new"`
	// 素材审核状态 0-下载中 1-等待审核 2-审核中 3-通过 4-拒绝
	AuditStatus int32 `json:"audit_status"`
}

type MaterialUploadVideoAsyncResponse

type MaterialUploadVideoAsyncResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *MaterialUploadVideoAsyncData `json:"data"`
}

Jump to

Keyboard shortcuts

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