instance property

String? instance
getter/setter pair

The instance_name of the instance that the Insight data comes from.

According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.

Required.

Implementation

core.String? instance;