material_easyShuttle_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 MaterialEasyShuttleParam

type MaterialEasyShuttleParam struct {
	// 文件夹ID列表,对该文件夹下的文件夹或素材进行操作;0:开放平台;1:图片根目录;2:视频根目录;-1:回收站
	FolderIdList []string `json:"folder_id_list"`
	// 操作类型:移到回收站:to_recycle,彻底删除:delete_forever
	OperateType string `json:"operate_type"`
	// 操作的素材类型
	MaterialTypeList []string `json:"material_type_list"`
	// 是否只操作素材
	OnlyMaterial *bool `json:"only_material"`
	// 所操作的素材或文件夹的创建时间在该时间点之前
	CreateTimeEnd *string `json:"create_time_end"`
}

type MaterialEasyShuttleRequest

type MaterialEasyShuttleRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *MaterialEasyShuttleParam
}

func New

func (*MaterialEasyShuttleRequest) Execute

func (c *MaterialEasyShuttleRequest) Execute(accessToken *doudian_sdk.AccessToken) (*material_easyShuttle_response.MaterialEasyShuttleResponse, error)

func (*MaterialEasyShuttleRequest) GetParamObject

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

func (*MaterialEasyShuttleRequest) GetParams

func (*MaterialEasyShuttleRequest) GetUrlPath

func (c *MaterialEasyShuttleRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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