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:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z"or"2014-10-02T15:01:23+05:30".
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:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z"or"2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,["- [Resource: PrivateAuction](#PrivateAuction)\n - [JSON representation](#PrivateAuction.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: PrivateAuction The `PrivateAuction` resource.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"sellerContactUsers\": [ string ], \"privateAuctionId\": string, \"displayName\": string, \"description\": string, \"archived\": boolean, \"createTime\": string, \"updateTime\": string } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `PrivateAuction`. Format: `networks/{networkCode}/privateAuctions/{privateAuctionId}` |\n| `sellerContactUsers[]` | `string` Optional. The resource names of the seller contact users associated with this `PrivateAuction`. Format: `networks/{networkCode}/users/{userId}` |\n| `privateAuctionId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. `PrivateAuction` ID. |\n| `displayName` | `string` Required. Display name of the `PrivateAuction`. This attribute has a maximum length of 255 bytes. |\n| `description` | `string` Optional. Description of the `PrivateAuction`. This attribute has a maximum length of 4096 bytes. |\n| `archived` | `boolean` Output only. Whether the `PrivateAuction` is archived. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` 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: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` 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: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\n| Methods ||\n|----------------------------------------------------------------------------------|-----------------------------------------------------|\n| [create](/ad-manager/api/beta/reference/rest/v1/networks.privateAuctions/create) | API to create a `PrivateAuction` object. |\n| [get](/ad-manager/api/beta/reference/rest/v1/networks.privateAuctions/get) | API to retrieve a `PrivateAuction` object. |\n| [list](/ad-manager/api/beta/reference/rest/v1/networks.privateAuctions/list) | API to retrieve a list of `PrivateAuction` objects. |\n| [patch](/ad-manager/api/beta/reference/rest/v1/networks.privateAuctions/patch) | API to update a `PrivateAuction` object. |"]]