Class: Phaseo::Gen::WorkspaceActivityResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activityArray<Hash{String => Object}>

Returns:

  • (Array<Hash{String => Object}>)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#limitInteger

Returns:

  • (Integer)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#offsetInteger

Returns:

  • (Integer)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#okString

Returns:

  • (String)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#period_daysInteger

Returns:

  • (Integer)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#totalInteger

Returns:

  • (Integer)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)

#total_cost_centsFloat

Returns:

  • (Float)


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

WorkspaceActivityResponse = Struct.new(:activity, :limit, :offset, :ok, :period_days, :total, :total_cost_cents, keyword_init: true)