google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse View Source
Response for listing breakpoints.
Attributes
- breakpoints (list(GoogleApi.CloudDebugger.V2.Model.Breakpoint.t)): List of breakpoints matching the request.
The fields
id
andlocation
are guaranteed to be set on each breakpoint. The fields:stack_frames
,evaluated_expressions
andvariable_table
are cleared on each breakpoint regardless of its status. Defaults tonil
. - nextWaitToken (String.t): A wait token that can be used in the next call to
list
(REST) orListBreakpoints
(RPC) to block until the list of breakpoints has changes. Defaults tonil
.
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()
View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse{
breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()],
nextWaitToken: String.t()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.ListBreakpointsResponse{ breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()], nextWaitToken: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.