DeleteRealtimeEndpointOutput constructor
DeleteRealtimeEndpointOutput({
- String? mLModelId,
- RealtimeEndpointInfo? realtimeEndpointInfo,
Implementation
DeleteRealtimeEndpointOutput({
this.mLModelId,
this.realtimeEndpointInfo,
});