BatchListObjectParentPathsResponse constructor

BatchListObjectParentPathsResponse({
  1. String? nextToken,
  2. List<PathToObjectIdentifiers>? pathToObjectIdentifiersList,
})

Implementation

BatchListObjectParentPathsResponse({
  this.nextToken,
  this.pathToObjectIdentifiersList,
});