github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_gamoshi.go (about)

     1  package openrtb_ext
     2  
     3  // ExtImpGamoshi defines the contract for bidrequest.imp[i].ext.prebid.bidder.gamoshi
     4  type ExtImpGamoshi struct {
     5  	SupplyPartnerId  string `json:"supplyPartnerId"`
     6  	FavoredMediaType string `json:"favoredMediaType"`
     7  }