GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView constructor

GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView({
  1. String? adGroupAd,
  2. String? asset,
  3. bool? enabled,
  4. String? fieldType,
  5. String? performanceLabel,
  6. String? pinnedField,
  7. GoogleAdsSearchads360V23ResourcesAdGroupAdAssetPolicySummary? policySummary,
  8. String? resourceName,
  9. String? source,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView({
  this.adGroupAd,
  this.asset,
  this.enabled,
  this.fieldType,
  this.performanceLabel,
  this.pinnedField,
  this.policySummary,
  this.resourceName,
  this.source,
});