Class GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse
Response to ListChromeBrowserProfileCommands method.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse : IDirectResponseSchema
Properties
ChromeBrowserProfileCommands
The list of commands returned.
Declaration
[JsonProperty("chromeBrowserProfileCommands")]
public virtual IList<GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand> ChromeBrowserProfileCommands { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The pagination token that can be used to list the next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalSize
Total size represents an estimated number of resources returned.
Declaration
[JsonProperty("totalSize")]
public virtual long? TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |