View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AudioStatusReport (google_api_chrome_management v0.3.0)

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

Attributes

  • inputDevice (type: String.t, default: nil) - Output only. Active input device's name.
  • inputGain (type: integer(), default: nil) - Output only. Active input device's gain in [0, 100].
  • inputMute (type: boolean(), default: nil) - Output only. Is active input device mute or not.
  • outputDevice (type: String.t, default: nil) - Output only. Active output device's name.
  • outputMute (type: boolean(), default: nil) - Output only. Is active output device mute or not.
  • outputVolume (type: integer(), default: nil) - Output only. Active output device's volume in [0, 100].
  • reportTime (type: DateTime.t, default: nil) - Output only. Timestamp of when the sample was collected on device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AudioStatusReport{
    inputDevice: String.t() | nil,
    inputGain: integer() | nil,
    inputMute: boolean() | nil,
    outputDevice: String.t() | nil,
    outputMute: boolean() | nil,
    outputVolume: integer() | nil,
    reportTime: DateTime.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.