We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ef3b5 commit 6274e67Copy full SHA for 6274e67
src/ServiceUsage/Impact.php
@@ -27,6 +27,10 @@ class Impact extends \Google\Model
27
* @var string
28
*/
29
public $impactType;
30
+ /**
31
+ * @var string
32
+ */
33
+ public $parent;
34
35
/**
36
* @param string
@@ -56,6 +60,20 @@ public function getImpactType()
56
60
{
57
61
return $this->impactType;
58
62
}
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
59
77
78
79
// Adding a class alias for backwards compatibility with the previous class name.
0 commit comments