Class: Google::Apis::ThreatintelligenceV1beta::EnumerateAlertFacetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ThreatintelligenceV1beta::EnumerateAlertFacetsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/threatintelligence_v1beta/classes.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb
Overview
Response message for EnumerateAlertFacets.
Instance Attribute Summary collapse
-
#facets ⇒ Array<Google::Apis::ThreatintelligenceV1beta::Facet>
List of facets and the counts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnumerateAlertFacetsResponse
constructor
A new instance of EnumerateAlertFacetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnumerateAlertFacetsResponse
Returns a new instance of EnumerateAlertFacetsResponse.
1036 1037 1038 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1036 def initialize(**args) update!(**args) end |
Instance Attribute Details
#facets ⇒ Array<Google::Apis::ThreatintelligenceV1beta::Facet>
List of facets and the counts.
Corresponds to the JSON property facets
1034 1035 1036 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1034 def facets @facets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1041 1042 1043 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1041 def update!(**args) @facets = args[:facets] if args.key?(:facets) end |