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.



13089
13090
13091
# File 'lib/google/apis/apigee_v1/classes.rb', line 13089

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

Instance Attribute Details

#security_incidentGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityIncident

Represents an SecurityIncident resource. Corresponds to the JSON property securityIncident



13081
13082
13083
# File 'lib/google/apis/apigee_v1/classes.rb', line 13081

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)


13087
13088
13089
# File 'lib/google/apis/apigee_v1/classes.rb', line 13087

def update_mask
  @update_mask
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13094
13095
13096
13097
# File 'lib/google/apis/apigee_v1/classes.rb', line 13094

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