results property

List<PhotoResponse>? results
getter/setter pair

List of results for each individual Photo requested, in the same order as the requests in BatchGetPhotos.

Implementation

core.List<PhotoResponse>? results;