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
/
Organization
Organization
@
Serializable
data
class
Organization
(
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents an organization with its timestamps.
Members
Constructors
Organization
Link copied to clipboard
constructor
(
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant