Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1UpdateSecurityIncidentRequest

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 UpdateSecurityIncident.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1UpdateSecurityIncidentRequest

Returns a new instance of GoogleCloudApigeeV1UpdateSecurityIncidentRequest.



10549
10550
10551
# File 'lib/google/apis/apigee_v1/classes.rb', line 10549

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

Instance Attribute Details

#security_incidentGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityIncident

Represents an SecurityIncident resource. Corresponds to the JSON property securityIncident



10541
10542
10543
# File 'lib/google/apis/apigee_v1/classes.rb', line 10541

def security_incident
  @security_incident
end

#update_maskString

Required. The list of fields to update. Allowed fields are: LINT.IfChange( allowed_update_fields_comment) - observability LINT.ThenChange() Corresponds to the JSON property updateMask

Returns:

  • (String)


10547
10548
10549
# File 'lib/google/apis/apigee_v1/classes.rb', line 10547

def update_mask
  @update_mask
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10554
10555
10556
10557
# File 'lib/google/apis/apigee_v1/classes.rb', line 10554

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