2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: fileLocationUnavailable
|
|
|
|
description: fileLocationUnavailable attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: fileLocationUnavailable
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|volume\_id|[long](../types/long.md) | Yes|
|
|
|
|
|local\_id|[int](../types/int.md) | Yes|
|
|
|
|
|secret|[long](../types/long.md) | Yes|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [FileLocation](../types/FileLocation.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$fileLocationUnavailable = ['_' => 'fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
fileLocationUnavailable={_='fileLocationUnavailable', volume_id=long, local_id=int, secret=long, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|