Class GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse
Response containing a list of devices that have requested the queried extension.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse : IDirectResponseSchema
Properties
DeviceDetails
Details of devices that have requested the queried extension.
Declaration
[JsonProperty("deviceDetails")]
public virtual IList<GoogleChromeManagementV1DeviceRequestingExtensionDetails> DeviceDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1DeviceRequestingExtensionDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Optional. Token to specify the next page in the list. Token expires after 1 day.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalSize
Optional. Total number of devices in response.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |