Class ListDebuggeesResponse
Response for listing debuggees.
Implements
Inherited Members
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 |