UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 336 B
import BitmovinResource from './BitmovinResource'; /** * @export * @class Tenant */ export declare class Tenant extends BitmovinResource { /** * Email address of the tenant. (required) * @type {string} * @memberof Tenant */ eMail?: string; constructor(obj?: Partial<Tenant>); } export default Tenant;