Class: Google::Apis::AdexperiencereportV1::ViolatingSitesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexperiencereportV1::ViolatingSitesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexperiencereport_v1/classes.rb,
generated/google/apis/adexperiencereport_v1/representations.rb,
generated/google/apis/adexperiencereport_v1/representations.rb
Overview
Response message for ListViolatingSites.
Instance Attribute Summary collapse
-
#violating_sites ⇒ Array<Google::Apis::AdexperiencereportV1::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
121 122 123 |
# File 'generated/google/apis/adexperiencereport_v1/classes.rb', line 121 def initialize(**args) update!(**args) end |
Instance Attribute Details
#violating_sites ⇒ Array<Google::Apis::AdexperiencereportV1::SiteSummaryResponse>
A list of summaries of violating sites.
Corresponds to the JSON property violatingSites
119 120 121 |
# File 'generated/google/apis/adexperiencereport_v1/classes.rb', line 119 def violating_sites @violating_sites end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
126 127 128 |
# File 'generated/google/apis/adexperiencereport_v1/classes.rb', line 126 def update!(**args) @violating_sites = args[:violating_sites] if args.key?(:violating_sites) end |