Class: Phaseo::Gen::ApiKeyListResponse

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}>)


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

ApiKeyListResponse = Struct.new(:data, :total_count, keyword_init: true)

#total_countInteger

Returns:

  • (Integer)


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

ApiKeyListResponse = Struct.new(:data, :total_count, keyword_init: true)