ResourceStatusShutdownDetails_StopState.fromJson constructor
ResourceStatusShutdownDetails_StopState.fromJson(
- Object? json
Implementation
factory ResourceStatusShutdownDetails_StopState.fromJson(Object? json) =>
ResourceStatusShutdownDetails_StopState(json as String);