systemActionsShutdownGet method

Future<Response<Shutdown$Response>> systemActionsShutdownGet({
  1. String? $set,
})

Get System Shutdown @param set Sets the shutdown

Implementation

Future<chopper.Response<Shutdown$Response>> systemActionsShutdownGet(
    {String? $set}) {
  generatedMapping.putIfAbsent(
      Shutdown$Response, () => Shutdown$Response.fromJsonFactory);

  return _systemActionsShutdownGet($set: $set);
}