processingScalerEnabledGet method

Future<Response<Enabled$Response>> processingScalerEnabledGet({
  1. bool? $set,
})

Get Scaler @param set Sets the enabled

Implementation

Future<chopper.Response<Enabled$Response>> processingScalerEnabledGet(
    {bool? $set}) {
  generatedMapping.putIfAbsent(
      Enabled$Response, () => Enabled$Response.fromJsonFactory);

  return _processingScalerEnabledGet($set: $set);
}