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