AttributeValue

Stellt einen tatsächlichen Wert eines Betreiberattributs dar.

JSON-Darstellung
{

  // 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.
}
Felder
Union-Feld value. Attributwert. Für value ist nur einer der folgenden Werte zulässig:
i

string (int64 format)

int.

f

number

float.

b

boolean

bool.

s

string (bytes format)

string.

Ein base64-codierter String.