scryfall-api
Toggle table of contents
1.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
scryfall-api
scryfall-api
/
devmugi.mtgcards.scryfall.api.models
/
Ruling
Ruling
@
Serializable
data
class
Ruling
(
val
objectType
:
String
=
"ruling"
,
val
oracleId
:
String
,
val
source
:
String
,
val
publishedAt
:
String
,
val
comment
:
String
)
Members
Constructors
Ruling
Link copied to clipboard
constructor
(
objectType
:
String
=
"ruling"
,
oracleId
:
String
,
source
:
String
,
publishedAt
:
String
,
comment
:
String
)
Properties
comment
Link copied to clipboard
@
SerialName
(
value
=
"comment"
)
val
comment
:
String
object
Type
Link copied to clipboard
@
SerialName
(
value
=
"object"
)
val
objectType
:
String
oracle
Id
Link copied to clipboard
@
SerialName
(
value
=
"oracle_id"
)
val
oracleId
:
String
published
At
Link copied to clipboard
@
SerialName
(
value
=
"published_at"
)
val
publishedAt
:
String
source
Link copied to clipboard
@
SerialName
(
value
=
"source"
)
val
source
:
String