GoogleCloudResourcesettingsV1Value constructor
GoogleCloudResourcesettingsV1Value({
- bool? booleanValue,
- String? durationValue,
- GoogleCloudResourcesettingsV1ValueEnumValue? enumValue,
- GoogleCloudResourcesettingsV1ValueStringMap? stringMapValue,
- GoogleCloudResourcesettingsV1ValueStringSet? stringSetValue,
- String? stringValue,
Implementation
GoogleCloudResourcesettingsV1Value({
this.booleanValue,
this.durationValue,
this.enumValue,
this.stringMapValue,
this.stringSetValue,
this.stringValue,
});