GoogleCloudApihubV1ConfigVariable constructor
GoogleCloudApihubV1ConfigVariable({
- bool? boolValue,
- GoogleCloudApihubV1ConfigValueOption? enumValue,
- String? intValue,
- String? key,
- GoogleCloudApihubV1MultiIntValues? multiIntValues,
- GoogleCloudApihubV1MultiSelectValues? multiSelectValues,
- GoogleCloudApihubV1MultiStringValues? multiStringValues,
- GoogleCloudApihubV1Secret? secretValue,
- String? stringValue,
Implementation
GoogleCloudApihubV1ConfigVariable({
this.boolValue,
this.enumValue,
this.intValue,
this.key,
this.multiIntValues,
this.multiSelectValues,
this.multiStringValues,
this.secretValue,
this.stringValue,
});