Class GoogleChecksReportV1alphaReport
Privacy report.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaReport : IDirectResponseSchema
Properties
AppBundle
Information about the analyzed app bundle.
Declaration
[JsonProperty("appBundle")]
public virtual GoogleChecksReportV1alphaAppBundle AppBundle { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksReportV1alphaAppBundle |
Checks
List of checks that were run on the app bundle.
Declaration
[JsonProperty("checks")]
public virtual IList<GoogleChecksReportV1alphaCheck> Checks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksReportV1alphaCheck> |
DataMonitoring
Information related to data monitoring.
Declaration
[JsonProperty("dataMonitoring")]
public virtual GoogleChecksReportV1alphaDataMonitoring DataMonitoring { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksReportV1alphaDataMonitoring |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Resource name of the report.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultsUri
A URL to view results.
Declaration
[JsonProperty("resultsUri")]
public virtual string ResultsUri { get; set; }
Property Value
Type | Description |
---|---|
string |