apollo-kotlin-normalized-cache
Toggle table of contents
1.0.0-beta.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-normalized-cache
normalized-cache-sqlite
/
com.apollographql.cache.normalized.sql.internal.record
/
Record
Record
data
class
Record
(
val
key
:
String
,
val
record
:
ByteArray
,
val
updated_date
:
Long
)
Members
Constructors
Record
Link copied to clipboard
constructor
(
key
:
String
,
record
:
ByteArray
,
updated_date
:
Long
)
Properties
key
Link copied to clipboard
val
key
:
String
record
Link copied to clipboard
val
record
:
ByteArray
updated_
date
Link copied to clipboard
val
updated_date
:
Long