Attribute

A key-value pair representing a custom attribute associated with a resource.

JSON representation
{
  "key": string,
  "value": string
}
Fields
key

string

Required. The key of the attribute.

value

string

Required. The value of the attribute.