existingAssets property

List<String>? existingAssets
getter/setter pair

The resource names of existing assets to attach to a scope.

This may be combined with new_assets in the same call.

Implementation

core.List<core.String>? existingAssets;