View Source GoogleApi.Testing.V1.Model.ListDeviceSessionsResponse (google_api_testing v0.33.0)

A list of device sessions.

Attributes

  • deviceSessions (type: list(GoogleApi.Testing.V1.Model.DeviceSession.t), default: nil) - The sessions matching the specified filter in the given cloud project.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Testing.V1.Model.ListDeviceSessionsResponse{
  deviceSessions: [GoogleApi.Testing.V1.Model.DeviceSession.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.