requests property

List<Request>? requests
getter/setter pair

A list of updates to apply to the spreadsheet.

Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied.

Implementation

core.List<Request>? requests;