GoogleCloudDatacatalogV1beta1TagField constructor

GoogleCloudDatacatalogV1beta1TagField({
  1. bool? boolValue,
  2. String? displayName,
  3. double? doubleValue,
  4. GoogleCloudDatacatalogV1beta1TagFieldEnumValue? enumValue,
  5. int? order,
  6. String? stringValue,
  7. String? timestampValue,
})

Implementation

GoogleCloudDatacatalogV1beta1TagField({
  this.boolValue,
  this.displayName,
  this.doubleValue,
  this.enumValue,
  this.order,
  this.stringValue,
  this.timestampValue,
});