Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AdcApplication
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AdcApplication
- 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::GoogleCloudSecuritycenterV2ResourceApplicationAttributes
Corresponds to the JSON property
attributes. -
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AdcApplication
constructor
A new instance of GoogleCloudSecuritycenterV2AdcApplication.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AdcApplication
Returns a new instance of GoogleCloudSecuritycenterV2AdcApplication.
4235 4236 4237 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4235 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ResourceApplicationAttributes
Corresponds to the JSON property attributes
4228 4229 4230 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4228 def attributes @attributes end |
#name ⇒ String
Corresponds to the JSON property name
4233 4234 4235 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4233 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4240 4241 4242 4243 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4240 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) @name = args[:name] if args.key?(:name) end |