GoogleAdsSearchads360V23ResourcesLabel constructor

GoogleAdsSearchads360V23ResourcesLabel({
  1. String? id,
  2. String? name,
  3. String? resourceName,
  4. String? status,
  5. GoogleAdsSearchads360V23CommonTextLabel? textLabel,
})

Implementation

GoogleAdsSearchads360V23ResourcesLabel({
  this.id,
  this.name,
  this.resourceName,
  this.status,
  this.textLabel,
});