google_api_games v0.0.1 GoogleApi.Games.V1.Model.PeerChannelDiagnostics View Source

This is a JSON template for peer channel diagnostics.

Attributes

  • bytesReceived (AggregateStats): Number of bytes received. Defaults to: null.
  • bytesSent (AggregateStats): Number of bytes sent. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#peerChannelDiagnostics. Defaults to: null.
  • numMessagesLost (Integer): Number of messages lost. Defaults to: null.
  • numMessagesReceived (Integer): Number of messages received. Defaults to: null.
  • numMessagesSent (Integer): Number of messages sent. Defaults to: null.
  • numSendFailures (Integer): Number of send failures. Defaults to: null.
  • roundtripLatencyMillis (AggregateStats): Roundtrip latency stats in milliseconds. Defaults to: null.