Show / Hide Table of Contents

Class AdAsset

A single ad asset.

Inheritance
object
AdAsset
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.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdAsset : IDirectResponseSchema

Properties

AdAssetId

Output only. The ID of the ad asset. Referred to as the asset ID when assigned to an ad.

Declaration
[JsonProperty("adAssetId")]
public virtual long? AdAssetId { get; set; }
Property Value
Type Description
long?

AdAssetType

Required. The type of the ad asset.

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

EntityStatus

Output only. The entity status of the ad asset.

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

Name

Identifier. The resource name of the ad asset.

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

YoutubeVideoAsset

Youtube video asset data.

Declaration
[JsonProperty("youtubeVideoAsset")]
public virtual YoutubeVideoAsset YoutubeVideoAsset { get; set; }
Property Value
Type Description
YoutubeVideoAsset

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX