GoogleCloudResourcesettingsV1Setting constructor

GoogleCloudResourcesettingsV1Setting({
  1. GoogleCloudResourcesettingsV1Value? effectiveValue,
  2. String? etag,
  3. GoogleCloudResourcesettingsV1Value? localValue,
  4. GoogleCloudResourcesettingsV1SettingMetadata? metadata,
  5. String? name,
})

Implementation

GoogleCloudResourcesettingsV1Setting({
  this.effectiveValue,
  this.etag,
  this.localValue,
  this.metadata,
  this.name,
});