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.



1259
1260
1261
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1259

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

Instance Attribute Details

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

Corresponds to the JSON property resourceValueConfigs



1257
1258
1259
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1257

def resource_value_configs
  @resource_value_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1264
1265
1266
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1264

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