Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset

A Demand Gen Carousel Card asset.

Inheritance
object
GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset : IDirectResponseSchema

Properties

CallToActionText

Call to action text.

Declaration
[JsonProperty("callToActionText")]
public virtual string CallToActionText { 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

Headline

Required. Headline of the carousel card.

Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
Type Description
string

MarketingImageAsset

Asset resource name of the associated 1.91:1 marketing image. This and/or square marketing image asset is required.

Declaration
[JsonProperty("marketingImageAsset")]
public virtual string MarketingImageAsset { get; set; }
Property Value
Type Description
string

PortraitMarketingImageAsset

Asset resource name of the associated 4:5 portrait marketing image.

Declaration
[JsonProperty("portraitMarketingImageAsset")]
public virtual string PortraitMarketingImageAsset { get; set; }
Property Value
Type Description
string

SquareMarketingImageAsset

Asset resource name of the associated square marketing image. This and/or a marketing image asset is required.

Declaration
[JsonProperty("squareMarketingImageAsset")]
public virtual string SquareMarketingImageAsset { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX