/** * 腾讯云智能媒资托管服务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. */ import type { UpdateShareRequestConfig } from './update-share-request-config'; export interface UpdateShareRequest { /** * 分享名称,可选参数 */ 'name'?: string; 'config': UpdateShareRequestConfig; }