BatchListObjectAttributes constructor

BatchListObjectAttributes({
  1. required ObjectReference objectReference,
  2. SchemaFacet? facetFilter,
  3. int? maxResults,
  4. String? nextToken,
})

Implementation

BatchListObjectAttributes({
  required this.objectReference,
  this.facetFilter,
  this.maxResults,
  this.nextToken,
});