class Google::Apis::IndexingV3::PublishUrlNotificationResponse
Output for PublishUrlNotification
Attributes
url_notification_metadata[RW]
Summary of the most recent Indexing API notifications successfully received, for a given URL. Corresponds to the JSON property `urlNotificationMetadata` @return [Google::Apis::IndexingV3::UrlNotificationMetadata]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/indexing_v3/classes.rb, line 35 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/indexing_v3/classes.rb, line 40 def update!(**args) @url_notification_metadata = args[:url_notification_metadata] if args.key?(:url_notification_metadata) end