/** * 腾讯云智能媒资托管服务API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface CreateDirectoryRequest { /** * 自定义元数据键值对,可选参数,key 为小写字符串 */ 'metaData'?: { [key: string]: string; }; /** * 目录标签列表,可选参数 */ 'labels'?: Array; /** * 目录对应的本地创建时间,时间戳字符串,可选参数 */ 'localCreationTime'?: string; /** * 目录对应的本地修改时间,时间戳字符串,可选参数 */ 'localModificationTime'?: string; }