Table of Contents

Class DirectoryChromeosdevicesIssueCommandResponse

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

A response for issuing a command.

public class DirectoryChromeosdevicesIssueCommandResponse : IDirectResponseSchema
Inheritance
DirectoryChromeosdevicesIssueCommandResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

DirectoryChromeosdevicesIssueCommandResponse()

public DirectoryChromeosdevicesIssueCommandResponse()

Properties

CommandId

The unique ID of the issued command, used to retrieve the command status.

public virtual long? CommandId { get; set; }

Property Value

long?

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string