GoogleAdsSearchads360V23ResourcesDetailedDemographic constructor

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

Implementation

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