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.



11697
11698
11699
# File 'lib/google/apis/apigee_v1/classes.rb', line 11697

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

Instance Attribute Details

#security_incidentGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityIncident

Represents an SecurityIncident resource. Corresponds to the JSON property securityIncident



11689
11690
11691
# File 'lib/google/apis/apigee_v1/classes.rb', line 11689

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)


11695
11696
11697
# File 'lib/google/apis/apigee_v1/classes.rb', line 11695

def update_mask
  @update_mask
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11702
11703
11704
11705
# File 'lib/google/apis/apigee_v1/classes.rb', line 11702

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