name property

String? name
getter/setter pair

The resource name of the row.

Row names have the form tables/{table}/rows/{row}. The name is ignored when creating a row.

Implementation

core.String? name;