BatchListObjectParentPathsResponse constructor
BatchListObjectParentPathsResponse({
- String? nextToken,
- List<
PathToObjectIdentifiers> ? pathToObjectIdentifiersList,
Implementation
BatchListObjectParentPathsResponse({
this.nextToken,
this.pathToObjectIdentifiersList,
});