Home
last modified time | relevance | path

Searched refs:limitType (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotationLayerSummary.php29 public $limitType; variable in Google\\Service\\Books\\AnnotationLayerSummary
52 public function setLimitType($limitType) argument
54 $this->limitType = $limitType;
61 return $this->limitType;
H A DVolumeUserInfoCopy.php29 public $limitType; variable in Google\\Service\\Books\\VolumeUserInfoCopy
56 public function setLimitType($limitType) argument
58 $this->limitType = $limitType;
65 return $this->limitType;
H A DAnnotationsSummaryLayers.php33 public $limitType; variable in Google\\Service\\Books\\AnnotationsSummaryLayers
74 public function setLimitType($limitType) argument
76 $this->limitType = $limitType;
83 return $this->limitType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php53 protected $limitType = Parameter::class; variable in Google\\Service\\TagManager\\Trigger