sandboxTransferTestClockCreatePost method
Future<Response<SandboxTransferTestClockCreateResponse> >
sandboxTransferTestClockCreatePost({
- required SandboxTransferTestClockCreateRequest? body,
Create a test clock
Implementation
Future<chopper.Response<SandboxTransferTestClockCreateResponse>>
sandboxTransferTestClockCreatePost(
{required SandboxTransferTestClockCreateRequest? body}) {
generatedMapping.putIfAbsent(SandboxTransferTestClockCreateResponse,
() => SandboxTransferTestClockCreateResponse.fromJsonFactory);
return _sandboxTransferTestClockCreatePost(body: body);
}