Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplication
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplication
- 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
-
#attributes ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes
Corresponds to the JSON property
attributes. -
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplication
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResourceApplication.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplication
Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceApplication.
7491 7492 7493 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7491 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes
Corresponds to the JSON property attributes
7484 7485 7486 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7484 def attributes @attributes end |
#name ⇒ String
Corresponds to the JSON property name
7489 7490 7491 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7489 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7496 7497 7498 7499 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7496 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) @name = args[:name] if args.key?(:name) end |