Struct google_jobs3::ResponseMetadata[][src]

pub struct ResponseMetadata {
    pub request_id: Option<String>,
}

Output only.

Additional information returned to client, such as debugging information.

This type is not used in any activity, and only used as part of another schema.

Fields

A unique id associated with this call. This id is logged for tracking purposes.

Trait Implementations

impl Default for ResponseMetadata
[src]

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

impl Clone for ResponseMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResponseMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for ResponseMetadata
[src]

Auto Trait Implementations