GoogleAdsSearchads360V23ResourcesUserInterest constructor

GoogleAdsSearchads360V23ResourcesUserInterest({
  1. List<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability>? availabilities,
  2. bool? launchedToAll,
  3. String? name,
  4. String? resourceName,
  5. String? taxonomyType,
  6. String? userInterestId,
  7. String? userInterestParent,
})

Implementation

GoogleAdsSearchads360V23ResourcesUserInterest({
  this.availabilities,
  this.launchedToAll,
  this.name,
  this.resourceName,
  this.taxonomyType,
  this.userInterestId,
  this.userInterestParent,
});