GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDebugSession (google_api_apigee v0.54.0)

View Source

Session carries the debug session id and its creation time.

Attributes

  • apiProxyRevisionId (type: String.t, default: nil) - The revision ID of the deployed API proxy.
  • createTime (type: DateTime.t, default: nil) - The first transaction creation timestamp in millisecond, recorded by UAP.
  • environmentId (type: String.t, default: nil) - The environment ID of the deployed API proxy.
  • id (type: String.t, default: nil) - The debug session ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDebugSession{
  apiProxyRevisionId: String.t() | nil,
  createTime: DateTime.t() | nil,
  environmentId: String.t() | nil,
  id: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.