Skip to content

Commit fa89a20

Browse files
committed
Updated MapsEngine.php
1 parent 13b4a17 commit fa89a20

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Google/Service/MapsEngine.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,27 +1993,27 @@ public function getContent()
19931993

19941994
class 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

0 commit comments

Comments
 (0)