ChannelSection constructor
ChannelSection({
- ChannelSectionContentDetails? contentDetails,
- String? etag,
- String? id,
- String? kind,
- Map<
String, ChannelSectionLocalization> ? localizations, - ChannelSectionSnippet? snippet,
- ChannelSectionTargeting? targeting,
Implementation
ChannelSection({
this.contentDetails,
this.etag,
this.id,
this.kind,
this.localizations,
this.snippet,
this.targeting,
});