Class: Imagekitio::Models::FileDeleteEvent::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::FileDeleteEvent::Data
- Defined in:
- lib/imagekitio/models/file_delete_event.rb
Instance Attribute Summary collapse
-
#file_id ⇒ String
The unique ‘fileId` of the deleted file.
Instance Method Summary collapse
- #initialize(file_id:) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(file_id:) ⇒ Object
32 33 34 35 36 37 38 39 40 41 |
# File 'lib/imagekitio/models/file_delete_event.rb', line 32 class Data < Imagekitio::Internal::Type::BaseModel # @!attribute file_id # The unique `fileId` of the deleted file. # # @return [String] required :file_id, String, api_name: :fileId # @!method initialize(file_id:) # @param file_id [String] The unique `fileId` of the deleted file. end |
Instance Attribute Details
#file_id ⇒ String
The unique ‘fileId` of the deleted file.
37 |
# File 'lib/imagekitio/models/file_delete_event.rb', line 37 required :file_id, String, api_name: :fileId |