Class: Phaseo::Gen::WorkspaceListResponse

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


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

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

#total_countInteger

Returns:

  • (Integer)


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

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