Show / Hide Table of Contents

Class AbuseReportsResource

The "abuseReports" collection of methods.

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

Constructors

AbuseReportsResource(IClientService)

Constructs a new resource.

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

Methods

Insert(AbuseReport, Repeatable<String>)

Inserts a new resource into this collection.

Declaration
public virtual AbuseReportsResource.InsertRequest Insert(AbuseReport body, Repeatable<string> part)
Parameters
Type Name Description
AbuseReport body

The body of the request.

Repeatable<System.String> part

The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include.

Returns
Type Description
AbuseReportsResource.InsertRequest
Back to top