google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse View Source

Response for listing breakpoints.

Attributes

  • breakpoints ([Breakpoint]): List of breakpoints matching the request. The fields `id` and `location` are guaranteed to be set on each breakpoint. The fields: `stack_frames`, `evaluated_expressions` and `variable_table` are cleared on each breakpoint regardless of its status. Defaults to: null.
  • nextWaitToken (String.t): A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to block until the list of breakpoints has changes. Defaults to: null.

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.ListBreakpointsResponse{
  breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()],
  nextWaitToken: any()
}

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.