Show / Hide Table of Contents

Class TestsResource

The "tests" collection of methods.

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

Constructors

TestsResource(IClientService)

Constructs a new resource.

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

Methods

Insert(TestItem, Repeatable<String>)

POST method.

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

The body of the request.

Repeatable<System.String> part
Returns
Type Description
TestsResource.InsertRequest
Back to top