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 generated/google/apis/webmasters_v3/classes.rb, line 243
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/webmasters_v3/classes.rb, line 248
def update!(**args)
  @sitemap = args[:sitemap] if args.key?(:sitemap)
end