> ## Documentation Index
> Fetch the complete documentation index at: https://docs.canton.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Created

> This class contains information related to a result after a contract is created. Application code should not instantiate or subclass;

## Created - stable

Upstream docs: [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Created.html)

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public final class Created<CtId> extends Object
```

**Members**

| Docs                                                                                                                          | Member       | Introduced | Deprecated | Removed |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------ | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Created.html#contractId)     | `contractId` | `3.4.8`    | -          | -       |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Created.html#toString%28%29) | `toString()` | `3.4.8`    | -          | -       |
