toggle menu
Clerk
androidJvm
switch theme
search in API
Clerk Android
/
com.clerk.network.model.image
Package-level
declarations
Types
Types
Image
Resource
Link copied to clipboard
@
Serializable
data
class
ImageResource
(
val
objectType
:
String
,
val
id
:
String
,
val
name
:
String
?
=
null
,
val
publicUrl
:
String
?
=
null
,
val
createdAt
:
Long
?
=
null
,
val
updatedAt
:
Long
?
=
null
)
Represents information about an image.