Class: Google::Apis::SecuritycenterV1beta1::GroupResult
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GroupResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#count ⇒ Fixnum
Corresponds to the JSON property
count. -
#properties ⇒ Hash<String,Object>
Corresponds to the JSON property
properties.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupResult
constructor
A new instance of GroupResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupResult
Returns a new instance of GroupResult.
10452 10453 10454 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10452 def initialize(**args) update!(**args) end |
Instance Attribute Details
#count ⇒ Fixnum
Corresponds to the JSON property count
10445 10446 10447 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10445 def count @count end |
#properties ⇒ Hash<String,Object>
Corresponds to the JSON property properties
10450 10451 10452 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10450 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10457 10458 10459 10460 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10457 def update!(**args) @count = args[:count] if args.key?(:count) @properties = args[:properties] if args.key?(:properties) end |