Class: Google::Apis::IndexingV3::PublishUrlNotificationResponse
- Inherits:
-
Object
- Object
- Google::Apis::IndexingV3::PublishUrlNotificationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/indexing_v3/classes.rb,
lib/google/apis/indexing_v3/representations.rb,
lib/google/apis/indexing_v3/representations.rb
Overview
Output for PublishUrlNotification
Instance Attribute Summary collapse
-
#url_notification_metadata ⇒ Google::Apis::IndexingV3::UrlNotificationMetadata
Summary of the most recent Indexing API notifications successfully received, for a given URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PublishUrlNotificationResponse
constructor
A new instance of PublishUrlNotificationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PublishUrlNotificationResponse
Returns a new instance of PublishUrlNotificationResponse.
35 36 37 |
# File 'lib/google/apis/indexing_v3/classes.rb', line 35 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_notification_metadata ⇒ Google::Apis::IndexingV3::UrlNotificationMetadata
Summary of the most recent Indexing API notifications successfully received,
for a given URL.
Corresponds to the JSON property urlNotificationMetadata
33 34 35 |
# File 'lib/google/apis/indexing_v3/classes.rb', line 33 def @url_notification_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40 41 42 |
# 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 |