Skip to content

Commit 88a3fb8

Browse files
committed
feat: update ecs api
1 parent 888ab01 commit 88a3fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Ecs/Model/VolumeForRunInstancesInput.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VolumeForRunInstancesInput implements ModelInterface, ArrayAccess
2828
* @var string[]
2929
*/
3030
protected static $swaggerTypes = [
31-
'delete_with_instance' => 'bool',
31+
'delete_with_instance' => 'string',
3232
'size' => 'int',
3333
'volume_type' => 'string'
3434
];
@@ -190,7 +190,7 @@ public function valid()
190190
/**
191191
* Gets delete_with_instance
192192
*
193-
* @return bool
193+
* @return string
194194
*/
195195
public function getDeleteWithInstance()
196196
{
@@ -200,7 +200,7 @@ public function getDeleteWithInstance()
200200
/**
201201
* Sets delete_with_instance
202202
*
203-
* @param bool $delete_with_instance delete_with_instance
203+
* @param string $delete_with_instance delete_with_instance
204204
*
205205
* @return $this
206206
*/

0 commit comments

Comments
 (0)