Home
last modified time | relevance | path

Searched refs:listId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DSlidesList.php25 public $listId; variable in Google\\Service\\Slides\\SlidesList
32 public function setListId($listId) argument
34 $this->listId = $listId;
41 return $this->listId;
DBullet.php31 public $listId; variable in Google\\Service\\Slides\\Bullet
68 public function setListId($listId) argument
70 $this->listId = $listId;
77 return $this->listId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DBullet.php25 public $listId; variable in Google\\Service\\Docs\\Bullet
36 public function setListId($listId) argument
38 $this->listId = $listId;
45 return $this->listId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1ProductEventDetail.php30 public $listId; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1ProductEventDetail
59 public function setListId($listId) argument
61 $this->listId = $listId;
68 return $this->listId;
/plugin/botmon/
H A Dadmin.js2455 let listId = '';
2460 listId = 'users';
2464 listId = 'humans';
2468 listId = 'suspectedBots';
2473 listId = 'knownBots';
2481 'data-group': listId,