lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.34.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.35.0
- old
+ new
@@ -26,10 +26,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AccessApproval
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AccountSuspensionDetails
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -362,10 +368,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class SupportTicket
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SuspiciousActivity
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -439,10 +451,23 @@
property :sub_alert_id, as: 'subAlertId'
property :variation_type, as: 'variationType'
end
end
+ class AccessApproval
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :justification_reason, as: 'justificationReason'
+ property :office_location, as: 'officeLocation'
+ collection :products, as: 'products'
+ property :request_id, as: 'requestId'
+ property :scope, as: 'scope'
+ collection :tickets, as: 'tickets', class: Google::Apis::AlertcenterV1beta1::SupportTicket, decorator: Google::Apis::AlertcenterV1beta1::SupportTicket::Representation
+
+ end
+ end
+
class AccountSuspensionDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :abuse_reason, as: 'abuseReason'
property :product_name, as: 'productName'
@@ -985,9 +1010,17 @@
class SuperAdminPasswordResetEvent
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :user_email, as: 'userEmail'
+ end
+ end
+
+ class SupportTicket
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :ticket_id, as: 'ticketId'
+ property :ticket_url, as: 'ticketUrl'
end
end
class SuspiciousActivity
# @private