Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesMediaVideo

Encapsulates a Video.

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

Properties

AdDurationMillis

Output only. The duration of the Video in milliseconds.

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

AdvertisingIdCode

Output only. The Advertising Digital Identification code for this video, as defined by the American Association of Advertising Agencies, used mainly for television commercials.

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

IsciCode

Output only. The Industry Standard Commercial Identifier code for this video, used mainly for television commercials.

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

YoutubeVideoId

Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix "https://www.youtube.com/watch?v=" to this ID will get the YouTube streaming URL for this video.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX