Table of Contents

Class MetaTrailer

Namespace
TorBoxSDK.Models.Search
Assembly
TorBoxSDK.dll

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

string

Thumbnail

Gets the thumbnail image URL, or null if not available.

[JsonPropertyName("thumbnail")]
public string? Thumbnail { get; init; }

Property Value

string

YoutubeId

Gets the YouTube video identifier, or null if not available.

[JsonPropertyName("youtube_id")]
public string? YoutubeId { get; init; }

Property Value

string