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

Response containing a list of users that have requested the queried extension.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to specify the next page in the list.
  • totalSize (type: integer(), default: nil) - Total number of users in response.
  • userDetails (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserRequestingExtensionDetails.t), default: nil) - Details of users that have requested the queried extension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchUsersRequestingExtensionResponse{
    nextPageToken: String.t() | nil,
    totalSize: integer() | nil,
    userDetails:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserRequestingExtensionDetails.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.