daytona_api_client 0.202.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +9 -0
- data/Gemfile.lock +101 -0
- data/daytona_api_client.gemspec +4 -4
- data/lib/daytona_api_client/api/api_keys_api.rb +2 -2
- data/lib/daytona_api_client/api/audit_api.rb +140 -40
- data/lib/daytona_api_client/api/config_api.rb +1 -1
- data/lib/daytona_api_client/api/docker_registry_api.rb +67 -6
- data/lib/daytona_api_client/api/health_api.rb +3 -54
- data/lib/daytona_api_client/api/object_storage_api.rb +1 -1
- data/lib/daytona_api_client/api/organizations_api.rb +265 -1316
- data/lib/daytona_api_client/api/preview_api.rb +8 -202
- data/lib/daytona_api_client/api/runners_api.rb +22 -412
- data/lib/daytona_api_client/api/sandbox_api.rb +434 -2352
- data/lib/daytona_api_client/api/snapshots_api.rb +113 -39
- data/lib/daytona_api_client/api/toolbox_api.rb +5108 -0
- data/lib/daytona_api_client/api/users_api.rb +239 -2
- data/lib/daytona_api_client/api/volumes_api.rb +2 -2
- data/lib/daytona_api_client/api/webhooks_api.rb +164 -27
- data/lib/daytona_api_client/api/workspace_api.rb +955 -0
- data/lib/daytona_api_client/api_client.rb +4 -8
- data/lib/daytona_api_client/api_error.rb +1 -1
- data/lib/daytona_api_client/configuration.rb +2 -5
- data/lib/daytona_api_client/models/account_provider.rb +74 -3
- data/lib/daytona_api_client/models/announcement.rb +74 -3
- data/lib/daytona_api_client/models/api_key_list.rb +74 -3
- data/lib/daytona_api_client/models/api_key_response.rb +74 -3
- data/lib/daytona_api_client/models/audit_log.rb +75 -22
- data/lib/daytona_api_client/models/build_info.rb +78 -34
- data/lib/daytona_api_client/models/{create_runner_response.rb → command.rb} +104 -23
- data/lib/daytona_api_client/models/completion_context.rb +244 -0
- data/lib/daytona_api_client/models/completion_item.rb +289 -0
- data/lib/daytona_api_client/models/{paginated_traces.rb → completion_list.rb} +106 -91
- data/lib/daytona_api_client/models/compressed_screenshot_response.rb +256 -0
- data/lib/daytona_api_client/models/computer_use_start_response.rb +263 -0
- data/lib/daytona_api_client/models/{available_sandbox_class.rb → computer_use_status_response.rb} +97 -86
- data/lib/daytona_api_client/models/computer_use_stop_response.rb +263 -0
- data/lib/daytona_api_client/models/create_api_key.rb +75 -4
- data/lib/daytona_api_client/models/create_audit_log.rb +350 -0
- data/lib/daytona_api_client/models/create_build_info.rb +74 -3
- data/lib/daytona_api_client/models/create_docker_registry.rb +139 -7
- data/lib/daytona_api_client/models/create_linked_account.rb +74 -3
- data/lib/daytona_api_client/models/create_organization.rb +78 -34
- data/lib/daytona_api_client/models/create_organization_invitation.rb +76 -5
- data/lib/daytona_api_client/models/create_organization_quota.rb +78 -26
- data/lib/daytona_api_client/models/create_organization_role.rb +74 -3
- data/lib/daytona_api_client/models/create_runner.rb +386 -43
- data/lib/daytona_api_client/models/create_sandbox.rb +117 -76
- data/lib/daytona_api_client/models/{signed_port_preview_url.rb → create_session_request.rb} +93 -103
- data/lib/daytona_api_client/models/create_snapshot.rb +88 -61
- data/lib/daytona_api_client/models/create_user.rb +77 -15
- data/lib/daytona_api_client/models/create_volume.rb +74 -3
- data/lib/daytona_api_client/models/create_workspace.rb +411 -0
- data/lib/daytona_api_client/models/daytona_configuration.rb +78 -64
- data/lib/daytona_api_client/models/display_info_response.rb +238 -0
- data/lib/daytona_api_client/models/docker_registry.rb +76 -5
- data/lib/daytona_api_client/models/{paginated_jobs.rb → download_files.rb} +94 -100
- data/lib/daytona_api_client/models/{create_warm_pool.rb → execute_request.rb} +106 -62
- data/lib/daytona_api_client/models/execute_response.rb +263 -0
- data/lib/daytona_api_client/models/file_info.rb +417 -0
- data/lib/daytona_api_client/models/{secret.rb → file_status.rb} +122 -121
- data/lib/daytona_api_client/models/git_add_request.rb +264 -0
- data/lib/daytona_api_client/models/{admin_create_organization.rb → git_branch_request.rb} +95 -53
- data/lib/daytona_api_client/models/git_checkout_request.rb +261 -0
- data/lib/daytona_api_client/models/{toolbox_proxy_url.rb → git_clone_request.rb} +142 -10
- data/lib/daytona_api_client/models/{trace_span.rb → git_commit_info.rb} +148 -141
- data/lib/daytona_api_client/models/git_commit_request.rb +325 -0
- data/lib/daytona_api_client/models/{runner_healthcheck.rb → git_commit_response.rb} +92 -74
- data/lib/daytona_api_client/models/{create_secret.rb → git_delete_branch_request.rb} +106 -59
- data/lib/daytona_api_client/models/{snapshot_manager_credentials.rb → git_repo_request.rb} +96 -35
- data/lib/daytona_api_client/models/git_status.rb +290 -0
- data/lib/daytona_api_client/models/health_controller_check200_response.rb +74 -3
- data/lib/daytona_api_client/models/health_controller_check200_response_info_value.rb +74 -3
- data/lib/daytona_api_client/models/health_controller_check503_response.rb +74 -3
- data/lib/daytona_api_client/models/{create_sandbox_snapshot.rb → keyboard_hotkey_request.rb} +93 -34
- data/lib/daytona_api_client/models/{create_region_response.rb → keyboard_press_request.rb} +102 -63
- data/lib/daytona_api_client/models/keyboard_type_request.rb +246 -0
- data/lib/daytona_api_client/models/list_branch_response.rb +237 -0
- data/lib/daytona_api_client/models/lsp_completion_params.rb +325 -0
- data/lib/daytona_api_client/models/lsp_document_request.rb +290 -0
- data/lib/daytona_api_client/models/lsp_location.rb +261 -0
- data/lib/daytona_api_client/models/lsp_server_request.rb +263 -0
- data/lib/daytona_api_client/models/lsp_symbol.rb +287 -0
- data/lib/daytona_api_client/models/match.rb +287 -0
- data/lib/daytona_api_client/models/mouse_click_request.rb +283 -0
- data/lib/daytona_api_client/models/mouse_click_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_drag_request.rb +327 -0
- data/lib/daytona_api_client/models/mouse_drag_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_move_request.rb +263 -0
- data/lib/daytona_api_client/models/mouse_move_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_position.rb +263 -0
- data/lib/daytona_api_client/models/mouse_scroll_request.rb +300 -0
- data/lib/daytona_api_client/models/mouse_scroll_response.rb +236 -0
- data/lib/daytona_api_client/models/oidc_config.rb +74 -3
- data/lib/daytona_api_client/models/organization.rb +159 -243
- data/lib/daytona_api_client/models/organization_invitation.rb +78 -7
- data/lib/daytona_api_client/models/organization_role.rb +74 -3
- data/lib/daytona_api_client/models/organization_sandbox_default_limited_network_egress.rb +74 -3
- data/lib/daytona_api_client/models/organization_suspension.rb +79 -10
- data/lib/daytona_api_client/models/organization_usage_overview.rb +220 -21
- data/lib/daytona_api_client/models/organization_user.rb +76 -5
- data/lib/daytona_api_client/models/paginated_audit_logs.rb +78 -17
- data/lib/daytona_api_client/models/{paginated_sandboxes_deprecated.rb → paginated_sandboxes.rb} +76 -5
- data/lib/daytona_api_client/models/paginated_snapshots.rb +74 -3
- data/lib/daytona_api_client/models/{paginated_logs.rb → paginated_snapshots_dto.rb} +77 -10
- data/lib/daytona_api_client/models/port_preview_url.rb +88 -34
- data/lib/daytona_api_client/models/position.rb +261 -0
- data/lib/daytona_api_client/models/posthog_config.rb +74 -3
- data/lib/daytona_api_client/models/process_errors_response.rb +263 -0
- data/lib/daytona_api_client/models/process_logs_response.rb +263 -0
- data/lib/daytona_api_client/models/process_restart_response.rb +263 -0
- data/lib/daytona_api_client/models/process_status_response.rb +263 -0
- data/lib/daytona_api_client/models/{update_last_activity.rb → project_dir_response.rb} +83 -13
- data/lib/daytona_api_client/models/pty_create_request.rb +288 -0
- data/lib/daytona_api_client/models/pty_create_response.rb +236 -0
- data/lib/daytona_api_client/models/{metric_data_point.rb → pty_list_response.rb} +95 -49
- data/lib/daytona_api_client/models/pty_resize_request.rb +263 -0
- data/lib/daytona_api_client/models/pty_session_info.rb +425 -0
- data/lib/daytona_api_client/models/range.rb +261 -0
- data/lib/daytona_api_client/models/region.rb +78 -181
- data/lib/daytona_api_client/models/{regenerate_api_key_response.rb → region_screenshot_response.rb} +113 -22
- data/lib/daytona_api_client/models/registry_push_access_dto.rb +74 -3
- data/lib/daytona_api_client/models/replace_request.rb +289 -0
- data/lib/daytona_api_client/models/{resize_sandbox.rb → replace_result.rb} +95 -84
- data/lib/daytona_api_client/models/runner.rb +215 -155
- data/lib/daytona_api_client/models/runner_snapshot_dto.rb +91 -3
- data/lib/daytona_api_client/models/runner_state.rb +3 -4
- data/lib/daytona_api_client/models/sandbox.rb +101 -164
- data/lib/daytona_api_client/models/sandbox_class.rb +6 -8
- data/lib/daytona_api_client/models/sandbox_desired_state.rb +3 -5
- data/lib/daytona_api_client/models/{create_region.rb → sandbox_info.rb} +113 -38
- data/lib/daytona_api_client/models/sandbox_labels.rb +74 -3
- data/lib/daytona_api_client/models/sandbox_state.rb +3 -10
- data/lib/daytona_api_client/models/sandbox_volume.rb +79 -18
- data/lib/daytona_api_client/models/screenshot_response.rb +256 -0
- data/lib/daytona_api_client/models/{runner_service_health.rb → search_files_response.rb} +94 -59
- data/lib/daytona_api_client/models/send_webhook_dto.rb +75 -26
- data/lib/daytona_api_client/models/session.rb +251 -0
- data/lib/daytona_api_client/models/{list_sandboxes_response.rb → session_execute_request.rb} +110 -34
- data/lib/daytona_api_client/models/session_execute_response.rb +239 -0
- data/lib/daytona_api_client/models/set_snapshot_general_status_dto.rb +74 -3
- data/lib/daytona_api_client/models/snapshot_dto.rb +78 -71
- data/lib/daytona_api_client/models/snapshot_state.rb +6 -5
- data/lib/daytona_api_client/models/ssh_access_dto.rb +78 -34
- data/lib/daytona_api_client/models/ssh_access_validation_dto.rb +98 -7
- data/lib/daytona_api_client/models/storage_access_dto.rb +78 -34
- data/lib/daytona_api_client/models/update_docker_registry.rb +74 -3
- data/lib/daytona_api_client/models/update_organization_invitation.rb +76 -5
- data/lib/daytona_api_client/models/update_organization_member_access.rb +76 -5
- data/lib/daytona_api_client/models/update_organization_quota.rb +115 -131
- data/lib/daytona_api_client/models/update_organization_role.rb +74 -3
- data/lib/daytona_api_client/models/update_sandbox_state_dto.rb +80 -29
- data/lib/daytona_api_client/models/user.rb +74 -3
- data/lib/daytona_api_client/models/{list_secrets_response.rb → user_home_dir_response.rb} +83 -72
- data/lib/daytona_api_client/models/user_public_key.rb +74 -3
- data/lib/daytona_api_client/models/volume_dto.rb +74 -3
- data/lib/daytona_api_client/models/volume_state.rb +3 -4
- data/lib/daytona_api_client/models/webhook_app_portal_access.rb +75 -31
- data/lib/daytona_api_client/models/{preview_warning.rb → webhook_controller_get_status200_response.rb} +76 -23
- data/lib/daytona_api_client/models/webhook_initialization_status.rb +74 -3
- data/lib/daytona_api_client/models/windows_response.rb +265 -0
- data/lib/daytona_api_client/models/{update_job_status.rb → work_dir_response.rb} +83 -72
- data/lib/daytona_api_client/models/{sandbox_list_item.rb → workspace.rb} +339 -193
- data/lib/daytona_api_client/version.rb +2 -2
- data/lib/daytona_api_client.rb +76 -74
- data/project.json +13 -38
- metadata +81 -83
- data/.gitignore +0 -39
- data/.openapi-generator/FILES +0 -163
- data/.openapi-generator/VERSION +0 -1
- data/.openapi-generator-ignore +0 -31
- data/.rspec +0 -2
- data/.rubocop.yml +0 -148
- data/fix-gemspec.sh +0 -11
- data/lib/daytona_api_client/api/admin_api.rb +0 -1615
- data/lib/daytona_api_client/api/jobs_api.rb +0 -299
- data/lib/daytona_api_client/api/regions_api.rb +0 -77
- data/lib/daytona_api_client/api/secret_api.rb +0 -441
- data/lib/daytona_api_client/api/warm_pools_api.rb +0 -286
- data/lib/daytona_api_client/api_model_base.rb +0 -88
- data/lib/daytona_api_client/models/admin_create_runner.rb +0 -326
- data/lib/daytona_api_client/models/admin_get_webhook_status200_response.rb +0 -147
- data/lib/daytona_api_client/models/create_organization_region_quota.rb +0 -375
- data/lib/daytona_api_client/models/date_filter.rb +0 -178
- data/lib/daytona_api_client/models/fork_sandbox.rb +0 -148
- data/lib/daytona_api_client/models/gpu_type.rb +0 -44
- data/lib/daytona_api_client/models/int_filter.rb +0 -222
- data/lib/daytona_api_client/models/job.rb +0 -366
- data/lib/daytona_api_client/models/job_status.rb +0 -43
- data/lib/daytona_api_client/models/job_type.rb +0 -55
- data/lib/daytona_api_client/models/log_entry.rb +0 -334
- data/lib/daytona_api_client/models/metric_series.rb +0 -194
- data/lib/daytona_api_client/models/metrics_response.rb +0 -167
- data/lib/daytona_api_client/models/organization_preview_warning.rb +0 -165
- data/lib/daytona_api_client/models/otel_config.rb +0 -188
- data/lib/daytona_api_client/models/poll_jobs_response.rb +0 -167
- data/lib/daytona_api_client/models/rate_limit_config.rb +0 -188
- data/lib/daytona_api_client/models/rate_limit_entry.rb +0 -158
- data/lib/daytona_api_client/models/region_quota.rb +0 -440
- data/lib/daytona_api_client/models/region_type.rb +0 -42
- data/lib/daytona_api_client/models/region_usage_overview.rb +0 -518
- data/lib/daytona_api_client/models/resolve_sandbox_secrets200_response_inner.rb +0 -176
- data/lib/daytona_api_client/models/runner_class.rb +0 -40
- data/lib/daytona_api_client/models/runner_full.rb +0 -757
- data/lib/daytona_api_client/models/runner_health_metrics.rb +0 -482
- data/lib/daytona_api_client/models/sandbox_list_sort_direction.rb +0 -41
- data/lib/daytona_api_client/models/sandbox_list_sort_field.rb +0 -45
- data/lib/daytona_api_client/models/string_filter.rb +0 -182
- data/lib/daytona_api_client/models/trace_summary.rb +0 -310
- data/lib/daytona_api_client/models/update_organization_default_region.rb +0 -165
- data/lib/daytona_api_client/models/update_organization_region_quota.rb +0 -302
- data/lib/daytona_api_client/models/update_region.rb +0 -171
- data/lib/daytona_api_client/models/update_sandbox_network_settings.rb +0 -168
- data/lib/daytona_api_client/models/update_sandbox_secrets.rb +0 -167
- data/lib/daytona_api_client/models/update_secret.rb +0 -170
- data/lib/daytona_api_client/models/update_warm_pool.rb +0 -174
- data/lib/daytona_api_client/models/url.rb +0 -165
- data/lib/daytona_api_client/models/warm_pool.rb +0 -490
- data/lib/daytona_api_client/models/webhook_event.rb +0 -46
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@daytona.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.12.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module DaytonaApiClient
|
|
17
|
-
class Organization
|
|
17
|
+
class Organization
|
|
18
18
|
# Organization ID
|
|
19
19
|
attr_accessor :id
|
|
20
20
|
|
|
@@ -48,6 +48,15 @@ module DaytonaApiClient
|
|
|
48
48
|
# Suspension cleanup grace period hours
|
|
49
49
|
attr_accessor :suspension_cleanup_grace_period_hours
|
|
50
50
|
|
|
51
|
+
# Total CPU quota
|
|
52
|
+
attr_accessor :total_cpu_quota
|
|
53
|
+
|
|
54
|
+
# Total memory quota
|
|
55
|
+
attr_accessor :total_memory_quota
|
|
56
|
+
|
|
57
|
+
# Total disk quota
|
|
58
|
+
attr_accessor :total_disk_quota
|
|
59
|
+
|
|
51
60
|
# Max CPU per sandbox
|
|
52
61
|
attr_accessor :max_cpu_per_sandbox
|
|
53
62
|
|
|
@@ -57,48 +66,9 @@ module DaytonaApiClient
|
|
|
57
66
|
# Max disk per sandbox
|
|
58
67
|
attr_accessor :max_disk_per_sandbox
|
|
59
68
|
|
|
60
|
-
# Maximum number of secrets
|
|
61
|
-
attr_accessor :secret_quota
|
|
62
|
-
|
|
63
|
-
# Maximum number of secrets that can be mounted to a single sandbox
|
|
64
|
-
attr_accessor :max_secrets_per_sandbox
|
|
65
|
-
|
|
66
|
-
# Time in minutes before an unused snapshot is deactivated
|
|
67
|
-
attr_accessor :snapshot_deactivation_timeout_minutes
|
|
68
|
-
|
|
69
69
|
# Sandbox default network block all
|
|
70
70
|
attr_accessor :sandbox_limited_network_egress
|
|
71
71
|
|
|
72
|
-
# Whether the proxy shows the preview URL warning page for this organization
|
|
73
|
-
attr_accessor :preview_warning_enabled
|
|
74
|
-
|
|
75
|
-
# Default region ID
|
|
76
|
-
attr_accessor :default_region_id
|
|
77
|
-
|
|
78
|
-
# Authenticated rate limit per minute
|
|
79
|
-
attr_accessor :authenticated_rate_limit
|
|
80
|
-
|
|
81
|
-
# Sandbox create rate limit per minute
|
|
82
|
-
attr_accessor :sandbox_create_rate_limit
|
|
83
|
-
|
|
84
|
-
# Sandbox lifecycle rate limit per minute
|
|
85
|
-
attr_accessor :sandbox_lifecycle_rate_limit
|
|
86
|
-
|
|
87
|
-
# Experimental configuration
|
|
88
|
-
attr_accessor :experimental_config
|
|
89
|
-
|
|
90
|
-
# OpenTelemetry collection configuration
|
|
91
|
-
attr_accessor :otel_config
|
|
92
|
-
|
|
93
|
-
# Authenticated rate limit TTL in seconds
|
|
94
|
-
attr_accessor :authenticated_rate_limit_ttl_seconds
|
|
95
|
-
|
|
96
|
-
# Sandbox create rate limit TTL in seconds
|
|
97
|
-
attr_accessor :sandbox_create_rate_limit_ttl_seconds
|
|
98
|
-
|
|
99
|
-
# Sandbox lifecycle rate limit TTL in seconds
|
|
100
|
-
attr_accessor :sandbox_lifecycle_rate_limit_ttl_seconds
|
|
101
|
-
|
|
102
72
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
103
73
|
def self.attribute_map
|
|
104
74
|
{
|
|
@@ -113,23 +83,13 @@ module DaytonaApiClient
|
|
|
113
83
|
:'suspension_reason' => :'suspensionReason',
|
|
114
84
|
:'suspended_until' => :'suspendedUntil',
|
|
115
85
|
:'suspension_cleanup_grace_period_hours' => :'suspensionCleanupGracePeriodHours',
|
|
86
|
+
:'total_cpu_quota' => :'totalCpuQuota',
|
|
87
|
+
:'total_memory_quota' => :'totalMemoryQuota',
|
|
88
|
+
:'total_disk_quota' => :'totalDiskQuota',
|
|
116
89
|
:'max_cpu_per_sandbox' => :'maxCpuPerSandbox',
|
|
117
90
|
:'max_memory_per_sandbox' => :'maxMemoryPerSandbox',
|
|
118
91
|
:'max_disk_per_sandbox' => :'maxDiskPerSandbox',
|
|
119
|
-
:'
|
|
120
|
-
:'max_secrets_per_sandbox' => :'maxSecretsPerSandbox',
|
|
121
|
-
:'snapshot_deactivation_timeout_minutes' => :'snapshotDeactivationTimeoutMinutes',
|
|
122
|
-
:'sandbox_limited_network_egress' => :'sandboxLimitedNetworkEgress',
|
|
123
|
-
:'preview_warning_enabled' => :'previewWarningEnabled',
|
|
124
|
-
:'default_region_id' => :'defaultRegionId',
|
|
125
|
-
:'authenticated_rate_limit' => :'authenticatedRateLimit',
|
|
126
|
-
:'sandbox_create_rate_limit' => :'sandboxCreateRateLimit',
|
|
127
|
-
:'sandbox_lifecycle_rate_limit' => :'sandboxLifecycleRateLimit',
|
|
128
|
-
:'experimental_config' => :'experimentalConfig',
|
|
129
|
-
:'otel_config' => :'otelConfig',
|
|
130
|
-
:'authenticated_rate_limit_ttl_seconds' => :'authenticatedRateLimitTtlSeconds',
|
|
131
|
-
:'sandbox_create_rate_limit_ttl_seconds' => :'sandboxCreateRateLimitTtlSeconds',
|
|
132
|
-
:'sandbox_lifecycle_rate_limit_ttl_seconds' => :'sandboxLifecycleRateLimitTtlSeconds'
|
|
92
|
+
:'sandbox_limited_network_egress' => :'sandboxLimitedNetworkEgress'
|
|
133
93
|
}
|
|
134
94
|
end
|
|
135
95
|
|
|
@@ -157,36 +117,19 @@ module DaytonaApiClient
|
|
|
157
117
|
:'suspension_reason' => :'String',
|
|
158
118
|
:'suspended_until' => :'Time',
|
|
159
119
|
:'suspension_cleanup_grace_period_hours' => :'Float',
|
|
120
|
+
:'total_cpu_quota' => :'Float',
|
|
121
|
+
:'total_memory_quota' => :'Float',
|
|
122
|
+
:'total_disk_quota' => :'Float',
|
|
160
123
|
:'max_cpu_per_sandbox' => :'Float',
|
|
161
124
|
:'max_memory_per_sandbox' => :'Float',
|
|
162
125
|
:'max_disk_per_sandbox' => :'Float',
|
|
163
|
-
:'
|
|
164
|
-
:'max_secrets_per_sandbox' => :'Float',
|
|
165
|
-
:'snapshot_deactivation_timeout_minutes' => :'Float',
|
|
166
|
-
:'sandbox_limited_network_egress' => :'Boolean',
|
|
167
|
-
:'preview_warning_enabled' => :'Boolean',
|
|
168
|
-
:'default_region_id' => :'String',
|
|
169
|
-
:'authenticated_rate_limit' => :'Float',
|
|
170
|
-
:'sandbox_create_rate_limit' => :'Float',
|
|
171
|
-
:'sandbox_lifecycle_rate_limit' => :'Float',
|
|
172
|
-
:'experimental_config' => :'Object',
|
|
173
|
-
:'otel_config' => :'OtelConfig',
|
|
174
|
-
:'authenticated_rate_limit_ttl_seconds' => :'Float',
|
|
175
|
-
:'sandbox_create_rate_limit_ttl_seconds' => :'Float',
|
|
176
|
-
:'sandbox_lifecycle_rate_limit_ttl_seconds' => :'Float'
|
|
126
|
+
:'sandbox_limited_network_egress' => :'Boolean'
|
|
177
127
|
}
|
|
178
128
|
end
|
|
179
129
|
|
|
180
130
|
# List of attributes with nullable: true
|
|
181
131
|
def self.openapi_nullable
|
|
182
132
|
Set.new([
|
|
183
|
-
:'authenticated_rate_limit',
|
|
184
|
-
:'sandbox_create_rate_limit',
|
|
185
|
-
:'sandbox_lifecycle_rate_limit',
|
|
186
|
-
:'otel_config',
|
|
187
|
-
:'authenticated_rate_limit_ttl_seconds',
|
|
188
|
-
:'sandbox_create_rate_limit_ttl_seconds',
|
|
189
|
-
:'sandbox_lifecycle_rate_limit_ttl_seconds'
|
|
190
133
|
])
|
|
191
134
|
end
|
|
192
135
|
|
|
@@ -272,40 +215,40 @@ module DaytonaApiClient
|
|
|
272
215
|
self.suspension_cleanup_grace_period_hours = nil
|
|
273
216
|
end
|
|
274
217
|
|
|
275
|
-
if attributes.key?(:'
|
|
276
|
-
self.
|
|
218
|
+
if attributes.key?(:'total_cpu_quota')
|
|
219
|
+
self.total_cpu_quota = attributes[:'total_cpu_quota']
|
|
277
220
|
else
|
|
278
|
-
self.
|
|
221
|
+
self.total_cpu_quota = nil
|
|
279
222
|
end
|
|
280
223
|
|
|
281
|
-
if attributes.key?(:'
|
|
282
|
-
self.
|
|
224
|
+
if attributes.key?(:'total_memory_quota')
|
|
225
|
+
self.total_memory_quota = attributes[:'total_memory_quota']
|
|
283
226
|
else
|
|
284
|
-
self.
|
|
227
|
+
self.total_memory_quota = nil
|
|
285
228
|
end
|
|
286
229
|
|
|
287
|
-
if attributes.key?(:'
|
|
288
|
-
self.
|
|
230
|
+
if attributes.key?(:'total_disk_quota')
|
|
231
|
+
self.total_disk_quota = attributes[:'total_disk_quota']
|
|
289
232
|
else
|
|
290
|
-
self.
|
|
233
|
+
self.total_disk_quota = nil
|
|
291
234
|
end
|
|
292
235
|
|
|
293
|
-
if attributes.key?(:'
|
|
294
|
-
self.
|
|
236
|
+
if attributes.key?(:'max_cpu_per_sandbox')
|
|
237
|
+
self.max_cpu_per_sandbox = attributes[:'max_cpu_per_sandbox']
|
|
295
238
|
else
|
|
296
|
-
self.
|
|
239
|
+
self.max_cpu_per_sandbox = nil
|
|
297
240
|
end
|
|
298
241
|
|
|
299
|
-
if attributes.key?(:'
|
|
300
|
-
self.
|
|
242
|
+
if attributes.key?(:'max_memory_per_sandbox')
|
|
243
|
+
self.max_memory_per_sandbox = attributes[:'max_memory_per_sandbox']
|
|
301
244
|
else
|
|
302
|
-
self.
|
|
245
|
+
self.max_memory_per_sandbox = nil
|
|
303
246
|
end
|
|
304
247
|
|
|
305
|
-
if attributes.key?(:'
|
|
306
|
-
self.
|
|
248
|
+
if attributes.key?(:'max_disk_per_sandbox')
|
|
249
|
+
self.max_disk_per_sandbox = attributes[:'max_disk_per_sandbox']
|
|
307
250
|
else
|
|
308
|
-
self.
|
|
251
|
+
self.max_disk_per_sandbox = nil
|
|
309
252
|
end
|
|
310
253
|
|
|
311
254
|
if attributes.key?(:'sandbox_limited_network_egress')
|
|
@@ -313,64 +256,6 @@ module DaytonaApiClient
|
|
|
313
256
|
else
|
|
314
257
|
self.sandbox_limited_network_egress = nil
|
|
315
258
|
end
|
|
316
|
-
|
|
317
|
-
if attributes.key?(:'preview_warning_enabled')
|
|
318
|
-
self.preview_warning_enabled = attributes[:'preview_warning_enabled']
|
|
319
|
-
else
|
|
320
|
-
self.preview_warning_enabled = nil
|
|
321
|
-
end
|
|
322
|
-
|
|
323
|
-
if attributes.key?(:'default_region_id')
|
|
324
|
-
self.default_region_id = attributes[:'default_region_id']
|
|
325
|
-
end
|
|
326
|
-
|
|
327
|
-
if attributes.key?(:'authenticated_rate_limit')
|
|
328
|
-
self.authenticated_rate_limit = attributes[:'authenticated_rate_limit']
|
|
329
|
-
else
|
|
330
|
-
self.authenticated_rate_limit = nil
|
|
331
|
-
end
|
|
332
|
-
|
|
333
|
-
if attributes.key?(:'sandbox_create_rate_limit')
|
|
334
|
-
self.sandbox_create_rate_limit = attributes[:'sandbox_create_rate_limit']
|
|
335
|
-
else
|
|
336
|
-
self.sandbox_create_rate_limit = nil
|
|
337
|
-
end
|
|
338
|
-
|
|
339
|
-
if attributes.key?(:'sandbox_lifecycle_rate_limit')
|
|
340
|
-
self.sandbox_lifecycle_rate_limit = attributes[:'sandbox_lifecycle_rate_limit']
|
|
341
|
-
else
|
|
342
|
-
self.sandbox_lifecycle_rate_limit = nil
|
|
343
|
-
end
|
|
344
|
-
|
|
345
|
-
if attributes.key?(:'experimental_config')
|
|
346
|
-
self.experimental_config = attributes[:'experimental_config']
|
|
347
|
-
else
|
|
348
|
-
self.experimental_config = nil
|
|
349
|
-
end
|
|
350
|
-
|
|
351
|
-
if attributes.key?(:'otel_config')
|
|
352
|
-
self.otel_config = attributes[:'otel_config']
|
|
353
|
-
else
|
|
354
|
-
self.otel_config = nil
|
|
355
|
-
end
|
|
356
|
-
|
|
357
|
-
if attributes.key?(:'authenticated_rate_limit_ttl_seconds')
|
|
358
|
-
self.authenticated_rate_limit_ttl_seconds = attributes[:'authenticated_rate_limit_ttl_seconds']
|
|
359
|
-
else
|
|
360
|
-
self.authenticated_rate_limit_ttl_seconds = nil
|
|
361
|
-
end
|
|
362
|
-
|
|
363
|
-
if attributes.key?(:'sandbox_create_rate_limit_ttl_seconds')
|
|
364
|
-
self.sandbox_create_rate_limit_ttl_seconds = attributes[:'sandbox_create_rate_limit_ttl_seconds']
|
|
365
|
-
else
|
|
366
|
-
self.sandbox_create_rate_limit_ttl_seconds = nil
|
|
367
|
-
end
|
|
368
|
-
|
|
369
|
-
if attributes.key?(:'sandbox_lifecycle_rate_limit_ttl_seconds')
|
|
370
|
-
self.sandbox_lifecycle_rate_limit_ttl_seconds = attributes[:'sandbox_lifecycle_rate_limit_ttl_seconds']
|
|
371
|
-
else
|
|
372
|
-
self.sandbox_lifecycle_rate_limit_ttl_seconds = nil
|
|
373
|
-
end
|
|
374
259
|
end
|
|
375
260
|
|
|
376
261
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -422,42 +307,34 @@ module DaytonaApiClient
|
|
|
422
307
|
invalid_properties.push('invalid value for "suspension_cleanup_grace_period_hours", suspension_cleanup_grace_period_hours cannot be nil.')
|
|
423
308
|
end
|
|
424
309
|
|
|
425
|
-
if @
|
|
426
|
-
invalid_properties.push('invalid value for "
|
|
310
|
+
if @total_cpu_quota.nil?
|
|
311
|
+
invalid_properties.push('invalid value for "total_cpu_quota", total_cpu_quota cannot be nil.')
|
|
427
312
|
end
|
|
428
313
|
|
|
429
|
-
if @
|
|
430
|
-
invalid_properties.push('invalid value for "
|
|
314
|
+
if @total_memory_quota.nil?
|
|
315
|
+
invalid_properties.push('invalid value for "total_memory_quota", total_memory_quota cannot be nil.')
|
|
431
316
|
end
|
|
432
317
|
|
|
433
|
-
if @
|
|
434
|
-
invalid_properties.push('invalid value for "
|
|
318
|
+
if @total_disk_quota.nil?
|
|
319
|
+
invalid_properties.push('invalid value for "total_disk_quota", total_disk_quota cannot be nil.')
|
|
435
320
|
end
|
|
436
321
|
|
|
437
|
-
if @
|
|
438
|
-
invalid_properties.push('invalid value for "
|
|
322
|
+
if @max_cpu_per_sandbox.nil?
|
|
323
|
+
invalid_properties.push('invalid value for "max_cpu_per_sandbox", max_cpu_per_sandbox cannot be nil.')
|
|
439
324
|
end
|
|
440
325
|
|
|
441
|
-
if @
|
|
442
|
-
invalid_properties.push('invalid value for "
|
|
326
|
+
if @max_memory_per_sandbox.nil?
|
|
327
|
+
invalid_properties.push('invalid value for "max_memory_per_sandbox", max_memory_per_sandbox cannot be nil.')
|
|
443
328
|
end
|
|
444
329
|
|
|
445
|
-
if @
|
|
446
|
-
invalid_properties.push('invalid value for "
|
|
330
|
+
if @max_disk_per_sandbox.nil?
|
|
331
|
+
invalid_properties.push('invalid value for "max_disk_per_sandbox", max_disk_per_sandbox cannot be nil.')
|
|
447
332
|
end
|
|
448
333
|
|
|
449
334
|
if @sandbox_limited_network_egress.nil?
|
|
450
335
|
invalid_properties.push('invalid value for "sandbox_limited_network_egress", sandbox_limited_network_egress cannot be nil.')
|
|
451
336
|
end
|
|
452
337
|
|
|
453
|
-
if @preview_warning_enabled.nil?
|
|
454
|
-
invalid_properties.push('invalid value for "preview_warning_enabled", preview_warning_enabled cannot be nil.')
|
|
455
|
-
end
|
|
456
|
-
|
|
457
|
-
if @experimental_config.nil?
|
|
458
|
-
invalid_properties.push('invalid value for "experimental_config", experimental_config cannot be nil.')
|
|
459
|
-
end
|
|
460
|
-
|
|
461
338
|
invalid_properties
|
|
462
339
|
end
|
|
463
340
|
|
|
@@ -476,15 +353,13 @@ module DaytonaApiClient
|
|
|
476
353
|
return false if @suspension_reason.nil?
|
|
477
354
|
return false if @suspended_until.nil?
|
|
478
355
|
return false if @suspension_cleanup_grace_period_hours.nil?
|
|
356
|
+
return false if @total_cpu_quota.nil?
|
|
357
|
+
return false if @total_memory_quota.nil?
|
|
358
|
+
return false if @total_disk_quota.nil?
|
|
479
359
|
return false if @max_cpu_per_sandbox.nil?
|
|
480
360
|
return false if @max_memory_per_sandbox.nil?
|
|
481
361
|
return false if @max_disk_per_sandbox.nil?
|
|
482
|
-
return false if @secret_quota.nil?
|
|
483
|
-
return false if @max_secrets_per_sandbox.nil?
|
|
484
|
-
return false if @snapshot_deactivation_timeout_minutes.nil?
|
|
485
362
|
return false if @sandbox_limited_network_egress.nil?
|
|
486
|
-
return false if @preview_warning_enabled.nil?
|
|
487
|
-
return false if @experimental_config.nil?
|
|
488
363
|
true
|
|
489
364
|
end
|
|
490
365
|
|
|
@@ -599,63 +474,63 @@ module DaytonaApiClient
|
|
|
599
474
|
end
|
|
600
475
|
|
|
601
476
|
# Custom attribute writer method with validation
|
|
602
|
-
# @param [Object]
|
|
603
|
-
def
|
|
604
|
-
if
|
|
605
|
-
fail ArgumentError, '
|
|
477
|
+
# @param [Object] total_cpu_quota Value to be assigned
|
|
478
|
+
def total_cpu_quota=(total_cpu_quota)
|
|
479
|
+
if total_cpu_quota.nil?
|
|
480
|
+
fail ArgumentError, 'total_cpu_quota cannot be nil'
|
|
606
481
|
end
|
|
607
482
|
|
|
608
|
-
@
|
|
483
|
+
@total_cpu_quota = total_cpu_quota
|
|
609
484
|
end
|
|
610
485
|
|
|
611
486
|
# Custom attribute writer method with validation
|
|
612
|
-
# @param [Object]
|
|
613
|
-
def
|
|
614
|
-
if
|
|
615
|
-
fail ArgumentError, '
|
|
487
|
+
# @param [Object] total_memory_quota Value to be assigned
|
|
488
|
+
def total_memory_quota=(total_memory_quota)
|
|
489
|
+
if total_memory_quota.nil?
|
|
490
|
+
fail ArgumentError, 'total_memory_quota cannot be nil'
|
|
616
491
|
end
|
|
617
492
|
|
|
618
|
-
@
|
|
493
|
+
@total_memory_quota = total_memory_quota
|
|
619
494
|
end
|
|
620
495
|
|
|
621
496
|
# Custom attribute writer method with validation
|
|
622
|
-
# @param [Object]
|
|
623
|
-
def
|
|
624
|
-
if
|
|
625
|
-
fail ArgumentError, '
|
|
497
|
+
# @param [Object] total_disk_quota Value to be assigned
|
|
498
|
+
def total_disk_quota=(total_disk_quota)
|
|
499
|
+
if total_disk_quota.nil?
|
|
500
|
+
fail ArgumentError, 'total_disk_quota cannot be nil'
|
|
626
501
|
end
|
|
627
502
|
|
|
628
|
-
@
|
|
503
|
+
@total_disk_quota = total_disk_quota
|
|
629
504
|
end
|
|
630
505
|
|
|
631
506
|
# Custom attribute writer method with validation
|
|
632
|
-
# @param [Object]
|
|
633
|
-
def
|
|
634
|
-
if
|
|
635
|
-
fail ArgumentError, '
|
|
507
|
+
# @param [Object] max_cpu_per_sandbox Value to be assigned
|
|
508
|
+
def max_cpu_per_sandbox=(max_cpu_per_sandbox)
|
|
509
|
+
if max_cpu_per_sandbox.nil?
|
|
510
|
+
fail ArgumentError, 'max_cpu_per_sandbox cannot be nil'
|
|
636
511
|
end
|
|
637
512
|
|
|
638
|
-
@
|
|
513
|
+
@max_cpu_per_sandbox = max_cpu_per_sandbox
|
|
639
514
|
end
|
|
640
515
|
|
|
641
516
|
# Custom attribute writer method with validation
|
|
642
|
-
# @param [Object]
|
|
643
|
-
def
|
|
644
|
-
if
|
|
645
|
-
fail ArgumentError, '
|
|
517
|
+
# @param [Object] max_memory_per_sandbox Value to be assigned
|
|
518
|
+
def max_memory_per_sandbox=(max_memory_per_sandbox)
|
|
519
|
+
if max_memory_per_sandbox.nil?
|
|
520
|
+
fail ArgumentError, 'max_memory_per_sandbox cannot be nil'
|
|
646
521
|
end
|
|
647
522
|
|
|
648
|
-
@
|
|
523
|
+
@max_memory_per_sandbox = max_memory_per_sandbox
|
|
649
524
|
end
|
|
650
525
|
|
|
651
526
|
# Custom attribute writer method with validation
|
|
652
|
-
# @param [Object]
|
|
653
|
-
def
|
|
654
|
-
if
|
|
655
|
-
fail ArgumentError, '
|
|
527
|
+
# @param [Object] max_disk_per_sandbox Value to be assigned
|
|
528
|
+
def max_disk_per_sandbox=(max_disk_per_sandbox)
|
|
529
|
+
if max_disk_per_sandbox.nil?
|
|
530
|
+
fail ArgumentError, 'max_disk_per_sandbox cannot be nil'
|
|
656
531
|
end
|
|
657
532
|
|
|
658
|
-
@
|
|
533
|
+
@max_disk_per_sandbox = max_disk_per_sandbox
|
|
659
534
|
end
|
|
660
535
|
|
|
661
536
|
# Custom attribute writer method with validation
|
|
@@ -668,26 +543,6 @@ module DaytonaApiClient
|
|
|
668
543
|
@sandbox_limited_network_egress = sandbox_limited_network_egress
|
|
669
544
|
end
|
|
670
545
|
|
|
671
|
-
# Custom attribute writer method with validation
|
|
672
|
-
# @param [Object] preview_warning_enabled Value to be assigned
|
|
673
|
-
def preview_warning_enabled=(preview_warning_enabled)
|
|
674
|
-
if preview_warning_enabled.nil?
|
|
675
|
-
fail ArgumentError, 'preview_warning_enabled cannot be nil'
|
|
676
|
-
end
|
|
677
|
-
|
|
678
|
-
@preview_warning_enabled = preview_warning_enabled
|
|
679
|
-
end
|
|
680
|
-
|
|
681
|
-
# Custom attribute writer method with validation
|
|
682
|
-
# @param [Object] experimental_config Value to be assigned
|
|
683
|
-
def experimental_config=(experimental_config)
|
|
684
|
-
if experimental_config.nil?
|
|
685
|
-
fail ArgumentError, 'experimental_config cannot be nil'
|
|
686
|
-
end
|
|
687
|
-
|
|
688
|
-
@experimental_config = experimental_config
|
|
689
|
-
end
|
|
690
|
-
|
|
691
546
|
# Checks equality by comparing each attribute.
|
|
692
547
|
# @param [Object] Object to be compared
|
|
693
548
|
def ==(o)
|
|
@@ -704,23 +559,13 @@ module DaytonaApiClient
|
|
|
704
559
|
suspension_reason == o.suspension_reason &&
|
|
705
560
|
suspended_until == o.suspended_until &&
|
|
706
561
|
suspension_cleanup_grace_period_hours == o.suspension_cleanup_grace_period_hours &&
|
|
562
|
+
total_cpu_quota == o.total_cpu_quota &&
|
|
563
|
+
total_memory_quota == o.total_memory_quota &&
|
|
564
|
+
total_disk_quota == o.total_disk_quota &&
|
|
707
565
|
max_cpu_per_sandbox == o.max_cpu_per_sandbox &&
|
|
708
566
|
max_memory_per_sandbox == o.max_memory_per_sandbox &&
|
|
709
567
|
max_disk_per_sandbox == o.max_disk_per_sandbox &&
|
|
710
|
-
|
|
711
|
-
max_secrets_per_sandbox == o.max_secrets_per_sandbox &&
|
|
712
|
-
snapshot_deactivation_timeout_minutes == o.snapshot_deactivation_timeout_minutes &&
|
|
713
|
-
sandbox_limited_network_egress == o.sandbox_limited_network_egress &&
|
|
714
|
-
preview_warning_enabled == o.preview_warning_enabled &&
|
|
715
|
-
default_region_id == o.default_region_id &&
|
|
716
|
-
authenticated_rate_limit == o.authenticated_rate_limit &&
|
|
717
|
-
sandbox_create_rate_limit == o.sandbox_create_rate_limit &&
|
|
718
|
-
sandbox_lifecycle_rate_limit == o.sandbox_lifecycle_rate_limit &&
|
|
719
|
-
experimental_config == o.experimental_config &&
|
|
720
|
-
otel_config == o.otel_config &&
|
|
721
|
-
authenticated_rate_limit_ttl_seconds == o.authenticated_rate_limit_ttl_seconds &&
|
|
722
|
-
sandbox_create_rate_limit_ttl_seconds == o.sandbox_create_rate_limit_ttl_seconds &&
|
|
723
|
-
sandbox_lifecycle_rate_limit_ttl_seconds == o.sandbox_lifecycle_rate_limit_ttl_seconds
|
|
568
|
+
sandbox_limited_network_egress == o.sandbox_limited_network_egress
|
|
724
569
|
end
|
|
725
570
|
|
|
726
571
|
# @see the `==` method
|
|
@@ -732,7 +577,7 @@ module DaytonaApiClient
|
|
|
732
577
|
# Calculates hash code according to all attributes.
|
|
733
578
|
# @return [Integer] Hash code
|
|
734
579
|
def hash
|
|
735
|
-
[id, name, created_by, personal, created_at, updated_at, suspended, suspended_at, suspension_reason, suspended_until, suspension_cleanup_grace_period_hours,
|
|
580
|
+
[id, name, created_by, personal, created_at, updated_at, suspended, suspended_at, suspension_reason, suspended_until, suspension_cleanup_grace_period_hours, total_cpu_quota, total_memory_quota, total_disk_quota, max_cpu_per_sandbox, max_memory_per_sandbox, max_disk_per_sandbox, sandbox_limited_network_egress].hash
|
|
736
581
|
end
|
|
737
582
|
|
|
738
583
|
# Builds the object from hash
|
|
@@ -758,6 +603,61 @@ module DaytonaApiClient
|
|
|
758
603
|
new(transformed_hash)
|
|
759
604
|
end
|
|
760
605
|
|
|
606
|
+
# Deserializes the data based on type
|
|
607
|
+
# @param string type Data type
|
|
608
|
+
# @param string value Value to be deserialized
|
|
609
|
+
# @return [Object] Deserialized data
|
|
610
|
+
def self._deserialize(type, value)
|
|
611
|
+
case type.to_sym
|
|
612
|
+
when :Time
|
|
613
|
+
Time.parse(value)
|
|
614
|
+
when :Date
|
|
615
|
+
Date.parse(value)
|
|
616
|
+
when :String
|
|
617
|
+
value.to_s
|
|
618
|
+
when :Integer
|
|
619
|
+
value.to_i
|
|
620
|
+
when :Float
|
|
621
|
+
value.to_f
|
|
622
|
+
when :Boolean
|
|
623
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
624
|
+
true
|
|
625
|
+
else
|
|
626
|
+
false
|
|
627
|
+
end
|
|
628
|
+
when :Object
|
|
629
|
+
# generic object (usually a Hash), return directly
|
|
630
|
+
value
|
|
631
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
632
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
633
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
634
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
635
|
+
k_type = Regexp.last_match[:k_type]
|
|
636
|
+
v_type = Regexp.last_match[:v_type]
|
|
637
|
+
{}.tap do |hash|
|
|
638
|
+
value.each do |k, v|
|
|
639
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
640
|
+
end
|
|
641
|
+
end
|
|
642
|
+
else # model
|
|
643
|
+
# models (e.g. Pet) or oneOf
|
|
644
|
+
klass = DaytonaApiClient.const_get(type)
|
|
645
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
646
|
+
end
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
# Returns the string representation of the object
|
|
650
|
+
# @return [String] String presentation of the object
|
|
651
|
+
def to_s
|
|
652
|
+
to_hash.to_s
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
656
|
+
# @return [Hash] Returns the object in the form of hash
|
|
657
|
+
def to_body
|
|
658
|
+
to_hash
|
|
659
|
+
end
|
|
660
|
+
|
|
761
661
|
# Returns the object in the form of hash
|
|
762
662
|
# @return [Hash] Returns the object in the form of hash
|
|
763
663
|
def to_hash
|
|
@@ -774,6 +674,22 @@ module DaytonaApiClient
|
|
|
774
674
|
hash
|
|
775
675
|
end
|
|
776
676
|
|
|
677
|
+
# Outputs non-array value in the form of hash
|
|
678
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
679
|
+
# @param [Object] value Any valid value
|
|
680
|
+
# @return [Hash] Returns the value in the form of hash
|
|
681
|
+
def _to_hash(value)
|
|
682
|
+
if value.is_a?(Array)
|
|
683
|
+
value.compact.map { |v| _to_hash(v) }
|
|
684
|
+
elsif value.is_a?(Hash)
|
|
685
|
+
{}.tap do |hash|
|
|
686
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
687
|
+
end
|
|
688
|
+
elsif value.respond_to? :to_hash
|
|
689
|
+
value.to_hash
|
|
690
|
+
else
|
|
691
|
+
value
|
|
692
|
+
end
|
|
693
|
+
end
|
|
777
694
|
end
|
|
778
|
-
|
|
779
695
|
end
|