GoogleAdsSearchads360V23ResourcesCustomInterest constructor

GoogleAdsSearchads360V23ResourcesCustomInterest({
  1. String? description,
  2. String? id,
  3. List<GoogleAdsSearchads360V23ResourcesCustomInterestMember>? members,
  4. String? name,
  5. String? resourceName,
  6. String? status,
  7. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomInterest({
  this.description,
  this.id,
  this.members,
  this.name,
  this.resourceName,
  this.status,
  this.type,
});