Show / Hide Table of Contents

Class YoutubeResource.V3Resource

The "v3" collection of methods.

Inheritance
object
YoutubeResource.V3Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class YoutubeResource.V3Resource

Constructors

V3Resource(IClientService)

Constructs a new resource.

Declaration
public V3Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

UpdateCommentThreads(CommentThread)

Updates an existing resource.

Declaration
public virtual YoutubeResource.V3Resource.UpdateCommentThreadsRequest UpdateCommentThreads(CommentThread body)
Parameters
Type Name Description
CommentThread body

The body of the request.

Returns
Type Description
YoutubeResource.V3Resource.UpdateCommentThreadsRequest
In This Article
Back to top Generated by DocFX