inputPortsSdiSdiPortNumberProcAmpShadowBluePut method
Future<Response<Blue$Response> >
inputPortsSdiSdiPortNumberProcAmpShadowBluePut({
- required int? sdiPortNumber,
- required InputPortsSdiSdiPortNumberProcAmpShadowBluePut$RequestBody? body,
Set Blue Shadow
Implementation
Future<chopper.Response<Blue$Response>>
inputPortsSdiSdiPortNumberProcAmpShadowBluePut({
required int? sdiPortNumber,
required InputPortsSdiSdiPortNumberProcAmpShadowBluePut$RequestBody? body,
}) {
generatedMapping.putIfAbsent(
Blue$Response, () => Blue$Response.fromJsonFactory);
return _inputPortsSdiSdiPortNumberProcAmpShadowBluePut(
sdiPortNumber: sdiPortNumber, body: body);
}