Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRow.php27 protected $tableRowPropertiesType = TableRowProperties::class;
59 * @param TableRowProperties
61 public function setTableRowProperties(TableRowProperties $tableRowProperties)
66 * @return TableRowProperties
H A DUpdateTableRowPropertiesRequest.php35 protected $tableRowPropertiesType = TableRowProperties::class;
81 * @param TableRowProperties
83 public function setTableRowProperties(TableRowProperties $tableRowProperties)
88 * @return TableRowProperties
H A DTableRowProperties.php20 class TableRowProperties extends \Google\Model class
42 class_alias(TableRowProperties::class, 'Google_Service_Slides_TableRowProperties');