BatchListObjectParentsResponse constructor
BatchListObjectParentsResponse({
- String? nextToken,
- List<
ObjectIdentifierAndLinkNameTuple> ? parentLinks,
Implementation
BatchListObjectParentsResponse({
this.nextToken,
this.parentLinks,
});