> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-update-ref-tables.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DamlRecord

> Base class of all decoded-to-codegen Daml records with no type parameters. This category includes all Template payloads, all interface views, and [by convention albeit not by rule] all choice arguments. Its encoded counterpart is DamlRecord, which can be produced with toValue().

## DamlRecord

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

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public abstract class DamlRecord<T> extends Object implements DefinedDataType<T>
```

**Members**

| Docs                                                                                                                              | Member         | Introduced | Deprecated | Removed |
| --------------------------------------------------------------------------------------------------------------------------------- | -------------- | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/javaapi/data/codegen/DamlRecord.html#%3Cinit%3E%28%29) | `DamlRecord()` | `3.4.8`    | -          | -       |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/javaapi/data/codegen/DamlRecord.html#toValue%28%29)    | `toValue()`    | `3.4.8`    | -          | -       |
