Class: Google::Apis::AlertcenterV1beta1::ListAlertFeedbackResponse

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

Overview

Response message for an alert feedback listing request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAlertFeedbackResponse

Returns a new instance of ListAlertFeedbackResponse.



1481
1482
1483
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1481

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

Instance Attribute Details

#feedbackArray<Google::Apis::AlertcenterV1beta1::AlertFeedback>

The list of alert feedback. Feedback entries for each alert are ordered by creation time descending. Corresponds to the JSON property feedback



1479
1480
1481
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1479

def feedback
  @feedback
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1486
1487
1488
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1486

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