lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.23.0 vs lib/google/apis/alertcenter_v1beta1/representations.rb in google-apis-alertcenter_v1beta1-0.24.0
- old
+ new
@@ -68,10 +68,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ApnsCertificateExpirationInfo
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AppMakerSqlSetupNotification
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -467,9 +473,18 @@
property :customer_id, as: 'customerId'
property :etag, as: 'etag'
property :severity, as: 'severity'
property :status, as: 'status'
property :update_time, as: 'updateTime'
+ end
+ end
+
+ class ApnsCertificateExpirationInfo
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :apple_id, as: 'appleId'
+ property :expiration_time, as: 'expirationTime'
+ property :uid, as: 'uid'
end
end
class AppMakerSqlSetupNotification
# @private