gleetube/encoder/channel_section_encoder
Values
pub fn encode_channel_section(
snippet snippet: json.Json,
content_details content_details: json.Json,
) -> json.Json
Build a complete channel section insert/update body.
pub fn encode_content_details(
cd: channel_section.ChannelSectionContentDetails,
) -> json.Json
Encode ChannelSectionContentDetails.
pub fn encode_snippet(
s: channel_section.ChannelSectionSnippet,
) -> json.Json
Encode a ChannelSectionSnippet for insert/update request body.