GoogleCloudApihubV1ConfigVariable constructor

GoogleCloudApihubV1ConfigVariable({
  1. bool? boolValue,
  2. GoogleCloudApihubV1ConfigValueOption? enumValue,
  3. String? intValue,
  4. String? key,
  5. GoogleCloudApihubV1MultiIntValues? multiIntValues,
  6. GoogleCloudApihubV1MultiSelectValues? multiSelectValues,
  7. GoogleCloudApihubV1MultiStringValues? multiStringValues,
  8. GoogleCloudApihubV1Secret? secretValue,
  9. String? stringValue,
})

Implementation

GoogleCloudApihubV1ConfigVariable({
  this.boolValue,
  this.enumValue,
  this.intValue,
  this.key,
  this.multiIntValues,
  this.multiSelectValues,
  this.multiStringValues,
  this.secretValue,
  this.stringValue,
});