public class SteamMetricsV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
long |
idleMillis
Number of milliseconds that the cluster has been idle
|
long |
version
Steam metrics API version
|
_excludeFields| Constructor and Description |
|---|
SteamMetricsV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long version
public long idleMillis
public java.lang.String toString()
toString in class RequestSchemaV3