Request parameters for cancelTimer operation in LiveTvApi.

LiveTvApiCancelTimerRequest

interface LiveTvApiCancelTimerRequest {
    timerId: string;
}

Properties

Properties

timerId: string

Timer id.

LiveTvApiCancelTimer