BodyCreatePVCVoiceV1VoicesPvcPost class

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

Constructors

BodyCreatePVCVoiceV1VoicesPvcPost({required String name, required String language, dynamic description, dynamic labels})
const
BodyCreatePVCVoiceV1VoicesPvcPost.fromJson(Map<String, dynamic> json)
factory

Properties

description → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
labels → dynamic
final
language String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, String? language, dynamic description, dynamic labels}) BodyCreatePVCVoiceV1VoicesPvcPost

Available on BodyCreatePVCVoiceV1VoicesPvcPost, provided by the $BodyCreatePVCVoiceV1VoicesPvcPostExtension extension

copyWithWrapped({Wrapped<String>? name, Wrapped<String>? language, Wrapped? description, Wrapped? labels}) BodyCreatePVCVoiceV1VoicesPvcPost

Available on BodyCreatePVCVoiceV1VoicesPvcPost, provided by the $BodyCreatePVCVoiceV1VoicesPvcPostExtension 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

Constants

fromJsonFactory → const BodyCreatePVCVoiceV1VoicesPvcPost Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(BodyCreatePVCVoiceV1VoicesPvcPost instance)