GoogleAdsSearchads360V23ServicesCampaignSharedSetOperation constructor

GoogleAdsSearchads360V23ServicesCampaignSharedSetOperation({
  1. GoogleAdsSearchads360V23ResourcesCampaignSharedSet? create,
  2. String? remove,
})

Implementation

GoogleAdsSearchads360V23ServicesCampaignSharedSetOperation({
  this.create,
  this.remove,
});