GoogleCloudApigeeV1KeyValueMap class
Collection of key/value string pairs.
Constructors
- GoogleCloudApigeeV1KeyValueMap({bool? encrypted, String? name})
- GoogleCloudApigeeV1KeyValueMap.fromJson(Map json_)
Properties
- encrypted ↔ bool?
- 
  Flag that specifies whether entry values will be encrypted.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String?
- 
  ID of the key value map.
  getter/setter pair
- 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
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited