google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse View Source
Response for listing debuggees.
Attributes
- debuggees (list(GoogleApi.CloudDebugger.V2.Model.Debuggee.t)): List of debuggees accessible to the calling user.
The fields
debuggee.id
anddescription
are guaranteed to be set. Thedescription
field is a human readable field provided by agents and can be displayed to users. 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.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.