| 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] |
require 'flat_api'
instance = FlatApi::ScorePlaysCounts.new(
total: null,
weekly: null,
monthly: null
)