GoogleApi.Testing.V1.Model.SessionStateEvent (google_api_testing v0.34.0)

View Source

A message encapsulating a series of Session states and the time that the DeviceSession first entered those states.

Attributes

  • eventTime (type: DateTime.t, default: nil) - Output only. The time that the session_state first encountered that state.
  • sessionState (type: String.t, default: nil) - Output only. The session_state tracked by this event
  • stateMessage (type: String.t, default: nil) - Output only. A human-readable message to explain the state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.SessionStateEvent{
  eventTime: DateTime.t() | nil,
  sessionState: String.t() | nil,
  stateMessage: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.