# IMQMetadata.(constructor) · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqmetadata._constructor_/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Constructs a new instance of the `IMQMetadata` class

**Signature:**

```typescript
constructor(metadata: JsonObject);
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| metadata | JsonObject | source object whose own enumerable properties are copied into this instance |

