class Google::Apis::WebmastersV3::ListSitemapsResponse
List of sitemaps.
Attributes
sitemap[RW]
Contains detailed information about a specific URL submitted as a sitemap. Corresponds to the JSON property `sitemap` @return [Array<Google::Apis::WebmastersV3::WmxSitemap>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/webmasters_v3/classes.rb, line 251 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/webmasters_v3/classes.rb, line 256 def update!(**args) @sitemap = args[:sitemap] if args.key?(:sitemap) end