Struct google_mirror1::AttachmentsListResponse[][src]

pub struct AttachmentsListResponse {
    pub items: Option<Vec<Attachment>>,
    pub kind: Option<String>,
}

A list of Attachments. This is the response from the server to GET requests on the attachments collection.

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

The list of attachments.

The type of resource. This is always mirror#attachmentsList.

Trait Implementations

impl Default for AttachmentsListResponse
[src]

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

impl Clone for AttachmentsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttachmentsListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AttachmentsListResponse
[src]

Auto Trait Implementations