View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaReport (google_api_checks v0.3.0)

Privacy report.

Attributes

  • appBundle (type: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaAppBundle.t, default: nil) - Information about the analyzed app bundle.
  • checks (type: list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheck.t), default: nil) - List of checks that were run on the app bundle.
  • dataMonitoring (type: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoring.t, default: nil) - Information related to data monitoring.
  • name (type: String.t, default: nil) - Resource name of the report.
  • resultsUri (type: String.t, default: nil) - A URL to view results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaReport{
  appBundle:
    GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaAppBundle.t() | nil,
  checks:
    [GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheck.t()] | nil,
  dataMonitoring:
    GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoring.t()
    | nil,
  name: String.t() | nil,
  resultsUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.