AI-generated Key Takeaways
-
The PrivateAuction resource represents a private auction in Ad Manager.
-
It includes fields such as name, seller contact users, display name, and description.
-
Several fields, including
privateAuctionId,archived,createTime, andupdateTime, are output only. -
Methods are available to create, get, list, and patch PrivateAuction objects.
Resource: PrivateAuction
The PrivateAuction
resource.
| JSON representation |
|---|
{ "name" : string , "sellerContactUsers" : [ string ] , "privateAuctionId" : string , "displayName" : string , "description" : string , "archived" : boolean , "createTime" : string , "updateTime" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
sellerContactUsers[]
|
Optional. The resource names of the seller contact users associated with this |
privateAuctionId
|
Output only. |
displayName
|
Required. Display name of the |
description
|
Optional. Description of the |
archived
|
Output only. Whether the |
createTime
|
Output only. The instant at which the PrivateAuction was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. The instant at which the PrivateAuction was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
API to create a PrivateAuction
object. |
|
API to retrieve a PrivateAuction
object. |
|
API to retrieve a list of PrivateAuction
objects. |
|
API to update a PrivateAuction
object. |

