Show / Hide Table of Contents

Class SponsorsResource

The "sponsors" collection of methods.

Inheritance
System.Object
SponsorsResource
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 SponsorsResource

Constructors

SponsorsResource(IClientService)

Constructs a new resource.

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

Methods

List(Repeatable<String>)

Retrieves a list of sponsors that match the request criteria for a channel.

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

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

Returns
Type Description
SponsorsResource.ListRequest
Back to top