GoogleCloudDatacatalogV1ColumnSchema constructor
GoogleCloudDatacatalogV1ColumnSchema({
- String? column,
- String? defaultValue,
- String? description,
- String? gcRule,
- String? highestIndexingType,
- GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec? lookerColumnSpec,
- String? mode,
- int? ordinalPosition,
- GoogleCloudDatacatalogV1ColumnSchemaFieldElementType? rangeElementType,
- List<
GoogleCloudDatacatalogV1ColumnSchema> ? subcolumns, - 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,
});