class Google::Apis::SearchconsoleV1::SitemapsListResponse

List of sitemaps.

Attributes

sitemap[RW]

Contains detailed information about a specific URL submitted as a [sitemap]( support.google.com/webmasters/answer/156184). Corresponds to the JSON property `sitemap` @return [Array<Google::Apis::SearchconsoleV1::WmxSitemap>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/searchconsole_v1/classes.rb, line 411
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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