locationType property

String? locationType
getter/setter pair

The type of location this object represents.

This field is read-only. Possible string values are:

  • "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED" : Default value.
  • "ROW" : Developer metadata associated on an entire row dimension.
  • "COLUMN" : Developer metadata associated on an entire column dimension.
  • "SHEET" : Developer metadata associated on an entire sheet.
  • "SPREADSHEET" : Developer metadata associated on the entire spreadsheet.

Implementation

core.String? locationType;