Show / Hide Table of Contents

Class MediaUrlsStruct

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

Properties

DashManifestUrl

URL for a dash manifest for playback

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

HlsMasterPlaylistUrl

URL for a hls master playlist for playback

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

PreviewUrl

URL for animated preview clip representing the event session

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

ThumbnailUrl

URL for thumbnail image representing the event session

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX