lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.16.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.17.0
- old
+ new
@@ -609,9 +609,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
collection :affected_user_emails, as: 'affectedUserEmails'
property :attachment_data, as: 'attachmentData', class: Google::Apis::AlertcenterV1beta1::Attachment, decorator: Google::Apis::AlertcenterV1beta1::Attachment::Representation
property :description, as: 'description'
+ property :domain, as: 'domain'
property :header, as: 'header'
property :title, as: 'title'
end
end