Class: Phaseo::Gen::BatchRequestCounts
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::BatchRequestCounts
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#completed ⇒ Integer?
512 |
# File 'lib/gen/models.rb', line 512 BatchRequestCounts = Struct.new(:completed, :failed, :total, keyword_init: true) |
#failed ⇒ Integer?
512 |
# File 'lib/gen/models.rb', line 512 BatchRequestCounts = Struct.new(:completed, :failed, :total, keyword_init: true) |
#total ⇒ Integer?
512 |
# File 'lib/gen/models.rb', line 512 BatchRequestCounts = Struct.new(:completed, :failed, :total, keyword_init: true) |