factory CreateNodeOutput.fromJson(Map<String, dynamic> json) { return CreateNodeOutput( nodeId: json['NodeId'] as String?, ); }