PlacementAssignment constructor
PlacementAssignment({
- bool? active,
- String? placementId,
- DimensionValue? placementIdDimensionValue,
- bool? sslRequired,
Implementation
PlacementAssignment({
this.active,
this.placementId,
this.placementIdDimensionValue,
this.sslRequired,
});