Class: Phaseo::Gen::BatchModelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Hash{String => Object}>?

Returns:

  • (Array<Hash{String => Object}>, nil)


457
# File 'lib/gen/models.rb', line 457

BatchModelsResponse = Struct.new(:data, :object, keyword_init: true)

#objectString?

Returns:

  • (String, nil)


457
# File 'lib/gen/models.rb', line 457

BatchModelsResponse = Struct.new(:data, :object, keyword_init: true)