View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDebugSessionsResponse (google_api_apigee v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDebugSessionsResponse{
  nextPageToken: String.t() | nil,
  sessions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Session.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.