name property

String? name
getter/setter pair

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.

Immutable.

Implementation

core.String? name;