Show / Hide Table of Contents

Class ApiResource

The "api" collection of methods.

Inheritance
object
ApiResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTasks.v2beta2
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class ApiResource

Constructors

ApiResource(IClientService)

Constructs a new resource.

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

Properties

Queue

Gets the Queue resource.

Declaration
public virtual ApiResource.QueueResource Queue { get; }
Property Value
Type Description
ApiResource.QueueResource
In this article
Back to top Generated by DocFX