Class: Google::Apis::IndexingV3::PublishUrlNotificationResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/indexing_v3/classes.rb,
generated/google/apis/indexing_v3/representations.rb,
generated/google/apis/indexing_v3/representations.rb

Overview

Output for PublishUrlNotification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PublishUrlNotificationResponse

Returns a new instance of PublishUrlNotificationResponse.



35
36
37
# File 'generated/google/apis/indexing_v3/classes.rb', line 35

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#url_notification_metadataGoogle::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 'generated/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 'generated/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