GoogleApi.CloudDebugger.V2.Model.ListActiveBreakpointsResponse (google_api_cloud_debugger v0.18.0) View Source
Response for listing active breakpoints.
Attributes
-
breakpoints(type:list(GoogleApi.CloudDebugger.V2.Model.Breakpoint.t), default:nil) - List of all active breakpoints. The fieldsidandlocationare guaranteed to be set on each breakpoint. -
nextWaitToken(type:String.t, default:nil) - A token that can be used in the next method call to block until the list of breakpoints changes. -
waitExpired(type:boolean(), default:nil) - If set totrue, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. Thebreakpointsfield would be empty and should be ignored.
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.ListActiveBreakpointsResponse{
breakpoints: [GoogleApi.CloudDebugger.V2.Model.Breakpoint.t()] | nil,
nextWaitToken: String.t() | nil,
waitExpired: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.