CustomAttribute

JSON representation
{
  "name": string,
  "value": string,
  "groupValues": [
    {
      object (CustomAttribute)
    }
  ]
}
Fields
name

string

The name of the attribute. Underscores will be replaced by spaces upon insertion.

value

string

The value of the attribute.

groupValues[]

object (CustomAttribute)

Subattributes within this attribute group. Exactly one of value or groupValues must be provided.