getValues method
Get a specific set and its values
Implementation
Future<XRPCResponse<SetGetValuesOutput>> getValues({
required String name,
int? limit,
String? cursor,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneSetGetValues(
name: name,
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);