GoogleAdsSearchads360V23ResourcesRemarketingAction constructor

GoogleAdsSearchads360V23ResourcesRemarketingAction({
  1. String? id,
  2. String? name,
  3. String? resourceName,
  4. List<GoogleAdsSearchads360V23CommonTagSnippet>? tagSnippets,
})

Implementation

GoogleAdsSearchads360V23ResourcesRemarketingAction({
  this.id,
  this.name,
  this.resourceName,
  this.tagSnippets,
});