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

A user-specified object that describes the envelope delay.  To indicate a relative delay, use `delay`. To indicate the exact datetime the envelope should be sent, use `resumeDate`. Only one of the two properties can be used.

# `t`

```elixir
@type t() :: %DocuSign.Model.EnvelopeDelayRule{
  delay: String.t() | nil,
  resumeDate: String.t() | nil
}
```

---

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