Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest
 
 
- 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
- 
  
    
      #requests  ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1UpdateSecurityIncidentRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest
Returns a new instance of GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest.
      2163 2164 2165  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 2163 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#requests ⇒ Array<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
      2161 2162 2163  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 2161 def requests @requests end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2168 2169 2170  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 2168 def update!(**args) @requests = args[:requests] if args.key?(:requests) end  |