package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Dec 25, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MaterialCreateFolderData struct {
FolderId string `json:"folder_id"`
ParentFolderId string `json:"parent_folder_id"`
Name string `json:"name"`
Type int32 `json:"type"`
}
type MaterialCreateFolderResponse struct {
doudian_sdk.BaseDoudianOpApiResponse
Data *MaterialCreateFolderData `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.