GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter constructor

GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter({
  1. Object? defaultValue,
  2. String? item,
  3. GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata? metadata,
  4. String? type,
  5. String? validValuesExpr,
})

Implementation

GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter({
  this.defaultValue,
  this.item,
  this.metadata,
  this.type,
  this.validValuesExpr,
});