Class: Phaseo::Gen::GatewayModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::GatewayModelsResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #availability_mode ⇒ String
- #limit ⇒ Integer
- #models ⇒ Array<Hash{String => Object}>
- #offset ⇒ Integer
- #ok ⇒ Boolean
- #privacy_scope ⇒ String
- #total ⇒ Integer
Instance Attribute Details
#availability_mode ⇒ String
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#limit ⇒ Integer
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#models ⇒ Array<Hash{String => Object}>
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#offset ⇒ Integer
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#ok ⇒ Boolean
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#privacy_scope ⇒ String
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |
#total ⇒ Integer
1006 |
# File 'lib/gen/models.rb', line 1006 GatewayModelsResponse = Struct.new(:availability_mode, :limit, :models, :offset, :ok, :privacy_scope, :total, keyword_init: true) |