import * as $dara from '@darabonba/typescript'; import { ChannelAssemblySourceLocation } from "./ChannelAssemblySourceLocation"; export declare class GetSourceLocationResponseBody extends $dara.Model { /** * @remarks * **Request ID** * * @example * xxx-xxxx-xxxxx-xxxx */ requestId?: string; /** * @remarks * The source location information. */ sourceLocation?: ChannelAssemblySourceLocation; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }