GoogleCloudContentwarehouseV1EnumTypeOptions constructor

GoogleCloudContentwarehouseV1EnumTypeOptions({
  1. List<String>? possibleValues,
  2. bool? validationCheckDisabled,
})

Implementation

GoogleCloudContentwarehouseV1EnumTypeOptions({
  this.possibleValues,
  this.validationCheckDisabled,
});