Show / Hide Table of Contents

Class TestsResource

The "tests" collection of methods.

Inheritance
object
TestsResource
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 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<string> part

null

Returns
Type Description
TestsResource.InsertRequest
In This Article
Back to top Generated by DocFX