AdWordsAccount constructor

AdWordsAccount({
  1. bool? autoTaggingEnabled,
  2. String? customerId,
  3. String? kind,
})

Implementation

AdWordsAccount({
  this.autoTaggingEnabled,
  this.customerId,
  this.kind,
});