Home
last modified time | relevance | path

Searched refs:deliveryType (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DRecipient.php25 public $deliveryType; variable in Google\\Service\\Dfareporting\\Recipient
38 public function setDeliveryType($deliveryType) argument
40 $this->deliveryType = $deliveryType;
47 return $this->deliveryType;
H A DReport.php30 protected $deliveryType = ReportDelivery::class; variable in Google\\Service\\Dfareporting\\Report
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1060 public $deliveryType; variable in Google_Recipient
1063 public function setDeliveryType( $deliveryType) { argument
1064 $this->deliveryType = $deliveryType;
1067 return $this->deliveryType;