struct UploadFileResponse

Included Modules

Defined in:

crystal-mistral/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytes : Int64 #

[View source]
def bytes=(bytes : Int64) #

[View source]
def created_at : Int64 #

[View source]
def created_at=(created_at : Int64) #

[View source]
def filename : String #

[View source]
def filename=(filename : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def num_lines : Int32 #

[View source]
def num_lines=(num_lines : Int32) #

[View source]
def object : String #

[View source]
def object=(object : String) #

[View source]
def purpose : String #

[View source]
def purpose=(purpose : String) #

[View source]
def sample_type : String #

[View source]
def sample_type=(sample_type : String) #

[View source]
def source : String #

[View source]
def source=(source : String) #

[View source]