Show / Hide Table of Contents

Class VideoAbuseReportReasonsResource

The "videoAbuseReportReasons" collection of methods.

Inheritance
object
VideoAbuseReportReasonsResource
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 VideoAbuseReportReasonsResource

Constructors

VideoAbuseReportReasonsResource(IClientService)

Constructs a new resource.

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

Methods

List(Repeatable<string>)

Retrieves a list of resources, possibly filtered.

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

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

Returns
Type Description
VideoAbuseReportReasonsResource.ListRequest
In this article
Back to top Generated by DocFX