Class: Google::Apis::AlertcenterV1beta1::BatchUndeleteAlertsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/alertcenter_v1beta1/classes.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb

Overview

Response to batch undelete operation on alerts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchUndeleteAlertsResponse

Returns a new instance of BatchUndeleteAlertsResponse.



551
552
553
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 551

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

Instance Attribute Details

#failed_alert_statusHash<String,Google::Apis::AlertcenterV1beta1::Status>

The status details for each failed alert_id. Corresponds to the JSON property failedAlertStatus



544
545
546
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 544

def failed_alert_status
  @failed_alert_status
end

#success_alert_idsArray<String>

The successful list of alert ids. Corresponds to the JSON property successAlertIds

Returns:

  • (Array<String>)


549
550
551
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 549

def success_alert_ids
  @success_alert_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



556
557
558
559
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 556

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