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. 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.

Trait Implementations

impl Default for ListDebuggeesResponse
[src]

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

impl Clone for ListDebuggeesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListDebuggeesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListDebuggeesResponse
[src]

Auto Trait Implementations