AdswizzShimZone
constructor(@Json(name = "zoneId") zoneId: String? = null, @Json(name = "maxDeadAir") maxDeadAir: Long? = null, @Json(name = "zoneAlias") zoneAlias: String? = null)
Parameters
zoneId
: Identifies the zone where the request is made.
maxDeadAir
: the minimum threshold to be used by delivery engine when deciding when to return a shim ad from the shim zone.
zoneAlias
: zone alias could be used instead of zone id ( only one of them should be set)