ServerDescribeServerOutput.fromJson constructor

ServerDescribeServerOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ServerDescribeServerOutput.fromJson(Map<String, Object?> json) =>
    _$ServerDescribeServerOutputFromJson(json);