@@ -147,6 +147,8 @@ pub struct PlaylistLocalization {
147147/// # Activities
148148///
149149/// * youtube.playlists.insert
150+ /// * youtube.playlists.delete
151+ /// * youtube.playlists.list
150152/// * youtube.playlists.update
151153///
152154///
@@ -754,7 +756,7 @@ pub struct ChannelSectionSnippet {
754756#[ derive( RustcEncodable , RustcDecodable , Default , Clone ) ]
755757pub struct ChannelContentDetails {
756758 /// no description provided
757- pub relatedPlaylists : HashMap < String , ChannelContentDetailsRelatedPlaylists > ,
759+ pub relatedPlaylists : HashMap < String , ChannelContentDetailsRelatedplaylists > ,
758760 /// The googlePlusUserId object identifies the Google+ profile ID associated with this channel.
759761 pub googlePlusUserId : Option < String > ,
760762}
@@ -974,8 +976,12 @@ pub struct SubscriptionContentDetails {
974976///
975977/// # Activities
976978///
979+ /// * youtube.videos.rate
980+ /// * youtube.videos.getRating
981+ /// * youtube.videos.list
977982/// * youtube.videos.insert
978983/// * youtube.videos.update
984+ /// * youtube.videos.delete
979985///
980986///
981987#[ derive( RustcEncodable , RustcDecodable , Default , Clone ) ]
@@ -1149,6 +1155,8 @@ pub struct PromotedItemId {
11491155/// # Activities
11501156///
11511157/// * youtube.subscriptions.insert
1158+ /// * youtube.subscriptions.list
1159+ /// * youtube.subscriptions.delete
11521160///
11531161///
11541162#[ derive( RustcEncodable , RustcDecodable , Default , Clone ) ]
@@ -1483,7 +1491,10 @@ pub struct VideoFileDetailsVideoStream {
14831491
14841492/// A thumbnail is an image representing a YouTube resource.
14851493///
1486- /// This schema type is not used in any activity, and only used as *part* of another schema.
1494+ /// # Activities
1495+ ///
1496+ /// * youtube.thumbnails.set
1497+ ///
14871498///
14881499#[ derive( RustcEncodable , RustcDecodable , Default , Clone ) ]
14891500pub struct Thumbnail {
@@ -1499,6 +1510,7 @@ pub struct Thumbnail {
14991510///
15001511/// # Activities
15011512///
1513+ /// * youtube.channels.list
15021514/// * youtube.channels.update
15031515///
15041516///
@@ -2488,7 +2500,7 @@ pub struct PageInfo {
24882500/// This schema type is not used in any activity, and only used as *part* of another schema.
24892501///
24902502#[ derive( RustcEncodable , RustcDecodable , Default , Clone ) ]
2491- pub struct ChannelContentDetailsRelatedPlaylists {
2503+ pub struct ChannelContentDetailsRelatedplaylists {
24922504 /// The ID of the playlist that contains the channel"s uploaded videos. Use the videos.insert method to upload new videos and the videos.delete method to delete previously uploaded videos.
24932505 pub uploads : Option < String > ,
24942506 /// The ID of the playlist that contains the channel"s watch history. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
0 commit comments