We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726b200 commit 94d082aCopy full SHA for 94d082a
src/BlockStorage/v2/Models/VolumeAttachment.php
@@ -1,12 +1,13 @@
1
<?php declare (strict_types=1);
2
namespace OpenStack\BlockStorage\v2\Models;
3
4
+use OpenCloud\Common\Resource\Listable;
5
use OpenCloud\Common\Resource\OperatorResource;
6
7
/**
8
* @property \OpenStack\BlockStorage\v2\Api $api
9
*/
-class VolumeAttachment extends OperatorResource
10
+class VolumeAttachment extends OperatorResource implements Listable
11
{
12
/** @var string */
13
public $id;
0 commit comments