Module: Imagekitio::Models::Beta::V2::FileUploadParams::ResponseField
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/imagekitio/models/beta/v2/file_upload_params.rb
Constant Summary collapse
- TAGS =
:tags- CUSTOM_COORDINATES =
:customCoordinates- IS_PRIVATE_FILE =
:isPrivateFile- EMBEDDED_METADATA =
:embeddedMetadata- IS_PUBLISHED =
:isPublished- CUSTOM_METADATA =
:customMetadata- METADATA =
:metadata- SELECTED_FIELDS_SCHEMA =
:selectedFieldsSchema
Instance Method Summary collapse
-
#initialize(file: , file_name: , token: nil, checks: nil, custom_coordinates: nil, custom_metadata: nil, description: nil, extensions: nil, folder: nil, is_private_file: nil, is_published: nil, overwrite_ai_tags: nil, overwrite_custom_metadata: nil, overwrite_file: nil, overwrite_tags: nil, response_fields: nil, tags: nil, transformation: nil, use_unique_file_name: nil, webhook_url: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::Beta::V2::FileUploadParams for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(file: , file_name: , token: nil, checks: nil, custom_coordinates: nil, custom_metadata: nil, description: nil, extensions: nil, folder: nil, is_private_file: nil, is_published: nil, overwrite_ai_tags: nil, overwrite_custom_metadata: nil, overwrite_file: nil, overwrite_tags: nil, response_fields: nil, tags: nil, transformation: nil, use_unique_file_name: nil, webhook_url: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::Beta::V2::FileUploadParams for more details.
317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/imagekitio/models/beta/v2/file_upload_params.rb', line 317 module ResponseField extend Imagekitio::Internal::Type::Enum TAGS = :tags CUSTOM_COORDINATES = :customCoordinates IS_PRIVATE_FILE = :isPrivateFile EMBEDDED_METADATA = :embeddedMetadata IS_PUBLISHED = :isPublished CUSTOM_METADATA = :customMetadata METADATA = :metadata SELECTED_FIELDS_SCHEMA = :selectedFieldsSchema # @!method self.values # @return [Array<Symbol>] end |