google_api_indexing v0.5.0 GoogleApi.Indexing.V3.Model.UrlNotification View Source

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 of URL_UPDATED notifications, it must be crawlable by Google.

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.UrlNotification{
  notifyTime: DateTime.t(),
  type: String.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.