View Source GoogleApi.Indexing.V3.Model.UrlNotification (google_api_indexing v0.10.1)
UrlNotification
is the resource used in all Indexing API calls. It describes one event in the life cycle of a Web Document.
Attributes
-
notifyTime
(type:DateTime.t
, default:nil
) - Creation timestamp for this notification. Users should not specify it, the field is ignored at the request time. -
type
(type:String.t
, default:nil
) - The URL life cycle event that Google is being notified about. -
url
(type:String.t
, default:nil
) - The object of this notification. The URL must be owned by the publisher of this notification and, in case ofURL_UPDATED
notifications, it must be crawlable by Google.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Indexing.V3.Model.UrlNotification{ notifyTime: DateTime.t() | nil, type: String.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.