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

Response to ListChromeBrowserProfiles method.

Attributes

  • chromeBrowserProfiles (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeBrowserProfile.t), default: nil) - The list of profiles returned.
  • nextPageToken (type: String.t, default: nil) - The pagination token that can be used to list the next page.
  • totalSize (type: String.t, default: nil) - Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse{
    chromeBrowserProfiles:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeBrowserProfile.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    totalSize: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.