FlatApi::ScoreModification
Name
Type
Description
Notes
title
String
The title of the score
[optional]
subtitle
String
The subtitle of the score
[optional]
composer
String
The composer of the score
[optional]
lyricist
String
The lyricist of the score
[optional]
arranger
String
The arranger of the score
[optional]
privacy
ScorePrivacy
[optional][default to 'private']
sharing_key
String
When using the `privacy` mode `privateLink`, this property can be used to set a custom sharing key, otherwise a new key will be generated.
[optional]
description
String
Description of the creation
[optional]
tags
Array<String>
Tags describing the score
[optional]
creation_type
ScoreCreationType
[optional]
license
ScoreLicense
[optional]
license_text
String
The rights info written on the score
[optional]
require 'flat_api'
instance = FlatApi ::ScoreModification . new (
title : null ,
subtitle : null ,
composer : null ,
lyricist : null ,
arranger : null ,
privacy : null ,
sharing_key : null ,
description : null ,
tags : null ,
creation_type : null ,
license : null ,
license_text : null
)