fields property

List<FdcFieldDef>? fields
final

Optional schema metadata returned by the adapter.

Dataset open APIs adopt these fields only when the dataset was created without explicit fields. Explicit dataset fields always remain authoritative.

Implementation

final List<FdcFieldDef>? fields;