albumPosition property

AlbumPosition? albumPosition
getter/setter pair

Position in the album where the media items are added.

If not specified, the media items are added to the end of the album (as per the default value, that is, LAST_IN_ALBUM). The request fails if this field is set and the albumId is not specified. The request will also fail if you set the field and are not the owner of the shared album.

Implementation

AlbumPosition? albumPosition;