The cast receiver application model.

CastReceiverApplication

interface CastReceiverApplication {
    Id?: string;
    Name?: string;
}

Properties

Properties

Id?: string

Gets or sets the cast receiver application id.

CastReceiverApplication

Name?: string

Gets or sets the cast receiver application name.

CastReceiverApplication