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

Information of the policies applied on an extension.

Attributes

  • extensionId (type: String.t, default: nil) - Output only. ID of the extension.
  • extensionName (type: String.t, default: nil) - Output only. Name of the extension.
  • policyData (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataPolicyData.t), default: nil) - Output only. Information of the policies applied on the extension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData{
    extensionId: String.t() | nil,
    extensionName: String.t() | nil,
    policyData:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataPolicyData.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.