SessionsStatisticsResources

Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.

Inheritors

Types

Link copied to clipboard

One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.

Link copied to clipboard

One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this SessionsStatisticsResources as a FleetIds and retrieves its kotlin.collections.List value. Throws an exception if the SessionsStatisticsResources is not a FleetIds.

Link copied to clipboard

Casts this SessionsStatisticsResources as a FleetIds and retrieves its kotlin.collections.List value. Returns null if the SessionsStatisticsResources is not a FleetIds.

Link copied to clipboard

Casts this SessionsStatisticsResources as a QueueIds and retrieves its kotlin.collections.List value. Throws an exception if the SessionsStatisticsResources is not a QueueIds.

Link copied to clipboard

Casts this SessionsStatisticsResources as a QueueIds and retrieves its kotlin.collections.List value. Returns null if the SessionsStatisticsResources is not a QueueIds.