Class: Phaseo::Gen::FileResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::FileResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #bytes ⇒ Integer?
- #created_at ⇒ Integer?
- #filename ⇒ String?
- #id ⇒ String?
- #object ⇒ String?
- #purpose ⇒ String?
- #status ⇒ String?
- #status_details ⇒ Hash{String => Object}?
Instance Attribute Details
#bytes ⇒ Integer?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#created_at ⇒ Integer?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#filename ⇒ String?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#id ⇒ String?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#object ⇒ String?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#purpose ⇒ String?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#status ⇒ String?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |
#status_details ⇒ Hash{String => Object}?
974 |
# File 'lib/gen/models.rb', line 974 FileResponse = Struct.new(:bytes, :created_at, :filename, :id, :object, :purpose, :status, :status_details, keyword_init: true) |