material_createFolder_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 MaterialCreateFolderData

type MaterialCreateFolderData struct {
	// 文件夹id,全局唯一
	FolderId string `json:"folder_id"`
	// 父文件夹id,全局唯一
	ParentFolderId string `json:"parent_folder_id"`
	// 文件夹名称
	Name string `json:"name"`
	// 文件夹类型。0-用户自建 1-默认 2-系统文件夹
	Type int32 `json:"type"`
}

type MaterialCreateFolderResponse

type MaterialCreateFolderResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *MaterialCreateFolderData `json:"data"`
}

Jump to

Keyboard shortcuts

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