# `DocuSign.Model.BulkSendingCopyTab`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/bulk_sending_copy_tab.ex#L5)

A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same.  For example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information.

# `t`

```elixir
@type t() :: %DocuSign.Model.BulkSendingCopyTab{
  initialValue: String.t() | nil,
  tabLabel: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
