View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceRequestingExtensionDetails (google_api_chrome_management v0.6.1)

Details of a device requesting an extension, including the name of the device and the justification of the request.

Attributes

  • deviceName (type: String.t, default: nil) - The name of a device that has requested the extension.
  • justification (type: String.t, default: nil) - Request justification as entered by the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceRequestingExtensionDetails{
    deviceName: String.t() | nil,
    justification: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.