$DimensionValue constructor

$DimensionValue({
  1. String? dimensionName,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. String? matchType,
  6. String? value,
})

Implementation

$DimensionValue({
  this.dimensionName,
  this.etag,
  this.id,
  this.kind,
  this.matchType,
  this.value,
});