RaidResponse

@Serializable
data class RaidResponse(val createdAt: Instant, val isMature: Boolean = false)

Response from starting a raid.

See also

Constructors

Link copied to clipboard
constructor(createdAt: Instant, isMature: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "created_at")
val createdAt: Instant

the UTC date and time, in RFC3339 format, of when the raid was requested.

Link copied to clipboard
@SerialName(value = "is_mature")
val isMature: Boolean

DEPRECATED This field is deprecated and returns only false.