Show / Hide Table of Contents

Class YoutubeMetadata

Annotation metadata for YouTube artifact.

Inheritance
object
YoutubeMetadata
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class YoutubeMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

YouTube resource ID of the artifact.

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

ShouldNotRender

If this field is set to true, server should still contact external backends to get metadata for search but clients should not render this chip.

Declaration
[JsonProperty("shouldNotRender")]
public virtual bool? ShouldNotRender { get; set; }
Property Value
Type Description
bool?

StartTime

YouTube query parameter for timestamp. YouTube specific flag that allows users to embed time token when sharing a link. This property contains parsed time token in seconds.

Declaration
[JsonProperty("startTime")]
public virtual int? StartTime { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX