Class MetaTrailer
Represents trailer information for a metadata search result.
public sealed record MetaTrailer : IEquatable<MetaTrailer>
- Inheritance
-
MetaTrailer
- Implements
- Inherited Members
Properties
FullUrl
Gets the full YouTube URL, or null if not available.
[JsonPropertyName("full_url")]
public string? FullUrl { get; init; }
Property Value
Thumbnail
Gets the thumbnail image URL, or null if not available.
[JsonPropertyName("thumbnail")]
public string? Thumbnail { get; init; }
Property Value
YoutubeId
Gets the YouTube video identifier, or null if not available.
[JsonPropertyName("youtube_id")]
public string? YoutubeId { get; init; }