class AgridClient::Image
Attributes
id[RW]
type[RW]
url[RW]
Public Class Methods
attribute_map()
click to toggle source
# File lib/agrid_client/models/image.rb, line 21 def self.attribute_map { :'id' => :'id', :'type' => :'type', :'url' => :'url' } end
swagger_types()
click to toggle source
# File lib/agrid_client/models/image.rb, line 29 def self.swagger_types { :'id' => :'String', :'type' => :'String', :'url' => :'String' } end