Class: Phaseo::Gen::ApiKeyListResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ApiKeyListResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#data ⇒ Array<Hash{String => Object}>
189 |
# File 'lib/gen/models.rb', line 189 ApiKeyListResponse = Struct.new(:data, :total_count, keyword_init: true) |
#total_count ⇒ Integer
189 |
# File 'lib/gen/models.rb', line 189 ApiKeyListResponse = Struct.new(:data, :total_count, keyword_init: true) |