Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

Request for BatchUpdateSecurityIncident.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest

Returns a new instance of GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.



2628
2629
2630
# File 'lib/google/apis/apigee_v1/classes.rb', line 2628

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

Instance Attribute Details

#requestsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1UpdateSecurityIncidentRequest>

Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch. Corresponds to the JSON property requests



2626
2627
2628
# File 'lib/google/apis/apigee_v1/classes.rb', line 2626

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2633
2634
2635
# File 'lib/google/apis/apigee_v1/classes.rb', line 2633

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