Show / Hide Table of Contents

Class GoogleChromeManagementV1AudioStatusReport

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

Properties

ETag

The ETag of the item.

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

InputDevice

Output only. Active input device's name.

Declaration
[JsonProperty("inputDevice")]
public virtual string InputDevice { get; set; }
Property Value
Type Description
string

InputGain

Output only. Active input device's gain in [0, 100].

Declaration
[JsonProperty("inputGain")]
public virtual int? InputGain { get; set; }
Property Value
Type Description
int?

InputMute

Output only. Is active input device mute or not.

Declaration
[JsonProperty("inputMute")]
public virtual bool? InputMute { get; set; }
Property Value
Type Description
bool?

OutputDevice

Output only. Active output device's name.

Declaration
[JsonProperty("outputDevice")]
public virtual string OutputDevice { get; set; }
Property Value
Type Description
string

OutputMute

Output only. Is active output device mute or not.

Declaration
[JsonProperty("outputMute")]
public virtual bool? OutputMute { get; set; }
Property Value
Type Description
bool?

OutputVolume

Output only. Active output device's volume in [0, 100].

Declaration
[JsonProperty("outputVolume")]
public virtual int? OutputVolume { get; set; }
Property Value
Type Description
int?

ReportTime

object representation of ReportTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReportTimeDateTimeOffset instead.")]
public virtual object ReportTime { get; set; }
Property Value
Type Description
object

ReportTimeDateTimeOffset

DateTimeOffset representation of ReportTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReportTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReportTimeRaw

Output only. Timestamp of when the sample was collected on device.

Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX