CustomDimension constructor

CustomDimension({
  1. String? accountId,
  2. bool? active,
  3. DateTime? created,
  4. String? id,
  5. int? index,
  6. String? kind,
  7. String? name,
  8. CustomDimensionParentLink? parentLink,
  9. String? scope,
  10. String? selfLink,
  11. DateTime? updated,
  12. String? webPropertyId,
})

Implementation

CustomDimension({
  this.accountId,
  this.active,
  this.created,
  this.id,
  this.index,
  this.kind,
  this.name,
  this.parentLink,
  this.scope,
  this.selfLink,
  this.updated,
  this.webPropertyId,
});