status property

  1. @JsonKey.new(name: 'status', toJson: batchCallRecipientStatusToJson, fromJson: batchCallRecipientStatusFromJson)
BatchCallRecipientStatus status
final

Implementation

@JsonKey(
  name: 'status',
  toJson: batchCallRecipientStatusToJson,
  fromJson: batchCallRecipientStatusFromJson,
)
final enums.BatchCallRecipientStatus status;