GoogleCloudKmsInventoryV1ProtectedResource constructor

GoogleCloudKmsInventoryV1ProtectedResource({
  1. String? cloudProduct,
  2. String? createTime,
  3. String? cryptoKeyVersion,
  4. List<String>? cryptoKeyVersions,
  5. Map<String, String>? labels,
  6. String? location,
  7. String? name,
  8. String? project,
  9. String? projectId,
  10. String? resourceType,
})

Implementation

GoogleCloudKmsInventoryV1ProtectedResource({
  this.cloudProduct,
  this.createTime,
  this.cryptoKeyVersion,
  this.cryptoKeyVersions,
  this.labels,
  this.location,
  this.name,
  this.project,
  this.projectId,
  this.resourceType,
});