Interface protos.google.cloud.channel.v1.IParameter

Properties of a Parameter.

Package

@google-cloud/channel!

Properties

editable

editable?: (boolean|null);

Parameter editable

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

Parameter name

Property Value
TypeDescription
(string|null)

value

value?: (google.cloud.channel.v1.IValue|null);

Parameter value

Property Value
TypeDescription
(google.cloud.channel.v1.IValue|null)