TableFieldSchema constructor

TableFieldSchema({
  1. TableFieldSchemaCategories? categories,
  2. String? collation,
  3. TableFieldSchemaDataGovernanceTagsInfo? dataGovernanceTagsInfo,
  4. List<DataPolicyOption>? dataPolicies,
  5. DataPolicyList? dataPolicyList,
  6. String? defaultValueExpression,
  7. String? description,
  8. List<TableFieldSchema>? fields,
  9. String? foreignTypeDefinition,
  10. GeneratedColumn? generatedColumn,
  11. String? maxLength,
  12. String? mode,
  13. String? name,
  14. TableFieldSchemaPolicyTags? policyTags,
  15. String? precision,
  16. TableFieldSchemaRangeElementType? rangeElementType,
  17. String? roundingMode,
  18. String? scale,
  19. String? timestampPrecision,
  20. String? type,
})

Implementation

TableFieldSchema({
  this.categories,
  this.collation,
  this.dataGovernanceTagsInfo,
  this.dataPolicies,
  this.dataPolicyList,
  this.defaultValueExpression,
  this.description,
  this.fields,
  this.foreignTypeDefinition,
  this.generatedColumn,
  this.maxLength,
  this.mode,
  this.name,
  this.policyTags,
  this.precision,
  this.rangeElementType,
  this.roundingMode,
  this.scale,
  this.timestampPrecision,
  this.type,
});