View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage (google_api_authorized_buyers_marketplace v0.4.0)

Defines a segment of inventory that buyer wants to buy. It's created by buyer and could be shared with multiple buyers.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the auction package was created.
  • creator (type: String.t, default: nil) - Output only. The buyer that created this auction package. Format: buyers/{buyerAccountId}
  • description (type: String.t, default: nil) - Output only. A description of the auction package.
  • displayName (type: String.t, default: nil) - The display_name assigned to the auction package.
  • 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.
  • subscribedClients (type: list(String.t), default: nil) - Output only. The list of clients of the current buyer that are subscribed to the AuctionPackage. Format: buyers/{buyerAccountId}/clients/{clientAccountId}
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage{
  createTime: DateTime.t() | nil,
  creator: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  subscribedClients: [String.t()] | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.