Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 503 Bytes

ScoreViewsCounts.md

File metadata and controls

22 lines (16 loc) · 503 Bytes

FlatApi::ScoreViewsCounts

Properties

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

Example

require 'flat_api'

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