id property

String? id
getter/setter pair

The string used to identify this site.

This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.

Implementation

core.String? id;