FleetResourceCreationLimitPolicy

data class FleetResourceCreationLimitPolicy(val newGameSessionsPerCreator: Int? = null, val policyPeriodInMinutes: Int? = null)

Constructors

Link copied to clipboard
constructor(newGameSessionsPerCreator: Int? = null, policyPeriodInMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of game sessions that an individual can create during the policy period.

Link copied to clipboard

Time span used in evaluating the resource creation limit policy.