Class CarouselCard
Details for a Demand Gen carousel card.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class CarouselCard : IDirectResponseSchema
Properties
CallToAction
Required. The call-to-action button shown on the card. Must use 10 characters or less.
Declaration
[JsonProperty("callToAction")]
public virtual string CallToAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalMobileUrl
Optional. The URL address of the webpage that people reach after they click the card on a mobile device.
Declaration
[JsonProperty("finalMobileUrl")]
public virtual string FinalMobileUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalUrl
Required. The URL address of the webpage that people reach after they click the card.
Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headline
Required. The headline of the card.
Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MarketingImage
Optional. The marketing image shown on the card.
Declaration
[JsonProperty("marketingImage")]
public virtual ImageAsset MarketingImage { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |
PortraitMarketingImage
Optional. The portrait marketing image shown on the card.
Declaration
[JsonProperty("portraitMarketingImage")]
public virtual ImageAsset PortraitMarketingImage { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |
SquareMarketingImage
Optional. The square marketing image shown on the card.
Declaration
[JsonProperty("squareMarketingImage")]
public virtual ImageAsset SquareMarketingImage { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |