GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeResponse (google_api_cloud_debugger v0.18.0) View Source
Response for registering a debuggee.
Attributes
-
agentId(type:String.t, default:nil) - A unique ID generated for the agent. Each RegisterDebuggee request will generate a new agent ID. -
debuggee(type:GoogleApi.CloudDebugger.V2.Model.Debuggee.t, default:nil) - Debuggee resource. The fieldidis guaranteed to be set (in addition to the echoed fields). If the fieldis_disabledis set totrue, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to pollRegisterDebuggeeuntil reenabled.
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.RegisterDebuggeeResponse{
agentId: String.t() | nil,
debuggee: GoogleApi.CloudDebugger.V2.Model.Debuggee.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.