Class GoogleChromeManagementV1FindInstalledAppProfilesResponse
Response containing a list of profiles with queried app installed.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1FindInstalledAppProfilesResponse : IDirectResponseSchema
Properties
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 |
Profiles
A list of profiles which have the app installed. Sorted in ascending alphabetical order on the profile.Email field.
Declaration
[JsonProperty("profiles")]
public virtual IList<GoogleChromeManagementV1ProfileAppInstallInstance> Profiles { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleChromeManagementV1ProfileAppInstallInstance> |
TotalSize
Total number of profiles matching request.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |