Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportResponse.php37 protected $propertyQuotaType = PropertyQuota::class;
127 * @param PropertyQuota
129 public function setPropertyQuota(PropertyQuota $propertyQuota)
134 * @return PropertyQuota
H A DRunRealtimeReportResponse.php35 protected $propertyQuotaType = PropertyQuota::class;
117 * @param PropertyQuota
119 public function setPropertyQuota(PropertyQuota $propertyQuota)
124 * @return PropertyQuota
H A DRunReportResponse.php37 protected $propertyQuotaType = PropertyQuota::class;
133 * @param PropertyQuota
135 public function setPropertyQuota(PropertyQuota $propertyQuota)
140 * @return PropertyQuota
H A DPropertyQuota.php20 class PropertyQuota extends \Google\Model class
106 class_alias(PropertyQuota::class, 'Google_Service_AnalyticsData_PropertyQuota');