Class ListDeviceSessionsResponse
A list of device sessions.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ListDeviceSessionsResponse : IDirectResponseSchema
Properties
DeviceSessions
The sessions matching the specified filter in the given cloud project.
Declaration
[JsonProperty("deviceSessions")]
public virtual IList<DeviceSession> DeviceSessions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DeviceSession> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |