Class: Phaseo::Gen::ResponsesOutputImagePart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ResponsesOutputImagePart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#b64_json ⇒ String?
1660 |
# File 'lib/gen/models.rb', line 1660 ResponsesOutputImagePart = Struct.new(:b64_json, :image_url, :mime_type, :type, keyword_init: true) |
#image_url ⇒ Hash{String => Object}?
1660 |
# File 'lib/gen/models.rb', line 1660 ResponsesOutputImagePart = Struct.new(:b64_json, :image_url, :mime_type, :type, keyword_init: true) |
#mime_type ⇒ String?
1660 |
# File 'lib/gen/models.rb', line 1660 ResponsesOutputImagePart = Struct.new(:b64_json, :image_url, :mime_type, :type, keyword_init: true) |
#type ⇒ String
1660 |
# File 'lib/gen/models.rb', line 1660 ResponsesOutputImagePart = Struct.new(:b64_json, :image_url, :mime_type, :type, keyword_init: true) |