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.



986
987
988
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 986

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



984
985
986
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 984

def feedback
  @feedback
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



991
992
993
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 991

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