GoogleCloudDatacatalogV1ColumnSchema constructor

GoogleCloudDatacatalogV1ColumnSchema({
  1. String? column,
  2. String? defaultValue,
  3. String? description,
  4. String? gcRule,
  5. String? highestIndexingType,
  6. GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec? lookerColumnSpec,
  7. String? mode,
  8. int? ordinalPosition,
  9. GoogleCloudDatacatalogV1ColumnSchemaFieldElementType? rangeElementType,
  10. List<GoogleCloudDatacatalogV1ColumnSchema>? subcolumns,
  11. String? type,
})

Implementation

GoogleCloudDatacatalogV1ColumnSchema({
  this.column,
  this.defaultValue,
  this.description,
  this.gcRule,
  this.highestIndexingType,
  this.lookerColumnSpec,
  this.mode,
  this.ordinalPosition,
  this.rangeElementType,
  this.subcolumns,
  this.type,
});