Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesVideo

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

Properties

ChannelId

Output only. The owner channel id of the video.

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

DurationMillis

Output only. The duration of the video in milliseconds.

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

ETag

The ETag of the item.

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

Id

Output only. The ID of the video.

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

ResourceName

Output only. The resource name of the video. Video resource names have the form: customers/{customer_id}/videos/{video_id}

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

Title

Output only. The title of the video.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX