GoogleApi.Indexing.V3.Model.UrlNotificationMetadata (google_api_indexing v0.10.0) 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 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.