albums property

List<Album>? albums
getter/setter pair

List of albums shown in the Albums tab of the user's Google Photos app.

Output only.

Implementation

core.List<Album>? albums;