GoogleAdsSearchads360V23ResourcesExperiment constructor

GoogleAdsSearchads360V23ResourcesExperiment({
  1. String? description,
  2. String? endDate,
  3. String? experimentId,
  4. List<GoogleAdsSearchads360V23CommonMetricGoal>? goals,
  5. String? longRunningOperation,
  6. String? name,
  7. String? promoteStatus,
  8. String? resourceName,
  9. String? startDate,
  10. String? status,
  11. String? suffix,
  12. bool? syncEnabled,
  13. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesExperiment({
  this.description,
  this.endDate,
  this.experimentId,
  this.goals,
  this.longRunningOperation,
  this.name,
  this.promoteStatus,
  this.resourceName,
  this.startDate,
  this.status,
  this.suffix,
  this.syncEnabled,
  this.type,
});