File tree 1 file changed +18
-0
lines changed 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ class GoogleCloudOrgpolicyV2Constraint extends \Google\Model
33
33
* @var string
34
34
*/
35
35
public $ displayName ;
36
+ /**
37
+ * @var string
38
+ */
39
+ public $ equivalentConstraint ;
36
40
protected $ listConstraintType = GoogleCloudOrgpolicyV2ConstraintListConstraint::class;
37
41
protected $ listConstraintDataType = '' ;
38
42
/**
@@ -104,6 +108,20 @@ public function getDisplayName()
104
108
{
105
109
return $ this ->displayName ;
106
110
}
111
+ /**
112
+ * @param string
113
+ */
114
+ public function setEquivalentConstraint ($ equivalentConstraint )
115
+ {
116
+ $ this ->equivalentConstraint = $ equivalentConstraint ;
117
+ }
118
+ /**
119
+ * @return string
120
+ */
121
+ public function getEquivalentConstraint ()
122
+ {
123
+ return $ this ->equivalentConstraint ;
124
+ }
107
125
/**
108
126
* @param GoogleCloudOrgpolicyV2ConstraintListConstraint
109
127
*/
You can’t perform that action at this time.
0 commit comments