DeleteRealtimeEndpointOutput constructor

DeleteRealtimeEndpointOutput({
  1. String? mLModelId,
  2. RealtimeEndpointInfo? realtimeEndpointInfo,
})

Implementation

DeleteRealtimeEndpointOutput({
  this.mLModelId,
  this.realtimeEndpointInfo,
});