GoogleAdsSearchads360V23CommonAdTextAsset constructor

GoogleAdsSearchads360V23CommonAdTextAsset({
  1. String? assetPerformanceLabel,
  2. String? pinnedField,
  3. GoogleAdsSearchads360V23CommonAdAssetPolicySummary? policySummaryInfo,
  4. String? text,
})

Implementation

GoogleAdsSearchads360V23CommonAdTextAsset({
  this.assetPerformanceLabel,
  this.pinnedField,
  this.policySummaryInfo,
  this.text,
});