Class GoogleChromeManagementV1FindInstalledAppDevicesResponse
Response containing a list of devices with queried app installed.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1FindInstalledAppDevicesResponse : IDirectResponseSchema
Properties
Devices
A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field.
Declaration
[JsonProperty("devices")]
public virtual IList<GoogleChromeManagementV1Device> Devices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1Device> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to specify the next page of the request.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalSize
Total number of devices matching request.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |