/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * 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 DialCall202ResponseDataAttributes */ export interface DialCall202ResponseDataAttributes { /** * * @type {string} * @memberof DialCall202ResponseDataAttributes */ callId?: string; /** * * @type {string} * @memberof DialCall202ResponseDataAttributes */ taskArn?: string; /** * * @type {string} * @memberof DialCall202ResponseDataAttributes */ status?: string; } /** * Check if a given object implements the DialCall202ResponseDataAttributes interface. */ export declare function instanceOfDialCall202ResponseDataAttributes(value: object): value is DialCall202ResponseDataAttributes; export declare function DialCall202ResponseDataAttributesFromJSON(json: any): DialCall202ResponseDataAttributes; export declare function DialCall202ResponseDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): DialCall202ResponseDataAttributes; export declare function DialCall202ResponseDataAttributesToJSON(json: any): DialCall202ResponseDataAttributes; export declare function DialCall202ResponseDataAttributesToJSONTyped(value?: DialCall202ResponseDataAttributes | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DialCall202ResponseDataAttributes.d.ts.map