Table of Contents

Class ExportableStreamingChannel

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

Class used to export/import product info cache item properties

[Serializable]
public class ExportableStreamingChannel
Inheritance
ExportableStreamingChannel
Inherited Members

Properties

Id

A int representing the id

public int Id { get; set; }

Property Value

int

Name

A string representing the name

public string Name { get; set; }

Property Value

string