Class UrlNotification
UrlNotification
is the resource used in all Indexing API calls. It describes one event in the life cycle of a
Web Document.
Implements
Inherited Members
Namespace: Google.Apis.Indexing.v3.Data
Assembly: Google.Apis.Indexing.v3.dll
Syntax
public class UrlNotification : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NotifyTime
object representation of NotifyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotifyTimeDateTimeOffset instead.")]
public virtual object NotifyTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NotifyTimeDateTimeOffset
DateTimeOffset representation of NotifyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotifyTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NotifyTimeRaw
Creation timestamp for this notification. Users should not specify it, the field is ignored at the request time.
Declaration
[JsonProperty("notifyTime")]
public virtual string NotifyTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The URL life cycle event that Google is being notified about.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
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.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |