Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAdTextAsset

A text asset used inside an ad.

Inheritance
object
GoogleAdsSearchads360V23CommonAdTextAsset
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 GoogleAdsSearchads360V23CommonAdTextAsset : IDirectResponseSchema

Properties

AssetPerformanceLabel

The performance label of this text asset.

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

PinnedField

The pinned field of the asset. This restricts the asset to only serve within this field. Multiple assets can be pinned to the same field. An asset that is unpinned or pinned to a different field will not serve in a field where some other asset has been pinned.

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

PolicySummaryInfo

The policy summary of this text asset.

Declaration
[JsonProperty("policySummaryInfo")]
public virtual GoogleAdsSearchads360V23CommonAdAssetPolicySummary PolicySummaryInfo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdAssetPolicySummary

Text

Asset text.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX