Class GoogleChromeManagementV1CountInstalledAppsResponse
Response containing details of queried installed apps.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountInstalledAppsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstalledApps
List of installed apps matching request.
Declaration
[JsonProperty("installedApps")]
public virtual IList<GoogleChromeManagementV1InstalledApp> InstalledApps { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1InstalledApp> |
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 installed apps matching request.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |