inputPortsSdiSdiPortNumberControlsHdrPqGainPut method
Future<Response<Gain$Response> >
inputPortsSdiSdiPortNumberControlsHdrPqGainPut({
- required int? sdiPortNumber,
- required InputPortsSdiSdiPortNumberControlsHdrPqGainPut$RequestBody? body,
Set Sdi Pq Gain
Implementation
Future<chopper.Response<Gain$Response>>
inputPortsSdiSdiPortNumberControlsHdrPqGainPut({
required int? sdiPortNumber,
required InputPortsSdiSdiPortNumberControlsHdrPqGainPut$RequestBody? body,
}) {
generatedMapping.putIfAbsent(
Gain$Response, () => Gain$Response.fromJsonFactory);
return _inputPortsSdiSdiPortNumberControlsHdrPqGainPut(
sdiPortNumber: sdiPortNumber, body: body);
}