GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter constructor
GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter({
- Object? defaultValue,
- String? item,
- GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata? metadata,
- String? type,
- String? validValuesExpr,
Implementation
GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter({
this.defaultValue,
this.item,
this.metadata,
this.type,
this.validValuesExpr,
});