Class: Google::Apis::SearchconsoleV1::SitemapsListResponse

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

Overview

List of sitemaps.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SitemapsListResponse

Returns a new instance of SitemapsListResponse.



411
412
413
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 411

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

Instance Attribute Details

#sitemapArray<Google::Apis::SearchconsoleV1::WmxSitemap>

Contains detailed information about a specific URL submitted as a sitemap. Corresponds to the JSON property sitemap



409
410
411
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 409

def sitemap
  @sitemap
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



416
417
418
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 416

def update!(**args)
  @sitemap = args[:sitemap] if args.key?(:sitemap)
end