38 lines
763 B
Markdown
38 lines
763 B
Markdown
|
---
|
||
|
title: fileLocationUnavailable
|
||
|
description: fileLocationUnavailable attributes, type and example
|
||
|
---
|
||
|
## Constructor: fileLocationUnavailable\_23
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|volume\_id|[long](../types/long.md) | Yes|
|
||
|
|local\_id|[int](../types/int.md) | Yes|
|
||
|
|secret|[long](../types/long.md) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [FileLocation](../types/FileLocation.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$fileLocationUnavailable_23 = ['_' => 'fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
fileLocationUnavailable_23={_='fileLocationUnavailable', volume_id=long, local_id=int, secret=long, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|