SheetStatusRecord

A SheetStatusRecord structure describes the status, and the desired change in status, of a sheet during a call to the ChangeSheetStatus method.

Name Type Description
id string

The ID of the sheet.

change string

The change: either 'approve' or 'reject'.

reason string

The reason for the change.

status string

The status of the change, either 'done' or a string describing why the change failed.