Structure
RelatedToManyNested
public struct RelatedToManyNested<Parent: IdentifiableResource, Resource: ListableResource>: RelatedToResource, NestedResourceAttribute, AsyncSequence
A special kind of relation to a group of remote resources, where the related resources are "children" resources of another resource.
This is mostly a detail implementation of the SimpleMDM API. You can use this type of relation as if it was a
RelatedToMany
relation for the most part. The only differences being that we do not know the related resources
ids ahead of time, so this object does not exposes a relatedIds
property.
Relationships
Conforms To
AsyncSequence