GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListApiDebugSessionsResponse (google_api_apigee v0.54.0)
View SourceResponse for ListApiDebugSessions.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListApiDebugSessionsRequest to retrieve the next page. If omitted, no subsequent pages exist. -
sessions
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDebugSession.t)
, default:nil
) - Session info that includes debug session ID, environment ID, api proxy revision ID and the first transaction creation timestamp.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListApiDebugSessionsResponse{ nextPageToken: String.t() | nil, sessions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDebugSession.t()] | nil }