GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse (google_api_cloud_debugger v0.18.0) View Source
Response for listing breakpoints.
Attributes
-
breakpoints(type:list(GoogleApi.CloudDebugger.V2.Model.Breakpoint.t), default:nil) - List of breakpoints matching the request. The fieldsidandlocationare guaranteed to be set on each breakpoint. The fields:stack_frames,evaluated_expressionsandvariable_tableare cleared on each breakpoint regardless of its status. -
nextWaitToken(type:String.t, default:nil) - A wait token that can be used in the next call tolist(REST) orListBreakpoints(RPC) to block until the list of breakpoints has changes.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse{
breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()] | nil,
nextWaitToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.