/**
 * CloudHospital Admin Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 1
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { MetaMediaType } from './meta-media-type';
import { WhatsAppTemplateMediaTagsModel } from './whats-app-template-media-tags-model';
/**
 *
 * @export
 * @interface CreateWhatsAppTemplateMediaCommand
 */
export interface CreateWhatsAppTemplateMediaCommand {
    /**
     *
     * @type {string}
     * @memberof CreateWhatsAppTemplateMediaCommand
     */
    'templateId'?: string | null;
    /**
     *
     * @type {MetaMediaType}
     * @memberof CreateWhatsAppTemplateMediaCommand
     */
    'metaMediaType'?: MetaMediaType;
    /**
     *
     * @type {string}
     * @memberof CreateWhatsAppTemplateMediaCommand
     */
    'mediaUrl'?: string | null;
    /**
     *
     * @type {Array<WhatsAppTemplateMediaTagsModel>}
     * @memberof CreateWhatsAppTemplateMediaCommand
     */
    'templateMediaTags'?: Array<WhatsAppTemplateMediaTagsModel> | null;
}
//# sourceMappingURL=create-whats-app-template-media-command.d.ts.map