Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessagePartBody.php25 public $attachmentId; variable in Google\\Service\\Gmail\\MessagePartBody
38 public function setAttachmentId($attachmentId) argument
40 $this->attachmentId = $attachmentId;
47 return $this->attachmentId;
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php383 * @param string $attachmentId The ID of the attachment.
386 public function delete($itemId, $attachmentId, $optParams = array()) { argument
387 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);
397 * @param string $attachmentId The ID of the attachment.
401 public function get($itemId, $attachmentId, $optParams = array()) { argument
402 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);