Class: Imagekitio::Models::SavedExtensionUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::SavedExtensionUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/imagekitio/models/saved_extension_update_params.rb
Overview
Instance Attribute Summary collapse
-
#config ⇒ Imagekitio::Models::ExtensionConfig::RemoveBg, ...
Configuration object for an extension (base extensions only, not saved extension references).
-
#description ⇒ String?
Updated description of the saved extension.
-
#name ⇒ String?
Updated name of the saved extension.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(config: nil, description: nil, name: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see SavedExtensionUpdateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(config: nil, description: nil, name: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::SavedExtensionUpdateParams for more details.
|
|
# File 'lib/imagekitio/models/saved_extension_update_params.rb', line 29
|
Instance Attribute Details
#config ⇒ Imagekitio::Models::ExtensionConfig::RemoveBg, ...
Configuration object for an extension (base extensions only, not saved extension references).
15 |
# File 'lib/imagekitio/models/saved_extension_update_params.rb', line 15 optional :config, union: -> { Imagekitio::ExtensionConfig } |
#description ⇒ String?
Updated description of the saved extension.
21 |
# File 'lib/imagekitio/models/saved_extension_update_params.rb', line 21 optional :description, String |
#name ⇒ String?
Updated name of the saved extension.
27 |
# File 'lib/imagekitio/models/saved_extension_update_params.rb', line 27 optional :name, String |