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