lib/ionoscloud/models/requests.rb in ionoscloud-6.0.0.beta.3 vs lib/ionoscloud/models/requests.rb in ionoscloud-6.0.0.beta.4
- old
+ new
@@ -1,14 +1,14 @@
=begin
#CLOUD API
-#An enterprise-grade Infrastructure is provided as a Service (IaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
+#IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
-The version of the OpenAPI document: 6.0-SDK.1
+The version of the OpenAPI document: 6.0-SDK.3
Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 5.0.1-SNAPSHOT
+OpenAPI Generator version: 5.2.1-SNAPSHOT
=end
require 'date'
require 'time'
@@ -28,11 +28,11 @@
attr_accessor :items
# the offset specified in the request (or, if none was specified, the default offset of 0)
attr_accessor :offset
- # the limit specified in the request (or, if none was specified, the default limit of 0)
+ # the limit specified in the request (or, if none was specified use the endpoint's default pagination limit)
attr_accessor :limit
attr_accessor :_links
# Attribute mapping from ruby-style variable name to JSON key.
@@ -287,7 +287,9 @@
value.to_hash
else
value
end
end
+
end
+
end