StackedContentMetadata constructor
StackedContentMetadata({
- Map<
String, String> ? customLabels, - String? uniqueId,
- String? publisherName,
- String? programTitle,
- String? episodeTitle,
- String? episodeSeasonNumber,
- String? episodeNumber,
- String? genreName,
- String? genreId,
- Date? productionDate,
- Time? productionTime,
- Date? digitalAiringDate,
- Time? digitalAiringTime,
- Date? tvAiringDate,
- Time? tvAiringTime,
- String? stationTitle,
- String? stationCode,
- String? programId,
- String? episodeId,
- String? networkAffiliate,
- int? fee,
- String? playlistTitle,
- String? dictionaryClassificationC3,
- String? dictionaryClassificationC4,
- String? dictionaryClassificationC6,
- ContentDeliveryMode? deliveryMode,
- ContentDeliverySubscriptionType? deliverySubscriptionType,
- ContentDeliveryComposition? deliveryComposition,
- ContentDeliveryAdvertisementCapability? deliveryAdvertisementCapability,
- ContentDistributionModel? distributionModel,
- ContentMediaFormat? mediaFormat,
Implementation
StackedContentMetadata(
{Map<String, String>? customLabels,
this.uniqueId,
this.publisherName,
this.programTitle,
this.episodeTitle,
this.episodeSeasonNumber,
this.episodeNumber,
this.genreName,
this.genreId,
this.productionDate,
this.productionTime,
this.digitalAiringDate,
this.digitalAiringTime,
this.tvAiringDate,
this.tvAiringTime,
this.stationTitle,
this.stationCode,
this.programId,
this.episodeId,
this.networkAffiliate,
this.fee,
this.playlistTitle,
this.dictionaryClassificationC3,
this.dictionaryClassificationC4,
this.dictionaryClassificationC6,
this.deliveryMode,
this.deliverySubscriptionType,
this.deliveryComposition,
this.deliveryAdvertisementCapability,
this.distributionModel,
this.mediaFormat})
: labels = Map.unmodifiable(customLabels ?? {});