fields property

List<TableFieldSchema>? fields
getter/setter pair

Describes the nested schema fields if the type property is set to RECORD.

Optional.

Implementation

core.List<TableFieldSchema>? fields;