Module: Imagekitio::Models::FileUploadParams::ResponseField
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/imagekitio/models/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, expire: 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, public_key: nil, response_fields: nil, signature: 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::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, expire: 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, public_key: nil, response_fields: nil, signature: 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::FileUploadParams for more details.
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/imagekitio/models/file_upload_params.rb', line 352 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 |