Class: Google::Apis::SecuritycenterV1::BatchCreateResourceValueConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::BatchCreateResourceValueConfigsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Overview
Response message for BatchCreateResourceValueConfigs
Instance Attribute Summary collapse
-
#resource_value_configs ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig>
The resource value configs created Corresponds to the JSON property
resourceValueConfigs
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateResourceValueConfigsResponse
constructor
A new instance of BatchCreateResourceValueConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchCreateResourceValueConfigsResponse
Returns a new instance of BatchCreateResourceValueConfigsResponse.
1011 1012 1013 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1011 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_value_configs ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig>
The resource value configs created
Corresponds to the JSON property resourceValueConfigs
1009 1010 1011 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1009 def resource_value_configs @resource_value_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1016 1017 1018 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1016 def update!(**args) @resource_value_configs = args[:resource_value_configs] if args.key?(:resource_value_configs) end |