Home
last modified time | relevance | path

Searched refs:addOnType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeAddOnEntryPoint.php25 public $addOnType; variable in Google\\Service\\Script\\GoogleAppsScriptTypeAddOnEntryPoint
50 public function setAddOnType($addOnType) argument
52 $this->addOnType = $addOnType;
59 return $this->addOnType;
H A DEntryPoint.php22 protected $addOnType = GoogleAppsScriptTypeAddOnEntryPoint::class; variable in Google\\Service\\Script\\EntryPoint