PlacementAssignment constructor

PlacementAssignment({
  1. bool? active,
  2. String? placementId,
  3. DimensionValue? placementIdDimensionValue,
  4. bool? sslRequired,
})

Implementation

PlacementAssignment({
  this.active,
  this.placementId,
  this.placementIdDimensionValue,
  this.sslRequired,
});