Skip to content

Commit 6274e67

Browse files
1 parent 99ef3b5 commit 6274e67

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/ServiceUsage/Impact.php

+18
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class Impact extends \Google\Model
2727
* @var string
2828
*/
2929
public $impactType;
30+
/**
31+
* @var string
32+
*/
33+
public $parent;
3034

3135
/**
3236
* @param string
@@ -56,6 +60,20 @@ public function getImpactType()
5660
{
5761
return $this->impactType;
5862
}
63+
/**
64+
* @param string
65+
*/
66+
public function setParent($parent)
67+
{
68+
$this->parent = $parent;
69+
}
70+
/**
71+
* @return string
72+
*/
73+
public function getParent()
74+
{
75+
return $this->parent;
76+
}
5977
}
6078

6179
// Adding a class alias for backwards compatibility with the previous class name.

0 commit comments

Comments
 (0)