Class: Autorender::Models::MultipartUploadStartParams
Overview
Defined Under Namespace
Modules: Tags
Constant Summary
Internal::Type::RequestParameters::Autorender
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
53
|
# File 'sig/autorender/models/multipart_upload_start_params.rbs', line 53
def initialize: (
|
Instance Attribute Details
#custom_id ⇒ String?
28
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 28
optional :custom_id, String
|
#file_name ⇒ String
13
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 13
required :file_name, String
|
#folder ⇒ String?
33
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 33
optional :folder, String
|
18
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 18
required :format_, String, api_name: :format
|
38
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 38
optional :metadata, Autorender::Internal::Type::HashOf[Autorender::Internal::Type::Unknown]
|
#random_prefix ⇒ Boolean?
43
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 43
optional :random_prefix, Autorender::Internal::Type::Boolean
|
#size ⇒ Integer
23
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 23
required :size, Integer
|
48
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 48
optional :tags, union: -> { Autorender::MultipartUploadStartParams::Tags }
|
#ttl_seconds ⇒ Integer?
53
|
# File 'lib/autorender/models/multipart_upload_start_params.rb', line 53
optional :ttl_seconds, Integer
|
Instance Method Details
#to_hash ⇒ {
66
|
# File 'sig/autorender/models/multipart_upload_start_params.rbs', line 66
def to_hash: -> {
|