AttributeValue

Represents an actual value of an operator attribute.

JSON representation
{

  // Union field value can be only one of the following:
  "i": string,
  "f": number,
  "b": boolean,
  "s": string
  // End of list of possible types for union field value.
}
Fields
Union field value. Attribute value. value can be only one of the following:
i

string (int64 format)

int.

f

number

float.

b

boolean

bool.

s

string (bytes format)

string.

A base64-encoded string.