Class GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult
Result of the execution of a command.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult : IDirectResponseSchema
Properties
ClientExecutionTime
object representation of ClientExecutionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ClientExecutionTimeDateTimeOffset instead.")]
public virtual object ClientExecutionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ClientExecutionTimeDateTimeOffset
DateTimeOffset representation of ClientExecutionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ClientExecutionTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ClientExecutionTimeRaw
Output only. Timestamp of the client execution of the remote command.
Declaration
[JsonProperty("clientExecutionTime")]
public virtual string ClientExecutionTimeRaw { 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 |
ResultCode
Output only. Result code that indicates the type of error or success of the command.
Declaration
[JsonProperty("resultCode")]
public virtual string ResultCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultType
Output only. Result type of the remote command.
Declaration
[JsonProperty("resultType")]
public virtual string ResultType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |