Interface protos.google.cloud.channel.v1.IValue (3.2.1)

Properties of a Value.

Package

@google-cloud/channel

Properties

boolValue

boolValue?: (boolean|null);

Value boolValue

doubleValue

doubleValue?: (number|null);

Value doubleValue

int64Value

int64Value?: (number|Long|string|null);

Value int64Value

protoValue

protoValue?: (google.protobuf.IAny|null);

Value protoValue

stringValue

stringValue?: (string|null);

Value stringValue