Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdStrengthActionItemAddAssetDetails

The details of the asset to add.

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

Properties

AssetCount

Output only. The number of assets to add.

Declaration
[JsonProperty("assetCount")]
public virtual int? AssetCount { get; set; }
Property Value
Type Description
int?

AssetFieldType

Output only. The asset field type of the asset(s) to add.

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

VideoAspectRatioRequirement

Output only. For video field types, the required aspect ratio of the video. When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX