Class GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand
A representation of a remote command for a Chrome browser profile.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand : IDirectResponseSchema
Properties
CommandResult
Output only. Result of the remote command.
Declaration
[JsonProperty("commandResult")]
public virtual GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult CommandResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult |
CommandState
Output only. State of the remote command.
Declaration
[JsonProperty("commandState")]
public virtual string CommandState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CommandType
Required. Type of the remote command. The only supported command_type is "clearBrowsingData".
Declaration
[JsonProperty("commandType")]
public virtual string CommandType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssueTime
object representation of IssueTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IssueTimeDateTimeOffset instead.")]
public virtual object IssueTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IssueTimeDateTimeOffset
DateTimeOffset representation of IssueTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IssueTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
IssueTimeRaw
Output only. Timestamp of the issurance of the remote command.
Declaration
[JsonProperty("issueTime")]
public virtual string IssueTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payload
Required. Payload of the remote command. The payload for "clearBrowsingData" command supports: - fields "clearCache" and "clearCookies" - values of boolean type.
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ValidDuration
Output only. Valid duration of the remote command.
Declaration
[JsonProperty("validDuration")]
public virtual object ValidDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |