GoogleCloudChannelV1Parameter constructor
GoogleCloudChannelV1Parameter({
- bool? editable,
- String? name,
- GoogleCloudChannelV1Value? value,
Implementation
GoogleCloudChannelV1Parameter({
this.editable,
this.name,
this.value,
});