paths property

List<String>? paths
getter/setter pair

An ordered set of Paths to fields within the schema of the table.

For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

Output only.

Implementation

core.List<core.String>? paths;