Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 503 Bytes

ScorePlaysCounts.md

File metadata and controls

22 lines (16 loc) · 503 Bytes

FlatApi::ScorePlaysCounts

Properties

Name Type Description Notes
total Float The total number of plays of the score [optional]
weekly Float The weekly number of plays of the score [optional]
monthly Float The monthly number of plays of the score [optional]

Example

require 'flat_api'

instance = FlatApi::ScorePlaysCounts.new(
  total: null,
  weekly: null,
  monthly: null
)