Struct google_indexing3::UrlNotificationMetadata[][src]

pub struct UrlNotificationMetadata {
    pub url: Option<String>,
    pub latest_remove: Option<UrlNotification>,
    pub latest_update: Option<UrlNotification>,
}

Summary of the most recent Indexing API notifications successfully received, for a given URL.

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

URL to which this metadata refers.

Latest notification received with type URL_REMOVED.

Latest notification received with type URL_UPDATED.

Trait Implementations

impl Default for UrlNotificationMetadata
[src]

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

impl Clone for UrlNotificationMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UrlNotificationMetadata
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for UrlNotificationMetadata
[src]

Auto Trait Implementations