HmacKeyMetadata class

JSON template to produce a JSON-style HMAC Key metadata resource.

Constructors

HmacKeyMetadata({String? accessId, String? etag, String? id, String? kind, String? projectId, String? selfLink, String? serviceAccountEmail, String? state, DateTime? timeCreated, DateTime? updated})
HmacKeyMetadata.fromJson(Map json_)

Properties

accessId String?
The ID of the HMAC Key.
getter/setter pair
etag String?
HTTP 1.1 Entity tag for the HMAC key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the HMAC key, including the Project ID and the Access ID.
getter/setter pair
kind String?
The kind of item this is.
getter/setter pair
projectId String?
Project ID owning the service account to which the key authenticates.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
The link to this resource.
getter/setter pair
serviceAccountEmail String?
The email address of the key's associated service account.
getter/setter pair
state String?
The state of the key.
getter/setter pair
timeCreated DateTime?
The creation time of the HMAC key in RFC 3339 format.
getter/setter pair
updated DateTime?
The last modification time of the HMAC key metadata in RFC 3339 format.
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.
inherited

Operators

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