Program
ProgramBuilderを使用してビルドされるProgramオブジェクトのクラスオブジェクト表現。
実装
コンストラクタ
new Program()
new Program(
identifier,channelDescriptor,title,startTimeMs,endTimeMs,subtitle,description,thumbnailUrl,posterArtUrl,ratings,genres,attributes,seriesInfo): Program
パラメーター
identifier
string
channelDescriptor
title
string
startTimeMs
number
endTimeMs
number
subtitle?
string
description?
string
thumbnailUrl?
string
posterArtUrl?
string
ratings?
string[]
genres?
string[]
attributes?
string[]
seriesInfo?
ISeriesInfo | undefined
戻り値
Last updated: 2026年7月31日

