OsConfigPatchDeploymentRecurringScheduleTimeZone constructor

const OsConfigPatchDeploymentRecurringScheduleTimeZone({
  1. required TfArg<String> id,
  2. TfArg<String>? version,
})

Implementation

const OsConfigPatchDeploymentRecurringScheduleTimeZone({
  required this.id,
  this.version,
});