36 lines
505 B
Markdown
36 lines
505 B
Markdown
---
|
|
title: test.bytes
|
|
description: test_bytes attributes, type and example
|
|
---
|
|
## Constructor: test.bytes
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|value|[bytes](../types/bytes.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [test\_Bytes](../types/test_Bytes.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$test_bytes = ['_' => 'test.bytes', 'value' => bytes, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
test_bytes={_='test.bytes', value=bytes, }
|
|
|
|
```
|
|
|
|
|