Show / Hide Table of Contents

Class SuperChatEventsResource

The "superChatEvents" collection of methods.

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

Constructors

SuperChatEventsResource(IClientService)

Constructs a new resource.

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

Methods

List(Repeatable<String>)

Retrieves a list of resources, possibly filtered.

Declaration
public virtual SuperChatEventsResource.ListRequest List(Repeatable<string> part)
Parameters
Type Name Description
Repeatable<System.String> part

The part parameter specifies the superChatEvent resource parts that the API response will include. Supported values are id and snippet.

Returns
Type Description
SuperChatEventsResource.ListRequest
Back to top