View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1BatteryInfo (google_api_chrome_management v0.6.1)
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
Attributes
-
designCapacity(type:String.t, default:nil) - Output only. Design capacity (mAmpere-hours). -
designMinVoltage(type:integer(), default:nil) - Output only. Designed minimum output voltage (mV) -
manufactureDate(type:GoogleApi.ChromeManagement.V1.Model.GoogleTypeDate.t, default:nil) - Output only. The date the battery was manufactured. -
manufacturer(type:String.t, default:nil) - Output only. Battery manufacturer. -
serialNumber(type:String.t, default:nil) - Output only. Battery serial number. -
technology(type:String.t, default:nil) - Output only. Technology of the battery. Example: Li-ion
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1BatteryInfo{ designCapacity: String.t() | nil, designMinVoltage: integer() | nil, manufactureDate: GoogleApi.ChromeManagement.V1.Model.GoogleTypeDate.t() | nil, manufacturer: String.t() | nil, serialNumber: String.t() | nil, technology: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.