BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost class

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

Constructors

BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost({required String voiceName, required String voiceDescription, required String generatedVoiceId, dynamic playedNotSelectedVoiceIds, dynamic labels})
const
BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost.fromJson(Map<String, dynamic> json)
factory

Properties

generatedVoiceId String
final
hashCode int
The hash code for this object.
no setteroverride
labels → dynamic
final
playedNotSelectedVoiceIds → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceDescription String
final
voiceName String
final

Methods

copyWith({String? voiceName, String? voiceDescription, String? generatedVoiceId, dynamic playedNotSelectedVoiceIds, dynamic labels}) BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost

Available on BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost, provided by the $BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePostExtension extension

copyWithWrapped({Wrapped<String>? voiceName, Wrapped<String>? voiceDescription, Wrapped<String>? generatedVoiceId, Wrapped? playedNotSelectedVoiceIds, Wrapped? labels}) BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost

Available on BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePost, provided by the $BodyCreateAPreviouslyGeneratedVoiceV1VoiceGenerationCreateVoicePostExtension 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