statuses property

List<CancelDataSourceRefreshStatus>? statuses
getter/setter pair

The cancellation statuses of refreshes of all data source objects specified in the request.

If is_all is specified, the field contains only those in failure status. Refreshing and canceling refresh the same data source object is also not allowed in the same batchUpdate.

Implementation

core.List<CancelDataSourceRefreshStatus>? statuses;