Sub2ApiAdminUpdateScheduledTestPlanRequest constructor

const Sub2ApiAdminUpdateScheduledTestPlanRequest({
  1. String? modelId,
  2. String? cronExpression,
  3. bool? enabled,
  4. int? maxResults,
  5. bool? autoRecover,
})

Implementation

const Sub2ApiAdminUpdateScheduledTestPlanRequest({
  this.modelId,
  this.cronExpression,
  this.enabled,
  this.maxResults,
  this.autoRecover,
});