GoogleAdsSearchads360V23ResourcesCustomerClient constructor

GoogleAdsSearchads360V23ResourcesCustomerClient({
  1. List<String>? appliedLabels,
  2. String? clientCustomer,
  3. String? currencyCode,
  4. String? descriptiveName,
  5. bool? hidden,
  6. String? id,
  7. String? level,
  8. bool? manager,
  9. String? resourceName,
  10. String? status,
  11. bool? testAccount,
  12. String? timeZone,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerClient({
  this.appliedLabels,
  this.clientCustomer,
  this.currencyCode,
  this.descriptiveName,
  this.hidden,
  this.id,
  this.level,
  this.manager,
  this.resourceName,
  this.status,
  this.testAccount,
  this.timeZone,
});