GoogleApi.Testing.V1.Model.ListDeviceSessionsResponse (google_api_testing v0.34.0)
View SourceA 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 aspage_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 }