Class: Imagekitio::Models::ExtensionItem::AITasks::Task::YesNo::OnNo::UnsetMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::ExtensionItem::AITasks::Task::YesNo::OnNo::UnsetMetadata
- Defined in:
- lib/imagekitio/models/extension_item.rb,
sig/imagekitio/models/extension_item.rbs
Instance Attribute Summary collapse
-
#field ⇒ String
Name of the custom metadata field to remove.
Instance Method Summary collapse
-
#initialize ⇒ UnsetMetadata
constructor
A new instance of UnsetMetadata.
- #to_hash ⇒ { field: String }
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 ⇒ UnsetMetadata
Returns a new instance of UnsetMetadata.
397 |
# File 'sig/imagekitio/models/extension_item.rbs', line 397
def initialize: (field: String) -> void
|
Instance Attribute Details
#field ⇒ String
Name of the custom metadata field to remove.
433 |
# File 'lib/imagekitio/models/extension_item.rb', line 433 required :field, String |
Instance Method Details
#to_hash ⇒ { field: String }
399 |
# File 'sig/imagekitio/models/extension_item.rbs', line 399
def to_hash: -> { field: String }
|