GoogleCloudAssetV1IdentityList constructor

GoogleCloudAssetV1IdentityList({
  1. List<GoogleCloudAssetV1Edge>? groupEdges,
  2. List<GoogleCloudAssetV1Identity>? identities,
})

Implementation

GoogleCloudAssetV1IdentityList({
  this.groupEdges,
  this.identities,
});