OutboundCallRecipientResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- OutboundCallRecipientResponseModel({required String id, required String phoneNumber, required BatchCallRecipientStatus status, required int createdAtUnix, required int updatedAtUnix, required dynamic conversationId, dynamic conversationInitiationClientData})
-
const
-
OutboundCallRecipientResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- conversationId → dynamic
-
final
- conversationInitiationClientData → dynamic
-
final
- createdAtUnix → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- phoneNumber → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → BatchCallRecipientStatus
-
final
- updatedAtUnix → int
-
final
Methods
-
copyWith(
{String? id, String? phoneNumber, BatchCallRecipientStatus? status, int? createdAtUnix, int? updatedAtUnix, dynamic conversationId, dynamic conversationInitiationClientData}) → OutboundCallRecipientResponseModel -
Available on OutboundCallRecipientResponseModel, provided by the $OutboundCallRecipientResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<String> ? phoneNumber, Wrapped<BatchCallRecipientStatus> ? status, Wrapped<int> ? createdAtUnix, Wrapped<int> ? updatedAtUnix, Wrapped? conversationId, Wrapped? conversationInitiationClientData}) → OutboundCallRecipientResponseModel -
Available on OutboundCallRecipientResponseModel, provided by the $OutboundCallRecipientResponseModelExtension 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 OutboundCallRecipientResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(OutboundCallRecipientResponseModel instance)