Resource: Product
A single product.
JSON representation |
---|
{
"name": string,
"externalId": string,
"displayName": string,
"description": string,
"labels": {
string: string,
...
},
"creativeSpecifications": [
{
object ( |
Fields | |
---|---|
name |
The resource name of the product in the format: |
externalId |
Optional. An id used to map this entity to external sources. |
displayName |
Required. The display name of the product. Must be UTF-8 encoded with a maximum size of 240 bytes. |
description |
Optional. Additional freeform field to describe the product. |
labels |
Optional. The set of freeform labels to describe this product. An object containing a list of |
creativeSpecifications[] |
Required. List of permissible creatives that can be served for this product. |
bookingLeadTime |
Required. Lead time required to book the product. Now + bookingLeadTime should be after flight start. A duration in seconds with up to nine fractional digits, terminated by ' |
assignmentLeadTime |
Required. Lead time required to assign creatives. A duration in seconds with up to nine fractional digits, terminated by ' |
minFlightDuration |
Optional. Minimum flight duration for this product. A duration in seconds with up to nine fractional digits, terminated by ' |
maxFlightDuration |
Required. Maximum flight duration for this product. A duration in seconds with up to nine fractional digits, terminated by ' |
slotDuration |
Required. Slot duration for this product. A duration in seconds with up to nine fractional digits, terminated by ' |
createTime |
Output only. Creation timestamp for the product. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last updated timestamp for the product. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
currencyCode |
The 3-letter uppercase currency code defined in ISO 4217. |
Methods |
|
---|---|
|
Creates a new product. |
|
Retrieves an individual product. |
|
Lists products. |
|
Updates an existing product. |