versionedResources property

List<VersionedResource>? versionedResources
getter/setter pair

Versioned resource representations of this attached resource.

This is repeated because there could be multiple versions of the attached resource representations during version migration.

Implementation

core.List<VersionedResource>? versionedResources;