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.



1218
1219
1220
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1218

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



1216
1217
1218
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1216

def feedback
  @feedback
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1223
1224
1225
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1223

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