You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/authorized_buyers_marketplace/lib/google_api/authorized_buyers_marketplace/v1/model/auction_package.ex
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,10 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage do
23
23
24
24
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time the auction package was created.
25
25
* `creator` (*type:* `String.t`, *default:* `nil`) - Output only. The buyer that created this auction package. Format: `buyers/{buyerAccountId}`
26
+
* `dealOwnerSeatId` (*type:* `String.t`, *default:* `nil`) - Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.
26
27
* `description` (*type:* `String.t`, *default:* `nil`) - Output only. A description of the auction package.
27
28
* `displayName` (*type:* `String.t`, *default:* `nil`) - The display_name assigned to the auction package.
28
-
* `eligibleSeatIds` (*type:* `list(String.t)`, *default:* `nil`) - Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.
29
+
* `eligibleSeatIds` (*type:* `list(String.t)`, *default:* `nil`) - Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
29
30
* `name` (*type:* `String.t`, *default:* `nil`) - Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
30
31
* `subscribedBuyers` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
31
32
* `subscribedClients` (*type:* `list(String.t)`, *default:* `nil`) - Output only. When calling as a buyer, the list of clients of the current buyer that are subscribed to the AuctionPackage. When calling as a bidder, the list of clients that are subscribed to the AuctionPackage owned by the bidder or its buyers. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`
@@ -38,6 +39,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage do
38
39
@typet::%__MODULE__{
39
40
:createTime=>DateTime.t()|nil,
40
41
:creator=>String.t()|nil,
42
+
:dealOwnerSeatId=>String.t()|nil,
41
43
:description=>String.t()|nil,
42
44
:displayName=>String.t()|nil,
43
45
:eligibleSeatIds=>list(String.t())|nil,
@@ -51,6 +53,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage do
0 commit comments