GoogleCloudAssetV1IdentityList class
The identities and group edges.
Constructors
- 
          GoogleCloudAssetV1IdentityList({List<
GoogleCloudAssetV1Edge> ? groupEdges, List<GoogleCloudAssetV1Identity> ? identities}) - GoogleCloudAssetV1IdentityList.fromJson(Map json_)
 
Properties
- 
  groupEdges
  ↔ List<
GoogleCloudAssetV1Edge> ? - 
  Group identity edges of the graph starting from the binding's group
members to any node of the identities.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  identities
  ↔ List<
GoogleCloudAssetV1Identity> ? - 
  Only the identities that match one of the following conditions will be
presented: - The identity_selector, if it is specified in request; -
Otherwise, identities reachable from the policy binding's members.
  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