Class GoogleChromeManagementV1BatteryInfo
Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDevicePowerStatus * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No
- Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BATTERY_INFO
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1BatteryInfo : IDirectResponseSchema
Properties
DesignCapacity
Output only. Design capacity (mAmpere-hours).
Declaration
[JsonProperty("designCapacity")]
public virtual long? DesignCapacity { get; set; }
Property Value
Type | Description |
---|---|
long? |
DesignMinVoltage
Output only. Designed minimum output voltage (mV)
Declaration
[JsonProperty("designMinVoltage")]
public virtual int? DesignMinVoltage { 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 |
ManufactureDate
Output only. The date the battery was manufactured.
Declaration
[JsonProperty("manufactureDate")]
public virtual GoogleTypeDate ManufactureDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
Manufacturer
Output only. Battery manufacturer.
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
string |
SerialNumber
Output only. Battery serial number.
Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Technology
Output only. Technology of the battery. Example: Li-ion
Declaration
[JsonProperty("technology")]
public virtual string Technology { get; set; }
Property Value
Type | Description |
---|---|
string |