GetApiKeys200ResponseDataInner class

Constructors

GetApiKeys200ResponseDataInner({required GetApiKeys200ResponseDataInnerObjectEnum object, required String id, required String type, required String subject, required String name, String? description, required Object? claims, List<String> scopes = const [], required bool revoked, required String? revocationReason, required bool expired, required num? expiration, required String? createdBy, required num? lastUsedAt, required num createdAt, required num updatedAt})
Returns a new GetApiKeys200ResponseDataInner instance.

Properties

claims Object?
getter/setter pair
createdAt num
The timestamp for when the API key was created, in milliseconds
getter/setter pair
createdBy String?
getter/setter pair
description String?
getter/setter pair
expiration num?
The timestamp for when the API key will expire, in milliseconds
getter/setter pair
expired bool
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
getter/setter pair
lastUsedAt num?
The timestamp for when the API key was last used, in milliseconds
getter/setter pair
name String
getter/setter pair
object GetApiKeys200ResponseDataInnerObjectEnum
getter/setter pair
revocationReason String?
getter/setter pair
revoked bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
getter/setter pair
subject String
getter/setter pair
type String
getter/setter pair
updatedAt num
The timestamp for when the API key was last updated, in milliseconds
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) GetApiKeys200ResponseDataInner?
Returns a new GetApiKeys200ResponseDataInner instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<GetApiKeys200ResponseDataInner>
mapFromJson(dynamic json) Map<String, GetApiKeys200ResponseDataInner>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<GetApiKeys200ResponseDataInner>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.