toggle menu
igdbclient-core
0.6
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.model.dump
/
IgdbDump
Igdb
Dump
class
IgdbDump
(
val
s3Url
:
String
,
val
endpoint
:
String
,
val
fileName
:
String
,
val
sizeBytes
:
Long
,
val
updatedAt
:
Instant
,
val
schemaVersion
:
String
,
val
schema
:
Map
<
String
,
String
>
?
)
Members
Constructors
Igdb
Dump
Link copied to clipboard
constructor
(
s3Url
:
String
,
endpoint
:
String
,
fileName
:
String
,
sizeBytes
:
Long
,
updatedAt
:
Instant
,
schemaVersion
:
String
,
schema
:
Map
<
String
,
String
>
?
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
file
Name
Link copied to clipboard
val
fileName
:
String
s3Url
Link copied to clipboard
val
s3Url
:
String
schema
Link copied to clipboard
val
schema
:
Map
<
String
,
String
>
?
schema
Version
Link copied to clipboard
val
schemaVersion
:
String
size
Bytes
Link copied to clipboard
val
sizeBytes
:
Long
updated
At
Link copied to clipboard
val
updatedAt
:
Instant
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String