ApiKeyResponseOnDelete class abstract
api keys model
Properties:
- active - Indicates if the api key is active
- createdAt - Unix timestamp in seconds of when the api key was created
- description - A name or brief explanation of what this api key is used for
- livemode - Indicates if the api key is in production
- prefix - The first few characters of the authentication_token
- id - Unique identifier of the api key
- object - Object name, value is 'api_key'
- deleted - Indicates if the api key was deleted
- role - Indicates if the api key is private or public
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Constructors
Properties
- active → bool?
-
Indicates if the api key is active
no setter
- createdAt → int?
-
Unix timestamp in seconds of when the api key was created
no setter
- deleted → bool?
-
Indicates if the api key was deleted
no setter
- description → String?
-
A name or brief explanation of what this api key is used for
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Unique identifier of the api key
no setter
- livemode → bool?
-
Indicates if the api key is in production
no setter
- object → String?
-
Object name, value is 'api_key'
no setter
- prefix → String?
-
The first few characters of the authentication_token
no setter
- role → String?
-
Indicates if the api key is private or public
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ApiKeyResponseOnDelete> -
no setter