ManagedInstance_InstanceStatus.fromJson constructor

ManagedInstance_InstanceStatus.fromJson(
  1. Object? json
)

Implementation

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