GoogleCloudKmsInventoryV1ProtectedResourcesSummary constructor

GoogleCloudKmsInventoryV1ProtectedResourcesSummary({
  1. Map<String, String>? cloudProducts,
  2. Map<String, String>? locations,
  3. String? name,
  4. int? projectCount,
  5. String? resourceCount,
  6. Map<String, String>? resourceTypes,
})

Implementation

GoogleCloudKmsInventoryV1ProtectedResourcesSummary({
  this.cloudProducts,
  this.locations,
  this.name,
  this.projectCount,
  this.resourceCount,
  this.resourceTypes,
});