Struct google_clouddebugger2::RegisterDebuggeeRequest [] [src]

pub struct RegisterDebuggeeRequest {
    pub debuggee: Option<Debuggee>,
}

Request to register a debuggee.

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

Debuggee information to register. The fields project, uniquifier, description and agent_version of the debuggee must be set.

Trait Implementations

impl Default for RegisterDebuggeeRequest
[src]

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

impl Clone for RegisterDebuggeeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RegisterDebuggeeRequest
[src]

Formats the value using the given formatter.

impl RequestValue for RegisterDebuggeeRequest
[src]