google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeRequest View Source
Request to register a debuggee.
Attributes
- debuggee (GoogleApi.CloudDebugger.V2.Model.Debuggee.t): Debuggee information to register.
The fields
project
,uniquifier
,description
andagent_version
of the debuggee must be set. 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.RegisterDebuggeeRequest{
debuggee: GoogleApi.CloudDebugger.V2.Model.Debuggee.t()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeRequest{ debuggee: GoogleApi.CloudDebugger.V2.Model.Debuggee.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.