Class: Autorender::Models::UploadCreateResponse
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id:, created_at:, custom_id:, extension:, file_no:, folder_no:, height:, is_duplicate:, metadata:, mime_type:, name:, path:, size:, tags:, thumbnail:, upload_source:, url:, width:, workspace_id:, format_: nil, hash_: nil, is_private: nil) ⇒ Object
constructor
==, #==, #[], 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(id:, created_at:, custom_id:, extension:, file_no:, folder_no:, height:, is_duplicate:, metadata:, mime_type:, name:, path:, size:, tags:, thumbnail:, upload_source:, url:, width:, workspace_id:, format_: nil, hash_: nil, is_private: nil) ⇒ Object
|
# File 'lib/autorender/models/upload_create_response.rb', line 117
|
Instance Attribute Details
#created_at ⇒ Time
15
|
# File 'lib/autorender/models/upload_create_response.rb', line 15
required :created_at, Time
|
#custom_id ⇒ String?
20
|
# File 'lib/autorender/models/upload_create_response.rb', line 20
required :custom_id, String, nil?: true
|
#extension ⇒ String
25
|
# File 'lib/autorender/models/upload_create_response.rb', line 25
required :extension, String
|
#file_no ⇒ String
30
|
# File 'lib/autorender/models/upload_create_response.rb', line 30
required :file_no, String
|
#folder_no ⇒ String?
35
|
# File 'lib/autorender/models/upload_create_response.rb', line 35
required :folder_no, String, nil?: true
|
105
|
# File 'lib/autorender/models/upload_create_response.rb', line 105
optional :format_, String, api_name: :format
|
#hash_ ⇒ String?
110
|
# File 'lib/autorender/models/upload_create_response.rb', line 110
optional :hash_, String, api_name: :hash
|
#height ⇒ Integer?
40
|
# File 'lib/autorender/models/upload_create_response.rb', line 40
required :height, Integer, nil?: true
|
#id ⇒ String
10
|
# File 'lib/autorender/models/upload_create_response.rb', line 10
required :id, String
|
#mime_type ⇒ String
55
|
# File 'lib/autorender/models/upload_create_response.rb', line 55
required :mime_type, String
|
#name ⇒ String
60
|
# File 'lib/autorender/models/upload_create_response.rb', line 60
required :name, String
|
#path ⇒ String
65
|
# File 'lib/autorender/models/upload_create_response.rb', line 65
required :path, String
|
#size ⇒ Integer
70
|
# File 'lib/autorender/models/upload_create_response.rb', line 70
required :size, Integer
|
#thumbnail ⇒ String
80
|
# File 'lib/autorender/models/upload_create_response.rb', line 80
required :thumbnail, String
|
#upload_source ⇒ String
85
|
# File 'lib/autorender/models/upload_create_response.rb', line 85
required :upload_source, String
|
#url ⇒ String
90
|
# File 'lib/autorender/models/upload_create_response.rb', line 90
required :url, String
|
#width ⇒ Integer?
95
|
# File 'lib/autorender/models/upload_create_response.rb', line 95
required :width, Integer, nil?: true
|
#workspace_id ⇒ String
100
|
# File 'lib/autorender/models/upload_create_response.rb', line 100
required :workspace_id, String
|