Class: Google::Apis::SearchconsoleV1::SitemapsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::SearchconsoleV1::SitemapsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchconsole_v1/classes.rb,
lib/google/apis/searchconsole_v1/representations.rb,
lib/google/apis/searchconsole_v1/representations.rb
Overview
List of sitemaps.
Instance Attribute Summary collapse
-
#sitemap ⇒ Array<Google::Apis::SearchconsoleV1::WmxSitemap>
Contains detailed information about a specific URL submitted as a sitemap.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SitemapsListResponse
constructor
A new instance of SitemapsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SitemapsListResponse
Returns a new instance of SitemapsListResponse.
815 816 817 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 815 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sitemap ⇒ Array<Google::Apis::SearchconsoleV1::WmxSitemap>
Contains detailed information about a specific URL submitted as a sitemap.
Corresponds to the JSON property sitemap
813 814 815 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 813 def sitemap @sitemap end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
820 821 822 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 820 def update!(**args) @sitemap = args[:sitemap] if args.key?(:sitemap) end |