primaryKeys property

List<String>? primaryKeys
getter/setter pair

Field names forming the primary keys.

The order in this array defines the key's ordinal positions for composite keys.

Output only.

Implementation

core.List<core.String>? primaryKeys;