photoSequences property

List<Operation>? photoSequences
getter/setter pair

List of photo sequences via Operation interface.

The maximum number of items returned is based on the pageSize field in the request. Each item in the list can have three possible states, * Operation.done = false, if the processing of PhotoSequence is not finished yet. * Operation.done = true and Operation.error is populated, if there was an error in processing. * Operation.done = true and Operation.response contains a PhotoSequence message, In each sequence, only Id is populated.

Implementation

core.List<Operation>? photoSequences;