Skip to content

Commit 220caab

Browse files
1 parent 7050c2d commit 220caab

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/NetAppFiles/LocationMetadata.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,29 @@
2020
class LocationMetadata extends \Google\Collection
2121
{
2222
protected $collection_key = 'supportedServiceLevels';
23+
/**
24+
* @var string[]
25+
*/
26+
public $supportedFlexPerformance;
2327
/**
2428
* @var string[]
2529
*/
2630
public $supportedServiceLevels;
2731

32+
/**
33+
* @param string[]
34+
*/
35+
public function setSupportedFlexPerformance($supportedFlexPerformance)
36+
{
37+
$this->supportedFlexPerformance = $supportedFlexPerformance;
38+
}
39+
/**
40+
* @return string[]
41+
*/
42+
public function getSupportedFlexPerformance()
43+
{
44+
return $this->supportedFlexPerformance;
45+
}
2846
/**
2947
* @param string[]
3048
*/

0 commit comments

Comments
 (0)