Class: Imagekitio::Models::NamedTransformationUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::NamedTransformationUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/imagekitio/models/named_transformation_update_params.rb,
sig/imagekitio/models/named_transformation_update_params.rbs
Overview
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::Imagekitio
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean?
Whether the named transformation is enabled.
-
#id ⇒ String
Unique identifier for a named transformation.
-
#name ⇒ String?
Alias for the transformation string, used in URLs as
tr:n-<name>. -
#transformation ⇒ String?
The transformation string this named transformation refers to.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(id:, enabled: nil, name: nil, transformation: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see NamedTransformationUpdateParams for more details.
- #to_hash ⇒ {
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(id:, enabled: nil, name: nil, transformation: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::NamedTransformationUpdateParams for more details.
|
|
# File 'lib/imagekitio/models/named_transformation_update_params.rb', line 38
|
Instance Attribute Details
#enabled ⇒ Boolean?
Whether the named transformation is enabled. Omit to leave the current value unchanged.
21 |
# File 'lib/imagekitio/models/named_transformation_update_params.rb', line 21 optional :enabled, Imagekitio::Internal::Type::Boolean |
#id ⇒ String
Unique identifier for a named transformation.
14 |
# File 'lib/imagekitio/models/named_transformation_update_params.rb', line 14 required :id, String |
#name ⇒ String?
Alias for the transformation string, used in URLs as tr:n-<name>. This is
case-sensitive, contains only alphanumeric characters or _ (underscore), and
is unique across all named transformations for your account.
29 |
# File 'lib/imagekitio/models/named_transformation_update_params.rb', line 29 optional :name, String |
#transformation ⇒ String?
The transformation string this named transformation refers to. Learn more about the transformation string syntax.
36 |
# File 'lib/imagekitio/models/named_transformation_update_params.rb', line 36 optional :transformation, String |
Instance Method Details
#to_hash ⇒ {
33 |
# File 'sig/imagekitio/models/named_transformation_update_params.rbs', line 33
def to_hash: -> {
|