Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaYoutubeMetadata

Metadata about a youtube video source.

Inheritance
object
GoogleCloudNotebooklmV1alphaYoutubeMetadata
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaYoutubeMetadata : IDirectResponseSchema

Properties

ChannelName

Output only. The channel name of the youtube video.

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

VideoId

Output only. The id of the youtube video.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX