Struct google_dns1::ResponseHeader[][src]

pub struct ResponseHeader {
    pub operation_id: Option<String>,
}

Elements common to every response.

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

Fields

For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).

Trait Implementations

impl Default for ResponseHeader
[src]

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

impl Clone for ResponseHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResponseHeader
[src]

Formats the value using the given formatter. Read more

impl Part for ResponseHeader
[src]

Auto Trait Implementations