lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.14.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.15.0

- old
+ new

@@ -224,10 +224,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class MergeInfo + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Notification class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -442,10 +448,13 @@ class AppsOutage # @private class Representation < Google::Apis::Core::JsonRepresentation property :dashboard_uri, as: 'dashboardUri' + property :incident_tracking_id, as: 'incidentTrackingId' + property :merge_info, as: 'mergeInfo', class: Google::Apis::AlertcenterV1beta1::MergeInfo, decorator: Google::Apis::AlertcenterV1beta1::MergeInfo::Representation + property :next_update_time, as: 'nextUpdateTime' collection :products, as: 'products' property :resolution_time, as: 'resolutionTime' property :status, as: 'status' end @@ -661,9 +670,17 @@ class Representation < Google::Apis::Core::JsonRepresentation property :predefined_detector, as: 'predefinedDetector', class: Google::Apis::AlertcenterV1beta1::PredefinedDetectorInfo, decorator: Google::Apis::AlertcenterV1beta1::PredefinedDetectorInfo::Representation property :user_defined_detector, as: 'userDefinedDetector', class: Google::Apis::AlertcenterV1beta1::UserDefinedDetectorInfo, decorator: Google::Apis::AlertcenterV1beta1::UserDefinedDetectorInfo::Representation + end + end + + class MergeInfo + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :new_alert_id, as: 'newAlertId' + property :new_incident_tracking_id, as: 'newIncidentTrackingId' end end class Notification # @private