outputNetworkShuttersyncSpeedSettingsTimeGet method

Future<Response<Time$Response>> outputNetworkShuttersyncSpeedSettingsTimeGet({
  1. num? $set,
})

Get Shuttersync Time @param set Sets the time

Implementation

Future<chopper.Response<Time$Response>>
    outputNetworkShuttersyncSpeedSettingsTimeGet({num? $set}) {
  generatedMapping.putIfAbsent(
      Time$Response, () => Time$Response.fromJsonFactory);

  return _outputNetworkShuttersyncSpeedSettingsTimeGet($set: $set);
}