Class GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata
Metadata for a YouTube video attribute.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata : IDirectResponseSchema
Properties
CommentsCount
The total number of comments.
Declaration
[JsonProperty("commentsCount")]
public virtual long? CommentsCount { 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 |
LikesCount
The total number of likes.
Declaration
[JsonProperty("likesCount")]
public virtual long? LikesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PublishDate
The date that the video was created. Formatted as "yyyy-mm-dd".
Declaration
[JsonProperty("publishDate")]
public virtual string PublishDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThumbnailUrl
The URL of the video thumbnail, prefixed by "https://img.youtube.com/".
Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoProperties
The properties of this video (such as shorts, live stream).
Declaration
[JsonProperty("videoProperties")]
public virtual IList<string> VideoProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
VideoUrl
The URL of the video, prefixed by "https://www.youtube.com/".
Declaration
[JsonProperty("videoUrl")]
public virtual string VideoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ViewsCount
The total number of views.
Declaration
[JsonProperty("viewsCount")]
public virtual long? ViewsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |