Represents the marketing information for a Product, SKU or Offer.
| JSON representation | 
|---|
| {
  "displayName": string,
  "description": string,
  "defaultLogo": {
    object ( | 
| Fields | |
|---|---|
| displayName | 
 Human readable name. | 
| description | 
 Human readable description. Description can contain HTML. | 
| defaultLogo | 
 Default logo. | 
Media
Represents media information.
| JSON representation | 
|---|
| {
  "title": string,
  "content": string,
  "type": enum ( | 
| Fields | |
|---|---|
| title | 
 Title of the media. | 
| content | 
 URL of the media. | 
| type | 
 Type of the media. | 
MediaType
Type of media used.
| Enums | |
|---|---|
| MEDIA_TYPE_UNSPECIFIED | Not used. | 
| MEDIA_TYPE_IMAGE | Type of image. |