Class: ScalarGalaxy::Models::PlanetDelteImageResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ScalarGalaxy::Models::PlanetDelteImageResponse
- Defined in:
- lib/galaxy-ruby/models/planet_delte_image_response.rb,
sig/galaxy-ruby/models/planet_delte_image_response.rbs
Overview
Instance Attribute Summary collapse
-
#file_size ⇒ Integer?
Size of the uploaded image in bytes.
-
#image_url ⇒ String?
The URL where the uploaded image can be accessed.
- #message ⇒ String?
-
#mime_type ⇒ String?
The content type of the uploaded image.
-
#uploaded_at ⇒ Time?
Timestamp when the image was uploaded.
Instance Method Summary collapse
- #initialize(file_size: nil, image_url: nil, message: nil, mime_type: nil, uploaded_at: nil) ⇒ Object constructor
- #to_hash ⇒ {
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(file_size: nil, image_url: nil, message: nil, mime_type: nil, uploaded_at: nil) ⇒ Object
|
|
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 36
|
Instance Attribute Details
#file_size ⇒ Integer?
Size of the uploaded image in bytes
11 |
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 11 optional :file_size, Integer, api_name: :fileSize |
#image_url ⇒ String?
The URL where the uploaded image can be accessed
17 |
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 17 optional :image_url, String, api_name: :imageUrl |
#message ⇒ String?
22 |
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 22 optional :message, String |
#mime_type ⇒ String?
The content type of the uploaded image
28 |
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 28 optional :mime_type, String, api_name: :mimeType |
#uploaded_at ⇒ Time?
Timestamp when the image was uploaded
34 |
# File 'lib/galaxy-ruby/models/planet_delte_image_response.rb', line 34 optional :uploaded_at, Time, api_name: :uploadedAt |
Instance Method Details
#to_hash ⇒ {
41 |
# File 'sig/galaxy-ruby/models/planet_delte_image_response.rbs', line 41
def to_hash: -> {
|