Skip to content

Commit fc7f936

Browse files
1 parent 34122ad commit fc7f936

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

src/CloudIAP/IapResource.php

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717

1818
namespace Google\Service\CloudIAP;
1919

20-
class IapResource extends \Google\Model
20+
class IapResource extends \Google\Collection
2121
{
22+
protected $collection_key = 'locations';
2223
/**
2324
* @var array[]
2425
*/
@@ -27,6 +28,10 @@ class IapResource extends \Google\Model
2728
* @var string[]
2829
*/
2930
public $labels;
31+
/**
32+
* @var string[]
33+
*/
34+
public $locations;
3035
/**
3136
* @var string
3237
*/
@@ -70,6 +75,20 @@ public function getLabels()
7075
{
7176
return $this->labels;
7277
}
78+
/**
79+
* @param string[]
80+
*/
81+
public function setLocations($locations)
82+
{
83+
$this->locations = $locations;
84+
}
85+
/**
86+
* @return string[]
87+
*/
88+
public function getLocations()
89+
{
90+
return $this->locations;
91+
}
7392
/**
7493
* @param string
7594
*/

0 commit comments

Comments
 (0)