GoogleAdsSearchads360V23ResourcesDetailPlacementView constructor

GoogleAdsSearchads360V23ResourcesDetailPlacementView({
  1. String? displayName,
  2. String? groupPlacementTargetUrl,
  3. String? placement,
  4. String? placementType,
  5. String? resourceName,
  6. String? targetUrl,
})

Implementation

GoogleAdsSearchads360V23ResourcesDetailPlacementView({
  this.displayName,
  this.groupPlacementTargetUrl,
  this.placement,
  this.placementType,
  this.resourceName,
  this.targetUrl,
});