licenses property

List<String>? licenses
getter/setter pair

A list of publicly available licenses that are applicable to this backup.

This is applicable if the original image had licenses attached, e.g. Windows image.

Implementation

core.List<core.String>? licenses;