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
/
Pod
Pod
@
Serializable
data
class
Pod
(
val
podId
:
String
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents a pod (isolated workspace) with its ID and timestamps.
Members
Constructors
Pod
Link copied to clipboard
constructor
(
podId
:
String
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
pod
Id
Link copied to clipboard
@
SerialName
(
value
=
"pod_id"
)
val
podId
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant