Class: Google::Apis::SecuritycenterV1::BatchCreateResourceValueConfigsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateResourceValueConfigsResponse

Returns a new instance of BatchCreateResourceValueConfigsResponse.



1184
1185
1186
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1184

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_value_configsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig>

Corresponds to the JSON property resourceValueConfigs



1182
1183
1184
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1182

def resource_value_configs
  @resource_value_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1189
1190
1191
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1189

def update!(**args)
  @resource_value_configs = args[:resource_value_configs] if args.key?(:resource_value_configs)
end