You are here

public function ApiProduct::setQuotaTimeUnit in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 154

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setQuotaTimeUnit(string $quota_time_unit) : void {
  $this->decorated
    ->setQuotaTimeUnit($quota_time_unit);
}