# `OpenRtbEcto.V2.BidRequest.Format`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/bid_request/format.ex#L1)

This object represents an allowed size (i.e., height and width combination) or Flex Ad parameters
for a banner impression. These are typically used in an array where multiple sizes are permitted.
It is recommended that either the w/h pair or the wratio/hratio/wmin set (i.e., for Flex Ads) be
specified.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.Format{
  ext: term(),
  h: term(),
  hratio: term(),
  w: term(),
  wmin: term(),
  wratio: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
