Class: Google::Apis::AbusiveexperiencereportV1::ViolatingSitesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AbusiveexperiencereportV1::ViolatingSitesResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/abusiveexperiencereport_v1/classes.rb,
 generated/google/apis/abusiveexperiencereport_v1/representations.rb,
 generated/google/apis/abusiveexperiencereport_v1/representations.rb
Overview
Response message for ListViolatingSites.
Instance Attribute Summary collapse
- 
  
    
      #violating_sites  ⇒ Array<Google::Apis::AbusiveexperiencereportV1::SiteSummaryResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of summaries of violating sites. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ViolatingSitesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ViolatingSitesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ViolatingSitesResponse
Returns a new instance of ViolatingSitesResponse
| 91 92 93 | # File 'generated/google/apis/abusiveexperiencereport_v1/classes.rb', line 91 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#violating_sites ⇒ Array<Google::Apis::AbusiveexperiencereportV1::SiteSummaryResponse>
A list of summaries of violating sites.
Corresponds to the JSON property violatingSites
| 89 90 91 | # File 'generated/google/apis/abusiveexperiencereport_v1/classes.rb', line 89 def violating_sites @violating_sites end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 96 97 98 | # File 'generated/google/apis/abusiveexperiencereport_v1/classes.rb', line 96 def update!(**args) @violating_sites = args[:violating_sites] if args.key?(:violating_sites) end |