GoogleCloudResourcesettingsV1Value constructor

GoogleCloudResourcesettingsV1Value({
  1. bool? booleanValue,
  2. String? durationValue,
  3. GoogleCloudResourcesettingsV1ValueEnumValue? enumValue,
  4. GoogleCloudResourcesettingsV1ValueStringMap? stringMapValue,
  5. GoogleCloudResourcesettingsV1ValueStringSet? stringSetValue,
  6. String? stringValue,
})

Implementation

GoogleCloudResourcesettingsV1Value({
  this.booleanValue,
  this.durationValue,
  this.enumValue,
  this.stringMapValue,
  this.stringSetValue,
  this.stringValue,
});