agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
ApiKey
Api
Key
@
Serializable
data
class
ApiKey
(
val
apiKeyId
:
String
,
val
name
:
String
?
=
null
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents an API key with its ID, optional name, and timestamps.
Members
Constructors
Api
Key
Link copied to clipboard
constructor
(
apiKeyId
:
String
,
name
:
String
?
=
null
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
api
Key
Id
Link copied to clipboard
@
SerialName
(
value
=
"api_key_id"
)
val
apiKeyId
:
String
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
name
Link copied to clipboard
val
name
:
String
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant