toolsOzoneCommunicationListTemplates function
Get list of all communication templates.
Implementation
Future<XRPCResponse<CommunicationListTemplatesOutput>>
toolsOzoneCommunicationListTemplates({
required ServiceContext $ctx,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await $ctx.get(
ns.toolsOzoneCommunicationListTemplates,
service: $service,
headers: $headers,
parameters: {...?$unknown},
to: const CommunicationListTemplatesOutputConverter().fromJson,
);