Show / Hide Table of Contents

Class ListDebuggeesResponse

Response for listing debuggees.

Inheritance
object
ListDebuggeesResponse
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class ListDebuggeesResponse : IDirectResponseSchema

Properties

Debuggees

List of debuggees accessible to the calling user. The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

Declaration
[JsonProperty("debuggees")]
public virtual IList<Debuggee> Debuggees { get; set; }
Property Value
Type Description
IList<Debuggee>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX