File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ class GoogleCloudOrgpolicyV2Constraint extends \Google\Model
3333 * @var string
3434 */
3535 public $ displayName ;
36+ /**
37+ * @var string
38+ */
39+ public $ equivalentConstraint ;
3640 protected $ listConstraintType = GoogleCloudOrgpolicyV2ConstraintListConstraint::class;
3741 protected $ listConstraintDataType = '' ;
3842 /**
@@ -104,6 +108,20 @@ public function getDisplayName()
104108 {
105109 return $ this ->displayName ;
106110 }
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+ }
107125 /**
108126 * @param GoogleCloudOrgpolicyV2ConstraintListConstraint
109127 */
You can’t perform that action at this time.
0 commit comments