GoogleCloudResourcesettingsV1Setting constructor
GoogleCloudResourcesettingsV1Setting({
- GoogleCloudResourcesettingsV1Value? effectiveValue,
- String? etag,
- GoogleCloudResourcesettingsV1Value? localValue,
- GoogleCloudResourcesettingsV1SettingMetadata? metadata,
- String? name,
Implementation
GoogleCloudResourcesettingsV1Setting({
this.effectiveValue,
this.etag,
this.localValue,
this.metadata,
this.name,
});