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

Information of a policy applied on a Chrome browser profile.

Attributes

  • conflicts (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData.t), default: nil) - Output only. Conflicting policy information.
  • error (type: String.t, default: nil) - Output only. Error message of the policy, if any.
  • name (type: String.t, default: nil) - Output only. Name of the policy.
  • source (type: String.t, default: nil) - Output only. Source of the policy.
  • value (type: String.t, default: nil) - Output only. Value of the policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataPolicyData{
    conflicts:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData.t()
      ]
      | nil,
    error: String.t() | nil,
    name: String.t() | nil,
    source: String.t() | nil,
    value: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.