@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
DeveloperApiKey
Interface DeveloperApiKey
Developer API key as returned by the backend.
interface
DeveloperApiKey
{
created_at
:
string
;
expires_at
?:
string
|
null
;
id
:
string
;
key_prefix
:
string
;
last_used_at
?:
string
|
null
;
name
:
string
;
rate_limit_monthly
?:
number
;
revoked_at
?:
string
|
null
;
status
:
string
;
tier
:
string
;
usage_count_monthly
?:
number
;
}
Index
Properties
created_
at
expires_
at?
id
key_
prefix
last_
used_
at?
name
rate_
limit_
monthly?
revoked_
at?
status
tier
usage_
count_
monthly?
Properties
created_
at
created_at
:
string
Optional
expires_
at
expires_at
?:
string
|
null
id
id
:
string
key_
prefix
key_prefix
:
string
Optional
last_
used_
at
last_used_at
?:
string
|
null
name
name
:
string
Optional
rate_
limit_
monthly
rate_limit_monthly
?:
number
Optional
revoked_
at
revoked_at
?:
string
|
null
status
status
:
string
tier
tier
:
string
Optional
usage_
count_
monthly
usage_count_monthly
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
expires_
at
id
key_
prefix
last_
used_
at
name
rate_
limit_
monthly
revoked_
at
status
tier
usage_
count_
monthly
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
Developer API key as returned by the backend.