google_api_indexing v0.7.0 GoogleApi.Indexing.V3.Model.UrlNotificationMetadata View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Indexing.V3.Model.UrlNotificationMetadata{
  latestRemove: GoogleApi.Indexing.V3.Model.UrlNotification.t(),
  latestUpdate: GoogleApi.Indexing.V3.Model.UrlNotification.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.