BodyUpdateStudioProjectV1StudioProjectsProjectIdPost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BodyUpdateStudioProjectV1StudioProjectsProjectIdPost({required String name, required String defaultTitleVoiceId, required String defaultParagraphVoiceId, dynamic title, dynamic author, dynamic isbnNumber, bool? volumeNormalization})
const
BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.fromJson(Map<String, dynamic> json)
factory

Properties

author → dynamic
final
defaultParagraphVoiceId String
final
defaultTitleVoiceId String
final
hashCode int
The hash code for this object.
no setteroverride
isbnNumber → dynamic
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title → dynamic
final
volumeNormalization bool?
final

Methods

copyWith({String? name, String? defaultTitleVoiceId, String? defaultParagraphVoiceId, dynamic title, dynamic author, dynamic isbnNumber, bool? volumeNormalization}) BodyUpdateStudioProjectV1StudioProjectsProjectIdPost

Available on BodyUpdateStudioProjectV1StudioProjectsProjectIdPost, provided by the $BodyUpdateStudioProjectV1StudioProjectsProjectIdPostExtension extension

copyWithWrapped({Wrapped<String>? name, Wrapped<String>? defaultTitleVoiceId, Wrapped<String>? defaultParagraphVoiceId, Wrapped? title, Wrapped? author, Wrapped? isbnNumber, Wrapped<bool?>? volumeNormalization}) BodyUpdateStudioProjectV1StudioProjectsProjectIdPost

Available on BodyUpdateStudioProjectV1StudioProjectsProjectIdPost, provided by the $BodyUpdateStudioProjectV1StudioProjectsProjectIdPostExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override