factory GetDataEndpointOutput.fromJson(Map<String, dynamic> json) { return GetDataEndpointOutput( dataEndpoint: json['DataEndpoint'] as String?, ); }