StatusCodesResponse

data class StatusCodesResponse(val items: List<Int>? = null, val quantity: Int? = null)

Definition of StatusCodes

Constructors

Link copied to clipboard
constructor(items: List<Int>? = null, quantity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val items: List<Int>? = null

The items (status codes) for an origin group.

Link copied to clipboard
val quantity: Int? = null

The number of status codes.