lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.39.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.40.0
- old
+ new
@@ -713,10 +713,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :device_id, as: 'deviceId'
property :device_model, as: 'deviceModel'
property :device_type, as: 'deviceType'
property :email, as: 'email'
+ property :id, as: 'id'
property :ios_vendor_id, as: 'iosVendorId'
property :owner_id, as: 'ownerId'
property :resource_id, as: 'resourceId'
property :rule_action, as: 'ruleAction'
property :serial_number, as: 'serialNumber'
@@ -930,10 +931,13 @@
end
class ResourceInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :chat_attachment_id, as: 'chatAttachmentId'
+ property :chat_message_id, as: 'chatMessageId'
+ property :device_id, as: 'deviceId'
property :document_id, as: 'documentId'
property :resource_title, as: 'resourceTitle'
end
end
@@ -947,9 +951,10 @@
class RuleViolationInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :data_source, as: 'dataSource'
+ property :event_type, as: 'eventType'
collection :match_info, as: 'matchInfo', class: Google::Apis::AlertcenterV1beta1::MatchInfo, decorator: Google::Apis::AlertcenterV1beta1::MatchInfo::Representation
collection :recipients, as: 'recipients'
property :resource_info, as: 'resourceInfo', class: Google::Apis::AlertcenterV1beta1::ResourceInfo, decorator: Google::Apis::AlertcenterV1beta1::ResourceInfo::Representation