Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAdVideoAssetInfo

Contains info fields for AdVideoAssets.

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

Properties

AdVideoAssetFeatureControl

Defines feature controls for this AdVideoAsset during serving time. For example, whether YouTube comments should be enabled for Partnership Ads served on YouTube Shorts.

Declaration
[JsonProperty("adVideoAssetFeatureControl")]
public virtual GoogleAdsSearchads360V23CommonAdVideoAssetLinkFeatureControl AdVideoAssetFeatureControl { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdVideoAssetLinkFeatureControl

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX