google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.ListActiveBreakpointsResponse View Source

Response for listing active breakpoints.

Attributes

  • breakpoints (list(GoogleApi.CloudDebugger.V2.Model.Breakpoint.t)): List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint. Defaults to nil.
  • nextWaitToken (String.t): A token that can be used in the next method call to block until the list of breakpoints changes. Defaults to nil.
  • waitExpired (boolean()): If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.ListActiveBreakpointsResponse{
  breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()],
  nextWaitToken: String.t(),
  waitExpired: boolean()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.