outputNetworkGenlockPhaseOffsetAnglePut method
Future<Response<Angle$Response> >
outputNetworkGenlockPhaseOffsetAnglePut({
- required OutputNetworkGenlockPhaseOffsetAnglePut$RequestBody? body,
Set Genlock Phase Offset Angle
Implementation
Future<chopper.Response<Angle$Response>>
outputNetworkGenlockPhaseOffsetAnglePut(
{required OutputNetworkGenlockPhaseOffsetAnglePut$RequestBody?
body}) {
generatedMapping.putIfAbsent(
Angle$Response, () => Angle$Response.fromJsonFactory);
return _outputNetworkGenlockPhaseOffsetAnglePut(body: body);
}