V1DeletePageCellRequest
November 20, 2019 ยท View on GitHub
Description
Note: This model is deprecated.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| row | getRow() | setRow($value) | string | The row of the cell to clear. Always an integer between 0 and 4, inclusive. Row 0 is the top row. | [optional] |
| column | getColumn() | setColumn($value) | string | The column of the cell to clear. Always an integer between 0 and 4, inclusive. Column 0 is the leftmost column. | [optional] |
Note: All properties are protected and only accessed via getters and setters.