hostOrganizationLineage property

  1. @JsonKey(name: 'host_organization_lineage')
List<String>? hostOrganizationLineage
getter/setter pair

The repository's host organization's lineage, as a list of DehydratedOrganization objects.

Implementation

@JsonKey(name: 'host_organization_lineage')
List<String>? hostOrganizationLineage;