GoogleCloudApigeeV1KeyValueEntry class

Key value map pair where the value represents the data associated with the corresponding key.

Note: Supported for Apigee hybrid 1.8.x and higher.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Resource URI that can be used to identify the scope of the key value map entries.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
Data or payload that is being retrieved and associated with the unique key.
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