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 typeURL_REMOVED
. -
latestUpdate
(type:GoogleApi.Indexing.V3.Model.UrlNotification.t
, default:nil
) - Latest notification received with typeURL_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
Unwrap a decoded JSON object into its complex fields.