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

Session carries the debug session id and its creation time.

Attributes

  • id (type: String.t, default: nil) - The debug session ID.
  • timestampMs (type: String.t, default: nil) - The first transaction creation timestamp in millisecond, recorded by UAP.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Session{
  id: String.t() | nil,
  timestampMs: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.