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

布林值。

s

string (bytes format)

字串。

Base64 編碼字串。