Struct google_urlshortener1::UrlHistory[][src]

pub struct UrlHistory {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Url>>,
    pub kind: Option<String>,
    pub items_per_page: Option<i32>,
    pub total_items: Option<i32>,
}

There is no detailed description.

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

A token to provide to get the next page of results.

A list of URL resources.

The fixed string "urlshortener#urlHistory".

Number of items returned with each full "page" of results. Note that the last page could have fewer items than the "itemsPerPage" value.

Total number of short URLs associated with this user (may be approximate).

Trait Implementations

impl Default for UrlHistory
[src]

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

impl Clone for UrlHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UrlHistory
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for UrlHistory
[src]

Auto Trait Implementations

impl Send for UrlHistory

impl Sync for UrlHistory