View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserRequestingExtensionDetails (google_api_chrome_management v0.7.1)

Details of a user requesting an extension, including the email and the justification.

Attributes

  • email (type: String.t, default: nil) - The e-mail address of a user 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.GoogleChromeManagementV1UserRequestingExtensionDetails{
    email: String.t() | nil,
    justification: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.