material_editFolder_request

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaterialEditFolderParam

type MaterialEditFolderParam struct {
	// 文件夹id,不能操作系统文件夹(0:根目录 -1:回收站)
	FolderId string `json:"folder_id"`
	// 新的文件夹名称
	Name *string `json:"name"`
	// 需要移动到的父文件夹id
	ToFolderId *string `json:"to_folder_id"`
}

type MaterialEditFolderRequest

type MaterialEditFolderRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *MaterialEditFolderParam
}

func New

func (*MaterialEditFolderRequest) Execute

func (c *MaterialEditFolderRequest) Execute(accessToken *doudian_sdk.AccessToken) (*material_editFolder_response.MaterialEditFolderResponse, error)

func (*MaterialEditFolderRequest) GetParamObject

func (c *MaterialEditFolderRequest) GetParamObject() interface{}

func (*MaterialEditFolderRequest) GetParams

func (*MaterialEditFolderRequest) GetUrlPath

func (c *MaterialEditFolderRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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