docs/SignatureRequestResponse.md in dropbox-sign-1.7.0 vs docs/SignatureRequestResponse.md in dropbox-sign-1.8.0
- old
+ new
@@ -11,10 +11,10 @@
| `requester_email_address` | ```String``` | The email address of the initiator of the SignatureRequest. | |
| `title` | ```String``` | The title the specified Account uses for the SignatureRequest. | |
| `original_title` | ```String``` | Default Label for account. | |
| `subject` | ```String``` | The subject in the email that was initially sent to the signers. | |
| `message` | ```String``` | The custom message in the email that was initially sent to the signers. | |
-| `metadata` | ```Object``` | The metadata attached to the signature request. | |
+| `metadata` | ```Hash<String, Object>``` | The metadata attached to the signature request. | |
| `created_at` | ```Integer``` | Time the signature request was created. | |
| `expires_at` | ```Integer``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
| `is_complete` | ```Boolean``` | Whether or not the SignatureRequest has been fully executed by all signers. | |
| `is_declined` | ```Boolean``` | Whether or not the SignatureRequest has been declined by a signer. | |
| `has_error` | ```Boolean``` | Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | |