lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.11.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.12.0

- old
+ new

@@ -68,10 +68,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class AppsOutage + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Attachment class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -212,16 +218,10 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class OutOfDomainForwarding - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class PhishingSpike class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -408,10 +408,21 @@ property :alert_details, :base64 => true, as: 'alertDetails' property :name, as: 'name' end end + class AppsOutage + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :dashboard_uri, as: 'dashboardUri' + property :next_update_time, as: 'nextUpdateTime' + collection :products, as: 'products' + property :resolution_time, as: 'resolutionTime' + property :status, as: 'status' + end + end + class Attachment # @private class Representation < Google::Apis::Core::JsonRepresentation property :csv, as: 'csv', class: Google::Apis::AlertcenterV1beta1::Csv, decorator: Google::Apis::AlertcenterV1beta1::Csv::Representation @@ -628,19 +639,9 @@ class Notification # @private class Representation < Google::Apis::Core::JsonRepresentation property :cloud_pubsub_topic, as: 'cloudPubsubTopic', class: Google::Apis::AlertcenterV1beta1::CloudPubsubTopic, decorator: Google::Apis::AlertcenterV1beta1::CloudPubsubTopic::Representation - end - end - - class OutOfDomainForwarding - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :actor_email, as: 'actorEmail' - property :enable_time, as: 'enableTime' - property :forwardee_email, as: 'forwardeeEmail' - property :ip_address, as: 'ipAddress' end end class PhishingSpike # @private