attribute property

String? attribute
getter/setter pair

The attribute the user is providing feedback about.

Required. Possible string values are:

  • "ATTRIBUTE_UNSPECIFIED" : Unspecified attribute.
  • "ATTRIBUTE_ENVIRONMENTS" : Values will be a list of environments.
  • "ATTRIBUTE_IP_ADDRESS_RANGES" : Values will be a list of IP addresses. This could be either IPv4 or IPv6.
  • "ATTRIBUTE_API_KEYS" : Values will be a list of API keys.

Implementation

core.String? attribute;