Class GoogleCloudNotebooklmV1alphaYoutubeMetadata
Metadata about a youtube video source.
Implements
Inherited Members
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 |