BatchListObjectParentsResponse constructor

BatchListObjectParentsResponse({
  1. String? nextToken,
  2. List<ObjectIdentifierAndLinkNameTuple>? parentLinks,
})

Implementation

BatchListObjectParentsResponse({
  this.nextToken,
  this.parentLinks,
});