Clerk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Clerk
Clerk Android API
/
com.clerk.api.network.model.image
Package-level
declarations
Types
Types
Image
Resource
Link copied to clipboard
androidJvm
@
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.