GoogleAdsSearchads360V23ResourcesCustomizerAttribute constructor

GoogleAdsSearchads360V23ResourcesCustomizerAttribute({
  1. String? id,
  2. String? name,
  3. String? resourceName,
  4. String? status,
  5. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomizerAttribute({
  this.id,
  this.name,
  this.resourceName,
  this.status,
  this.type,
});