File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1993,27 +1993,27 @@ public function getContent()
19931993
19941994class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
19951995{
1996- public $ featureIds ;
19971996 public $ gxIds ;
1997+ public $ primaryKeys ;
19981998
1999- public function setFeatureIds ( $ featureIds )
1999+ public function setGxIds ( $ gxIds )
20002000 {
2001- $ this ->featureIds = $ featureIds ;
2001+ $ this ->gxIds = $ gxIds ;
20022002 }
20032003
2004- public function getFeatureIds ()
2004+ public function getGxIds ()
20052005 {
2006- return $ this ->featureIds ;
2006+ return $ this ->gxIds ;
20072007 }
20082008
2009- public function setGxIds ( $ gxIds )
2009+ public function setPrimaryKeys ( $ primaryKeys )
20102010 {
2011- $ this ->gxIds = $ gxIds ;
2011+ $ this ->primaryKeys = $ primaryKeys ;
20122012 }
20132013
2014- public function getGxIds ()
2014+ public function getPrimaryKeys ()
20152015 {
2016- return $ this ->gxIds ;
2016+ return $ this ->primaryKeys ;
20172017 }
20182018}
20192019
You can’t perform that action at this time.
0 commit comments