Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult

Result of the execution of a command.

Inheritance
object
GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX