imagekitio 4.7.0 → 4.8.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/CHANGELOG.md +7 -0
- data/README.md +1 -1
- data/lib/imagekitio/internal/transport/base_client.rb +4 -1
- data/lib/imagekitio/models/accounts/request_bandwidth_entry.rb +26 -0
- data/lib/imagekitio/models/accounts/usage_analytics_get_params.rb +39 -0
- data/lib/imagekitio/models/accounts/usage_analytics_response.rb +1044 -0
- data/lib/imagekitio/resources/accounts/usage.rb +6 -0
- data/lib/imagekitio/resources/accounts/usage_analytics.rb +55 -0
- data/lib/imagekitio/resources/accounts.rb +4 -0
- data/lib/imagekitio/version.rb +1 -1
- data/lib/imagekitio.rb +4 -0
- data/rbi/imagekitio/models/accounts/request_bandwidth_entry.rbi +44 -0
- data/rbi/imagekitio/models/accounts/usage_analytics_get_params.rbi +64 -0
- data/rbi/imagekitio/models/accounts/usage_analytics_response.rbi +2097 -0
- data/rbi/imagekitio/resources/accounts/usage.rbi +6 -0
- data/rbi/imagekitio/resources/accounts/usage_analytics.rbi +46 -0
- data/rbi/imagekitio/resources/accounts.rbi +3 -0
- data/sig/imagekitio/models/accounts/request_bandwidth_entry.rbs +18 -0
- data/sig/imagekitio/models/accounts/usage_analytics_get_params.rbs +30 -0
- data/sig/imagekitio/models/accounts/usage_analytics_response.rbs +785 -0
- data/sig/imagekitio/resources/accounts/usage_analytics.rbs +15 -0
- data/sig/imagekitio/resources/accounts.rbs +2 -0
- metadata +14 -2
|
@@ -0,0 +1,785 @@
|
|
|
1
|
+
module Imagekitio
|
|
2
|
+
module Models
|
|
3
|
+
module Accounts
|
|
4
|
+
type usage_analytics_response =
|
|
5
|
+
{
|
|
6
|
+
bandwidth_bytes: Float,
|
|
7
|
+
browser: Imagekitio::Accounts::UsageAnalyticsResponse::Browser,
|
|
8
|
+
cache: Imagekitio::Accounts::UsageAnalyticsResponse::Cache,
|
|
9
|
+
country: Imagekitio::Accounts::UsageAnalyticsResponse::Country,
|
|
10
|
+
device: Imagekitio::Accounts::UsageAnalyticsResponse::Device,
|
|
11
|
+
end_date: Date,
|
|
12
|
+
error_reasons: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::ErrorReason],
|
|
13
|
+
extensions: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Extension],
|
|
14
|
+
format_: Imagekitio::Accounts::UsageAnalyticsResponse::Format,
|
|
15
|
+
generated_at: Time,
|
|
16
|
+
request_count: Float,
|
|
17
|
+
start_date: Date,
|
|
18
|
+
status_codes: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::StatusCode],
|
|
19
|
+
:top404_assets => ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Top404Asset],
|
|
20
|
+
top_images: Imagekitio::Accounts::UsageAnalyticsResponse::TopImages,
|
|
21
|
+
top_image_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms,
|
|
22
|
+
top_other_assets: Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets,
|
|
23
|
+
top_referrers: Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers,
|
|
24
|
+
top_user_agents: Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents,
|
|
25
|
+
top_videos: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos,
|
|
26
|
+
top_video_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms,
|
|
27
|
+
url_endpoints: Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints,
|
|
28
|
+
video_processing: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::VideoProcessing]
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
class UsageAnalyticsResponse < Imagekitio::Internal::Type::BaseModel
|
|
32
|
+
attr_accessor bandwidth_bytes: Float
|
|
33
|
+
|
|
34
|
+
attr_accessor browser: Imagekitio::Accounts::UsageAnalyticsResponse::Browser
|
|
35
|
+
|
|
36
|
+
attr_accessor cache: Imagekitio::Accounts::UsageAnalyticsResponse::Cache
|
|
37
|
+
|
|
38
|
+
attr_accessor country: Imagekitio::Accounts::UsageAnalyticsResponse::Country
|
|
39
|
+
|
|
40
|
+
attr_accessor device: Imagekitio::Accounts::UsageAnalyticsResponse::Device
|
|
41
|
+
|
|
42
|
+
attr_accessor end_date: Date
|
|
43
|
+
|
|
44
|
+
attr_accessor error_reasons: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::ErrorReason]
|
|
45
|
+
|
|
46
|
+
attr_accessor extensions: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Extension]
|
|
47
|
+
|
|
48
|
+
attr_accessor format_: Imagekitio::Accounts::UsageAnalyticsResponse::Format
|
|
49
|
+
|
|
50
|
+
attr_accessor generated_at: Time
|
|
51
|
+
|
|
52
|
+
attr_accessor request_count: Float
|
|
53
|
+
|
|
54
|
+
attr_accessor start_date: Date
|
|
55
|
+
|
|
56
|
+
attr_accessor status_codes: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::StatusCode]
|
|
57
|
+
|
|
58
|
+
attr_accessor top404_assets: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Top404Asset]
|
|
59
|
+
|
|
60
|
+
attr_accessor top_images: Imagekitio::Accounts::UsageAnalyticsResponse::TopImages
|
|
61
|
+
|
|
62
|
+
attr_accessor top_image_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms
|
|
63
|
+
|
|
64
|
+
attr_accessor top_other_assets: Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets
|
|
65
|
+
|
|
66
|
+
attr_accessor top_referrers: Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers
|
|
67
|
+
|
|
68
|
+
attr_accessor top_user_agents: Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents
|
|
69
|
+
|
|
70
|
+
attr_accessor top_videos: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos
|
|
71
|
+
|
|
72
|
+
attr_accessor top_video_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms
|
|
73
|
+
|
|
74
|
+
attr_accessor url_endpoints: Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints
|
|
75
|
+
|
|
76
|
+
attr_accessor video_processing: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::VideoProcessing]
|
|
77
|
+
|
|
78
|
+
def initialize: (
|
|
79
|
+
bandwidth_bytes: Float,
|
|
80
|
+
browser: Imagekitio::Accounts::UsageAnalyticsResponse::Browser,
|
|
81
|
+
cache: Imagekitio::Accounts::UsageAnalyticsResponse::Cache,
|
|
82
|
+
country: Imagekitio::Accounts::UsageAnalyticsResponse::Country,
|
|
83
|
+
device: Imagekitio::Accounts::UsageAnalyticsResponse::Device,
|
|
84
|
+
end_date: Date,
|
|
85
|
+
error_reasons: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::ErrorReason],
|
|
86
|
+
extensions: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Extension],
|
|
87
|
+
format_: Imagekitio::Accounts::UsageAnalyticsResponse::Format,
|
|
88
|
+
generated_at: Time,
|
|
89
|
+
request_count: Float,
|
|
90
|
+
start_date: Date,
|
|
91
|
+
status_codes: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::StatusCode],
|
|
92
|
+
top404_assets: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Top404Asset],
|
|
93
|
+
top_images: Imagekitio::Accounts::UsageAnalyticsResponse::TopImages,
|
|
94
|
+
top_image_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms,
|
|
95
|
+
top_other_assets: Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets,
|
|
96
|
+
top_referrers: Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers,
|
|
97
|
+
top_user_agents: Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents,
|
|
98
|
+
top_videos: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos,
|
|
99
|
+
top_video_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms,
|
|
100
|
+
url_endpoints: Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints,
|
|
101
|
+
video_processing: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::VideoProcessing]
|
|
102
|
+
) -> void
|
|
103
|
+
|
|
104
|
+
def to_hash: -> {
|
|
105
|
+
bandwidth_bytes: Float,
|
|
106
|
+
browser: Imagekitio::Accounts::UsageAnalyticsResponse::Browser,
|
|
107
|
+
cache: Imagekitio::Accounts::UsageAnalyticsResponse::Cache,
|
|
108
|
+
country: Imagekitio::Accounts::UsageAnalyticsResponse::Country,
|
|
109
|
+
device: Imagekitio::Accounts::UsageAnalyticsResponse::Device,
|
|
110
|
+
end_date: Date,
|
|
111
|
+
error_reasons: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::ErrorReason],
|
|
112
|
+
extensions: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Extension],
|
|
113
|
+
format_: Imagekitio::Accounts::UsageAnalyticsResponse::Format,
|
|
114
|
+
generated_at: Time,
|
|
115
|
+
request_count: Float,
|
|
116
|
+
start_date: Date,
|
|
117
|
+
status_codes: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::StatusCode],
|
|
118
|
+
:top404_assets => ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Top404Asset],
|
|
119
|
+
top_images: Imagekitio::Accounts::UsageAnalyticsResponse::TopImages,
|
|
120
|
+
top_image_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms,
|
|
121
|
+
top_other_assets: Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets,
|
|
122
|
+
top_referrers: Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers,
|
|
123
|
+
top_user_agents: Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents,
|
|
124
|
+
top_videos: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos,
|
|
125
|
+
top_video_transforms: Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms,
|
|
126
|
+
url_endpoints: Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints,
|
|
127
|
+
video_processing: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::VideoProcessing]
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
type browser =
|
|
131
|
+
{
|
|
132
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByBandwidth],
|
|
133
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByRequest]
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
class Browser < Imagekitio::Internal::Type::BaseModel
|
|
137
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByBandwidth]
|
|
138
|
+
|
|
139
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByRequest]
|
|
140
|
+
|
|
141
|
+
def initialize: (
|
|
142
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByBandwidth],
|
|
143
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByRequest]
|
|
144
|
+
) -> void
|
|
145
|
+
|
|
146
|
+
def to_hash: -> {
|
|
147
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByBandwidth],
|
|
148
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Browser::ByRequest]
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
type by_bandwidth = { name: String }
|
|
152
|
+
|
|
153
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
154
|
+
def name: -> String
|
|
155
|
+
|
|
156
|
+
def name=: (String _) -> String
|
|
157
|
+
|
|
158
|
+
def initialize: (name: String) -> void
|
|
159
|
+
|
|
160
|
+
def to_hash: -> { name: String }
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
type by_request = { name: String }
|
|
164
|
+
|
|
165
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
166
|
+
def name: -> String
|
|
167
|
+
|
|
168
|
+
def name=: (String _) -> String
|
|
169
|
+
|
|
170
|
+
def initialize: (name: String) -> void
|
|
171
|
+
|
|
172
|
+
def to_hash: -> { name: String }
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
type cache = { error_count: Float, hit_count: Float, miss_count: Float }
|
|
177
|
+
|
|
178
|
+
class Cache < Imagekitio::Internal::Type::BaseModel
|
|
179
|
+
attr_accessor error_count: Float
|
|
180
|
+
|
|
181
|
+
attr_accessor hit_count: Float
|
|
182
|
+
|
|
183
|
+
attr_accessor miss_count: Float
|
|
184
|
+
|
|
185
|
+
def initialize: (
|
|
186
|
+
error_count: Float,
|
|
187
|
+
hit_count: Float,
|
|
188
|
+
miss_count: Float
|
|
189
|
+
) -> void
|
|
190
|
+
|
|
191
|
+
def to_hash: -> {
|
|
192
|
+
error_count: Float,
|
|
193
|
+
hit_count: Float,
|
|
194
|
+
miss_count: Float
|
|
195
|
+
}
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
type country =
|
|
199
|
+
{
|
|
200
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByBandwidth],
|
|
201
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByRequest]
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
class Country < Imagekitio::Internal::Type::BaseModel
|
|
205
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByBandwidth]
|
|
206
|
+
|
|
207
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByRequest]
|
|
208
|
+
|
|
209
|
+
def initialize: (
|
|
210
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByBandwidth],
|
|
211
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByRequest]
|
|
212
|
+
) -> void
|
|
213
|
+
|
|
214
|
+
def to_hash: -> {
|
|
215
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByBandwidth],
|
|
216
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Country::ByRequest]
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
type by_bandwidth = { code: String, name: String }
|
|
220
|
+
|
|
221
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
222
|
+
def code: -> String
|
|
223
|
+
|
|
224
|
+
def code=: (String _) -> String
|
|
225
|
+
|
|
226
|
+
def name: -> String
|
|
227
|
+
|
|
228
|
+
def name=: (String _) -> String
|
|
229
|
+
|
|
230
|
+
def initialize: (code: String, name: String) -> void
|
|
231
|
+
|
|
232
|
+
def to_hash: -> { code: String, name: String }
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
type by_request = { code: String, name: String }
|
|
236
|
+
|
|
237
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
238
|
+
def code: -> String
|
|
239
|
+
|
|
240
|
+
def code=: (String _) -> String
|
|
241
|
+
|
|
242
|
+
def name: -> String
|
|
243
|
+
|
|
244
|
+
def name=: (String _) -> String
|
|
245
|
+
|
|
246
|
+
def initialize: (code: String, name: String) -> void
|
|
247
|
+
|
|
248
|
+
def to_hash: -> { code: String, name: String }
|
|
249
|
+
end
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
type device =
|
|
253
|
+
{
|
|
254
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByBandwidth],
|
|
255
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByRequest]
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
class Device < Imagekitio::Internal::Type::BaseModel
|
|
259
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByBandwidth]
|
|
260
|
+
|
|
261
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByRequest]
|
|
262
|
+
|
|
263
|
+
def initialize: (
|
|
264
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByBandwidth],
|
|
265
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByRequest]
|
|
266
|
+
) -> void
|
|
267
|
+
|
|
268
|
+
def to_hash: -> {
|
|
269
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByBandwidth],
|
|
270
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Device::ByRequest]
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
type by_bandwidth = { name: String }
|
|
274
|
+
|
|
275
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
276
|
+
def name: -> String
|
|
277
|
+
|
|
278
|
+
def name=: (String _) -> String
|
|
279
|
+
|
|
280
|
+
def initialize: (name: String) -> void
|
|
281
|
+
|
|
282
|
+
def to_hash: -> { name: String }
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
type by_request = { name: String }
|
|
286
|
+
|
|
287
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
288
|
+
def name: -> String
|
|
289
|
+
|
|
290
|
+
def name=: (String _) -> String
|
|
291
|
+
|
|
292
|
+
def initialize: (name: String) -> void
|
|
293
|
+
|
|
294
|
+
def to_hash: -> { name: String }
|
|
295
|
+
end
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
type error_reason = { name: String, request_count: Float }
|
|
299
|
+
|
|
300
|
+
class ErrorReason < Imagekitio::Internal::Type::BaseModel
|
|
301
|
+
attr_accessor name: String
|
|
302
|
+
|
|
303
|
+
attr_accessor request_count: Float
|
|
304
|
+
|
|
305
|
+
def initialize: (name: String, request_count: Float) -> void
|
|
306
|
+
|
|
307
|
+
def to_hash: -> { name: String, request_count: Float }
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
type extension = { name: String, operation_count: Float }
|
|
311
|
+
|
|
312
|
+
class Extension < Imagekitio::Internal::Type::BaseModel
|
|
313
|
+
attr_accessor name: String
|
|
314
|
+
|
|
315
|
+
attr_accessor operation_count: Float
|
|
316
|
+
|
|
317
|
+
def initialize: (name: String, operation_count: Float) -> void
|
|
318
|
+
|
|
319
|
+
def to_hash: -> { name: String, operation_count: Float }
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
type format_ =
|
|
323
|
+
{
|
|
324
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByBandwidth],
|
|
325
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByRequest]
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
class Format < Imagekitio::Internal::Type::BaseModel
|
|
329
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByBandwidth]
|
|
330
|
+
|
|
331
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByRequest]
|
|
332
|
+
|
|
333
|
+
def initialize: (
|
|
334
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByBandwidth],
|
|
335
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByRequest]
|
|
336
|
+
) -> void
|
|
337
|
+
|
|
338
|
+
def to_hash: -> {
|
|
339
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByBandwidth],
|
|
340
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::Format::ByRequest]
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
type by_bandwidth = { name: String }
|
|
344
|
+
|
|
345
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
346
|
+
def name: -> String
|
|
347
|
+
|
|
348
|
+
def name=: (String _) -> String
|
|
349
|
+
|
|
350
|
+
def initialize: (name: String) -> void
|
|
351
|
+
|
|
352
|
+
def to_hash: -> { name: String }
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
type by_request = { name: String }
|
|
356
|
+
|
|
357
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
358
|
+
def name: -> String
|
|
359
|
+
|
|
360
|
+
def name=: (String _) -> String
|
|
361
|
+
|
|
362
|
+
def initialize: (name: String) -> void
|
|
363
|
+
|
|
364
|
+
def to_hash: -> { name: String }
|
|
365
|
+
end
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
type status_code = { name: String, request_count: Float }
|
|
369
|
+
|
|
370
|
+
class StatusCode < Imagekitio::Internal::Type::BaseModel
|
|
371
|
+
attr_accessor name: String
|
|
372
|
+
|
|
373
|
+
attr_accessor request_count: Float
|
|
374
|
+
|
|
375
|
+
def initialize: (name: String, request_count: Float) -> void
|
|
376
|
+
|
|
377
|
+
def to_hash: -> { name: String, request_count: Float }
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
type top404_asset = { name: String, request_count: Float }
|
|
381
|
+
|
|
382
|
+
class Top404Asset < Imagekitio::Internal::Type::BaseModel
|
|
383
|
+
attr_accessor name: String
|
|
384
|
+
|
|
385
|
+
attr_accessor request_count: Float
|
|
386
|
+
|
|
387
|
+
def initialize: (name: String, request_count: Float) -> void
|
|
388
|
+
|
|
389
|
+
def to_hash: -> { name: String, request_count: Float }
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
type top_images =
|
|
393
|
+
{
|
|
394
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByBandwidth],
|
|
395
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByRequest]
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
class TopImages < Imagekitio::Internal::Type::BaseModel
|
|
399
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByBandwidth]
|
|
400
|
+
|
|
401
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByRequest]
|
|
402
|
+
|
|
403
|
+
def initialize: (
|
|
404
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByBandwidth],
|
|
405
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByRequest]
|
|
406
|
+
) -> void
|
|
407
|
+
|
|
408
|
+
def to_hash: -> {
|
|
409
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByBandwidth],
|
|
410
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImages::ByRequest]
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
type by_bandwidth = { name: String }
|
|
414
|
+
|
|
415
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
416
|
+
def name: -> String
|
|
417
|
+
|
|
418
|
+
def name=: (String _) -> String
|
|
419
|
+
|
|
420
|
+
def initialize: (name: String) -> void
|
|
421
|
+
|
|
422
|
+
def to_hash: -> { name: String }
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
type by_request = { name: String }
|
|
426
|
+
|
|
427
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
428
|
+
def name: -> String
|
|
429
|
+
|
|
430
|
+
def name=: (String _) -> String
|
|
431
|
+
|
|
432
|
+
def initialize: (name: String) -> void
|
|
433
|
+
|
|
434
|
+
def to_hash: -> { name: String }
|
|
435
|
+
end
|
|
436
|
+
end
|
|
437
|
+
|
|
438
|
+
type top_image_transforms =
|
|
439
|
+
{
|
|
440
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByBandwidth],
|
|
441
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByRequest]
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
class TopImageTransforms < Imagekitio::Internal::Type::BaseModel
|
|
445
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByBandwidth]
|
|
446
|
+
|
|
447
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByRequest]
|
|
448
|
+
|
|
449
|
+
def initialize: (
|
|
450
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByBandwidth],
|
|
451
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByRequest]
|
|
452
|
+
) -> void
|
|
453
|
+
|
|
454
|
+
def to_hash: -> {
|
|
455
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByBandwidth],
|
|
456
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopImageTransforms::ByRequest]
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
type by_bandwidth = { name: String }
|
|
460
|
+
|
|
461
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
462
|
+
def name: -> String
|
|
463
|
+
|
|
464
|
+
def name=: (String _) -> String
|
|
465
|
+
|
|
466
|
+
def initialize: (name: String) -> void
|
|
467
|
+
|
|
468
|
+
def to_hash: -> { name: String }
|
|
469
|
+
end
|
|
470
|
+
|
|
471
|
+
type by_request = { name: String }
|
|
472
|
+
|
|
473
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
474
|
+
def name: -> String
|
|
475
|
+
|
|
476
|
+
def name=: (String _) -> String
|
|
477
|
+
|
|
478
|
+
def initialize: (name: String) -> void
|
|
479
|
+
|
|
480
|
+
def to_hash: -> { name: String }
|
|
481
|
+
end
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
type top_other_assets =
|
|
485
|
+
{
|
|
486
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByBandwidth],
|
|
487
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByRequest]
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
class TopOtherAssets < Imagekitio::Internal::Type::BaseModel
|
|
491
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByBandwidth]
|
|
492
|
+
|
|
493
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByRequest]
|
|
494
|
+
|
|
495
|
+
def initialize: (
|
|
496
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByBandwidth],
|
|
497
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByRequest]
|
|
498
|
+
) -> void
|
|
499
|
+
|
|
500
|
+
def to_hash: -> {
|
|
501
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByBandwidth],
|
|
502
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopOtherAssets::ByRequest]
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
type by_bandwidth = { name: String }
|
|
506
|
+
|
|
507
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
508
|
+
def name: -> String
|
|
509
|
+
|
|
510
|
+
def name=: (String _) -> String
|
|
511
|
+
|
|
512
|
+
def initialize: (name: String) -> void
|
|
513
|
+
|
|
514
|
+
def to_hash: -> { name: String }
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
type by_request = { name: String }
|
|
518
|
+
|
|
519
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
520
|
+
def name: -> String
|
|
521
|
+
|
|
522
|
+
def name=: (String _) -> String
|
|
523
|
+
|
|
524
|
+
def initialize: (name: String) -> void
|
|
525
|
+
|
|
526
|
+
def to_hash: -> { name: String }
|
|
527
|
+
end
|
|
528
|
+
end
|
|
529
|
+
|
|
530
|
+
type top_referrers =
|
|
531
|
+
{
|
|
532
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByBandwidth],
|
|
533
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByRequest]
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
class TopReferrers < Imagekitio::Internal::Type::BaseModel
|
|
537
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByBandwidth]
|
|
538
|
+
|
|
539
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByRequest]
|
|
540
|
+
|
|
541
|
+
def initialize: (
|
|
542
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByBandwidth],
|
|
543
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByRequest]
|
|
544
|
+
) -> void
|
|
545
|
+
|
|
546
|
+
def to_hash: -> {
|
|
547
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByBandwidth],
|
|
548
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopReferrers::ByRequest]
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
type by_bandwidth = { name: String }
|
|
552
|
+
|
|
553
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
554
|
+
def name: -> String
|
|
555
|
+
|
|
556
|
+
def name=: (String _) -> String
|
|
557
|
+
|
|
558
|
+
def initialize: (name: String) -> void
|
|
559
|
+
|
|
560
|
+
def to_hash: -> { name: String }
|
|
561
|
+
end
|
|
562
|
+
|
|
563
|
+
type by_request = { name: String }
|
|
564
|
+
|
|
565
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
566
|
+
def name: -> String
|
|
567
|
+
|
|
568
|
+
def name=: (String _) -> String
|
|
569
|
+
|
|
570
|
+
def initialize: (name: String) -> void
|
|
571
|
+
|
|
572
|
+
def to_hash: -> { name: String }
|
|
573
|
+
end
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
type top_user_agents =
|
|
577
|
+
{
|
|
578
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByBandwidth],
|
|
579
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByRequest]
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
class TopUserAgents < Imagekitio::Internal::Type::BaseModel
|
|
583
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByBandwidth]
|
|
584
|
+
|
|
585
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByRequest]
|
|
586
|
+
|
|
587
|
+
def initialize: (
|
|
588
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByBandwidth],
|
|
589
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByRequest]
|
|
590
|
+
) -> void
|
|
591
|
+
|
|
592
|
+
def to_hash: -> {
|
|
593
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByBandwidth],
|
|
594
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopUserAgents::ByRequest]
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
type by_bandwidth = { name: String }
|
|
598
|
+
|
|
599
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
600
|
+
def name: -> String
|
|
601
|
+
|
|
602
|
+
def name=: (String _) -> String
|
|
603
|
+
|
|
604
|
+
def initialize: (name: String) -> void
|
|
605
|
+
|
|
606
|
+
def to_hash: -> { name: String }
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
type by_request = { name: String }
|
|
610
|
+
|
|
611
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
612
|
+
def name: -> String
|
|
613
|
+
|
|
614
|
+
def name=: (String _) -> String
|
|
615
|
+
|
|
616
|
+
def initialize: (name: String) -> void
|
|
617
|
+
|
|
618
|
+
def to_hash: -> { name: String }
|
|
619
|
+
end
|
|
620
|
+
end
|
|
621
|
+
|
|
622
|
+
type top_videos =
|
|
623
|
+
{
|
|
624
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByBandwidth],
|
|
625
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByRequest]
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
class TopVideos < Imagekitio::Internal::Type::BaseModel
|
|
629
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByBandwidth]
|
|
630
|
+
|
|
631
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByRequest]
|
|
632
|
+
|
|
633
|
+
def initialize: (
|
|
634
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByBandwidth],
|
|
635
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByRequest]
|
|
636
|
+
) -> void
|
|
637
|
+
|
|
638
|
+
def to_hash: -> {
|
|
639
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByBandwidth],
|
|
640
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideos::ByRequest]
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
type by_bandwidth = { name: String }
|
|
644
|
+
|
|
645
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
646
|
+
def name: -> String
|
|
647
|
+
|
|
648
|
+
def name=: (String _) -> String
|
|
649
|
+
|
|
650
|
+
def initialize: (name: String) -> void
|
|
651
|
+
|
|
652
|
+
def to_hash: -> { name: String }
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
type by_request = { name: String }
|
|
656
|
+
|
|
657
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
658
|
+
def name: -> String
|
|
659
|
+
|
|
660
|
+
def name=: (String _) -> String
|
|
661
|
+
|
|
662
|
+
def initialize: (name: String) -> void
|
|
663
|
+
|
|
664
|
+
def to_hash: -> { name: String }
|
|
665
|
+
end
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
type top_video_transforms =
|
|
669
|
+
{
|
|
670
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByBandwidth],
|
|
671
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByRequest]
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
class TopVideoTransforms < Imagekitio::Internal::Type::BaseModel
|
|
675
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByBandwidth]
|
|
676
|
+
|
|
677
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByRequest]
|
|
678
|
+
|
|
679
|
+
def initialize: (
|
|
680
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByBandwidth],
|
|
681
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByRequest]
|
|
682
|
+
) -> void
|
|
683
|
+
|
|
684
|
+
def to_hash: -> {
|
|
685
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByBandwidth],
|
|
686
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::TopVideoTransforms::ByRequest]
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
type by_bandwidth = { name: String }
|
|
690
|
+
|
|
691
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
692
|
+
def name: -> String
|
|
693
|
+
|
|
694
|
+
def name=: (String _) -> String
|
|
695
|
+
|
|
696
|
+
def initialize: (name: String) -> void
|
|
697
|
+
|
|
698
|
+
def to_hash: -> { name: String }
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
type by_request = { name: String }
|
|
702
|
+
|
|
703
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
704
|
+
def name: -> String
|
|
705
|
+
|
|
706
|
+
def name=: (String _) -> String
|
|
707
|
+
|
|
708
|
+
def initialize: (name: String) -> void
|
|
709
|
+
|
|
710
|
+
def to_hash: -> { name: String }
|
|
711
|
+
end
|
|
712
|
+
end
|
|
713
|
+
|
|
714
|
+
type url_endpoints =
|
|
715
|
+
{
|
|
716
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByBandwidth],
|
|
717
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByRequest]
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
class URLEndpoints < Imagekitio::Internal::Type::BaseModel
|
|
721
|
+
attr_accessor by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByBandwidth]
|
|
722
|
+
|
|
723
|
+
attr_accessor by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByRequest]
|
|
724
|
+
|
|
725
|
+
def initialize: (
|
|
726
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByBandwidth],
|
|
727
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByRequest]
|
|
728
|
+
) -> void
|
|
729
|
+
|
|
730
|
+
def to_hash: -> {
|
|
731
|
+
by_bandwidth: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByBandwidth],
|
|
732
|
+
by_requests: ::Array[Imagekitio::Accounts::UsageAnalyticsResponse::URLEndpoints::ByRequest]
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
type by_bandwidth = { name: String }
|
|
736
|
+
|
|
737
|
+
class ByBandwidth < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
738
|
+
def name: -> String
|
|
739
|
+
|
|
740
|
+
def name=: (String _) -> String
|
|
741
|
+
|
|
742
|
+
def initialize: (name: String) -> void
|
|
743
|
+
|
|
744
|
+
def to_hash: -> { name: String }
|
|
745
|
+
end
|
|
746
|
+
|
|
747
|
+
type by_request = { name: String }
|
|
748
|
+
|
|
749
|
+
class ByRequest < Imagekitio::Models::Accounts::RequestBandwidthEntry
|
|
750
|
+
def name: -> String
|
|
751
|
+
|
|
752
|
+
def name=: (String _) -> String
|
|
753
|
+
|
|
754
|
+
def initialize: (name: String) -> void
|
|
755
|
+
|
|
756
|
+
def to_hash: -> { name: String }
|
|
757
|
+
end
|
|
758
|
+
end
|
|
759
|
+
|
|
760
|
+
type video_processing =
|
|
761
|
+
{ codec: String, duration_seconds: Float, resolution: String }
|
|
762
|
+
|
|
763
|
+
class VideoProcessing < Imagekitio::Internal::Type::BaseModel
|
|
764
|
+
attr_accessor codec: String
|
|
765
|
+
|
|
766
|
+
attr_accessor duration_seconds: Float
|
|
767
|
+
|
|
768
|
+
attr_accessor resolution: String
|
|
769
|
+
|
|
770
|
+
def initialize: (
|
|
771
|
+
codec: String,
|
|
772
|
+
duration_seconds: Float,
|
|
773
|
+
resolution: String
|
|
774
|
+
) -> void
|
|
775
|
+
|
|
776
|
+
def to_hash: -> {
|
|
777
|
+
codec: String,
|
|
778
|
+
duration_seconds: Float,
|
|
779
|
+
resolution: String
|
|
780
|
+
}
|
|
781
|
+
end
|
|
782
|
+
end
|
|
783
|
+
end
|
|
784
|
+
end
|
|
785
|
+
end
|