package openrtb_ext

// ImpExtKueez defines the contract for bidrequest.imp[i].ext.prebid.bidder.kueezrtb
type ImpExtKueez struct {
	ConnectionId string `json:"cId"`
}
