AttributeValue

表示运算符属性的实际值。

JSON 表示法
{

  // 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.
}
字段
联合字段 value。属性值。value 只能是下列其中一项:
i

string (int64 format)

int。

f

number

浮点数。

b

boolean

bool。

s

string (bytes format)

字符串。

使用 base64 编码的字符串。