mux_ruby 2.0.0.pre.rc.1 → 2.1.1
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.lock +6 -6
- data/README.md +5 -4
- data/docs/Asset.md +4 -2
- data/docs/AssetsApi.md +10 -4
- data/docs/CreateLiveStreamRequest.md +4 -0
- data/docs/CreateTrackRequest.md +1 -1
- data/docs/DeliveryUsageApi.md +3 -3
- data/docs/ErrorsApi.md +1 -1
- data/docs/ExportDate.md +20 -0
- data/docs/ExportFile.md +22 -0
- data/docs/ExportsApi.md +69 -1
- data/docs/IncidentsApi.md +3 -3
- data/docs/ListVideoViewExportsResponse.md +22 -0
- data/docs/LiveStream.md +4 -0
- data/docs/MetricsApi.md +13 -13
- data/docs/PlaybackIDApi.md +1 -1
- data/docs/RealTimeApi.md +5 -5
- data/docs/RealTimeBreakdownValue.md +2 -2
- data/docs/RealTimeTimeseriesDatapoint.md +2 -2
- data/docs/URLSigningKeysApi.md +3 -3
- data/docs/VideoView.md +17 -1
- data/docs/VideoViewsApi.md +2 -2
- data/gen/generator-config.json +2 -1
- data/gen/templates/gemspec.mustache +1 -0
- data/lib/mux_ruby/api/assets_api.rb +16 -8
- data/lib/mux_ruby/api/delivery_usage_api.rb +6 -6
- data/lib/mux_ruby/api/dimensions_api.rb +2 -2
- data/lib/mux_ruby/api/direct_uploads_api.rb +2 -2
- data/lib/mux_ruby/api/errors_api.rb +4 -4
- data/lib/mux_ruby/api/exports_api.rb +61 -4
- data/lib/mux_ruby/api/filters_api.rb +2 -2
- data/lib/mux_ruby/api/incidents_api.rb +8 -8
- data/lib/mux_ruby/api/live_streams_api.rb +2 -2
- data/lib/mux_ruby/api/metrics_api.rb +28 -28
- data/lib/mux_ruby/api/playback_id_api.rb +4 -4
- data/lib/mux_ruby/api/real_time_api.rb +12 -12
- data/lib/mux_ruby/api/url_signing_keys_api.rb +8 -8
- data/lib/mux_ruby/api/video_views_api.rb +6 -6
- data/lib/mux_ruby/api_client.rb +2 -2
- data/lib/mux_ruby/api_error.rb +2 -2
- data/lib/mux_ruby/configuration.rb +2 -2
- data/lib/mux_ruby/models/abridged_video_view.rb +2 -2
- data/lib/mux_ruby/models/asset.rb +15 -5
- data/lib/mux_ruby/models/asset_errors.rb +2 -2
- data/lib/mux_ruby/models/asset_master.rb +2 -2
- data/lib/mux_ruby/models/asset_non_standard_input_reasons.rb +2 -2
- data/lib/mux_ruby/models/asset_recording_times.rb +2 -2
- data/lib/mux_ruby/models/asset_response.rb +2 -2
- data/lib/mux_ruby/models/asset_static_renditions.rb +2 -2
- data/lib/mux_ruby/models/asset_static_renditions_files.rb +2 -2
- data/lib/mux_ruby/models/breakdown_value.rb +2 -2
- data/lib/mux_ruby/models/create_asset_request.rb +2 -2
- data/lib/mux_ruby/models/create_live_stream_request.rb +23 -3
- data/lib/mux_ruby/models/create_playback_id_request.rb +2 -2
- data/lib/mux_ruby/models/create_playback_id_response.rb +2 -2
- data/lib/mux_ruby/models/create_simulcast_target_request.rb +2 -2
- data/lib/mux_ruby/models/create_track_request.rb +3 -3
- data/lib/mux_ruby/models/create_track_response.rb +2 -2
- data/lib/mux_ruby/models/create_upload_request.rb +2 -2
- data/lib/mux_ruby/models/delivery_report.rb +2 -2
- data/lib/mux_ruby/models/dimension_value.rb +2 -2
- data/lib/mux_ruby/models/disable_live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/enable_live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/error.rb +2 -2
- data/lib/mux_ruby/models/export_date.rb +229 -0
- data/lib/mux_ruby/models/export_file.rb +236 -0
- data/lib/mux_ruby/models/filter_value.rb +2 -2
- data/lib/mux_ruby/models/get_asset_input_info_response.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data_object.rb +2 -2
- data/lib/mux_ruby/models/get_asset_playback_id_response.rb +2 -2
- data/lib/mux_ruby/models/get_metric_timeseries_data_response.rb +2 -2
- data/lib/mux_ruby/models/get_overall_values_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_breakdown_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response_meta.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_timeseries_response.rb +2 -2
- data/lib/mux_ruby/models/incident.rb +2 -2
- data/lib/mux_ruby/models/incident_breakdown.rb +2 -2
- data/lib/mux_ruby/models/incident_notification.rb +2 -2
- data/lib/mux_ruby/models/incident_notification_rule.rb +2 -2
- data/lib/mux_ruby/models/incident_response.rb +2 -2
- data/lib/mux_ruby/models/input_file.rb +2 -2
- data/lib/mux_ruby/models/input_info.rb +2 -2
- data/lib/mux_ruby/models/input_settings.rb +2 -2
- data/lib/mux_ruby/models/input_settings_overlay_settings.rb +2 -2
- data/lib/mux_ruby/models/input_track.rb +2 -2
- data/lib/mux_ruby/models/insight.rb +2 -2
- data/lib/mux_ruby/models/list_all_metric_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_assets_response.rb +2 -2
- data/lib/mux_ruby/models/list_breakdown_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_delivery_usage_response.rb +2 -2
- data/lib/mux_ruby/models/list_dimension_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_dimensions_response.rb +2 -2
- data/lib/mux_ruby/models/list_errors_response.rb +2 -2
- data/lib/mux_ruby/models/list_exports_response.rb +2 -2
- data/lib/mux_ruby/models/list_filter_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_filters_response.rb +2 -2
- data/lib/mux_ruby/models/list_filters_response_data.rb +2 -2
- data/lib/mux_ruby/models/list_incidents_response.rb +2 -2
- data/lib/mux_ruby/models/list_insights_response.rb +2 -2
- data/lib/mux_ruby/models/list_live_streams_response.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_dimensions_response.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_dimensions_response_data.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_metrics_response.rb +2 -2
- data/lib/mux_ruby/models/list_related_incidents_response.rb +2 -2
- data/lib/mux_ruby/models/list_signing_keys_response.rb +2 -2
- data/lib/mux_ruby/models/list_uploads_response.rb +2 -2
- data/lib/mux_ruby/models/list_video_view_exports_response.rb +240 -0
- data/lib/mux_ruby/models/list_video_views_response.rb +2 -2
- data/lib/mux_ruby/models/live_stream.rb +23 -3
- data/lib/mux_ruby/models/live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/metric.rb +2 -2
- data/lib/mux_ruby/models/notification_rule.rb +2 -2
- data/lib/mux_ruby/models/overall_values.rb +2 -2
- data/lib/mux_ruby/models/playback_id.rb +2 -2
- data/lib/mux_ruby/models/playback_policy.rb +2 -2
- data/lib/mux_ruby/models/real_time_breakdown_value.rb +9 -9
- data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket.rb +2 -2
- data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket_values.rb +2 -2
- data/lib/mux_ruby/models/real_time_histogram_timeseries_datapoint.rb +2 -2
- data/lib/mux_ruby/models/real_time_timeseries_datapoint.rb +9 -9
- data/lib/mux_ruby/models/score.rb +2 -2
- data/lib/mux_ruby/models/signal_live_stream_complete_response.rb +2 -2
- data/lib/mux_ruby/models/signing_key.rb +2 -2
- data/lib/mux_ruby/models/signing_key_response.rb +2 -2
- data/lib/mux_ruby/models/simulcast_target.rb +2 -2
- data/lib/mux_ruby/models/simulcast_target_response.rb +2 -2
- data/lib/mux_ruby/models/track.rb +2 -2
- data/lib/mux_ruby/models/update_asset_master_access_request.rb +2 -2
- data/lib/mux_ruby/models/update_asset_mp4_support_request.rb +2 -2
- data/lib/mux_ruby/models/upload.rb +2 -2
- data/lib/mux_ruby/models/upload_error.rb +2 -2
- data/lib/mux_ruby/models/upload_response.rb +2 -2
- data/lib/mux_ruby/models/video_view.rb +78 -6
- data/lib/mux_ruby/models/video_view_event.rb +2 -2
- data/lib/mux_ruby/models/video_view_response.rb +2 -2
- data/lib/mux_ruby/version.rb +3 -3
- data/lib/mux_ruby.rb +5 -2
- data/mux_ruby.gemspec +3 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/export_date_spec.rb +40 -0
- data/spec/models/export_file_spec.rb +46 -0
- data/spec/models/list_video_view_exports_response_spec.rb +46 -0
- data/spec/spec_helper.rb +2 -2
- metadata +109 -96
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ module MuxRuby
|
|
|
23
23
|
|
|
24
24
|
attr_accessor :display_value
|
|
25
25
|
|
|
26
|
-
attr_accessor :
|
|
26
|
+
attr_accessor :concurrent_viewers
|
|
27
27
|
|
|
28
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
29
29
|
def self.attribute_map
|
|
@@ -32,7 +32,7 @@ module MuxRuby
|
|
|
32
32
|
:'negative_impact' => :'negative_impact',
|
|
33
33
|
:'metric_value' => :'metric_value',
|
|
34
34
|
:'display_value' => :'display_value',
|
|
35
|
-
:'
|
|
35
|
+
:'concurrent_viewers' => :'concurrent_viewers'
|
|
36
36
|
}
|
|
37
37
|
end
|
|
38
38
|
|
|
@@ -48,7 +48,7 @@ module MuxRuby
|
|
|
48
48
|
:'negative_impact' => :'Integer',
|
|
49
49
|
:'metric_value' => :'Float',
|
|
50
50
|
:'display_value' => :'String',
|
|
51
|
-
:'
|
|
51
|
+
:'concurrent_viewers' => :'Integer'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -89,8 +89,8 @@ module MuxRuby
|
|
|
89
89
|
self.display_value = attributes[:'display_value']
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
if attributes.key?(:'
|
|
93
|
-
self.
|
|
92
|
+
if attributes.key?(:'concurrent_viewers')
|
|
93
|
+
self.concurrent_viewers = attributes[:'concurrent_viewers']
|
|
94
94
|
end
|
|
95
95
|
end
|
|
96
96
|
|
|
@@ -116,7 +116,7 @@ module MuxRuby
|
|
|
116
116
|
negative_impact == o.negative_impact &&
|
|
117
117
|
metric_value == o.metric_value &&
|
|
118
118
|
display_value == o.display_value &&
|
|
119
|
-
|
|
119
|
+
concurrent_viewers == o.concurrent_viewers
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
# @see the `==` method
|
|
@@ -128,7 +128,7 @@ module MuxRuby
|
|
|
128
128
|
# Calculates hash code according to all attributes.
|
|
129
129
|
# @return [Integer] Hash code
|
|
130
130
|
def hash
|
|
131
|
-
[value, negative_impact, metric_value, display_value,
|
|
131
|
+
[value, negative_impact, metric_value, display_value, concurrent_viewers].hash
|
|
132
132
|
end
|
|
133
133
|
|
|
134
134
|
# Builds the object from hash
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -19,14 +19,14 @@ module MuxRuby
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :date
|
|
21
21
|
|
|
22
|
-
attr_accessor :
|
|
22
|
+
attr_accessor :concurrent_viewers
|
|
23
23
|
|
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
25
|
def self.attribute_map
|
|
26
26
|
{
|
|
27
27
|
:'value' => :'value',
|
|
28
28
|
:'date' => :'date',
|
|
29
|
-
:'
|
|
29
|
+
:'concurrent_viewers' => :'concurrent_viewers'
|
|
30
30
|
}
|
|
31
31
|
end
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ module MuxRuby
|
|
|
40
40
|
{
|
|
41
41
|
:'value' => :'Float',
|
|
42
42
|
:'date' => :'String',
|
|
43
|
-
:'
|
|
43
|
+
:'concurrent_viewers' => :'Integer'
|
|
44
44
|
}
|
|
45
45
|
end
|
|
46
46
|
|
|
@@ -73,8 +73,8 @@ module MuxRuby
|
|
|
73
73
|
self.date = attributes[:'date']
|
|
74
74
|
end
|
|
75
75
|
|
|
76
|
-
if attributes.key?(:'
|
|
77
|
-
self.
|
|
76
|
+
if attributes.key?(:'concurrent_viewers')
|
|
77
|
+
self.concurrent_viewers = attributes[:'concurrent_viewers']
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
80
|
|
|
@@ -98,7 +98,7 @@ module MuxRuby
|
|
|
98
98
|
self.class == o.class &&
|
|
99
99
|
value == o.value &&
|
|
100
100
|
date == o.date &&
|
|
101
|
-
|
|
101
|
+
concurrent_viewers == o.concurrent_viewers
|
|
102
102
|
end
|
|
103
103
|
|
|
104
104
|
# @see the `==` method
|
|
@@ -110,7 +110,7 @@ module MuxRuby
|
|
|
110
110
|
# Calculates hash code according to all attributes.
|
|
111
111
|
# @return [Integer] Hash code
|
|
112
112
|
def hash
|
|
113
|
-
[value, date,
|
|
113
|
+
[value, date, concurrent_viewers].hash
|
|
114
114
|
end
|
|
115
115
|
|
|
116
116
|
# Builds the object from hash
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Mux API
|
|
3
3
|
|
|
4
|
-
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
7
|
+
Contact: devex@mux.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 5.0.1
|
|
10
10
|
|
|
@@ -239,6 +239,22 @@ module MuxRuby
|
|
|
239
239
|
|
|
240
240
|
attr_accessor :player_mux_plugin_name
|
|
241
241
|
|
|
242
|
+
attr_accessor :sub_property_id
|
|
243
|
+
|
|
244
|
+
attr_accessor :player_remote_played
|
|
245
|
+
|
|
246
|
+
attr_accessor :view_max_playhead_position
|
|
247
|
+
|
|
248
|
+
attr_accessor :view_playing_time
|
|
249
|
+
|
|
250
|
+
attr_accessor :view_session_id
|
|
251
|
+
|
|
252
|
+
attr_accessor :viewer_connection_type
|
|
253
|
+
|
|
254
|
+
attr_accessor :viewer_device_model
|
|
255
|
+
|
|
256
|
+
attr_accessor :weighted_average_bitrate
|
|
257
|
+
|
|
242
258
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
243
259
|
def self.attribute_map
|
|
244
260
|
{
|
|
@@ -353,7 +369,15 @@ module MuxRuby
|
|
|
353
369
|
:'asn_name' => :'asn_name',
|
|
354
370
|
:'quality_score' => :'quality_score',
|
|
355
371
|
:'player_software_version' => :'player_software_version',
|
|
356
|
-
:'player_mux_plugin_name' => :'player_mux_plugin_name'
|
|
372
|
+
:'player_mux_plugin_name' => :'player_mux_plugin_name',
|
|
373
|
+
:'sub_property_id' => :'sub_property_id',
|
|
374
|
+
:'player_remote_played' => :'player_remote_played',
|
|
375
|
+
:'view_max_playhead_position' => :'view_max_playhead_position',
|
|
376
|
+
:'view_playing_time' => :'view_playing_time',
|
|
377
|
+
:'view_session_id' => :'view_session_id',
|
|
378
|
+
:'viewer_connection_type' => :'viewer_connection_type',
|
|
379
|
+
:'viewer_device_model' => :'viewer_device_model',
|
|
380
|
+
:'weighted_average_bitrate' => :'weighted_average_bitrate'
|
|
357
381
|
}
|
|
358
382
|
end
|
|
359
383
|
|
|
@@ -476,7 +500,15 @@ module MuxRuby
|
|
|
476
500
|
:'asn_name' => :'String',
|
|
477
501
|
:'quality_score' => :'String',
|
|
478
502
|
:'player_software_version' => :'String',
|
|
479
|
-
:'player_mux_plugin_name' => :'String'
|
|
503
|
+
:'player_mux_plugin_name' => :'String',
|
|
504
|
+
:'sub_property_id' => :'String',
|
|
505
|
+
:'player_remote_played' => :'Boolean',
|
|
506
|
+
:'view_max_playhead_position' => :'String',
|
|
507
|
+
:'view_playing_time' => :'String',
|
|
508
|
+
:'view_session_id' => :'String',
|
|
509
|
+
:'viewer_connection_type' => :'String',
|
|
510
|
+
:'viewer_device_model' => :'String',
|
|
511
|
+
:'weighted_average_bitrate' => :'Integer'
|
|
480
512
|
}
|
|
481
513
|
end
|
|
482
514
|
|
|
@@ -950,6 +982,38 @@ module MuxRuby
|
|
|
950
982
|
if attributes.key?(:'player_mux_plugin_name')
|
|
951
983
|
self.player_mux_plugin_name = attributes[:'player_mux_plugin_name']
|
|
952
984
|
end
|
|
985
|
+
|
|
986
|
+
if attributes.key?(:'sub_property_id')
|
|
987
|
+
self.sub_property_id = attributes[:'sub_property_id']
|
|
988
|
+
end
|
|
989
|
+
|
|
990
|
+
if attributes.key?(:'player_remote_played')
|
|
991
|
+
self.player_remote_played = attributes[:'player_remote_played']
|
|
992
|
+
end
|
|
993
|
+
|
|
994
|
+
if attributes.key?(:'view_max_playhead_position')
|
|
995
|
+
self.view_max_playhead_position = attributes[:'view_max_playhead_position']
|
|
996
|
+
end
|
|
997
|
+
|
|
998
|
+
if attributes.key?(:'view_playing_time')
|
|
999
|
+
self.view_playing_time = attributes[:'view_playing_time']
|
|
1000
|
+
end
|
|
1001
|
+
|
|
1002
|
+
if attributes.key?(:'view_session_id')
|
|
1003
|
+
self.view_session_id = attributes[:'view_session_id']
|
|
1004
|
+
end
|
|
1005
|
+
|
|
1006
|
+
if attributes.key?(:'viewer_connection_type')
|
|
1007
|
+
self.viewer_connection_type = attributes[:'viewer_connection_type']
|
|
1008
|
+
end
|
|
1009
|
+
|
|
1010
|
+
if attributes.key?(:'viewer_device_model')
|
|
1011
|
+
self.viewer_device_model = attributes[:'viewer_device_model']
|
|
1012
|
+
end
|
|
1013
|
+
|
|
1014
|
+
if attributes.key?(:'weighted_average_bitrate')
|
|
1015
|
+
self.weighted_average_bitrate = attributes[:'weighted_average_bitrate']
|
|
1016
|
+
end
|
|
953
1017
|
end
|
|
954
1018
|
|
|
955
1019
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -1081,7 +1145,15 @@ module MuxRuby
|
|
|
1081
1145
|
asn_name == o.asn_name &&
|
|
1082
1146
|
quality_score == o.quality_score &&
|
|
1083
1147
|
player_software_version == o.player_software_version &&
|
|
1084
|
-
player_mux_plugin_name == o.player_mux_plugin_name
|
|
1148
|
+
player_mux_plugin_name == o.player_mux_plugin_name &&
|
|
1149
|
+
sub_property_id == o.sub_property_id &&
|
|
1150
|
+
player_remote_played == o.player_remote_played &&
|
|
1151
|
+
view_max_playhead_position == o.view_max_playhead_position &&
|
|
1152
|
+
view_playing_time == o.view_playing_time &&
|
|
1153
|
+
view_session_id == o.view_session_id &&
|
|
1154
|
+
viewer_connection_type == o.viewer_connection_type &&
|
|
1155
|
+
viewer_device_model == o.viewer_device_model &&
|
|
1156
|
+
weighted_average_bitrate == o.weighted_average_bitrate
|
|
1085
1157
|
end
|
|
1086
1158
|
|
|
1087
1159
|
# @see the `==` method
|
|
@@ -1093,7 +1165,7 @@ module MuxRuby
|
|
|
1093
1165
|
# Calculates hash code according to all attributes.
|
|
1094
1166
|
# @return [Integer] Hash code
|
|
1095
1167
|
def hash
|
|
1096
|
-
[view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name].hash
|
|
1168
|
+
[view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name, sub_property_id, player_remote_played, view_max_playhead_position, view_playing_time, view_session_id, viewer_connection_type, viewer_device_model, weighted_average_bitrate].hash
|
|
1097
1169
|
end
|
|
1098
1170
|
|
|
1099
1171
|
# Builds the object from hash
|