Object construction from a JSON representation
factory UpsertRequest.fromJson(Map<String, dynamic> json) => _$UpsertRequestFromJson(json);