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

Information of an extension installed on a Chrome browser profile.

Attributes

  • description (type: String.t, default: nil) - Output only. Description of the extension.
  • extensionId (type: String.t, default: nil) - Output only. ID of the extension.
  • extensionType (type: String.t, default: nil) - Output only. Type of the extension.
  • homepageUri (type: String.t, default: nil) - Output only. The URL of the homepage of the extension.
  • installationType (type: String.t, default: nil) - Output only. Installation type of the extension.
  • isDisabled (type: boolean(), default: nil) - Output only. Represents whether the user disabled the extension.
  • isWebstoreExtension (type: boolean(), default: nil) - Output only. Represents whether the extension is from the webstore.
  • manifestVersion (type: integer(), default: nil) - Output only. Manifest version of the extension.
  • name (type: String.t, default: nil) - Output only. Name of the extension.
  • permissions (type: list(String.t), default: nil) - Output only. Permissions requested by the extension.
  • version (type: String.t, default: nil) - Output only. Version of the extension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionData{
    description: String.t() | nil,
    extensionId: String.t() | nil,
    extensionType: String.t() | nil,
    homepageUri: String.t() | nil,
    installationType: String.t() | nil,
    isDisabled: boolean() | nil,
    isWebstoreExtension: boolean() | nil,
    manifestVersion: integer() | nil,
    name: String.t() | nil,
    permissions: [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.