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.



11446
11447
11448
# File 'lib/google/apis/apigee_v1/classes.rb', line 11446

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

Instance Attribute Details

#security_incidentGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityIncident

Represents an SecurityIncident resource. Corresponds to the JSON property securityIncident



11438
11439
11440
# File 'lib/google/apis/apigee_v1/classes.rb', line 11438

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)


11444
11445
11446
# File 'lib/google/apis/apigee_v1/classes.rb', line 11444

def update_mask
  @update_mask
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11451
11452
11453
11454
# File 'lib/google/apis/apigee_v1/classes.rb', line 11451

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