GetLimitPlainArgs

data class GetLimitPlainArgs(val farmId: String, val limitId: String) : ConvertibleToJava<GetLimitPlainArgs>

Constructors

Link copied to clipboard
constructor(farmId: String, limitId: String)

Properties

Link copied to clipboard

The unique identifier of the farm that contains the limit.

Link copied to clipboard

The unique identifier of the limit.

Functions

Link copied to clipboard
open override fun toJava(): GetLimitPlainArgs