Table of Contents

Class ExportableTvChannel

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import tv channel cache item properties

[Serializable]
public class ExportableTvChannel
Inheritance
ExportableTvChannel
Inherited Members

Fields

Name

A string representation of the name

public string Name

Field Value

string

StartTime

A DateTime representation of the start time

public DateTime? StartTime

Field Value

DateTime?

StreamUrl

A string representation of the stream url

public string StreamUrl

Field Value

string