versionedResources property

List<VersionedResource>? versionedResources
getter/setter pair

Versioned resource representations of this resource.

This is repeated because there could be multiple versions of resource representations during version migration. This versioned_resources field is not searchable. Some attributes of the resource representations are exposed in additional_attributes field, so as to allow users to search on them.

Implementation

core.List<VersionedResource>? versionedResources;