GoogleChromeManagementV1AudioStatusReport class

Status data for storage.

  • This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceAudioStatus
  • Data Collection Frequency: 10 minutes * 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_AUDIO_REPORT

Constructors

GoogleChromeManagementV1AudioStatusReport({String? inputDevice, int? inputGain, bool? inputMute, String? outputDevice, bool? outputMute, int? outputVolume, String? reportTime})
GoogleChromeManagementV1AudioStatusReport.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
inputDevice String?
Active input device's name.
getter/setter pair
inputGain int?
Active input device's gain in [0, 100].
getter/setter pair
inputMute bool?
Is active input device mute or not.
getter/setter pair
outputDevice String?
Active output device's name.
getter/setter pair
outputMute bool?
Is active output device mute or not.
getter/setter pair
outputVolume int?
Active output device's volume in [0, 100].
getter/setter pair
reportTime String?
Timestamp of when the sample was collected on device.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited