listOptions method
List settings with optional filtering
Implementation
Future<XRPCResponse<SettingListOptionsOutput>> listOptions({
int? limit,
String? cursor,
SettingListOptionsScope? scope,
String? prefix,
List<String>? keys,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneSettingListOptions(
limit: limit,
cursor: cursor,
scope: scope,
prefix: prefix,
keys: keys,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);