google_api_apigee v0.17.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDebugSessionsResponse View Source
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListDebugSessionsRequest to retrieve the next page. If omitted, no subsequent pages exist. -
sessions
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Session.t)
, default:nil
) - Session info that includes debug session ID and the first transaction creation timestamp.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDebugSessionsResponse{ nextPageToken: String.t(), sessions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Session.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.