Type constructor
Type({
- GoogleBigtableAdminV2TypeAggregate? aggregateType,
- GoogleBigtableAdminV2TypeArray? arrayType,
- GoogleBigtableAdminV2TypeBool? boolType,
- GoogleBigtableAdminV2TypeBytes? bytesType,
- GoogleBigtableAdminV2TypeDate? dateType,
- GoogleBigtableAdminV2TypeFloat32? float32Type,
- GoogleBigtableAdminV2TypeFloat64? float64Type,
- GoogleBigtableAdminV2TypeInt64? int64Type,
- GoogleBigtableAdminV2TypeMap? mapType,
- GoogleBigtableAdminV2TypeString? stringType,
- GoogleBigtableAdminV2TypeStruct? structType,
- GoogleBigtableAdminV2TypeTimestamp? timestampType,
Implementation
Type({
this.aggregateType,
this.arrayType,
this.boolType,
this.bytesType,
this.dateType,
this.float32Type,
this.float64Type,
this.int64Type,
this.mapType,
this.stringType,
this.structType,
this.timestampType,
});