outputNetworkBitDepthPut method
Future<Response<BitDepth$Response> >
outputNetworkBitDepthPut({
- required OutputNetworkBitDepthPut$RequestBody? body,
Set Network Bit Depth
Implementation
Future<chopper.Response<BitDepth$Response>> outputNetworkBitDepthPut(
{required OutputNetworkBitDepthPut$RequestBody? body}) {
generatedMapping.putIfAbsent(
BitDepth$Response, () => BitDepth$Response.fromJsonFactory);
return _outputNetworkBitDepthPut(body: body);
}