Class: Imagekitio::Models::UpdateFileRequest::ChangePublicationStatus
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::UpdateFileRequest::ChangePublicationStatus
- Defined in:
- lib/imagekitio/models/update_file_request.rb
Defined Under Namespace
Classes: Publish
Instance Attribute Summary collapse
-
#publish ⇒ Imagekitio::Models::UpdateFileRequest::ChangePublicationStatus::Publish?
Configure the publication status of a file and its versions.
Instance Method Summary collapse
-
#initialize(publish: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ChangePublicationStatus for more details.
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(publish: nil) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::UpdateFileRequest::ChangePublicationStatus for more details.
|
|
# File 'lib/imagekitio/models/update_file_request.rb', line 125
|
Instance Attribute Details
#publish ⇒ Imagekitio::Models::UpdateFileRequest::ChangePublicationStatus::Publish?
Configure the publication status of a file and its versions.
123 |
# File 'lib/imagekitio/models/update_file_request.rb', line 123 optional :publish, -> { Imagekitio::UpdateFileRequest::ChangePublicationStatus::Publish } |