Class: Google::Apis::WebsecurityscannerV1::ListFindingTypeStatsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/websecurityscanner_v1/classes.rb,
generated/google/apis/websecurityscanner_v1/representations.rb,
generated/google/apis/websecurityscanner_v1/representations.rb

Overview

Response for the ListFindingTypeStats method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListFindingTypeStatsResponse

Returns a new instance of ListFindingTypeStatsResponse.



448
449
450
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 448

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#finding_type_statsArray<Google::Apis::WebsecurityscannerV1::FindingTypeStats>

The list of FindingTypeStats returned. Corresponds to the JSON property findingTypeStats



446
447
448
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 446

def finding_type_stats
  @finding_type_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



453
454
455
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 453

def update!(**args)
  @finding_type_stats = args[:finding_type_stats] if args.key?(:finding_type_stats)
end