GoogleCloudDatacatalogV1TagField constructor

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

Implementation

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