getRecords method

Future<XRPCResponse<ModerationGetRecordsOutput>> getRecords({
  1. required List<AtUri> uris,
  2. Map<String, String>? $headers,
  3. Map<String, String>? $unknown,
})

Get details about some records.

Implementation

Future<XRPCResponse<ModerationGetRecordsOutput>> getRecords({
  required List<AtUri> uris,
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetRecords(
  uris: uris,
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);