You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The video codec used in the video (only for video).
@@ -208,7 +206,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
208
206
#
209
207
# Object containing details of a successful upload.
210
208
#
211
-
# @param ai_tags [Array<Imagekitio::Models::Beta::V2::FileUploadResponse::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
209
+
# @param ai_tags [Array<Imagekitio::Models::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
212
210
#
213
211
# @param audio_codec [String] The audio codec used in the video (only for video).
214
212
#
@@ -242,7 +240,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
242
240
#
243
241
# @param name [String] Name of the asset.
244
242
#
245
-
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::Beta::V2::FileUploadResponse::SelectedFieldsSchema}] This field is included in the response only if the Path policy feature is availa
243
+
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::SelectedFieldsSchemaItem}] This field is included in the response only if the Path policy feature is availa
246
244
#
247
245
# @param size [Float] Size of the image file in Bytes.
248
246
#
@@ -252,7 +250,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
252
250
#
253
251
# @param url [String] A publicly accessible URL of the file.
254
252
#
255
-
# @param version_info [Imagekitio::Models::Beta::V2::FileUploadResponse::VersionInfo] An object containing the file or file version's `id` (versionId) and `name`.
253
+
# @param version_info [Imagekitio::Models::VersionInfo] An object containing the file or file version's `id` (versionId) and `name`.
256
254
#
257
255
# @param video_codec [String] The video codec used in the video (only for video).
# The video codec used in the video (only for video).
@@ -203,7 +203,7 @@ class File < Imagekitio::Internal::Type::BaseModel
203
203
#
204
204
# Object containing details of a file or file version.
205
205
#
206
-
# @param ai_tags [Array<Imagekitio::Models::File::AITag>, nil] Array of AI-generated tags associated with the image. If no AITags are set, it w
206
+
# @param ai_tags [Array<Imagekitio::Models::AITag>, nil] Array of AI-generated tags associated with the image. If no AITags are set, it w
207
207
#
208
208
# @param audio_codec [String] The audio codec used in the video (only for video/audio).
209
209
#
@@ -239,7 +239,7 @@ class File < Imagekitio::Internal::Type::BaseModel
239
239
#
240
240
# @param name [String] Name of the asset.
241
241
#
242
-
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::File::SelectedFieldsSchema}] This field is included in the response only if the Path policy feature is availa
242
+
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::SelectedFieldsSchemaItem}] This field is included in the response only if the Path policy feature is availa
243
243
#
244
244
# @param size [Float] Size of the file in bytes.
245
245
#
@@ -253,7 +253,7 @@ class File < Imagekitio::Internal::Type::BaseModel
253
253
#
254
254
# @param url [String] URL of the file.
255
255
#
256
-
# @param version_info [Imagekitio::Models::File::VersionInfo] An object with details of the file version.
256
+
# @param version_info [Imagekitio::Models::VersionInfo] An object with details of the file version.
257
257
#
258
258
# @param video_codec [String] The video codec used in the video (only for video).
# The video codec used in the video (only for video).
@@ -204,7 +204,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
204
204
#
205
205
# Object containing details of a successful upload.
206
206
#
207
-
# @param ai_tags [Array<Imagekitio::Models::FileUploadResponse::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
207
+
# @param ai_tags [Array<Imagekitio::Models::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
208
208
#
209
209
# @param audio_codec [String] The audio codec used in the video (only for video).
210
210
#
@@ -238,7 +238,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
238
238
#
239
239
# @param name [String] Name of the asset.
240
240
#
241
-
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::FileUploadResponse::SelectedFieldsSchema}] This field is included in the response only if the Path policy feature is availa
241
+
# @param selected_fields_schema [Hash{Symbol=>Imagekitio::Models::SelectedFieldsSchemaItem}] This field is included in the response only if the Path policy feature is availa
242
242
#
243
243
# @param size [Float] Size of the image file in Bytes.
244
244
#
@@ -248,7 +248,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
248
248
#
249
249
# @param url [String] A publicly accessible URL of the file.
250
250
#
251
-
# @param version_info [Imagekitio::Models::FileUploadResponse::VersionInfo] An object containing the file or file version's `id` (versionId) and `name`.
251
+
# @param version_info [Imagekitio::Models::VersionInfo] An object containing the file or file version's `id` (versionId) and `name`.
252
252
#
253
253
# @param video_codec [String] The video codec used in the video (only for video).
0 commit comments