Class: Google::Apis::SiteVerificationV1::ListWebResourceResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SiteVerificationV1::ListWebResourceResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/site_verification_v1/classes.rb,
generated/google/apis/site_verification_v1/representations.rb,
generated/google/apis/site_verification_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of sites that are owned by the authenticated user.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListWebResourceResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListWebResourceResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListWebResourceResponse
Returns a new instance of ListWebResourceResponse
      116 117 118  | 
    
      # File 'generated/google/apis/site_verification_v1/classes.rb', line 116 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#items ⇒ Array<Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource>
The list of sites that are owned by the authenticated user.
Corresponds to the JSON property items
      114 115 116  | 
    
      # File 'generated/google/apis/site_verification_v1/classes.rb', line 114 def items @items end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      121 122 123  | 
    
      # File 'generated/google/apis/site_verification_v1/classes.rb', line 121 def update!(**args) @items = args[:items] if args.key?(:items) end  |