id property

int? id
getter/setter pair

The ID of the field.

The ID is based on the column index starting from 0, and it should match the column index in the resource link.

Required.

Implementation

core.int? id;