/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * 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 { UserChannels } from './user-channels';
import { UserProperty } from './user-property';
/**
 *
 * @export
 * @interface UpdateVonageUserCommand
 */
export interface UpdateVonageUserCommand {
    /**
     *
     * @type {string}
     * @memberof UpdateVonageUserCommand
     */
    'userId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateVonageUserCommand
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateVonageUserCommand
     */
    'displayName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateVonageUserCommand
     */
    'imageUrl'?: string | null;
    /**
     *
     * @type {UserProperty}
     * @memberof UpdateVonageUserCommand
     */
    'properties'?: UserProperty;
    /**
     *
     * @type {UserChannels}
     * @memberof UpdateVonageUserCommand
     */
    'channels'?: UserChannels;
}
//# sourceMappingURL=update-vonage-user-command.d.ts.map