GoogleAdsSearchads360V23ResourcesDetailContentSuitabilityPlacementView constructor

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

Implementation

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