Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse

Response containing a list of devices with a specific type of hardware specification from the requested hardware type.

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

Properties

CpuReports

The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).

Declaration
[JsonProperty("cpuReports")]
public virtual IList<GoogleChromeManagementV1DeviceHardwareCountReport> CpuReports { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1DeviceHardwareCountReport>

ETag

The ETag of the item.

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

MemoryReports

The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).

Declaration
[JsonProperty("memoryReports")]
public virtual IList<GoogleChromeManagementV1DeviceHardwareCountReport> MemoryReports { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1DeviceHardwareCountReport>

ModelReports

The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).

Declaration
[JsonProperty("modelReports")]
public virtual IList<GoogleChromeManagementV1DeviceHardwareCountReport> ModelReports { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1DeviceHardwareCountReport>

StorageReports

The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).

Declaration
[JsonProperty("storageReports")]
public virtual IList<GoogleChromeManagementV1DeviceHardwareCountReport> StorageReports { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1DeviceHardwareCountReport>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX