lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.8.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.9.0

- old
+ new

@@ -212,10 +212,16 @@ 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 @@ -622,9 +628,19 @@ 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