View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessment (google_api_chrome_management v0.8.0)

Risk assessment for a Chrome extension.

Attributes

  • assessment (type: String.t, default: nil) - Risk assessment for the extension. Currently, this is a numerical value, and its interpretation is specific to each risk assessment provider.
  • detailsUrl (type: String.t, default: nil) - A URL that a user can navigate to for more information about the risk assessment.
  • version (type: String.t, default: nil) - The version of the extension that this assessment applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RiskAssessment{
    assessment: String.t() | nil,
    detailsUrl: String.t() | nil,
    version: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.