AttributeValue

Merepresentasikan nilai sebenarnya dari atribut operator.

Representasi 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.
}
Kolom
Kolom union value. Nilai atribut. value hanya ada berupa salah satu diantara berikut:
i

string (int64 format)

int.

f

number

float.

b

boolean

bool.

s

string (bytes format)

string.

String berenkode base64.