View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataTypeEvidence (google_api_checks v0.4.0)

Evidence concerning a data type that was found in your app.

Attributes

  • dataType (type: String.t, default: nil) - The data type that was found in your app.
  • dataTypeEvidence (type: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEvidence.t, default: nil) - Evidence collected about the data type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataTypeEvidence{
    dataType: String.t() | nil,
    dataTypeEvidence:
      GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEvidence.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.