Struct google_clouddebugger2::ListDebuggeesResponse [] [src]

pub struct ListDebuggeesResponse {
    pub debuggees: Option<Vec<Debuggee>>,
}

Response for listing debuggees.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

List of debuggees accessible to the calling user. Note that the description field is the only human readable field that should be displayed to the user. The fields debuggee.id and description fields are guaranteed to be set on each debuggee.

Trait Implementations

impl Debug for ListDebuggeesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListDebuggeesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListDebuggeesResponse
[src]

Returns the "default value" for a type. Read more

impl ResponseResult for ListDebuggeesResponse
[src]