Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DDeleteTableRowRequest.php27 public $tableObjectId; variable in Google\\Service\\Slides\\DeleteTableRowRequest
46 public function setTableObjectId($tableObjectId) argument
48 $this->tableObjectId = $tableObjectId;
55 return $this->tableObjectId;
H A DDeleteTableColumnRequest.php27 public $tableObjectId; variable in Google\\Service\\Slides\\DeleteTableColumnRequest
46 public function setTableObjectId($tableObjectId) argument
48 $this->tableObjectId = $tableObjectId;
55 return $this->tableObjectId;
H A DInsertTableColumnsRequest.php35 public $tableObjectId; variable in Google\\Service\\Slides\\InsertTableColumnsRequest
82 public function setTableObjectId($tableObjectId) argument
84 $this->tableObjectId = $tableObjectId;
91 return $this->tableObjectId;
H A DInsertTableRowsRequest.php35 public $tableObjectId; variable in Google\\Service\\Slides\\InsertTableRowsRequest
82 public function setTableObjectId($tableObjectId) argument
84 $this->tableObjectId = $tableObjectId;
91 return $this->tableObjectId;