Show / Hide Table of Contents

Class ControllerResource

The "controller" collection of methods.

Inheritance
object
ControllerResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class ControllerResource

Constructors

ControllerResource(IClientService)

Constructs a new resource.

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

Properties

Debuggees

Gets the Debuggees resource.

Declaration
public virtual ControllerResource.DebuggeesResource Debuggees { get; }
Property Value
Type Description
ControllerResource.DebuggeesResource
In This Article
Back to top Generated by DocFX