GoogleCloudResourcesettingsV1SettingMetadata constructor
GoogleCloudResourcesettingsV1SettingMetadata({
- String? dataType,
- GoogleCloudResourcesettingsV1Value? defaultValue,
- String? description,
- String? displayName,
- bool? readOnly,
Implementation
GoogleCloudResourcesettingsV1SettingMetadata({
this.dataType,
this.defaultValue,
this.description,
this.displayName,
this.readOnly,
});