Class GoogleChecksReportV1alphaDataMonitoring
Represents the data monitoring section of the report.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaDataMonitoring : IDirectResponseSchemaProperties
DataTypes
Data types that your app shares or collects.
Declaration
[JsonProperty("dataTypes")]
public virtual IList<GoogleChecksReportV1alphaDataMonitoringDataTypeResult> DataTypes { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleChecksReportV1alphaDataMonitoringDataTypeResult> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Endpoints
Endpoints that were found by dynamic analysis of your app.
Declaration
[JsonProperty("endpoints")]
public virtual IList<GoogleChecksReportV1alphaDataMonitoringEndpointResult> Endpoints { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleChecksReportV1alphaDataMonitoringEndpointResult> | 
Permissions
Permissions that your app uses.
Declaration
[JsonProperty("permissions")]
public virtual IList<GoogleChecksReportV1alphaDataMonitoringPermissionResult> Permissions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleChecksReportV1alphaDataMonitoringPermissionResult> | 
Sdks
SDKs that your app uses.
Declaration
[JsonProperty("sdks")]
public virtual IList<GoogleChecksReportV1alphaDataMonitoringSdkResult> Sdks { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleChecksReportV1alphaDataMonitoringSdkResult> |