GoogleCloudResourcesettingsV1SettingMetadata constructor

GoogleCloudResourcesettingsV1SettingMetadata({
  1. String? dataType,
  2. GoogleCloudResourcesettingsV1Value? defaultValue,
  3. String? description,
  4. String? displayName,
  5. bool? readOnly,
})

Implementation

GoogleCloudResourcesettingsV1SettingMetadata({
  this.dataType,
  this.defaultValue,
  this.description,
  this.displayName,
  this.readOnly,
});