google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse View Source
Response for listing debuggees.
Attributes
- debuggees ([Debuggee]): List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users. Defaults to:
null
.
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.ListDebuggeesResponse{
debuggees: [GoogleApi.CloudDebugger.V2.Model.Debuggee.t()]
}
t() :: %GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse{ debuggees: [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.