---
title: CapturedRoom.AttributesCodableRepresentation
framework: roomplan
role: symbol
role_heading: Structure
path: roomplan/capturedroom/attributescodablerepresentation
---

# CapturedRoom.AttributesCodableRepresentation

A serializable set of details that describe an object in the room.

## Declaration

```swift
struct AttributesCodableRepresentation
```

## Overview

Overview }

## Topics

### Creating an attributes codable representation

- [init(from:)](roomplan/capturedroom/attributescodablerepresentation/init(from:).md)
- [init(attributes:)](roomplan/capturedroom/attributescodablerepresentation/init(attributes:).md)

### Accessing room attributes

- [attributes](roomplan/capturedroom/attributescodablerepresentation/attributes.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)

## See Also

### Serializing a captured room

- [encode(to:)](roomplan/capturedroom/encode(to:).md)
