We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88dcec commit e776417Copy full SHA for e776417
1 file changed
src/Google/Service/MapsEngine.php
@@ -3098,6 +3098,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
3098
public $lastModifiedTime;
3099
public $name;
3100
public $projectId;
3101
+ public $publishedAccessList;
3102
public $tags;
3103
public $versions;
3104
@@ -3201,6 +3202,16 @@ public function getProjectId()
3201
3202
return $this->projectId;
3203
}
3204
3205
+ public function setPublishedAccessList($publishedAccessList)
3206
+ {
3207
+ $this->publishedAccessList = $publishedAccessList;
3208
+ }
3209
+
3210
+ public function getPublishedAccessList()
3211
3212
+ return $this->publishedAccessList;
3213
3214
3215
public function setTags($tags)
3216
{
3217
$this->tags = $tags;
0 commit comments