Пример #1
0
 /// <summary>Update a channelSection.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="part">The part parameter serves two purposes in this operation. It identifies the properties that the
 /// write operation will set as well as the properties that the API response will include.
 ///
 /// The part names that you can include in the parameter value are snippet and contentDetails.</param>
 public virtual ChannelSectionsResource.UpdateRequest Update(ChannelSection body, string part)
 {
     return(new ChannelSectionsResource.UpdateRequest(this.service, body, part));
 }
Пример #2
0
 /// <summary>Adds a channelSection for the authenticated user's channel.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="part">The part parameter serves two purposes in this operation. It identifies the properties that the
 /// write operation will set as well as the properties that the API response will include.
 ///
 /// The part names that you can include in the parameter value are snippet and contentDetails.</param>
 public virtual ChannelSectionsResource.InsertRequest Insert(ChannelSection body, string part)
 {
     return(new ChannelSectionsResource.InsertRequest(this.service, body, part));
 }