Class GoogleChromeManagementVersionsV1ReportingSettings
Reporting settings for connector configs.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ReportingSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnabledDefaultEvents
Optional. The list of user and browser events that are enabled for this connector. An empty list disables
all default events, and using ALL_DEFAULT_EVENTS will enable all default events.
Declaration
[JsonProperty("enabledDefaultEvents")]
public virtual IList<string> EnabledDefaultEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
EnabledDeviceEvents
Optional. The list of device events that are enabled for this config. An empty list disables all device
events, and using ALL_DEVICE_EVENTS will enable all device events.
Declaration
[JsonProperty("enabledDeviceEvents")]
public virtual IList<string> EnabledDeviceEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
EnabledOptInEvents
Optional. The list of opt-in events that are enabled for this config. An empty list disables all opt-in
events, and using ALL_OPT_IN_EVENTS will enable all opt-in events.
Declaration
[JsonProperty("enabledOptInEvents")]
public virtual IList<string> EnabledOptInEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |