GoogleAdsSearchads360V23ResourcesSharedSet constructor

GoogleAdsSearchads360V23ResourcesSharedSet({
  1. String? id,
  2. String? memberCount,
  3. String? name,
  4. String? referenceCount,
  5. String? resourceName,
  6. String? status,
  7. String? type,
  8. String? verticalAdsItemVerticalType,
})

Implementation

GoogleAdsSearchads360V23ResourcesSharedSet({
  this.id,
  this.memberCount,
  this.name,
  this.referenceCount,
  this.resourceName,
  this.status,
  this.type,
  this.verticalAdsItemVerticalType,
});