RealtimeEndpointInfo constructor

RealtimeEndpointInfo({
  1. DateTime? createdAt,
  2. RealtimeEndpointStatus? endpointStatus,
  3. String? endpointUrl,
  4. int? peakRequestsPerSecond,
})

Implementation

RealtimeEndpointInfo({
  this.createdAt,
  this.endpointStatus,
  this.endpointUrl,
  this.peakRequestsPerSecond,
});