AttributeValue

The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.

JSON representation
{

  // Union field value can be only one of the following:
  "stringValue": {
    object (TruncatableString)
  },
  "intValue": string,
  "boolValue": boolean
  // End of list of possible types for union field value.
}
Fields
Union field value. The type of the value. value can be only one of the following:
stringValue

object (TruncatableString)

A string up to 256 bytes long.

intValue

string (int64 format)

A 64-bit signed integer.

boolValue

boolean

A Boolean value represented by true or false.