Show / Hide Table of Contents

Class GoogleChromeManagementV1UsbPeripheralReport

USB connected peripheral report.

Inheritance
object
GoogleChromeManagementV1UsbPeripheralReport
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 GoogleChromeManagementV1UsbPeripheralReport : IDirectResponseSchema

Properties

Categories

Output only. Categories the device belongs to https://www.usb.org/defined-class-codes

Declaration
[JsonProperty("categories")]
public virtual IList<string> Categories { get; set; }
Property Value
Type Description
IList<string>

ClassId

Output only. Class ID https://www.usb.org/defined-class-codes

Declaration
[JsonProperty("classId")]
public virtual int? ClassId { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FirmwareVersion

Output only. Firmware version

Declaration
[JsonProperty("firmwareVersion")]
public virtual string FirmwareVersion { get; set; }
Property Value
Type Description
string

Name

Output only. Device name, model name, or product name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Pid

Output only. Product ID

Declaration
[JsonProperty("pid")]
public virtual int? Pid { get; set; }
Property Value
Type Description
int?

SubclassId

Output only. Subclass ID https://www.usb.org/defined-class-codes

Declaration
[JsonProperty("subclassId")]
public virtual int? SubclassId { get; set; }
Property Value
Type Description
int?

Vendor

Output only. Vendor name

Declaration
[JsonProperty("vendor")]
public virtual string Vendor { get; set; }
Property Value
Type Description
string

Vid

Output only. Vendor ID

Declaration
[JsonProperty("vid")]
public virtual int? Vid { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX