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
/
CreateApiKeyResponse
Create
Api
Key
Response
@
Serializable
data
class
CreateApiKeyResponse
(
val
apiKeyId
:
String
,
val
apiKey
:
String
)
Response from creating an API key, containing the key ID and secret value.
Members
Constructors
Create
Api
Key
Response
Link copied to clipboard
constructor
(
apiKeyId
:
String
,
apiKey
:
String
)
Properties
api
Key
Link copied to clipboard
@
SerialName
(
value
=
"api_key"
)
val
apiKey
:
String
api
Key
Id
Link copied to clipboard
@
SerialName
(
value
=
"api_key_id"
)
val
apiKeyId
:
String