// This file is auto-generated, don't edit it import * as $dara from '@darabonba/typescript'; export class GetFlowEndpointRequest extends $dara.Model { static names(): { [key: string]: string } { return { }; } static types(): { [key: string]: any } { return { }; } validate() { super.validate(); } constructor(map?: { [key: string]: any }) { super(map); } }