ListObjectParentsResponse constructor

ListObjectParentsResponse({
  1. String? nextToken,
  2. List<ObjectIdentifierAndLinkNameTuple>? parentLinks,
  3. Map<String, String>? parents,
})

Implementation

ListObjectParentsResponse({
  this.nextToken,
  this.parentLinks,
  this.parents,
});