View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessmentEntry (google_api_chrome_management v0.9.0)

One risk assessment entry.

Attributes

  • provider (type: String.t, default: nil) - The risk assessment provider from which this entry comes from.
  • riskAssessment (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessment.t, default: nil) - The details of the provider's risk assessment.
  • riskLevel (type: String.t, default: nil) - The bucketed risk level for the risk assessment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessmentEntry{
    provider: String.t() | nil,
    riskAssessment:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessment.t()
      | nil,
    riskLevel: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.