GoogleCloudAssetV1CustomConstraint constructor

GoogleCloudAssetV1CustomConstraint({
  1. String? actionType,
  2. String? condition,
  3. String? description,
  4. String? displayName,
  5. List<String>? methodTypes,
  6. String? name,
  7. List<String>? resourceTypes,
})

Implementation

GoogleCloudAssetV1CustomConstraint({
  this.actionType,
  this.condition,
  this.description,
  this.displayName,
  this.methodTypes,
  this.name,
  this.resourceTypes,
});