Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality
Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality.
7573 7574 7575 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7573 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
7571 7572 7573 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7571 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7578 7579 7580 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7578 def update!(**args) @type = args[:type] if args.key?(:type) end |