GoogleAdsSearchads360V23ResourcesLifeEvent constructor

GoogleAdsSearchads360V23ResourcesLifeEvent({
  1. List<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability>? availabilities,
  2. String? id,
  3. bool? launchedToAll,
  4. String? name,
  5. String? parent,
  6. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesLifeEvent({
  this.availabilities,
  this.id,
  this.launchedToAll,
  this.name,
  this.parent,
  this.resourceName,
});