Class: Google::Apis::WebmastersV3::ListSitemapsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::WebmastersV3::ListSitemapsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/webmasters_v3/classes.rb,
 generated/google/apis/webmasters_v3/representations.rb,
 generated/google/apis/webmasters_v3/representations.rb
Overview
List of sitemaps.
Instance Attribute Summary collapse
- 
  
    
      #sitemap  ⇒ Array<Google::Apis::WebmastersV3::WmxSitemap> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains detailed information about a specific URL submitted as a sitemap. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListSitemapsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListSitemapsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListSitemapsResponse
Returns a new instance of ListSitemapsResponse
| 243 244 245 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 243 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#sitemap ⇒ Array<Google::Apis::WebmastersV3::WmxSitemap>
Contains detailed information about a specific URL submitted as a sitemap.
Corresponds to the JSON property sitemap
| 241 242 243 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 241 def sitemap @sitemap end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 248 249 250 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 248 def update!(**args) @sitemap = args[:sitemap] if args.key?(:sitemap) end |