ScalingScheduleStatus_State.fromJson constructor

ScalingScheduleStatus_State.fromJson(
  1. Object? json
)

Implementation

factory ScalingScheduleStatus_State.fromJson(Object? json) =>
    ScalingScheduleStatus_State(json as String);