AdClient constructor

AdClient({
  1. String? name,
  2. String? productCode,
  3. String? reportingDimensionId,
  4. String? state,
})

Implementation

AdClient({
  this.name,
  this.productCode,
  this.reportingDimensionId,
  this.state,
});