Class YoutubeResource.V3Resource
The "v3" collection of methods.
Inherited Members
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 |
Properties
LiveChat
Gets the LiveChat resource.
Declaration
public virtual YoutubeResource.V3Resource.LiveChatResource LiveChat { get; }
Property Value
Type | Description |
---|---|
YoutubeResource.V3Resource.LiveChatResource |
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 |