BodyUpdateStudioProjectV1StudioProjectsProjectIdPost constructor

const BodyUpdateStudioProjectV1StudioProjectsProjectIdPost({
  1. required String name,
  2. required String defaultTitleVoiceId,
  3. required String defaultParagraphVoiceId,
  4. dynamic title,
  5. dynamic author,
  6. dynamic isbnNumber,
  7. bool? volumeNormalization,
})

Implementation

const BodyUpdateStudioProjectV1StudioProjectsProjectIdPost({
  required this.name,
  required this.defaultTitleVoiceId,
  required this.defaultParagraphVoiceId,
  this.title,
  this.author,
  this.isbnNumber,
  this.volumeNormalization,
});