View Source GoogleApi.Indexing.V3.Model.UrlNotificationMetadata (google_api_indexing v0.10.1)

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

Attributes

  • latestRemove (type: GoogleApi.Indexing.V3.Model.UrlNotification.t, default: nil) - Latest notification received with type URL_REMOVED.
  • latestUpdate (type: GoogleApi.Indexing.V3.Model.UrlNotification.t, default: nil) - Latest notification received with type URL_UPDATED.
  • url (type: String.t, default: nil) - URL to which this metadata refers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Indexing.V3.Model.UrlNotificationMetadata{
  latestRemove: GoogleApi.Indexing.V3.Model.UrlNotification.t() | nil,
  latestUpdate: GoogleApi.Indexing.V3.Model.UrlNotification.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.