GoogleAdsSearchads360V23ResourcesCustomerLabel constructor

GoogleAdsSearchads360V23ResourcesCustomerLabel({
  1. String? customer,
  2. String? label,
  3. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerLabel({
  this.customer,
  this.label,
  this.resourceName,
});